On Mon, Mar 22, 2010 at 7:10 PM, Scott MacVicar <sc...@macvicar.net> wrote:
>
> Statics are bad, if its in multithreaded mode and two timeouts happen at once 
> you'll get some funny behaviour. You need to store this in the thread local 
> storage so the flag is per thread.
>

Thanks. My C is severely rusty; Would it simply be a matter of
dropping the "static" modifier, or do I need to get hold of some kind
of handle and attach the flag to that? In which case, what would be
appropriate?

-- 
troels

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

Reply via email to