1
0
mirror of https://github.com/php/php-src.git synced 2026-04-01 21:22:13 +02:00
This commit is contained in:
Jani Taskinen
2007-09-27 16:58:38 +00:00
parent 4fa6949a58
commit 210fdc8237

View File

@@ -237,6 +237,8 @@ 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) /* {{{ */
{
TSRMLS_FETCH();
return zend_alter_ini_entry_ex(name, name_length, new_value, new_value_length, modify_type, stage, 0 TSRMLS_CC);
}
/* }}} */