| Stephan Schmidt 2004-04-13, 4:33 pm |
| Hi,
I did a lot of work during the last two days and I'm ready to roll a new
release of XML_Parser.
I changed the following things:
- added PHP5 constructor
- moved xml_parser_create() from the constructor to a new method. This
allows two things: return an error if it fails (in the old version it
tried to return an error from the constructor) and it allows you to
parse more than one document with one instance
- added reset()
- fixed all open bugs
- added documentation
- added error codes to all errors
- some small improvements
You may try the package at:
http://pear.php-tools.net/projects/...-1.1.0beta1.tgz
And you can view the source in CVS at:
http://cvs.php.net/cvs.php/pear/XML_Parser/
Before I relase it, I'd like QA to take a look at it. All tests, ran
smoothly, even with my (outdated) PHP5 installation.
Some XML packages still have problems with PHP5, but it's possible to
adjust them (and most of them were developed by me, so it's no problem
to make them work with PHP5).
And I've got two questions:
1. What role should I assign to Stig?
2. Is the versioning OK? (I will use 1.1.0beta1)
Stephan
|