ID:               48515
 Updated by:       j...@php.net
 Reported By:      jackmcleod at infocode007 dot com
-Status:           Open
+Status:           Bogus
 Bug Type:         Unknown/Other Function
 Operating System: Windows XP SP2
 PHP Version:      5.2.9
 New Comment:

Update to 5.2.9 and check that the correct ini is loaded. There is no 
bug here.


Previous Comments:
------------------------------------------------------------------------

[2009-06-09 23:00:16] jackmcleod at infocode007 dot com

Description:
------------
In php 5.2.3 everything was working fine, then i noticed magic quotes
gpc being on again and i did some testing with the php.ini file to find
out it was being completely ignored.
Server API      Apache 2.0 Handler 

Changing the values in the master file changes the values.


Reproduce code:
---------------
memory_limit = 128M (then restart the server)

<?php phpinfo(); ?>

Expected result:
----------------
When calling phpinfo();:

memory_limit    128M    32M

Actual result:
--------------
When calling phpinfo();:

memory_limit    32M     32M


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=48515&edit=1

Reply via email to