Re: [PHP-DEV] couple of PRs for master

2015-10-07 Thread Stanislav Malyshev
Hi! > I have a couple of pending PRs which are all small features with > outstanding bugreports/feature requests and I wasn't sure that they would > need an RFC or not, I would like to get some feedback about that: > https://github.com/php/php-src/pull/1214 > https://github.com/php/php-src/pull/12

[PHP-DEV] RE: Rogue Wave Software acquires enterprise PHP leader Zend

2015-10-07 Thread Zeev Suraski
> I've just read the news about the Zend acquisition: > http://www.zend.com/en/resources/news-and- > events/newsroom/press/3683_rogue-wave-software-acquires-enterprise- > php-leader-zend-acquisition-broadens-enterprise-strength-across-top-five- > development-languages > I'm curious how will this ch

RE: [PHP-DEV] couple of PRs for master

2015-10-07 Thread Anatol Belski
Hi Ferenc, > -Original Message- > From: Ferenc Kovacs [mailto:tyr...@gmail.com] > Sent: Wednesday, October 7, 2015 4:14 PM > To: PHP Internals > Subject: [PHP-DEV] couple of PRs for master > > Hi, > > I have a couple of pending PRs which are all small features with outstanding > bugrepo

Re: [PHP-DEV] couple of PRs for master

2015-10-07 Thread Anthony Ferrara
Fernec, On Wed, Oct 7, 2015 at 10:13 AM, Ferenc Kovacs wrote: > Hi, > > I have a couple of pending PRs which are all small features with > outstanding bugreports/feature requests and I wasn't sure that they would > need an RFC or not, I would like to get some feedback about that: > https://github

[PHP-DEV] couple of PRs for master

2015-10-07 Thread Ferenc Kovacs
Hi, I have a couple of pending PRs which are all small features with outstanding bugreports/feature requests and I wasn't sure that they would need an RFC or not, I would like to get some feedback about that: https://github.com/php/php-src/pull/1214 https://github.com/php/php-src/pull/1204 https:/

[PHP-DEV] Benchmark Results for PHP Master 2015-10-07

2015-10-07 Thread lp_benchmark_robot
Results for project php-src-nightly, build date 2015-10-07 05:13:26+03:00 commit: e3c8d4758b67be4d2fa86031dd8fea542ead64ee revision_date: 2015-10-07 04:28:43+03: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] Re: Windows OpCache bug fix

2015-10-07 Thread Anatol Belski
Hi Matt, > -Original Message- > From: Matt Ficken [mailto:themattfic...@gmail.com] > Sent: Wednesday, October 7, 2015 12:18 PM > To: Anatol Belski > Cc: Dmitry Stogov ; Pierre Joye ; > Laruence ; PHP Internals ; > dmi...@php.net > Subject: Re: [PHP-DEV] Re: Windows OpCache bug fix > > I

RE: [PHP-DEV] Re: Windows OpCache bug fix

2015-10-07 Thread Anatol Belski
Hi Dmitry, > -Original Message- > From: Dmitry Stogov [mailto:dmi...@zend.com] > Sent: Tuesday, October 6, 2015 10:01 AM > To: Anatol Belski > Cc: Matt Ficken ; Pierre Joye > ; Laruence ; PHP Internals > ; dmi...@php.net > Subject: Re: [PHP-DEV] Re: Windows OpCache bug fix > > On Mon, Oc

Re: [PHP-DEV] Re: Windows OpCache bug fix

2015-10-07 Thread Matt Ficken
I have a patch for the IPC mechanism we talked about (to avoid consistency problems) and to allocate the side-step OpCache on process's private heap. I've done some quick tests of this on Windows 8.1. See: https://github.com/mattficken/php-src/commit/e11b6f010be7d48ed4e29f3a758dffc9acf586fd I add