Re: [PHP-XML-DEV] domxml002 test fails
[email protected] ("Rob Richards")
| Newsgroups | php.xml.dev |
|---|---|
| Message-ID | <[email protected]> |
You should use with --with-dom (old domxml extension) or --with-dom5 and --wth-xsl (for the new dom and new xsl support) if you need xsl support. Do not load the old and new extensions together. This can lead to unexpected problems as many registered class names are the same. Rob ----- Original Message ----- From: "Kevin Waterson" <[email protected]> To: <[email protected]> Sent: Friday, June 13, 2003 9:41 PM Subject: [PHP-XML-DEV] domxml002 test fails > ok, puting --with-dom got it up and running and xmldoc file > outputs ok, however, with domxml002 file I get > > > --TEST-- Test 2: Memleak in accessing children() of document. --SKIPIF-- --FILE-- > Fatal error: Call to undefined method domnodelist::children() in /home/kevin/html/php/examples/dom/domxml002.php on line 14 > > Kind regards > Kevin > > -- > ______ > (_____ \ > _____) ) ____ ____ ____ ____ > | ____/ / _ ) / _ | / ___) / _ ) > | | ( (/ / ( ( | |( (___ ( (/ / > |_| \____) \_||_| \____) \____) > Kevin Waterson > Port Macquarie, Australia > > -- > PHP XML Development Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php >