Re: [PHP-DEV] PHP 4.0 Bug #2004: recursive call limitation From: Sascha Schumann (sascha <email protected>)
Date: 08/10/99

> Bullshit. ASP has a similar limited and it's a computer language. If you
> need to run scripts that have 1 million nesting level than you shouldn't be
> using a scripting language and you should be using C, Fortran, or C++.

Just to play nit picker once again, ASP is not a computer
language, but a container for computer languages such as VBscript
(or how it's called today).

If your program requires such deep nesting levels, you should
start to read the "how to convert recursive processes into
iterative processes" part of your favorite CS book. I agree with
the zend guys here completely.

-- 

Regards,

Sascha Schumann Consultant

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