Jared Williams wrote:
PS.
Yeah, thought it was libxml, hence didn't file a pecl bug report. But there does seem a problem with this method as can't
just have a publicId or a systemId, libxml function uses NULL as a parameter to specify which id you don't want to use. Which we've
lost with the PHP wrapper, as can only specify two strings.
Have you tried passing NULL for publicId? :)
And systemId can only be NULL if there is no publicId (publicId requires
a systemId).
Rob
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php