X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=php_raphf.h;fp=php_raphf.h;h=3ba068e4a9f88653c95c2d725aa81f7350d71ace;hb=a0f776a3c31e1e7a3875b47a0a90cb7d2320067d;hp=a1b0823a48e8525bb1fdaa7db0cab7a7b9f14a57;hpb=927713ef7639bbbe6acc5bf35555dc969ce98bcc;p=m6w6%2Fext-raphf diff --git a/php_raphf.h b/php_raphf.h index a1b0823..3ba068e 100644 --- a/php_raphf.h +++ b/php_raphf.h @@ -16,7 +16,7 @@ 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) @@ -128,7 +128,7 @@ ZEND_BEGIN_MODULE_GLOBALS(raphf) 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)