Re: [PHP-XML-DEV] domxml test fails
[email protected] ("Rob Richards")
| Newsgroups | php.xml.dev |
|---|---|
| Message-ID | <[email protected]> |
From: Kevin Waterson
> When I access xmldoc test I get the following
> --TEST-- xmldoc() --SKIPIF-- skip domxml extension not available
>
> This coming from skipif.inc when extension_loaded('domxml') fails.
> The range of domxml functions do not show in get_defined_functions.
You need to run the test in the /ext/dom/tests directory
Use latest code base as it has a fix in it for the test.
Rob