rasmus Thu Nov 17 16:56:07 2005 EDT
Modified files: (Branch: PHP_5_1)
/php-src/ext/libxml libxml.c
Log:
Missing }}}
http://cvs.php.net/diff.php/php-src/ext/libxml/libxml.c?r1=1.32.2.4&r2=1.32.2.5&ty=u
Index: php-src/ext/libxml/libxml.c
diff -u php-src/ext/libxml/libxml.c:1.32.2.4
php-src/ext/libxml/libxml.c:1.32.2.5
--- php-src/ext/libxml/libxml.c:1.32.2.4 Mon Oct 17 15:50:20 2005
+++ php-src/ext/libxml/libxml.c Thu Nov 17 16:56:04 2005
@@ -17,7 +17,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: libxml.c,v 1.32.2.4 2005/10/17 19:50:20 rrichards Exp $ */
+/* $Id: libxml.c,v 1.32.2.5 2005/11/17 21:56:04 rasmus Exp $ */
#define IS_EXT_MODULE
@@ -665,7 +665,6 @@
}
/* }}} */
-
/* {{{ proto void libxml_set_streams_context(resource streams_context)
Set the streams context for the next libxml document load or write */
PHP_FUNCTION(libxml_set_streams_context)
@@ -722,6 +721,7 @@
}
RETURN_BOOL(retval);
}
+/* }}} */
/* {{{ proto object libxml_get_last_error()
Retrieve last error from libxml */
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php