summaryrefslogtreecommitdiff
path: root/Zend/zend_ini.h
diff options
context:
space:
mode:
authorJani Taskinen <jani@php.net>2007-09-27 16:55:25 +0000
committerJani Taskinen <jani@php.net>2007-09-27 16:55:25 +0000
commit338a12a018722ce294578e56240fdc5b967990bb (patch)
treead25998976c01daec26519a590c23a49f3acdb11 /Zend/zend_ini.h
parent72e77213938d25b16a6e6bd0192489a712b46eaa (diff)
downloadphp-git-338a12a018722ce294578e56240fdc5b967990bb.tar.gz
MFH: Nuked unnecessary TSRMLS_FETCH() call
Diffstat (limited to 'Zend/zend_ini.h')
-rw-r--r--Zend/zend_ini.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend_ini.h b/Zend/zend_ini.h
index 13d7db9409..de3faebc7a 100644
--- a/Zend/zend_ini.h
+++ b/Zend/zend_ini.h
@@ -96,7 +96,7 @@ ZEND_API int zend_register_ini_entries(zend_ini_entry *ini_entry, int module_num
ZEND_API void zend_unregister_ini_entries(int module_number TSRMLS_DC);
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);
-ZEND_API int zend_alter_ini_entry_ex(char *name, uint name_length, char *new_value, uint new_value_length, int modify_type, int stage, int force_change);
+ZEND_API int zend_alter_ini_entry_ex(char *name, uint name_length, char *new_value, uint new_value_length, int modify_type, int stage, int force_change TSRMLS_DC);
ZEND_API int zend_restore_ini_entry(char *name, uint name_length, int stage);
ZEND_API void display_ini_entries(zend_module_entry *module);