I have finished a patch that implements a working version of late static
binding.
I used the notes from the Paris PDM as my guidelines for implementation.
(http://www.php.net/~derick/meeting-notes.html#late-static-binding-using-this-without-or-perhaps-with-a-different-name)
As requested in the no
Right now HEAD doesn't compile:
/homes/andrei/dev/php-src/ext/libxml/libxml.c: In function
`php_libxml_register_export':
/homes/andrei/dev/php-src/ext/libxml/libxml.c:844: incompatible type
for argument 2 of `_zend_hash_add_or_update'
/homes/andrei/dev/php-src/ext/libxml/libxml.c:849: incompati