Re: [PHP-XML-DEV] domxml002 test fails
[email protected] ("Rob Richards")
| Newsgroups | php.xml.dev |
|---|---|
| Message-ID | <[email protected]> |
From: Christian Stocker > 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...) The only way I can see getting them both to run together is to change the old dom classnames to domxmlXXX. It would break BC (again). Amount of issues it would cause is unknown: All depends if people are referencing the class names directly. Also, I cant say if there are any other issues using the old one under php5 as I havent tried it there for well over a month (when we were playing around with the namespaces). Rob