[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-cvs
Subject:    [PHP-CVS] cvs: php-src /ext/simplexml simplexml.c
From:       "Antony Dovgal" <tony2001 () php ! net>
Date:       2006-11-29 22:53:21
Message-ID: cvstony20011164840801 () cvsserver
[Download RAW message or body]

tony2001		Wed Nov 29 22:53:21 2006 UTC

  Modified files:              
    /php-src/ext/simplexml	simplexml.c 
  Log:
  add missing folding marker
  
  
http://cvs.php.net/viewvc.cgi/php-src/ext/simplexml/simplexml.c?r1=1.223&r2=1.224&diff_format=u
Index: php-src/ext/simplexml/simplexml.c
diff -u php-src/ext/simplexml/simplexml.c:1.223 php-src/ext/simplexml/simplexml.c:1.224
--- php-src/ext/simplexml/simplexml.c:1.223	Wed Nov 29 08:52:08 2006
+++ php-src/ext/simplexml/simplexml.c	Wed Nov 29 22:53:21 2006
@@ -18,7 +18,7 @@
   +----------------------------------------------------------------------+
 */
 
-/* $Id: simplexml.c,v 1.223 2006/11/29 08:52:08 rrichards Exp $ */
+/* $Id: simplexml.c,v 1.224 2006/11/29 22:53:21 tony2001 Exp $ */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
@@ -1173,6 +1173,7 @@
 
 	xmlXPathFreeObject(retval);
 }
+/* }}} */
 
 /* {{{ proto bool SimpleXMLElement::registerXPathNamespace(string prefix, string ns) U
    Creates a prefix/ns context for the next XPath query */
@@ -2361,7 +2362,7 @@
 {
 	php_info_print_table_start();
 	php_info_print_table_header(2, "Simplexml support", "enabled");
-	php_info_print_table_row(2, "Revision", "$Revision: 1.223 $");
+	php_info_print_table_row(2, "Revision", "$Revision: 1.224 $");
 	php_info_print_table_row(2, "Schema support",
 #ifdef LIBXML_SCHEMAS_ENABLED
 		"enabled");

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

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic