From eb629b70da620fcdac6aca472c1450824ded15de Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Tue, 16 Dec 2014 09:12:09 +0100 Subject: free the right globals That's the same as in the previous commit. In the TS mode the tsrm cache pointer might be unavailable or point to a wrong thread, so the exact globals passed should be freed. --- Zend/zend_ini.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Zend/zend_ini.h') diff --git a/Zend/zend_ini.h b/Zend/zend_ini.h index c605301661..81a2ee3ef3 100644 --- a/Zend/zend_ini.h +++ b/Zend/zend_ini.h @@ -62,7 +62,7 @@ struct _zend_ini_entry { BEGIN_EXTERN_C() ZEND_API int zend_ini_startup(void); -ZEND_API int zend_ini_shutdown(void); +ZEND_API int zend_ini_shutdown(HashTable *ini_directives); ZEND_API int zend_ini_global_shutdown(void); ZEND_API int zend_ini_deactivate(void); -- cgit v1.2.1