Re: [PHP-DEV] Object Overloading Interface

2001-07-30 Thread Ramsi Sras
UNSUBSCRIBE ME PLEASE!! Sterling Hughes schrieb: On Mon, 30 Jul 2001, Stig S. Bakken wrote: > Sterling Hughes wrote: > > > > g'day, > > > > I'm just sending a message to check how different the OO overloading > > interface will be in the Zend Engine 2?  I'm currently writi

Re: [PHP-DEV] Object Overloading Interface

2001-07-30 Thread Ramsi Sras
UNSUBSCRIBE ME PLEASE!! Sterling Hughes schrieb:     g'day,     I'm just sending a message to check how different the OO overloading     interface will be in the Zend Engine 2?  I'm currently writing an     extension which uses the current overloading stuff, how different     will the

Re: [PHP-DEV] Object Overloading Interface

2001-07-29 Thread Zeev Suraski
At 02:40 29/07/2001, Sterling Hughes wrote: > Ahh well, I guess I'll have to commit it before the changes and then > expect Zeev and Andi to fix it :) We have no plans to fix those, because they'd require complete rewrites :) Zeev -- PHP Development Mailing List

Re: [PHP-DEV] Object Overloading Interface

2001-07-29 Thread Zeev Suraski
It will be completely different, I'm afraid. Whatever API code's gluing your low level code to the engine, will have to be completely rewritten, but it'd be a much simpler and easy to write for API. At 23:03 28/07/2001, Sterling Hughes wrote: > g'day, > > I'm just sending a message to

Re: [PHP-DEV] Object Overloading Interface

2001-07-29 Thread Sterling Hughes
On Mon, 30 Jul 2001, Stig S. Bakken wrote: > Sterling Hughes wrote: > > > > g'day, > > > > I'm just sending a message to check how different the OO overloading > > interface will be in the Zend Engine 2? I'm currently writing an > > extension which uses the current overloading st

Re: [PHP-DEV] Object Overloading Interface

2001-07-29 Thread Stig S. Bakken
Sterling Hughes wrote: > > g'day, > > I'm just sending a message to check how different the OO overloading > interface will be in the Zend Engine 2? I'm currently writing an > extension which uses the current overloading stuff, how different > will the new stuff be? will th

[PHP-DEV] Object Overloading Interface

2001-07-29 Thread Sterling Hughes
g'day, I'm just sending a message to check how different the OO overloading interface will be in the Zend Engine 2? I'm currently writing an extension which uses the current overloading stuff, how different will the new stuff be? will there be some level of backwards com