[PHP-DEV] PHP 7.1.5RC1 available for testing.

2017-05-01 Thread Joe Watkins
Morning internals, PHP 7.1.5RC1 is available for testing from: https://downloads.php.net/~krakjoe This is a bugfix release, for the full list of fixes see: https://github.com/php/php-src/blob/php-7.1.5RC1/NEWS Please test carefully and report and issues. Stable release is planned for

[PHP-DEV] Re: JS error on PR tool

2017-05-01 Thread Maciej Sobaczewski
Hi Adam, workaround for this issue has just been applied. Cheers, Maciej. W dniu 01.05.2017 o 23:01, Adam Baratz pisze: Hi, I'm getting a JS error that's preventing this page from loading completely: https://qa.php.net/pulls/ The error is: Uncaught TypeError: Cannot read property 'msie' of u

[PHP-DEV] GOOD Benchmark Results for PHP Master 2017-05-01

2017-05-01 Thread lp_benchmark_robot
Results for project PHP master, build date 2017-05-01 09:19:54-07:00 commit: 2bce801 previous commit:1466a0f revision date: 2017-04-30 20:28:38+01:00 environment:Haswell-EP cpu:Intel(R) Xeon(R) CPU E5-2699 v3 @ 2.30GHz 2x18 cores, stepping 2, LLC 45 MB

[PHP-DEV] Re: [VOTE] PDO Float Type

2017-05-01 Thread Adam Baratz
Hi, I took another pass at this RFC: *https://wiki.php.net/rfc/pdo_float_type * Most of the discussion in the last round was about fixed precision types. Since there was a lot of disagreement around the right way to handle them, I'd like to keep them out o

[PHP-DEV] JS error on PR tool

2017-05-01 Thread Adam Baratz
Hi, I'm getting a JS error that's preventing this page from loading completely: https://qa.php.net/pulls/ The error is: Uncaught TypeError: Cannot read property 'msie' of undefined (jquery.ba-bbq.min.js:18) Is anyone able to take a look at this? Thanks, Adam