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.

--
Ard

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to