(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)
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
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
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
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
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
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-
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
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