Commit: fa5477d9d45f076f4b4a6c50252668e2a437230b Author: Rasmus Lerdorf <ras...@php.net> Thu, 20 Sep 2012 14:24:55 -0400 Parents: 4b9ed492177dd9d6e1fde7f0b74ece8a71a1c1ab Branches: master
Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=fa5477d9d45f076f4b4a6c50252668e2a437230b Log: Fix folding Changed paths: M main/main.c Diff: diff --git a/main/main.c b/main/main.c index 5eb9947..3e31a8d 100644 --- a/main/main.c +++ b/main/main.c @@ -596,6 +596,7 @@ PHPAPI int php_get_module_initialized(void) { return module_initialized; } +/* }}} */ /* {{{ php_log_err */ -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php