RE: [PHP-DEV] Re: Object Overloading

2002-09-23 Thread Zeev Suraski
At 11:42 23/09/2002, Sam Liddicott wrote: >Is there any chance I can look at some zend 5 code to see the new model, and >how it might fit with SWIG? Sure, just checkout the ZendEngine2 repository... >Also, overloaded objects are good, what do you think about overloaded >variables? (And with refe

RE: [PHP-DEV] Re: Object Overloading

2002-09-23 Thread Sam Liddicott
> -Original Message- > From: Zeev Suraski [mailto:[EMAIL PROTECTED]] > Sent: 23 August 2002 18:59 > To: Sam Liddicott > Cc: [EMAIL PROTECTED] > Subject: RE: [PHP-DEV] Re: Object Overloading > > > At 17:09 23/08/2002, Sam Liddicott wrote: > >Or am I mi

[PHP-DEV] Re: Object Overloading

2002-08-22 Thread Zeev Suraski
At 16:44 22/08/2002, Sam Liddicott wrote: >Zeev I just wanted to make you aware that not just the Java module, but also >all SWIG generated php modules also use the object overloading propget and >propset way of accessing properties of the wrapped objects. > >I hear this was being revamped for zen