tony2001                Thu Jul 17 10:24:52 2008 UTC

  Modified files:              (Branch: PHP_5_3)
    /php-src/ext/xml    xml.c 
  Log:
  fix folding
  
  
http://cvs.php.net/viewvc.cgi/php-src/ext/xml/xml.c?r1=1.157.2.4.2.5.2.9&r2=1.157.2.4.2.5.2.10&diff_format=u
Index: php-src/ext/xml/xml.c
diff -u php-src/ext/xml/xml.c:1.157.2.4.2.5.2.9 
php-src/ext/xml/xml.c:1.157.2.4.2.5.2.10
--- php-src/ext/xml/xml.c:1.157.2.4.2.5.2.9     Thu Jul 17 09:53:42 2008
+++ php-src/ext/xml/xml.c       Thu Jul 17 10:24:51 2008
@@ -18,7 +18,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: xml.c,v 1.157.2.4.2.5.2.9 2008/07/17 09:53:42 dmitry Exp $ */
+/* $Id: xml.c,v 1.157.2.4.2.5.2.10 2008/07/17 10:24:51 tony2001 Exp $ */
 
 #define IS_EXT_MODULE
 
@@ -1196,7 +1196,7 @@
 
 /************************* EXTENSION FUNCTIONS *************************/
 
-static void php_xml_parser_create_impl(INTERNAL_FUNCTION_PARAMETERS, int 
ns_support)
+static void php_xml_parser_create_impl(INTERNAL_FUNCTION_PARAMETERS, int 
ns_support) /* {{{ */
 {
        xml_parser *parser;
        int auto_detect = 0;
@@ -1252,6 +1252,7 @@
        ZEND_REGISTER_RESOURCE(return_value, parser,le_xml_parser);
        parser->index = Z_LVAL_P(return_value);
 }
+/* }}} */
 
 /* {{{ proto resource xml_parser_create([string encoding]) 
    Create an XML parser */



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

Reply via email to