1
0
mirror of https://github.com/php/php-src.git synced 2026-04-25 17:08:14 +02:00
This commit is contained in:
Jani Taskinen
2009-07-17 11:49:50 +00:00
parent c111a9c036
commit 438b181d82
+1 -1
View File
@@ -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;