Re: [PHP-DEV] [PATCH] Late Static Binding (Take 2)

2006-03-30 Thread Michael Lively Jr.
I almost had a finished another patch myself using EG() but I had to take a break to pay my bills :/. Thanks for looking at this Dmitry. I will go ahead and put together a more exhaustive use case for this over the weekend. Would you like to add (modify) something to my patch? No,

RE: [PHP-DEV] [PATCH] Late Static Binding (Take 2)

2006-03-30 Thread Dmitry Stogov
Hi Michael, > -Original Message- > From: Michael Lively Jr. [mailto:[EMAIL PROTECTED] > Sent: Thursday, March 30, 2006 8:53 PM > To: Dmitry Stogov > Cc: 'Andi Gutmans'; 'PHP-DEV'; 'Marcus Boerger' > Subject: Re: [PHP-DEV] [PATCH] Late Static Binding (Take 2) > > > I took a quick glance

Re: [PHP-DEV] PHP 5.1.3RC2 Released

2006-03-30 Thread Edin Kadribasic
The windows build can be downloaded from: http://downloads.php.net/edink/php-5.1.3RC2-Win32.zip MD5 (php-5.1.3RC2-Win32.zip) = 5979f3c2960eca5f46d1cc2c967e4332 http://downloads.php.net/edink/pecl-5.1.3RC2-Win32.zip MD5 (pecl-5.1.3RC2-Win32.zip) = 29d0a29b3a533dee8527e6abc9627a29 Edin Ilia Als

[PHP-DEV] PHP 5.1.3RC2 Released

2006-03-30 Thread Ilia Alshanetsky
PHP 5.1.3RC2 has just been released, about a week late, but better late then never ;-). Please test this RC as much as possible, if it proves to be stable, this release will be published as final next week Thursday. The source packages can be found here: http://downloads.php.net/ilia/php-5.1.3

Re: [PHP-DEV] [PATCH] Late Static Binding (Take 2)

2006-03-30 Thread Michael Lively Jr.
I took a quick glance through it and it mostly makes sense to me. If anyone could clear up a question when time permits: I don't fully understand why both executor_globals and and execute_data are used to store the caller_scope pointer. I almost had a finished another patch myself using EG() b

Re: [PHP-DEV] [PATCH] Late Static Binding (Take 2)

2006-03-30 Thread Jochem Maas
Dmitry Stogov wrote: Hi Mike, I finally found a day to look into your patch and make it work in all (may be I forgot something) cases. Improved patch and test cases are attached. I still don't like name - "static", as long as it gets in, I'll love you [all] whatever name you give it! :-) a

RE: [PHP-DEV] [PATCH] Late Static Binding (Take 2)

2006-03-30 Thread Dmitry Stogov
Hi Mike, I finally found a day to look into your patch and make it work in all (may be I forgot something) cases. Improved patch and test cases are attached. I still don't like name - "static", and I am not sure that this concept is necessary for PHP. Thanks. Dmitry. > -Original Message-