sterling                Sun Jun 29 14:26:23 2003 EDT

  Modified files:              
    /php-src/ext/xml    compat.c 
  Log:
  fix libxml2 when dealing with character data
  
  
Index: php-src/ext/xml/compat.c
diff -u php-src/ext/xml/compat.c:1.15 php-src/ext/xml/compat.c:1.16
--- php-src/ext/xml/compat.c:1.15       Thu Jun 26 00:08:54 2003
+++ php-src/ext/xml/compat.c    Sun Jun 29 14:26:23 2003
@@ -273,7 +273,11 @@
        _comment_handler, /* comment */
        NULL, /* warning */
        NULL, /* error */
-       NULL /* fatalError */
+       NULL,  /* fatalError */
+       NULL,  /* getParameterEntity */
+       _cdata_handler, /* cdataBlock */
+       NULL, /* externalSubset */
+       1
 };
 
 XML_Parser 



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

Reply via email to