summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJani Taskinen <jani@php.net>2007-09-27 16:59:25 +0000
committerJani Taskinen <jani@php.net>2007-09-27 16:59:25 +0000
commit6700a20e64c0f4ae08c0f74b3e9f9e9a9e8bdf07 (patch)
tree8c32bb7afb348ff25b29eb1c95343f6ab820f07b
parent338a12a018722ce294578e56240fdc5b967990bb (diff)
downloadphp-git-6700a20e64c0f4ae08c0f74b3e9f9e9a9e8bdf07.tar.gz
MFH: BC (missed from the patch :)
-rw-r--r--Zend/zend_ini.c2
1 files changed, 2 insertions, 0 deletions
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);
}
/* }}} */