]> granicus.if.org Git - php/commitdiff
MFH: BC (missed from the patch :)
authorJani Taskinen <jani@php.net>
Thu, 27 Sep 2007 16:59:25 +0000 (16:59 +0000)
committerJani Taskinen <jani@php.net>
Thu, 27 Sep 2007 16:59:25 +0000 (16:59 +0000)
Zend/zend_ini.c

index fbabe12984aaa36179d8aa6a0478b14eb51d66a2..1a21c1047491e3a7f3a751b24ca4811f858f9892 100644 (file)
@@ -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);
 }
 /* }}} */