jani Fri, 17 Jul 2009 11:49:50 +0000
URL: http://svn.php.net/viewvc?view=revision&revision=284254
Changed paths:
U php/php-src/branches/PHP_5_2/Zend/zend_ini.c
U php/php-src/branches/PHP_5_3/Zend/zend_ini.c
U php/php-src/trunk/Zend/zend_ini.c
Log:
CS
Modified: php/php-src/branches/PHP_5_2/Zend/zend_ini.c
===================================================================
--- php/php-src/branches/PHP_5_2/Zend/zend_ini.c 2009-07-17 11:40:37 UTC
(rev 284253)
+++ php/php-src/branches/PHP_5_2/Zend/zend_ini.c 2009-07-17 11:49:50 UTC
(rev 284254)
@@ -316,7 +316,7 @@
}
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;
Modified: php/php-src/branches/PHP_5_3/Zend/zend_ini.c
===================================================================
--- php/php-src/branches/PHP_5_3/Zend/zend_ini.c 2009-07-17 11:40:37 UTC
(rev 284253)
+++ php/php-src/branches/PHP_5_3/Zend/zend_ini.c 2009-07-17 11:49:50 UTC
(rev 284254)
@@ -315,7 +315,7 @@
}
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;
Modified: php/php-src/trunk/Zend/zend_ini.c
===================================================================
--- php/php-src/trunk/Zend/zend_ini.c 2009-07-17 11:40:37 UTC (rev 284253)
+++ php/php-src/trunk/Zend/zend_ini.c 2009-07-17 11:49:50 UTC (rev 284254)
@@ -316,7 +316,7 @@
}
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;
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php