Date: 08/10/99
- Next message: straub <email protected>: "[PHP-DEV] PHP 4.0 Bug #2025: Compile failure in module ldap"
- Previous message: Sascha Schumann: "Re: [PHP-DEV] PHP 4.0 Bug #2004: recursive call limitation"
- In reply to: Sascha Schumann: "Re: [PHP-DEV] PHP 4.0 Bug #2004: recursive call limitation"
- Next in thread: gregori: "Re: [PHP-DEV] PHP 4.0 Bug #2004: recursive call limitation"
- Reply: gregori: "Re: [PHP-DEV] PHP 4.0 Bug #2004: recursive call limitation"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
At 07:46 PM 8/10/99 +0200, Sascha Schumann wrote:
> > 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).
Yeah you're right :) I mentioned ASP because the ASP (IIS) stack size is
the same for VBScript and JScript and it's pretty limited.
In any case Gregori, I didn't mean to be rude or anything. It was just that
the "sad isn't it" quote kind of got to me :)
I'm not going to go into the technical stuff anymore then I have. I suggest
you try the emalloc(), efree() solution I suggested and let us know if it's
good enough for what you need. But if you have very heavy recursive
mathematical computations I really suggest you either go with Sascha's
suggestion of going iterative, or write a PHP C module that will support
your math stuff. If it's pretty much general purpose it'll go into the PHP
4.0 tree.
--- 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>
- Next message: straub <email protected>: "[PHP-DEV] PHP 4.0 Bug #2025: Compile failure in module ldap"
- Previous message: Sascha Schumann: "Re: [PHP-DEV] PHP 4.0 Bug #2004: recursive call limitation"
- In reply to: Sascha Schumann: "Re: [PHP-DEV] PHP 4.0 Bug #2004: recursive call limitation"
- Next in thread: gregori: "Re: [PHP-DEV] PHP 4.0 Bug #2004: recursive call limitation"
- Reply: gregori: "Re: [PHP-DEV] PHP 4.0 Bug #2004: recursive call limitation"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

