Re: [PHP-DEV] Crash on *very* long script From: Stanislav Malyshev (stas <email protected>)
Date: 01/28/00

AG>> Well if your loop creates tons and tons of new variables you will run out
AG>> of memory. You can compile with support for a per-script memory limit but
AG>> it does slow down a bit.

No, the script which creates 10000 variables goes fine, but the same
script unrolled into 6M sheet of code dies. I know what can be done to
circumvent this, I just think that there should be no crashes anyway.

-- 
Stanislav Malyshev   stas <email protected>          
+972-3-6139665

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