| Stephan Schmidt 2004-04-17, 2:30 pm |
| Hi,
I just released XML_Parser 1.1.0beta1.
There have been several changes, so could you please test your
applications that rely on XML_Parser thouroughly?
I removed some strange things, like returning PEAR_Error from the
constructor and added functionality to parse more than one document per
instance.
With previous versions, you had to create a new instance or do something
very evil (like I did in XML_Serializer) and call the constructor more
than once. This will not work anymore (it had not been documented, and
is something that probably no one did) as it will cause problems in PHP5.
Once XML_Parser 1.1.0 is released as a stable package, I'll commit
documentation to peardoc and start implementing new functionality... But
first I have to verify that all changes that have been made by Tomas and
me are working fine.
Thanks for your time,
Stephan
|