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

At 11:19 PM 1/28/00 +0200, Stanislav Malyshev wrote:

>AG>> Any chance you're running out of memory?
>
>Pretty well may be, also. But then it should tell me "no memory", not
>just drop dead in the middle of the script. The same script
>enrolled as an eval loop, behaved pretty well, btw. Might be indeed memory
>problem.

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

Andi

---
Andi Gutmans <andi <email protected>>
http://www.zend.com/

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