php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #63653 Changes in php.ini are not reflected
Submitted: 2012-11-30 08:29 UTC Modified: 2012-11-30 18:24 UTC
From: jlloret at educlick dot es Assigned:
Status: Not a bug Package: PHP options/info functions
PHP Version: 5.3.19 OS: Ubuntu 12.04
Private report: No CVE-ID: None
 [2012-11-30 08:29 UTC] jlloret at educlick dot es
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.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2012-11-30 18:24 UTC] johannes@php.net
Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions.  Due to the volume
of reports we can not explain in detail here why your report is not
a bug.  The support channels will be able to provide an explanation
for you.

Thank you for your interest in PHP.

.
 [2012-11-30 18:24 UTC] johannes@php.net
-Status: Open +Status: Not a bug
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 22:01:28 2024 UTC