From:             [EMAIL PROTECTED]
Operating system: W2K Advanced Server
PHP version:      4.0 Latest CVS (2001-06-22)
PHP Bug Type:     Scripting Engine problem
Bug description:  memory_limit directive is useless...

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";
}

?>


-- 
Edit Bug report at: http://bugs.php.net/?id=11622&edit=1



-- 
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