From:             jlloret at educlick dot es
Operating system: Ubuntu 12.04
PHP version:      5.3.19
Package:          PHP options/info functions
Bug Type:         Bug
Bug description:Changes in php.ini are not reflected

Description:
------------
Hello I'm trying to increase my upload_max_filesize from 2M to 10M. Calling
phpinfo(), it returns that my "Configuration File (php.ini) Path" is
/etc/php5/apache2. So, I have changed upload_max_filesize to 10M,
post_max_size to 11M and max_execution_time is 30. Every change done can be
overwritten in the file but restarting apache2 server, these changes don't
appear reflected. Also, I have tried changes these values writing an
.htaccess file (but nothing) and writing these values in a php file.

What can I do? I think that there is another value which is preventing that
these values appear reflected. Note: I changed these values other times, in
different servers and I have never had any problem (this is my first time).

Test script:
---------------
I sent attached my php.ini file, just in case you can help me with the
configuration.

Expected result:
----------------
I'm expecting that values of configuration can be changed.


-- 
Edit bug report at https://bugs.php.net/bug.php?id=63653&edit=1
-- 
Try a snapshot (PHP 5.4):   
https://bugs.php.net/fix.php?id=63653&r=trysnapshot54
Try a snapshot (PHP 5.3):   
https://bugs.php.net/fix.php?id=63653&r=trysnapshot53
Try a snapshot (trunk):     
https://bugs.php.net/fix.php?id=63653&r=trysnapshottrunk
Fixed in SVN:               https://bugs.php.net/fix.php?id=63653&r=fixed
Fixed in release:           https://bugs.php.net/fix.php?id=63653&r=alreadyfixed
Need backtrace:             https://bugs.php.net/fix.php?id=63653&r=needtrace
Need Reproduce Script:      https://bugs.php.net/fix.php?id=63653&r=needscript
Try newer version:          https://bugs.php.net/fix.php?id=63653&r=oldversion
Not developer issue:        https://bugs.php.net/fix.php?id=63653&r=support
Expected behavior:          https://bugs.php.net/fix.php?id=63653&r=notwrong
Not enough info:            
https://bugs.php.net/fix.php?id=63653&r=notenoughinfo
Submitted twice:            
https://bugs.php.net/fix.php?id=63653&r=submittedtwice
register_globals:           https://bugs.php.net/fix.php?id=63653&r=globals
PHP 4 support discontinued: https://bugs.php.net/fix.php?id=63653&r=php4
Daylight Savings:           https://bugs.php.net/fix.php?id=63653&r=dst
IIS Stability:              https://bugs.php.net/fix.php?id=63653&r=isapi
Install GNU Sed:            https://bugs.php.net/fix.php?id=63653&r=gnused
Floating point limitations: https://bugs.php.net/fix.php?id=63653&r=float
No Zend Extensions:         https://bugs.php.net/fix.php?id=63653&r=nozend
MySQL Configuration Error:  https://bugs.php.net/fix.php?id=63653&r=mysqlcfg

Reply via email to