Well, I for one was getting tired of tracking all the changes to the DOMXML
extension in PHP. Plus, it was leaking memory all over the place.
So, I rewrote parts of the class removing all DOMXML calls and using an
expat parser instead.
It seems to work, seems stable and (most importantly) doesn't leak memory.
http://opensrs-php.sourceforge.net/
Take note: this release won't work with PHP 4.1.0 because of a bug in the
mcrypt extension (technically, it's the Crypt_CBC class that doesn't work).
Upgrade to 4.1.1 when it is released, use a CVS version, or stick with 4.0.6
which (I think) should be okay.
- Colin