On Mon, 28 Feb 2005, Alan Knowles wrote:
these still need tidying up alot, but the do work.Thread safeness is not a problem for a single thread.
http://docs.akbkhome.com/php_embed.c.txt
http://docs.akbkhome.com/php_embed.h.txt
replace the code in php_embed with them, make sure you compile with the zts enabled, and the macros's are similar to the original embed (use threaded start call at application start up, and thread start /start end within the pthread_start(...callback..) method
The problem is to call user functions from different threads
(tsrm_ls pointed to somewhere in different threads, global vars etc are not protected).
-- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php