Re: [PHP-DEV] Re: [PHP-CVS] com php-src: Added e-SSA based DFA optimisation framework (incomplete): ext/opcache/Optimizer/block_pass.c ext/opcache/Optimizer/dfa_pass.c ext/opcache/Optimizer/zend_cfg.c

2015-12-15 Thread Sebastian Bergmann
Am 15.12.2015 um 09:30 schrieb Dmitry Stogov: > If I remember properly, e-SSA was introduced in this paper: "ABCD: > Eliminating Array Bounds Checks on Demand" > > http://citeseerx.ist.psu.edu/viewdoc/download;jsessionid=DD8C76953A60E6ECBC1DED02CFC8011C?doi=10.1.1.33.6934=rep1=pdf > > The way

RE: [PHP-DEV] Re: PHP 5.6 life cycle

2015-12-15 Thread Zeev Suraski
> -Original Message- > From: yohg...@gmail.com [mailto:yohg...@gmail.com] On Behalf Of Yasuo > Ohgaki > Sent: Tuesday, December 15, 2015 2:08 AM > To: internals@lists.php.net > Subject: Re: [PHP-DEV] Re: PHP 5.6 life cycle > > Upgrading extensions from PHP 5.X to PHP 5.Y is easy or even

Re: [PHP-DEV] Re: [PHP-CVS] com php-src: Added e-SSA based DFA optimisation framework (incomplete): ext/opcache/Optimizer/block_pass.c ext/opcache/Optimizer/dfa_pass.c ext/opcache/Optimizer/zend_cfg.c

2015-12-15 Thread Dmitry Stogov
Hi Sebastian, On Sat, Dec 12, 2015 at 10:57 AM, Sebastian Bergmann wrote: > On 12/11/2015 03:24 PM, Dmitry Stogov wrote: > >> Commit:f243aaf9856fcbfdb08a59ff08f22cf48647cfc0 >> Author:Dmitry Stogov Fri, 11 Dec 2015 >> 17:24:55 +0300 >>

[PHP-DEV] Travis CI is failing

2015-12-15 Thread Lior Kaplan
Hi, Travis CI reports show quite a lot of failures with recent commits to few of the branches. >From a quick look it fails due to tests and not due to compilation issues. Please check the status of the build/tests after your commits: https://travis-ci.org/php/php-src/branches At the moment

Re: [PHP-DEV] Travis CI is failing

2015-12-15 Thread Yasuo Ohgaki
Hi Xinchen, On Wed, Dec 16, 2015 at 12:32 AM, Xinchen Hui wrote: > On Tue, Dec 15, 2015 at 7:58 PM, Lior Kaplan wrote: >> >> Hi, >> >> Travis CI reports show quite a lot of failures with recent commits to few >> of the branches. >> From a quick look it fails

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

2015-12-15 Thread lp_benchmark_robot
Results for project PHP master, build date 2015-12-15 06:25:50+02:00 commit: 7d39cfa31b0545ae7ad43e8c5874fbf3272d1757 revision date: 2015-12-15 10:31:44+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] Travis CI is failing

2015-12-15 Thread Yasuo Ohgaki
Hi all, On Wed, Dec 16, 2015 at 12:32 AM, Xinchen Hui wrote: > most of them relates to session, Yasuo, could you please have a look into > them? > > thanks I suppose it's back to original state now. FPM test fails on PHP 5.6 ZTS build.

Re: [PHP-DEV] Travis CI is failing

2015-12-15 Thread Xinchen Hui
Hey: On Tue, Dec 15, 2015 at 7:58 PM, Lior Kaplan wrote: > Hi, > > Travis CI reports show quite a lot of failures with recent commits to few > of the branches. > From a quick look it fails due to tests and not due to compilation issues. > > Please check the status of the