php.ini settings won't take effect
I've searched the board tried all the methods to fix this, but none seem to be working.Here's what I want to do:
I'm trying to change the upload_max_filesize setting from 2M to something larger, but it's not taking effect.
I tried first to change it with an .htaccess file using php_value upload_max_filesize [value] This didn't work.
I tried changing it in httpd.conf, and got the same thing. Finally, I tried the php.ini file directly, and that didn't work either. I'm certain that I'm editting the correct file. ( I did "php -i|grep php.ini". phpinfo() also says it's in the same place. )
I restarted apache, and rebooted the whole server. I still get the same 2M setting with phpinfo(). Anyone know what the problem is?
Thanks for any help.

