From: Jani Taskinen Date: Thu, 27 Sep 2007 16:59:25 +0000 (+0000) Subject: MFH: BC (missed from the patch :) X-Git-Tag: BEFORE_IMPORT_OF_MYSQLND_IN_5_3~80 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6700a20e64c0f4ae08c0f74b3e9f9e9a9e8bdf07;p=php MFH: BC (missed from the patch :) --- diff --git a/Zend/zend_ini.c b/Zend/zend_ini.c index fbabe12984..1a21c10474 100644 --- a/Zend/zend_ini.c +++ b/Zend/zend_ini.c @@ -236,6 +236,8 @@ ZEND_API void zend_ini_refresh_caches(int stage TSRMLS_DC) /* {{{ */ ZEND_API int zend_alter_ini_entry(char *name, uint name_length, char *new_value, uint new_value_length, int modify_type, int stage) /* {{{ */ { + TSRMLS_FETCH(); + return zend_alter_ini_entry_ex(name, name_length, new_value, new_value_length, modify_type, stage, 0 TSRMLS_CC); } /* }}} */