ID: 11622
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Closed
Bug Type: Scripting Engine problem
Operating system: 
PHP Version: 4.0 Latest CVS (2001-06-22)
Assigned To: 
Comments:

The memory limit feature must be enabled at compile
time. It works just fine then.


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

[2001-06-22 16:51:11] [EMAIL PROTECTED]
Running PHP 4.07dev from phpWin on SourceForge...and running IIS 5.0 and running PHP 
in CGI form...have not tested the memory_limit directive on earlier versions of php..

using following script, the 30 timelimit was hit, and as it should, but php.exe was 
able to chew up over 100mbs and it would've gotten more if it wasnt' for the time 
limit which works 
-----------------

<? 
$i = 1;
while(1)
{       
        $i++;
        $toast[$i] = "asdfasfd";
}

?>

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



ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=11622&edit=2


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to