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

2015-12-18 Thread Chris Riley
On 18 December 2015 at 02:39, Good Guy wrote: > 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.

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

2015-12-18 Thread François Laupretre
Hi, Le 17/12/2015 22:52, Adam Baratz a écrit : 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]

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

2015-12-18 Thread Andone, Bogdan
> -Original Message- > From: Chris Riley [mailto:t.carn...@gmail.com] > Sent: Friday, December 18, 2015 12:02 PM > To: Good Guy > Cc: PHP internals > Subject: Re: [PHP-DEV] Benchmark Results for PHP Master 2015-12-17 > > On 18 December 2015 at 02:39, Good Guy wrote:

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

2015-12-18 Thread lp_benchmark_robot
Results for project PHP master, build date 2015-12-18 06:30:04+02:00 commit: 1abbdcd9a455ce2638848c13f382cf3f92333d5d revision date: 2015-12-17 23:36:20+00: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: Benchmark Results for PHP Master 2015-12-18

2015-12-18 Thread Andone, Bogdan
Hi Guys, A small and unexpected help for supporting our daily performance benchmark tick :) We just observed a consistent performance drop in the last 24 hours with highest presence on Mandelbrot (-13%). After a binary iteration on the concerned set of commits we identified the following: -

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

2015-12-18 Thread Adam Baratz
> > If your code is public, can you give a pointer to the problematic call ? > Or at least what your 'zval' points to on return. > It's the PECL memcache extension: https://pecl.php.net/package/memcache All of the existing test suite passes, except for this one:

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

2015-12-18 Thread Martin Keckeis
Am 18.12.2015 14:10 schrieb "Andone, Bogdan" : > > > > > -Original Message- > > From: Chris Riley [mailto:t.carn...@gmail.com] > > Sent: Friday, December 18, 2015 12:02 PM > > To: Good Guy > > Cc: PHP internals > > Subject: Re: [PHP-DEV] Benchmark Results for PHP

[PHP-DEV] [RFC Discussion] Precise Session Management

2015-12-18 Thread Yasuo Ohgaki
Hi all, I would like to restart better session management for PHP 7.1. https://wiki.php.net/rfc/precise_session_management Although this RFC targets PHP 7.1, new session management could be applied to older releases also if majority of us agree. Please comment. Regards, -- Yasuo Ohgaki