jani            Tue Jul 24 13:29:40 2007 UTC

  Modified files:              
    /php-src/main       main.c 
  Log:
  fix folding
  
http://cvs.php.net/viewvc.cgi/php-src/main/main.c?r1=1.738&r2=1.739&diff_format=u
Index: php-src/main/main.c
diff -u php-src/main/main.c:1.738 php-src/main/main.c:1.739
--- php-src/main/main.c:1.738   Sat Jul 21 01:41:55 2007
+++ php-src/main/main.c Tue Jul 24 13:29:39 2007
@@ -18,7 +18,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: main.c,v 1.738 2007/07/21 01:41:55 jani Exp $ */
+/* $Id: main.c,v 1.739 2007/07/24 13:29:39 jani Exp $ */
 
 /* {{{ includes
  */
@@ -210,7 +210,10 @@
        zend_set_timeout(EG(timeout_seconds));
        return SUCCESS;
 }
+/* }}} */
 
+/* {{{ PHP_INI_MH
+ */
 static ZEND_INI_MH(OnUpdateOutputEncoding)
 {
        if (new_value) {

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to