]> granicus.if.org Git - php/commitdiff
CS
authorJani Taskinen <jani@php.net>
Fri, 17 Jul 2009 11:49:50 +0000 (11:49 +0000)
committerJani Taskinen <jani@php.net>
Fri, 17 Jul 2009 11:49:50 +0000 (11:49 +0000)
Zend/zend_ini.c

index 86e77a735adb6b0bacf14228af04a2d1ca86624c..3f79e4afbb6a521f68e1be001666beab55c20804 100644 (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;