Hi Joe,

Joe Watkins in php.pecl.dev (Sun, 06 Oct 2013 19:45:01 +0100):
>There's a problem with ZTS and module dtors using 
>ZEND_INIT_MODULE_GLOBALS macro, the dtor in wincache doesn't do anything 
>anyway, so try:
>
>#ifndef ZTS
>     ZEND_INIT_MODULE_GLOBALS(wincache, globals_initialize, 
>globals_terminate);
>#else
>     ZEND_INIT_MODULE_GLOBALS(wincache, globals_initialize, NULL);
>#endif
>
>in php_wincache.c MINIT function ...

Maybe this will fix the TS builds of wincache, but I will leave that to
the developers of the extension. I CCed Eric Stensen.

Jan

-- 
PECL development discussion Mailing List (http://pecl.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to