Re[4]: [PHP-DEV] aggregation?

2003-06-27 Thread Wei He
I think there need to be more discussions between developers and users on adding or removing an important feature. Wei He -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re[3]: [PHP-DEV] aggregation?

2003-06-27 Thread Wei He
;doing it."; } } class f extends foo, foobar {...} class b extends bar, foobar {...} > http://talks.php.net/show/php5intro?PHPSESSID=63d210273967af7c74e034d92c2bf5e5 > It's very interesting. Thanks. > but namespaces a removed from the language. > Best, Wei He -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] aggregation?

2003-06-26 Thread Wei He
On Fri, 27 Jun 2003, Sebastian Bergmann wrote: > Wei He wrote: > > Espscially how MI can be replaced by using of interfaces > > http://csis.pace.edu/~bergin/patterns/multipleinheritance.html > Thanks for the link. I just wonder how php5 will implement them. Or maybe I

Re: [PHP-DEV] aggregation?

2003-06-26 Thread Wei He
On Fri, 27 Jun 2003, Sebastian Bergmann wrote: > Wei He wrote: > > Can anyone give an example script demostrating how interfaces look like > > in PHP5? > > http://www.sebastian-bergmann.de/talks/adam-2003-oop.pdf Thanks. I must have been a very nice presentation. I love

Re[2]: [PHP-DEV] aggregation?

2003-06-26 Thread Wei He
this time, it will make no difference from MI when there is no overlap method and property in all parent classes. Can anyone give an example script demostrating how interfaces look like in PHP5? Wei He -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] aggregation?

2003-06-26 Thread Wei He
On Thu, 26 Jun 2003, Sebastian Bergmann wrote: > Wei He wrote: > > How could I live without aggregation or multiple inheritance? > > Java developers are very happy without these concepts. Why? Because > they have interfaces. Guess what? We have them, too. If I understand c

Re: [PHP-DEV] aggregation?

2003-06-25 Thread Wei He
tle simple proposal of aggregation-like multiple inheritance. Agree? Wei He -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] removing bundled libmysql

2003-06-21 Thread Wei He
30 seconds? I'm using RedHat. There are php, php-mysql, php-imap, php-ldap, php-snmp, ... And the source RPM will configure and make twice, one for CGI, another for Apache module. I am thinking all the way, since CLI and Apache module can be built togethter, why not add a CGI? Bu

Re: [PHP-DEV] removing bundled libmysql

2003-06-21 Thread Wei He
M in order to use MySQL 4.x libraries if it is bundled. Am I right? And you know building PHP source RPM is a huge task as one have to install a lot of dependent RPMs for unused modules. And the compiling takes long time. Wei He -- PHP Internals - PHP Runtime Development Mailing List To u

Re: [PHP-DEV] removing bundled libmysql

2003-06-21 Thread Wei He
I think it would be a good thing. Many time I have to recompile PHP to use it with MySQL to avoid charset warnings. Wei He -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] retrieving and setting vars from own extension?

2003-06-19 Thread Wei He
al) variables for the php-script its called from. > http://www.php.net/manual/en/zend.variables.php Isn't it what you want to know? I'm an outsider to Zend too. Just give your a hint. Best, Wei He -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] The aggregation/Zend hash bug

2003-06-17 Thread Wei He
ke assigning it with a same object). Forgive me shallow understanding on Zend. I can only get that deeper studying it no more than a day. Wei He On Tue, 17 Jun 2003, Wei He wrote: > Hi, > > I have big suspicion on my mail system. Would you please confirm > that you get this message? T

[PHP-DEV] The aggregation/Zend hash bug

2003-06-13 Thread Wei He
27;t work any longer due to the bug. If you really don't think it a bug. Would anyone kindly reply me a message so that at least I know you guys have received my report? Wei He On Fri, 23 May 2003, Wei He wrote: > Hi, > > This short script can reproduce the aggregat