diff options
| author | Jani Taskinen <jani@php.net> | 2009-07-17 11:49:50 +0000 |
|---|---|---|
| committer | Jani Taskinen <jani@php.net> | 2009-07-17 11:49:50 +0000 |
| commit | 8503b66cb6930c1e155834ad2fb1589cc35b5185 (patch) | |
| tree | c766cf121939f914a6495c0c77ce8ff6902783f7 /Zend/zend_ini.c | |
| parent | 785f1bd1703a72ec3e327423fe4ccd9a96f80f87 (diff) | |
| download | php-git-8503b66cb6930c1e155834ad2fb1589cc35b5185.tar.gz | |
CS
Diffstat (limited to 'Zend/zend_ini.c')
| -rw-r--r-- | Zend/zend_ini.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend_ini.c b/Zend/zend_ini.c index 032bf0d83d..c88fd62dc3 100644 --- a/Zend/zend_ini.c +++ b/Zend/zend_ini.c @@ -315,7 +315,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; |
