| bertrand Gugger 2005-10-11, 7:56 am |
| Halo,
Sebastian Bergmann wrote:
>Forwarding the following from a fellow Gentoo developer:
>
> The tests for XML_CSSML and XML_XPath appear to fail because they are
> trying to re-assign $this, which php 5 at least doesn't appear to like.
> Note that this is happening in the classes inside of the individual
> packages and not in the example php files.
>
>
>
We come on dra(ma|s)tic solutions, here :
The onliest way is to restrict XML_CSSML to php4 and issue an XML_CSSML2
php5 compat, what means some delays. ( should go right thru pepr ? )
Sebastian, depending on the urgence, my solution could be temporarly,
unofficially distributed, in what kind of conf do you need it ?
For the existing XML_CSSML, I will change locally, test and commit in cvs:
* strict dependency on php4, needs to check the 4.4.0 branch too
* dynamically check the requested extension is present
* keep the $this assignment <sighs>
In order QA can release.
Please, comment ASAP as I don't want to lay here. But yes, no hastly
decision too.
I first realize the XML_Xpath is also concerned, will take a look too.
à+
--
bertrand "toggg" Gugger
|