Date: 01/28/00
- Next message: Andi Gutmans: "Re: [PHP-DEV] Crash on *very* long script"
- Previous message: Andi Gutmans: "Re: [PHP-DEV] Crash on *very* long script"
- In reply to: Andi Gutmans: "Re: [PHP-DEV] Crash on *very* long script"
- Next in thread: Andi Gutmans: "Re: [PHP-DEV] Crash on *very* long script"
- Reply: Andi Gutmans: "Re: [PHP-DEV] Crash on *very* long script"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Andi Gutmans: "Re: [PHP-DEV] Crash on *very* long script"
- Previous message: Andi Gutmans: "Re: [PHP-DEV] Crash on *very* long script"
- In reply to: Andi Gutmans: "Re: [PHP-DEV] Crash on *very* long script"
- Next in thread: Andi Gutmans: "Re: [PHP-DEV] Crash on *very* long script"
- Reply: Andi Gutmans: "Re: [PHP-DEV] Crash on *very* long script"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

