Date: 11/09/00
- Next message: void: "Re: [PHP-DEV] PHP 4.0 Bug #7720 Updated: Return address in stack overwritten?"
- Previous message: void: "Re: [PHP-DEV] PHP 4.0 Bug #7720 Updated: Return address in stack overwritten?"
- In reply to: void: "Re: [PHP-DEV] PHP 4.0 Bug #7720 Updated: Return address in stack overwritten?"
- Next in thread: void: "Re: [PHP-DEV] PHP 4.0 Bug #7720 Updated: Return address in stack overwritten?"
- Reply: void: "Re: [PHP-DEV] PHP 4.0 Bug #7720 Updated: Return address in stack overwritten?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
v>> I want some 10.000 recursions no infinte ones. I get about 6.000
v>> then its over. I can't work like this. Fix it please.
I'm afraid PHP team cannot fix it. You just get out of the available
stack. Unroll your recursion to a loop - anyway a wise move if you have so
many repeats.
-- Stanislav Malyshev, Zend Products Engineer stas <email protected> http://www.zend.com/ +972-3-6139665 ext.106-- 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: void: "Re: [PHP-DEV] PHP 4.0 Bug #7720 Updated: Return address in stack overwritten?"
- Previous message: void: "Re: [PHP-DEV] PHP 4.0 Bug #7720 Updated: Return address in stack overwritten?"
- In reply to: void: "Re: [PHP-DEV] PHP 4.0 Bug #7720 Updated: Return address in stack overwritten?"
- Next in thread: void: "Re: [PHP-DEV] PHP 4.0 Bug #7720 Updated: Return address in stack overwritten?"
- Reply: void: "Re: [PHP-DEV] PHP 4.0 Bug #7720 Updated: Return address in stack overwritten?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

