Re: [PHP-DEV] Push Litespeed SAPI 6.9 to PHP 7.0.1

2015-12-17 Thread Tom Sommer
That does not explain why https://github.com/php/php-src/commit/5bcb7a7019a49c2f80eda7d2aa947efebeee0034#diff-e8087496f5a642ce83e5d655c08c6b3a is not backported to 7.0 or 7.0.1? --- Tom Sommer On 2015-12-17 01:09, Grzegorz Zdanowski wrote: 2015-12-16 19:20 GMT+01:00 Anatol belski

Re: [PHP-DEV] Benchmark Results for PHP Master 2015-12-17

2015-12-17 Thread Lester Caine
On 17/12/15 10:24, Martin Keckeis wrote: > The results should better be collected in a database and displayed with > helpful graphs or something like that. > A daily mail with no long term change does not really provide a good source > of information. And just what is it comparing against? A

[PHP-DEV] Benchmark Results for PHP Master 2015-12-17

2015-12-17 Thread lp_benchmark_robot
Results for project PHP master, build date 2015-12-17 06:30:09+02:00 commit: 7a01ff5e91983bb1b8fa7bf9e6b115aa99917b64 revision date: 2015-12-17 09:19:05+09:00 environment:Haswell-EP cpu:Intel(R) Xeon(R) CPU E5-2699 v3 @ 2.30GHz 2x18 cores, stepping 2, LLC 45 MB

Re: [PHP-DEV] Benchmark Results for PHP Master 2015-12-17

2015-12-17 Thread Martin Keckeis
Hello, 2015-12-17 10:15 GMT+01:00 : > Results for project PHP master, build date 2015-12-17 06:30:09+02:00 > commit: 7a01ff5e91983bb1b8fa7bf9e6b115aa99917b64 > revision date: 2015-12-17 09:19:05+09:00 > environment:Haswell-EP > cpu:Intel(R)

[PHP-DEV] PHP 7.0.1 is available

2015-12-17 Thread Anatol belski
Hi, The PHP development team announces the immediate availability of PHP 7.0.1. Several bugs have been fixed. All PHP 7.0 users are encouraged to upgrade to this version. For source downloads of PHP 7.0.1 please visit our downloads page: http://www.php.net/downloads.php Windows binaries can be

Re: [PHP-DEV] PHP 7.0.1 is available

2015-12-17 Thread Good guy
On 17/12/2015 14:36, Anatol belski wrote: Hi, The PHP development team announces the immediate availability of PHP 7.0.1. Several bugs have been fixed. All PHP 7.0 users are encouraged to upgrade to this version. For source downloads of PHP 7.0.1 please visit our downloads page:

[PHP-DEV] call_user_function_ex() affects zval value

2015-12-17 Thread Adam Baratz
Hi, I'm working on PHP7 compatibility for an extension (which I didn't write). I discovered an issue with a call like this: call_user_function_ex(EG(function_table), NULL, zval, , 5, params, 0, NULL); When zval refers to a [object, string] array, its value is different after this call. I

Re: [PHP-DEV] Benchmark Results for PHP Master 2015-12-17

2015-12-17 Thread Yasuo Ohgaki
Hi Martin, On Thu, Dec 17, 2015 at 7:24 PM, Martin Keckeis wrote: > > The results should better be collected in a database and displayed with > helpful graphs or something like that. > A daily mail with no long term change does not really provide a good source > of

Re: [PHP-DEV] Benchmark Results for PHP Master 2015-12-17

2015-12-17 Thread Good Guy
On 18/12/15 02:15, Yasuo Ohgaki wrote: The objective of this benchmark is to alert developers accidental performance drop. Even small change may affect performance a lot. This would be good enough for the purpose. IMO. Regards, -- Yasuo Ohgaki I would like to see Joomla 3.4.6 and Drupal 8.0

[PHP-DEV] Re: call_user_function_ex() affects zval value

2015-12-17 Thread Andrea Faulds
Hi Adam, Adam Baratz wrote: I'm working on PHP7 compatibility for an extension (which I didn't write). I discovered an issue with a call like this: call_user_function_ex(EG(function_table), NULL, zval, , 5, params, 0, NULL); When zval refers to a [object, string] array, its value is different