rasmus Thu Nov 17 16:57:30 2005 EDT Modified files: /php-src/ext/libxml libxml.c Log: MFB: missing }}} http://cvs.php.net/diff.php/php-src/ext/libxml/libxml.c?r1=1.38&r2=1.39&ty=u Index: php-src/ext/libxml/libxml.c diff -u php-src/ext/libxml/libxml.c:1.38 php-src/ext/libxml/libxml.c:1.39 --- php-src/ext/libxml/libxml.c:1.38 Mon Oct 17 15:47:23 2005 +++ php-src/ext/libxml/libxml.c Thu Nov 17 16:57:30 2005 @@ -17,7 +17,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: libxml.c,v 1.38 2005/10/17 19:47:23 rrichards Exp $ */ +/* $Id: libxml.c,v 1.39 2005/11/17 21:57:30 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