How to turn on long_arrays with PHP?
Hey,I just installed PHP5 with apache update and now a script isn't working.
Someone said there is a problem with PHP5 and long_arrays has to be turned on for it to work.
I put in register_long_arrays = On below register_argc_argv = On in php.ini and I thought that would work but it isn't.
Is this what I should be doing?
php info doesnt show up if long_arrays is turned on or not.
Thanks