rasmus Tue Aug 26 15:37:01 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/sapi/cgi cgi_main.c Log: Remove stray folding tag here http://cvs.php.net/viewvc.cgi/php-src/sapi/cgi/cgi_main.c?r1=1.267.2.15.2.50.2.26&r2=1.267.2.15.2.50.2.27&diff_format=u Index: php-src/sapi/cgi/cgi_main.c diff -u php-src/sapi/cgi/cgi_main.c:1.267.2.15.2.50.2.26 php-src/sapi/cgi/cgi_main.c:1.267.2.15.2.50.2.27 --- php-src/sapi/cgi/cgi_main.c:1.267.2.15.2.50.2.26 Tue Aug 26 09:56:08 2008 +++ php-src/sapi/cgi/cgi_main.c Tue Aug 26 15:37:01 2008 @@ -21,7 +21,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: cgi_main.c,v 1.267.2.15.2.50.2.26 2008/08/26 09:56:08 dmitry Exp $ */ +/* $Id: cgi_main.c,v 1.267.2.15.2.50.2.27 2008/08/26 15:37:01 rasmus Exp $ */ #include "php.h" #include "php_globals.h" @@ -175,7 +175,7 @@ HashTable *user_config; } user_config_cache_entry; -static void user_config_cache_entry_dtor(user_config_cache_entry *entry) /* {{{ */ +static void user_config_cache_entry_dtor(user_config_cache_entry *entry) { zend_hash_destroy(entry->user_config); free(entry->user_config);
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php