rasmus Tue Aug 26 15:37:38 2008 UTC
Modified files:
/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.363&r2=1.364&diff_format=u
Index: php-src/sapi/cgi/cgi_main.c
diff -u php-src/sapi/cgi/cgi_main.c:1.363 php-src/sapi/cgi/cgi_main.c:1.364
--- php-src/sapi/cgi/cgi_main.c:1.363 Tue Aug 26 09:56:22 2008
+++ php-src/sapi/cgi/cgi_main.c Tue Aug 26 15:37:38 2008
@@ -21,7 +21,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: cgi_main.c,v 1.363 2008/08/26 09:56:22 dmitry Exp $ */
+/* $Id: cgi_main.c,v 1.364 2008/08/26 15:37:38 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