Hi!
I forgot to reply to Stas' message yesterday, sorry... But, there is no
change in behavior here either as far as I know. For the code Stas quoted,
with static vars (if that's what was being referred to), there's definitely
not been a change (though its parser code was tweaked a bit), and t
Hi Stas, Dmitry,
I forgot to reply to Stas' message yesterday, sorry... But, there is no
change in behavior here either as far as I know. For the code Stas quoted,
with static vars (if that's what was being referred to), there's definitely
not been a change (though its parser code was tweaked a
Hi Stas,
We discussed this patch with Matt, and I allowed this change.
So it probably my fault (I missed run-time locale change possibility).
I don't think it is a really big issue, but it really may change
behavior of some scripts.
I think we should revert this patch, before we get complete sol
Hi!
static $a = -'abc'; // 0
static $b = +'abc'; // abc
$c = +'abc'; // 0
}
We could get into trouble here. Imagine:
static $a = -'12.8';
This should be -12.8, but what if locale changes and . is no longer
decimal separator? Moreover, what if locale changes between compile and
r
Hi Matt,
Sorry, I just don't have time to look into it in last minute.
Thanks. Dmitry.
Matt Wilmas wrote:
> Hi again Dmitry,
>
> - Original Message -
> From: "Dmitry Stogov"
> Sent: Thursday, July 31, 2008
>
>> Hi Matt,
>>
>> For now I would like to disable "-CONST" constant expressi
Hi again Dmitry,
- Original Message -
From: "Dmitry Stogov"
Sent: Thursday, July 31, 2008
> Hi Matt,
>
> For now I would like to disable "-CONST" constant expression which
> started to work after your patch.
>
> Later we are able to implement the complete constant expressions support.
On
Hi Dmitry,
- Original Message -
From: "Dmitry Stogov"
Sent: Thursday, July 31, 2008
> Hi Matt,
>
> For now I would like to disable "-CONST" constant expression which
> started to work after your patch.
Yes, that's what my new fix will do -- it's coming in just a minute, and it
also corre