On Sun, 22 Feb 2004, Christian Stocker wrote:

> mmmh, forget about that... I used 2.6.2, will test on 2.5.10 later

I think SAX2 support began with 2.6.0, but maybe you can enable SAX 1
usage for older version?

-adam

-- 
[EMAIL PROTECTED]
author of o'reilly's php cookbook
avoid the holiday rush, buy your copy today!

> >> PHPAPI XML_Parser
> >>@@ -415,8 +314,7 @@
> >>    parser->parser->replaceEntities = 1;
> >>    if (sep != NULL) {
> >>            parser->use_namespace = 1;
> >>-           parser->_ns_map = xmlHashCreate(10);
> >>-           parser->_reverse_ns_map = xmlHashCreate(10);
> >>+           parser->parser->sax2 = 1;
> >>            parser->_ns_seperator = xmlStrdup(sep);
> >>    }
> >>    return parser;
> >>@@ -498,7 +396,15 @@
> >> PHPAPI int

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

Reply via email to