cancel
Showing results for 
Search instead for 
Did you mean: 

Register Long Arrays

adagio
Grafter
Posts: 196
Registered: ‎03-04-2008

Register Long Arrays

Is it possible to set Register Long Arrays to 'On' in php.ini? If so how please?
I would like to run JetPhoto.
2 REPLIES 2
Ben_Brown
Grafter
Posts: 2,839
Registered: ‎13-06-2007

Re: Register Long Arrays

If you are talking about our current CCGI platform, then unfortunately the answer is no. register_long_arrays was introduced in PHP 5.0.0, which is newer than the version on CCGI. It's also been dropped in PHP6 according to the documentation, so doesn't seem a popular option - there are performance implications in using it.

As for PAYH I'm not sure, however looking at the manual (again) it is on by default, so I would be surprised if it didn't support it.
adagio
Grafter
Posts: 196
Registered: ‎03-04-2008

Re: Register Long Arrays

Ben
Thanks for prompt reply. I have installed JetPhoto on my CCGI site - it seems to work ok notwithstanding the fact that the test script reports that register_long_arrays is 'off'. All other requirements seem to be met.