mirror of
https://github.com/php/php-src.git
synced 2024-11-24 10:24:11 +08:00
- Can not remove because of the idiotic ZEND_STR*() macros
This commit is contained in:
parent
cf2121887c
commit
9025c2a891
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user