summaryrefslogtreecommitdiff
path: root/Zend/zend_ini.c
diff options
context:
space:
mode:
authorJani Taskinen <jani@php.net>2007-09-07 14:15:17 +0000
committerJani Taskinen <jani@php.net>2007-09-07 14:15:17 +0000
commit9025c2a891dc04c70b411235becfcee7f509f47c (patch)
tree76b32c3b19bcf3ebd24a69b52d0a37156600915a /Zend/zend_ini.c
parentcf2121887c1822b50daf1812ef3edf7a6be42d0d (diff)
downloadphp-git-9025c2a891dc04c70b411235becfcee7f509f47c.tar.gz
- Can not remove because of the idiotic ZEND_STR*() macros
Diffstat (limited to 'Zend/zend_ini.c')
-rw-r--r--Zend/zend_ini.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Zend/zend_ini.c b/Zend/zend_ini.c
index 3819785b9d..735981bed0 100644
--- a/Zend/zend_ini.c
+++ b/Zend/zend_ini.c
@@ -234,7 +234,6 @@ 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);