For Programmers: Free Programming Magazines  


Home > Archive > PHP PEAR Questions and Answers > April 2004 > Need feedback for XML_Parser









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Need feedback for XML_Parser
Stephan Schmidt

2004-04-15, 5:35 pm

Hi,

two days passed since I posted some news on XML_Parser, but I got no
reply. I'll repost everything and I'll roll a new release on Saturday,
no matter if someone of QA replies or not.

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)

If no one replies, I'll leave Stig as lead maintainer and release a
1.1.0beta1, which is IMHO correct according to the new versioning rules.

Stephan
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com