Hello,
I developed some software on my own (well rented) server space. It is a unix/linux server and the php software is complete, bug free, and ready for the client.
When I went to install the software on the client's server, there were a number of bugs. Looking more closely it turned out this is because on the client's server, the php.ini file had a single line:
register_globals = on
I have spent a couple days now reading php.net and searching google. I've been able to fix most of the problems by adding to the php.ini file. What I can't figure out for the life of me is this:
MY SUPER IRRITATING PHP.INI PROBLEM :P
There seems to be very limited memory for my scripts on the client's server. All of my for statements or while loops that are in excess of 10 items hang indefinitely or take a very very long time to load. On my own rented server the given php file will load in milliseconds. I do not unfortunately have access to the php.ini file on my rented server yet. (I have contacted them and I am waiting for a reply).
I have tried installing the standard release of the php.ini file from php.net . I guess I can go back to trying to work with this but on installation my sessions didn't work properly anymore.
Sorry for the long read, can someone please help?
Thanks,
Chris



