[PHP-DEV] Bug #10794 Updated: Bug in memory_limit From: baikov <email protected>
Date: 05/10/01

ID: 10794
User Update by: baikov <email protected>
Old-Status: Feedback
Status: Closed
Bug Type: Apache related
Operating system: Redhat Linux 6.2
PHP Version: 4.0.4pl1
Description: Bug in memory_limit

Oops, sorry, my mistake.

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

[2001-05-10 13:21:18] derick <email protected>
Did yo ucompile PHP with: --enable-memory-limit ?

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

[2001-05-10 12:13:22] baikov <email protected>
Error in memory_limit ... Maybe...

I'm running next script:

while (1) {
$x[]="test";
};

and my apache don't limit memory :(

php.ini i'm don't change! 8M. But all 250Mb it script use :(

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

Full Bug description available at: http://bugs.php.net/?id=10794

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>