Browse Source

CS

PHP-5.2.1RC1
Jani Taskinen 17 years ago
parent
commit
b7e602d74c
  1. 2
      Zend/zend_ini.c

2
Zend/zend_ini.c

@ -316,7 +316,7 @@ ZEND_API int zend_restore_ini_entry(char *name, uint name_length, int stage) /*
}
if (EG(modified_ini_directives)) {
if(zend_restore_ini_entry_cb(ini_entry, stage TSRMLS_CC) == 0) {
if (zend_restore_ini_entry_cb(ini_entry, stage TSRMLS_CC) == 0) {
zend_hash_del(EG(modified_ini_directives), name, name_length);
} else {
return FAILURE;

Loading…
Cancel
Save