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
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?
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
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
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
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
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
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
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
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
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
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
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
13 matches
Mail list logo