From c00424e427930a33e6d8645cc3f23fb78ed29b9f Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Wed, 15 Oct 2014 09:37:55 +0200 Subject: bring back all the TSRMLS_FETCH() stuff for better comparability with the mainstream --- main/php_ini.c | 1 + 1 file changed, 1 insertion(+) (limited to 'main/php_ini.c') diff --git a/main/php_ini.c b/main/php_ini.c index d90ee9dedb..c90dc9f29f 100644 --- a/main/php_ini.c +++ b/main/php_ini.c @@ -170,6 +170,7 @@ static int php_ini_available(zval *el, void *arg TSRMLS_DC) PHPAPI void display_ini_entries(zend_module_entry *module) { int module_number, module_number_available; + TSRMLS_FETCH(); if (module) { module_number = module->module_number; -- cgit v1.2.1