RE: [PHP-DEV] multiple inheritance ext

2001-12-08 Thread Chris Newbill
Yeah, Yeah I jumped the gun...but you know you wanna include it :) -Chris -Original Message- From: Zeev Suraski [mailto:[EMAIL PROTECTED]] Sent: Saturday, December 08, 2001 5:16 PM To: Chris Newbill Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: [PHP-DEV] multiple inheritance

Re: [PHP-DEV] multiple inheritance ext

2001-12-08 Thread l0t3k
if you need a name, use bless() for perl consistency >Be careful with the function names, as bind() is already being used by the >sockets extension. See: >http://www.php.net/manual/en/function.bind.php > > I believe the new sockets extension names it socket_bind(), but anyway.. -- P

RE: [PHP-DEV] multiple inheritance ext

2001-12-08 Thread Zeev Suraski
It actually hasn't been decided upon yet. Zeev At 23:37 07/12/2001, Chris Newbill wrote: >Zend Engine 2 will have multiple-inheritance among other nice toys. >No I don't know when it will be part of PHP) > >There is a mailing list for the engine, I just don't remember what it >is. > >-Chris > >-

Re: [PHP-DEV] multiple inheritance ext

2001-12-08 Thread Sebastian Bergmann
Matt Gray wrote: > Where would such a public discussion take place? On the Zend Engine 2 Mailinglist, of course. -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/ -- PH

Re: [PHP-DEV] multiple inheritance ext

2001-12-07 Thread Matt Gray
Where would such a public discussion take place? And does anybody have any idea on the time line of all of this(not impatient, just curious...)? - Matt Markus Fischer wrote: > On Fri, Dec 07, 2001 at 06:26:32PM -0700, Blake Barnett wrote : > >>http://www.zend.com/engine2/ZendEngine-2.0.pdf

Re: [PHP-DEV] multiple inheritance ext

2001-12-07 Thread Lars Torben Wilson
Markus Fischer writes: > On Fri, Dec 07, 2001 at 02:37:48PM -0700, Chris Newbill wrote : > > Zend Engine 2 will have multiple-inheritance among other nice toys. > > No one said and nowhere is written ZE2 will have > multiple-inheritance. Don't confuse people. > > - Markus Strictly

Re: [PHP-DEV] multiple inheritance ext

2001-12-07 Thread Markus Fischer
On Fri, Dec 07, 2001 at 06:26:32PM -0700, Blake Barnett wrote : > http://www.zend.com/engine2/ZendEngine-2.0.pdf Yep, and don't forget to quote the important thing: "Note: Multiple Inheritance functionality may or may not be a part of the Zend Engine 2.0. Whether it is added to the

Re: [PHP-DEV] multiple inheritance ext

2001-12-07 Thread Blake Barnett
http://www.zend.com/engine2/ZendEngine-2.0.pdf On Fri, 2001-12-07 at 18:23, Markus Fischer wrote: > On Fri, Dec 07, 2001 at 02:37:48PM -0700, Chris Newbill wrote : > > Zend Engine 2 will have multiple-inheritance among other nice toys. > > No one said and nowhere is written ZE2 will have >

Re: [PHP-DEV] multiple inheritance ext

2001-12-07 Thread Markus Fischer
On Fri, Dec 07, 2001 at 02:37:48PM -0700, Chris Newbill wrote : > Zend Engine 2 will have multiple-inheritance among other nice toys. No one said and nowhere is written ZE2 will have multiple-inheritance. Don't confuse people. - Markus -- Please always Cc to me when replying to me

Re: [PHP-DEV] multiple inheritance ext

2001-12-07 Thread Joao Prado Maia
On Fri, 7 Dec 2001, Matthew J Gray wrote: > bind() takes the name of a class and the name of a function and > "binds" the function to the given class. This is useful to us when > the interface class of a library is a subclass of another class in the > library. > > bind() doesn't quite work prop

RE: [PHP-DEV] multiple inheritance ext

2001-12-07 Thread Chris Newbill
Zend Engine 2 will have multiple-inheritance among other nice toys. No I don't know when it will be part of PHP) There is a mailing list for the engine, I just don't remember what it is. -Chris -Original Message- From: Matthew J Gray [mailto:[EMAIL PROTECTED]] Sent: Friday, December 07