From c4521c64e148640fa9ad840e9ea3cb45293204dd Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 26 Jan 2018 11:14:33 +0100 Subject: fix segfault in ZTS mode --- php_rpminfo.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'php_rpminfo.h') diff --git a/php_rpminfo.h b/php_rpminfo.h index 2caee6b..b87b9f0 100644 --- a/php_rpminfo.h +++ b/php_rpminfo.h @@ -40,10 +40,6 @@ ZEND_BEGIN_MODULE_GLOBALS(rpminfo) rpmts ts; ZEND_END_MODULE_GLOBALS(rpminfo) -/* Always refer to the globals in your function as RPMINFO_G(variable). - You are encouraged to rename these macros something shorter, see - examples in any other php module directory. -*/ #define RPMINFO_G(v) ZEND_MODULE_GLOBALS_ACCESSOR(rpminfo, v) #if defined(ZTS) && defined(COMPILE_DL_RPMINFO) -- cgit