Hi! Is it possible to call_user_function in multithreaded environment? (for now, it brings the line "Killed" when executing such a code; Linux) So, I like:
func(){ .... call_user_function(); } ......
PHP_FUNCTION(oops){ ..... pthread_create(...func...); }
-- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php