Re: [PHP-DEV] NAN/INF-int conversion in 5.6

2015-06-28 Thread Florian Anderiasch
On 28.06.2015 02:46, Stanislav Malyshev wrote: My question is: should we backport code from PHP 7 that checks for infinity/nan and put it into 5.6? Or it's not worth it and it's ok for 5.6 to return random weird stuff there? (I know it's not exactly random and there's a reason why it's that

Re: [PHP-DEV] Headsup: PHP7 feature freeze

2015-06-28 Thread Jakub Kubíček
Hi RMs, I have a pending change here http://github.com/php/php-src/pull/1301 which is however not ready to be merged yet. I am currently working on it locally to do some more improvements for phpinfo(). I wanna ask you if you consider it a feature and thus if I have to finish it before the first

Re: [PHP-DEV] PHP7 releases vs Windows Sources?

2015-06-28 Thread Christoph Becker
Christoph Becker wrote: Nikita Popov wrote: On Wed, Jun 17, 2015 at 12:20 AM, Christoph Becker cmbecke...@gmx.de wrote: Johannes Schlüter wrote: On Tue, 2015-06-16 at 02:02 +0200, Christoph Becker wrote: Fair enough. However, the Windows sources neither contain the generated parser

Re: [PHP-DEV] Revisit trailing commas in function call parameters?

2015-06-28 Thread Jakub Kubíček
+1 for allowing trailing comma in every function call. Regards, Kubo2 2015-06-18 19:16 GMT+02:00 Florian Anderiasch m...@anderiasch.de: On 18.06.2015 08:25, Yasuo Ohgaki wrote: If people still consider it more harm- than useful then please don't flame me and I'll shut up again :-) PHP

RE: [PHP-DEV] Headsup: PHP7 feature freeze

2015-06-28 Thread Anatol Belski
Hi Jakub, -Original Message- From: Jakub Kubíček [mailto:kelerest...@gmail.com] Sent: Sunday, June 28, 2015 4:03 PM To: Kalle Sommer Nielsen; Internals Cc: Anatoliy Belsky; Dmitry Stogov; Nikita Popov; Ferenc Kovacs; Xinchen Hui Subject: Re: [PHP-DEV] Headsup: PHP7 feature freeze

Re: [PHP-DEV] Headsup: PHP7 feature freeze

2015-06-28 Thread Marc Bennewitz
On 06/28/2015 09:22 PM, Christoph Becker wrote: Marc Bennewitz wrote: On 06/25/2015 09:48 PM, Aaron Piotrowski wrote: On Jun 25, 2015, at 2:39 PM, Marc Bennewitz dev@mabe.berlin mailto:dev@mabe.berlin wrote: Nice to see this - didn't noted it in the last month :) But there is one edge

[PHP-DEV] Bundled GD library

2015-06-28 Thread Christoph Becker
Hi! I've just learned from ext/gd/libgd/README that the bundled GD library is actually a fork of libgd, which was quite a surprise to me as I thought gd is handled similar to pcre and sqlite3. Anyhow, I wonder how to deal with bug reports for PHP's gd extension, if they point to a common bug in

Re: [PHP-DEV] Headsup: PHP7 feature freeze

2015-06-28 Thread Marc Bennewitz
On 06/25/2015 09:48 PM, Aaron Piotrowski wrote: On Jun 25, 2015, at 2:39 PM, Marc Bennewitz dev@mabe.berlin mailto:dev@mabe.berlin wrote: Nice to see this - didn't noted it in the last month :) But there is one edge case that is not handled by PHP-7 at current behavior;

Re: [PHP-DEV] Headsup: PHP7 feature freeze

2015-06-28 Thread Christoph Becker
Marc Bennewitz wrote: On 06/25/2015 09:48 PM, Aaron Piotrowski wrote: On Jun 25, 2015, at 2:39 PM, Marc Bennewitz dev@mabe.berlin mailto:dev@mabe.berlin wrote: Nice to see this - didn't noted it in the last month :) But there is one edge case that is not handled by PHP-7 at current

[PHP-DEV] PHP Spec for 5.6 (and 7.0)

2015-06-28 Thread Stanislav Malyshev
Hi! About a year ago Facebook has published the initial version of the PHP Specification. Since then, I've been slowly working through it in order to bring it in sync with PHP 5.6, fix typos, improve language, etc. Now I believe this work is mostly complete, at least for the 5.6 part (the master

Re: [PHP-DEV] Bundled GD library

2015-06-28 Thread Pierre Joye
Hi, On Jun 29, 2015 3:34 AM, Christoph Becker cmbecke...@gmx.de wrote: Hi! I've just learned from ext/gd/libgd/README that the bundled GD library is actually a fork of libgd, which was quite a surprise to me as I thought gd is handled similar to pcre and sqlite3. It is somehow similar as