Hey,

The Engine 2 CVS pretty much implements the first step of the new object 
model. Objects are now handles which reference the same object and 
$obj->method1()->method2() is supported now. Quite a few places in PHP that 
use objects like call_user_function() might still not work though.
If anyone can try and run PHP with the Engine 2 CVS and send feedback on 
how well or badly their old object code runs that'll be great. I'm also 
interested in how many scripts are actually broken by the fact that objects 
are not copied when sent to functions by value and so on.

To check it out just checkout the ZendEngine2 CVS tree from cvs.zend.com 
and rename it from ZendEngine2 -> Zend before building PHP.

Andi


-- 
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