summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 4de0f2f06e..3819785b9d 100644
--- a/Zend/zend_ini.c
+++ b/Zend/zend_ini.c
@@ -234,10 +234,12 @@ ZEND_API void zend_ini_refresh_caches(int stage TSRMLS_DC) /* {{{ */
/* }}} */
#endif
+/* FIXME: Remove in 5.3 and use macro instead! */
ZEND_API int zend_alter_ini_entry(char *name, uint name_length, char *new_value, uint new_value_length, int modify_type, int stage) /* {{{ */
{
return zend_alter_ini_entry_ex(name, name_length, new_value, new_value_length, modify_type, stage, 0);
}
+/* }}} */
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) /* {{{ */
{