php.ini question

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
voltrader
Forum Contributor
Posts: 223
Joined: Wed Jul 07, 2004 12:44 pm
Location: SF Bay Area

php.ini question

Post 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?
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post 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.
Post Reply