<email>mike@php.net</email>
<active>yes</active>
</lead>
- <date>2013-08-12</date>
+ <date>2013-08-20</date>
<version>
- <release>1.0.0</release>
+ <release>1.0.1</release>
<api>1.0.0</api>
</version>
<stability>
</stability>
<license>BSD, revised</license>
<notes><![CDATA[
-* Stable release
+* Fixed ZTS build
]]></notes>
<contents>
<dir name="/">
extern zend_module_entry raphf_module_entry;
#define phpext_raphf_ptr &raphf_module_entry
-#define PHP_RAPHF_VERSION "1.0.0"
+#define PHP_RAPHF_VERSION "1.0.1"
#ifdef PHP_WIN32
# define PHP_RAPHF_API __declspec(dllexport)
ZEND_END_MODULE_GLOBALS(raphf)
#ifdef ZTS
-# define PHP_RAPHF_G ((zend_raphf_globals *)
+# define PHP_RAPHF_G ((zend_raphf_globals *) \
(*((void ***) tsrm_ls))[TSRM_UNSHUFFLE_RSRC_ID(raphf_globals_id)])
#else
# define PHP_RAPHF_G (&raphf_globals)