On Fri, 18 May 2001, Sterling Hughes wrote:
> Yup, and after Colin's message, I'm still deciding whether to rollback 
> the DOM-XML commit in the branch.  Right now I'm going through the 
> source and doing a bit of cleanup (removing confusing commented 
> portions, adding some debugging features).  I'm basically waiting to the 
> last minute to see if I can get enough cleaned up and working for the 
> next release (crash bugs, functionality, documentation, etc.)
> 
> I probably won't be able to finish, and end up just reverting the commit 
> in the branch, but its worth a try. ;)

The extension is pretty broken right now. I think he tried to emulate
what I did in PHP-GTK and at the same time preserve backwards
compatibility to the old API and that's just not possible. Example,
domxml_children() crashes because it's an alias for $root->children and
for the former case this_ptr is NULL. In PHP-GTK all functions are
methods, but it wouldn't help here.

-Andrei
* "UNIX, isn't that some archaic form of DOS?" - our job applicant *

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to