On June 16, 2004 12:15 pm, Ard Biesheuvel wrote: > Ilia Alshanetsky wrote: > > PHP5/Interbase: too many arguments passed to some functions. > > The function in question alloca()tes a 4 pointers times the number of > args which is kept in an unsigned short. This means the allocated memory > can at most be 1M. > > While this seems a lot to allocate on the stack, I think it shouldn't be > problem.
True, but if PHP is as an apache module several simultaneous call could very well exhaust the stack. Ilia -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php
