Edit report at http://bugs.php.net/bug.php?id=52549&edit=1
ID: 52549
Comment by: zack_gold at yahoo dot com
Reported by: zack_gold at yahoo dot com
Summary: No 'M' in memory_limit variable returns 'Could not
startup.' Possible mem leak?
Status: Feedback
Type: Bug
Package: PHP options/info functions
Operating System: Linux (Arch Linux)
PHP Version: 5.3.3
Block user comment: N
New Comment:
Oh, interesting.
Previous Comments:
------------------------------------------------------------------------
[2010-08-06 11:40:23] [email protected]
It actually is set properly, you set it to 50 bytes, which is too less
to start up.
------------------------------------------------------------------------
[2010-08-06 04:00:32] zack_gold at yahoo dot com
Description:
------------
When you put this into php.ini:
memory_limit = 50;
The output results in:
Could not startup.
There should be a notification to let you know that the memory_limit
isn't set
properly. Maybe it's possible to do memory leaking or something like
that through
this? My knowledge for memory-related stuff is one to none, but maybe
there's a
potential bug here...
Test script:
---------------
Change php.ini memory_limit to "50" like so:
memory_limit = 50;
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/bug.php?id=52549&edit=1