Re: [PHP-DEV] Inconsistent float to string vs. string to floatcasting

2019-01-03 Thread Michael Kliewe
Hi, Am 03.01.2019 um 10:21 schrieb Zeev Suraski: On Wed, Jan 2, 2019 at 8:57 PM Nikita Popov wrote: It's usually the other way around. The current behavior is prone to breaking integration code, because data interchange layers generally do not expect floats to use comma separators. The reason

[PHP-DEV] ext/pctnl and a bug related to handling of SIGALRM

2019-01-03 Thread Ralph Schindler
Hi all, I was hoping someone with considerable pctnl authority/knowledge might be able to help shepherd this bug fix along. In short, I came across this bug combining the technologies of Laravel's job worker infrastructure (uses signals) along with using the Microsoft provided SqlServer linu

Re: [PHP-DEV] Inconsistent float to string vs. string to floatcasting

2019-01-03 Thread Zeev Suraski
On Thu, Jan 3, 2019 at 3:30 PM Rowan Collins wrote: > On Thu, 3 Jan 2019 at 09:21, Zeev Suraski wrote: > > > > > I agree, but the real question is how many of those who are explicitly > > calling setlocale() are relying on this behavior > > > > > It occurs to me that we could ask the opposite qu

[PHP-DEV] Re: [RFC][Vote] Covariant Returns and Contravariant Parameters

2019-01-03 Thread Levi Morrison
On Wed, Dec 19, 2018 at 4:10 PM Levi Morrison wrote: > > Thank you for the feedback and discussion on the [Covariant Returns > and Contravariant Parameters RFC][1]. > > I have opened [voting on this RFC][2]. Given that this is a common > time for holidays for many people around the world it will b

Re: [PHP-DEV] Inconsistent float to string vs. string to floatcasting

2019-01-03 Thread Rowan Collins
On Thu, 3 Jan 2019 at 09:21, Zeev Suraski wrote: > > I agree, but the real question is how many of those who are explicitly > calling setlocale() are relying on this behavior > It occurs to me that we could ask the opposite question: what *other* reasons do people have for explicitly calling se

Re: [PHP-DEV] Inconsistent float to string vs. string to floatcasting

2019-01-03 Thread Zeev Suraski
On Wed, Jan 2, 2019 at 8:57 PM Nikita Popov wrote: > What I mean is that there are not many people who use float to string > conversion with the express intention of receiving a locale-dependent > result (and use a locale where the question is relevant). Those are the > only people who would be (

Re: [PHP-DEV] PHP version 7.2.14RC1 is available for testing - 1 week slip

2019-01-03 Thread Remi Collet
Le 20/12/2018 à 15:18, Remi Collet a écrit : > Please test it carefully, and report any bugs in the bug system. > 7.2.14 should be expected in 2 weeks on January 3rd, 2019. To give everyone time to recover from new year break, the release is delayed to January 10th. Remi -- PHP Internals - PH