ID:               48515
 User updated by:  jackmcleod at infocode007 dot com
 Reported By:      jackmcleod at infocode007 dot com
 Status:           Bogus
 Bug Type:         Unknown/Other Function
 Operating System: Windows XP SP2
 PHP Version:      5.2.9
 New Comment:

I am using 5.2.9 - see version number. 5.2.3 was the version i was
using when it was working. The issue also shows up on another PC. So i
tried to find info on how to give then instruction to the server to take
in charge another php.ini file thinking maybe it's a problem in my setup
seeing you cannot reproduce, but came up with nothing. 
Perhaps you would know a resource site for apache php setups on windows
or a specific instruction/environment variable.


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

[2009-06-10 12:41:37] j...@php.net

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

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

[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