Re: [PHP-DEV] Backporting to 5_3

2008-03-30 Thread Lukas Kahwe Smith
On 26.03.2008, at 14:04, Felipe Pena wrote: So what is the conclusion here? - Added runtime JIT auto-globals fetching and caching. (Dmitry, Sara) backport (based on the arguments from Pierre) - Added "jump label" operator (limited "goto"). (Dmitry, Sara) backport - Removed support for

Re: [PHP-DEV] Backporting to 5_3

2008-03-27 Thread Lukas Kahwe Smith
On 26.03.2008, at 17:56, Pierre Joye wrote: On Wed, Mar 26, 2008 at 5:39 PM, Stanislav Malyshev <[EMAIL PROTECTED]> wrote: Hi! - Added runtime JIT auto-globals fetching and caching. (Dmitry, Sara) Does this change any semantics, etc? Any reason why it wasn't merged in the first place?

Re: [PHP-DEV] Backporting to 5_3

2008-03-26 Thread Richard Lynch
On Wed, March 26, 2008 12:13 pm, Stanislav Malyshev wrote: >>> I'd wait for 6 with this. May break some scripts. >> >> I dont think it will break more a piece of code that doesnt really >> work. ;) > > Af far as I know, breaks with arguments do work in PHP. And I even used it once... I could re-f

Re: [PHP-DEV] Backporting to 5_3

2008-03-26 Thread Felipe Pena
2008/3/26, Stanislav Malyshev <[EMAIL PROTECTED]>: > > - Changed "instanceof" and "catch" operators, is_a() and > > is_subclass_of() functions to not call __autoload(). (Dmitry) > > > This definitely should be - there's absolutely no reason any kind on > instanceof-like operator would call autol

Re: [PHP-DEV] Backporting to 5_3

2008-03-26 Thread Lukas Kahwe Smith
On 26.03.2008, at 22:05, Stanislav Malyshev wrote: "never heard of" XPath.class.php and "also never heard of" some code deep inside this Xayara CMS. And used by people. Did I or anybody here on the list actually contacted with these people or not does not matter - we can't contact milli

Re: [PHP-DEV] Backporting to 5_3

2008-03-26 Thread Stanislav Malyshev
Hi! if (true) { break $foo; } As I understand, this code works now. "never heard of" XPath.class.php and "also never heard of" some code deep inside this Xayara CMS. And used by people. Did I or anybody here on the list actually contacted with these people or n

Re: [PHP-DEV] Backporting to 5_3

2008-03-26 Thread Markus Fischer
Hi, Hannes Magnusson wrote: According to Google Code Search ( http://www.google.com/codesearch?q=lang%3Aphp+break\s%2B\%24&hl=en&btnG=Search+Code ) there are only two distinct pieces of code out there using dynamic break: "never heard of" XPath.class.php and "also never heard of" some code

Re: [PHP-DEV] Backporting to 5_3

2008-03-26 Thread Hannes Magnusson
On Wed, Mar 26, 2008 at 6:13 PM, Stanislav Malyshev <[EMAIL PROTECTED]> wrote: > >> I'd wait for 6 with this. May break some scripts. > > > > I dont think it will break more a piece of code that doesnt really work. ;) > > Af far as I know, breaks with arguments do work in PHP. http://www.php.ne

Re: [PHP-DEV] Backporting to 5_3

2008-03-26 Thread Stanislav Malyshev
I'd wait for 6 with this. May break some scripts. I dont think it will break more a piece of code that doesnt really work. ;) Af far as I know, breaks with arguments do work in PHP. -- Stanislav Malyshev, Zend Software Architect [EMAIL PROTECTED] http://www.zend.com/ (408)253-8829 MSN: [EM

Re: [PHP-DEV] Backporting to 5_3

2008-03-26 Thread Pierre Joye
On Wed, Mar 26, 2008 at 5:39 PM, Stanislav Malyshev <[EMAIL PROTECTED]> wrote: > Hi! > > > > - Added runtime JIT auto-globals fetching and caching. (Dmitry, Sara) > > Does this change any semantics, etc? Any reason why it wasn't merged in > the first place? It was initially done for the input e

Re: [PHP-DEV] Backporting to 5_3

2008-03-26 Thread Cristian Rodriguez
2008/3/26, Stanislav Malyshev <[EMAIL PROTECTED]>: > > - Removed support for "continue" and "break" operators with non-constant > > operands. (Dmitry) > > > I'd wait for 6 with this. May break some scripts. I dont think it will break more a piece of code that doesnt really work. ;) -- "If d

Re: [PHP-DEV] Backporting to 5_3

2008-03-26 Thread Stanislav Malyshev
Hi! - Added runtime JIT auto-globals fetching and caching. (Dmitry, Sara) Does this change any semantics, etc? Any reason why it wasn't merged in the first place? - Added "jump label" operator (limited "goto"). (Dmitry, Sara) No strong opinion here, I didn't need it anyway :) - Removed

Re: [PHP-DEV] Backporting to 5_3

2008-03-26 Thread Jani Taskinen
All. --Jani On Wed, 2008-03-26 at 10:04 -0300, Felipe Pena wrote: > Hello, > > I would like know which itens below needs be backported to 5_3: > > - Added runtime JIT auto-globals fetching and caching. (Dmitry, Sara) > - Added "jump label" operator (limited "goto"). (Dmitry, Sara) > - Removed

[PHP-DEV] Backporting to 5_3

2008-03-26 Thread Felipe Pena
Hello, I would like know which itens below needs be backported to 5_3: - Added runtime JIT auto-globals fetching and caching. (Dmitry, Sara) - Added "jump label" operator (limited "goto"). (Dmitry, Sara) - Removed support for "continue" and "break" operators with non-constant operands. (Dmitry)