Re: [PHP-XML-DEV] domxml002 test fails
[email protected] (Christian Stocker)
| Newsgroups | php.xml.dev |
|---|---|
| Message-ID | <[email protected]> |
On Sat, 14 Jun 2003, Rob Richards wrote: > 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. mmmh, so upgrading to dom5 has to happen for all applications at once on a php-installation... Not an ideal solution IMHO. But as I have not really time to look into that at the moment, nor any idea of how to solve that problem, I won't complain ;) (maybe namespaces would have been a solution, but that's too late now...) chregu