]> granicus.if.org Git - php/commitdiff
- Can not remove because of the idiotic ZEND_STR*() macros
authorJani Taskinen <jani@php.net>
Fri, 7 Sep 2007 14:15:17 +0000 (14:15 +0000)
committerJani Taskinen <jani@php.net>
Fri, 7 Sep 2007 14:15:17 +0000 (14:15 +0000)
Zend/zend_ini.c

index 3819785b9dd3b1ba281911adb9babd58a83d42e2..735981bed08fff1eb18105c7da0de71e543f925c 100644 (file)
@@ -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);