Page 1 of 1

php.ini question

Posted: Tue Feb 01, 2005 11:15 am
by voltrader
I recently moved to a dedicated server, where it's more... hands on.

php.ini default was empty (!), so I had to find a copy of what worked before.

Having done that, and rebooted the server, it seems that settings for, for example, upload_max_filesize and upload_tmp_dir, which I changed in php.ini are still the same.

Is there a process I'm missing out?

Posted: Tue Feb 01, 2005 11:52 am
by feyd
it's quite possible their php.ini is being pulled from a different location. Have a look at the output of phpinfo() and see where it says the ini was loaded from. Compare that to the location you uploaded your ini to.