ID: 46862 Updated by: j...@php.net Reported By: alp3r at msn dot com -Status: Open +Status: Feedback Bug Type: PHP options/info functions Operating System: CENTOS Enterprise 4.7 i686 PHP Version: 5.2.8 New Comment:
What _exactly_ are the lines defining those directives in that ini file? Are you running under Apache? Are there any php_value / php_flag or such in either httpd.conf or in _any_ .htaccess file in your system? Previous Comments: ------------------------------------------------------------------------ [2008-12-17 09:06:40] alp3r at msn dot com I checked it; it's "/usr/local/lib/php.ini". Anyway, i've already worked on this file. The problem is not this. ------------------------------------------------------------------------ [2008-12-16 18:08:49] j...@php.net First of all, check in phpinfo() output that the correct php.ini file is loaded (if any!). This information can be found in the very first lines in the output: "Loaded Configuration File" ------------------------------------------------------------------------ [2008-12-14 13:44:06] alp3r at msn dot com Description: ------------ I changed my dedicated server. In the old one, php version was 5.2.5 and the new one, it's 5.2.8. I had to change the php.ini (/usr/local/lib/php.ini) file. I change safe mode to on from off, memory limit to 100M, post_max_size to 100M from 8M, upload_max_filesize to 100M from 2M. And i restarted the apache. And then, when i look to phpinfo, i saw it look like this; safe mode = on. (It's ok.) memory limit = 100M. (It's ok.) post_max_size = 8M (It's wrong! I changed it to 100M) upload_max_filesize = 2M (It's wrong! I changed it to 100M too) Is there any bug about php 5.2.8? Or how can i fix this problem? ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=46862&edit=1