Re: [PHP-DEV] Method call improvements

2009-01-17 Thread Hannes Magnusson
(for the fun of it, I am CCing Andi, the CTO and senior VP of Zend) On Sat, Jan 17, 2009 at 21:17, Marcus Boerger wrote: > Hello Timm, > > Friday, January 16, 2009, 9:35:13 PM, you wrote: > >> * At [1d], calculate a hash key for the following: >> - method->name >> - ce->name >> - EG(scope)

[PHP-DEV] Re: [PHP-CVS] cvs: php-src /ext/spl spl_observer.c

2009-01-17 Thread Hannes Magnusson
On Sat, Jan 17, 2009 at 21:57, Etienne Kneuss wrote: > Hello, > > On Sat, Jan 17, 2009 at 9:10 PM, Marcus Boerger wrote: Maybe you two should stop adding features for few days and document all this crap so people know what the fuck is up? I am getting really annoyed by this extension. There ar

Re: [PHP-DEV] [RFC] prototyping

2009-01-17 Thread Marcus Boerger
Hello Stanislav, Wednesday, January 14, 2009, 5:29:02 PM, you wrote: > Hi! >> That is one example of convoluted code that is already possible. If a >> developer creates such a mess is his fault. > "Convoluted"? "Mess"? Are you kidding me? It's standard usage of access > handlers. It is a mes

Re: [PHP-DEV] Method call improvements

2009-01-17 Thread Marcus Boerger
Hello Timm, Friday, January 16, 2009, 9:35:13 PM, you wrote: > Hi, > in every programming language, method calls are expensive. Especially in > PHP, which does not spend any effort during compile time to resolve method > calls their target (and cannot due to the possibility of lazily loading

[PHP-DEV] Really Need..

2009-01-17 Thread Nathan Rixham
Afternoon all, Recently I've been running in to a lot of frustrations with PHP, don't get me wrong I love the language, but I just can't do what I *need* to in a few situations, specifically when dealing with Classes and Objects. I strongly feel that these need added in to PHP 6, for multiple

Re: [PHP-DEV] Re: cvs: ZendEngine2(PHP_5_3) / zend_build.h zend_extensions.c zend_extensions.h zend_modules.h php-src/ext/standard dl.c info.c php-src/win32/build config.w32

2009-01-17 Thread Johannes Schlüter
On Sat, 2009-01-17 at 14:06 +0100, Sebastian Bergmann wrote: > Pierre Joye wrote: > > Yes, they have to be rebuilt. I will do it for Windows. > > I may have not expressed myself cleary: I did rebuild Xdebug against a > build of PHP_5_3 with the new buildid. The resulting xdebug.so cannot > be l

Re: [PHP-DEV] Re: cvs: ZendEngine2(PHP_5_3) / zend_build.h zend_extensions.c zend_extensions.h zend_modules.h php-src/ext/standard dl.c info.c php-src/win32/build config.w32

2009-01-17 Thread Sebastian Bergmann
Pierre Joye wrote: > Yes, they have to be rebuilt. I will do it for Windows. I may have not expressed myself cleary: I did rebuild Xdebug against a build of PHP_5_3 with the new buildid. The resulting xdebug.so cannot be loaded. -- Sebastian Bergmann http://sebastian-

Re: [PHP-DEV] Re: cvs: ZendEngine2(PHP_5_3) / zend_build.h zend_extensions.c zend_extensions.h zend_modules.h php-src/ext/standard dl.c info.c php-src/win32/build config.w32

2009-01-17 Thread Pierre Joye
hi, On Sat, Jan 17, 2009 at 9:04 AM, Sebastian Bergmann wrote: > Stanislav Malyshev wrote: >> stas Sat Jan 17 02:05:14 2009 UTC >> >> Added files: (Branch: PHP_5_3) >> /ZendEngine2 zend_build.h >> >> Modified files: >> /php-src/win32/build config.w32

[PHP-DEV] Re: cvs: ZendEngine2(PHP_5_3) / zend_build.h zend_extensions.c zend_extensions.h zend_modules.h php-src/ext/standard dl.c info.c php-src/win32/build config.w32

2009-01-17 Thread Sebastian Bergmann
Stanislav Malyshev wrote: > stas Sat Jan 17 02:05:14 2009 UTC > > Added files: (Branch: PHP_5_3) > /ZendEngine2 zend_build.h > > Modified files: > /php-src/win32/build config.w32 > /php-src/ext/standard dl.c info.c > /Zen