On Thu, Oct 10, 2002 at 09:52:50PM +0100, Nick Lindridge wrote:
> Hello,
>
> Although most globals are correctly handled in PHP for thread safety, the
> zend_execute and zend_compile_file hooks are not given slots in any TS
> memory.
>
> It would be beneficial to correctly give these globals TS slots.
why would one want to have different executors/compilers in
different threads?
i can see that there might be a race if an extension
sets/changes zend_execute and/or zend_compile_file while
another thread is serving pages. is that your problem?
re,
tc
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php