]> granicus.if.org Git - php/commitdiff
BC
authorJani Taskinen <jani@php.net>
Thu, 27 Sep 2007 16:58:38 +0000 (16:58 +0000)
committerJani Taskinen <jani@php.net>
Thu, 27 Sep 2007 16:58:38 +0000 (16:58 +0000)
Zend/zend_ini.c

index 9245d3bf20dffe4717aa73d5b352b8e3e8615ad7..d6021b1597a5fc860255b5f83268b5a4d9d93698 100644 (file)
@@ -237,6 +237,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);
 }
 /* }}} */