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!
I have php.ini set to file_uploads On, but when I do phpinfo() it says "Local Value" is set to "Off". I restart apache and it stays. Does anyone know what could cause this behavior?
I figured it out, in case any cares. In http.conf there was a line added by php (!) that said "php_admin_value file_uploads off", which was overriding my php.ini