[PHP-DEV] Re: [PATCH] opcache bug #69090, prepend user identifier to keys

2016-11-10 Thread Dmitry Stogov
On Nov 11, 2016 2:20 AM, php-...@coydogsoftware.net wrote: > > Hello Dmitry, > > A quick question after considering your comments and doing a bit more > homework on extension lifetime: > > On Thu, Nov 10, 2016 at 08:10:19AM -0600, php-...@coydogsoftware.net wrote: > > > > On Thu, Nov 10, 2016 at 08

[PHP-DEV] Re: [PATCH] opcache bug #69090, prepend user identifier to keys

2016-11-10 Thread Dmitry Stogov
Hi, On Nov 10, 2016 5:10 PM, php-...@coydogsoftware.net wrote: > > Hello, > > Thank you for the response. Replies inline: > > On Thu, Nov 10, 2016 at 08:51:58AM +, Dmitry Stogov wrote: > > > > I see the problem(s) and I took a look into the patch. > > Can you confirm that you see the permissio

[PHP-DEV] VCS Account Request: sven

2016-11-10 Thread Stefano Buriola
Translating the IT documentation. The user \"pastore\" helped me learning what i have to know and reviewed my work, he suggested me to request an account. Here there are two chapters that i have translated: it/language/types/float.xml it/language/types/object.xml -- PHP Internals - PHP Runtim

[PHP-DEV] Re: [PATCH] opcache bug #69090, prepend user identifier to keys

2016-11-10 Thread php-dev
Hello Dmitry, A quick question after considering your comments and doing a bit more homework on extension lifetime: On Thu, Nov 10, 2016 at 08:10:19AM -0600, php-...@coydogsoftware.net wrote: > > On Thu, Nov 10, 2016 at 08:51:58AM +, Dmitry Stogov wrote: > > > > The patch introduces syscall

[PHP-DEV] PHP 5.6.28 is available

2016-11-10 Thread Ferenc Kovacs
Hello! The PHP development team announces the immediate availability of PHP 5.6.28. Several security related issues were fixed in this release. All PHP 5.6 users are encouraged to upgrade to this version. For source downloads of PHP 5.6.28 please visit our downloads page: http://www.php.net/downl

[PHP-DEV] PHP7.1.0RC6 Available

2016-11-10 Thread Joe Watkins
Afternoon everyone, I'm excited to announce PHP-7.1.0RC6, the final RC before the 7.1 branch goes GA. Only a few fixes in this release, still everyone is encouraged to upgrade and test. Thanksgiving is on November 24th, and we try to avoid releases around holidays. So it's likely tha

[PHP-DEV] GOOD Benchmark Results for PHP Master 2016-11-10

2016-11-10 Thread lp_benchmark_robot
Results for project PHP master, build date 2016-11-10 06:26:00+02:00 commit: 00c80fb previous commit:328ebff revision date: 2016-11-09 21:38:29+01: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] VCS Account Request: emir

2016-11-10 Thread Christoph M. Becker
On 10.11.2016 at 15:32, Dejan Marjanovic wrote: > Please approve this request. @salathe @bjori > > On Fri, Sep 16, 2016 at 3:19 PM, Emir Beganović > wrote: > >> Contributing to documentation and php.net It would be great to have some references; maybe some pull requests or some patches submitt

Re: [PHP-DEV] VCS Account Request: emir

2016-11-10 Thread Dejan Marjanovic
Please approve this request. @salathe @bjori On Fri, Sep 16, 2016 at 3:19 PM, Emir Beganović wrote: > Contributing to documentation and php.net > > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > -- Dejan Marjanovic Enginee

[PHP-DEV] PHP 7.0.13 available

2016-11-10 Thread Anatol Belski
Hi, The PHP development team announces the immediate availability of PHP 7.0.13. This is a security release. Several security bugs were fixed in this release. All PHP 7.0 users are encouraged to upgrade to this version. For source downloads of PHP 7.0.13 please visit our downloads page: http://w

[PHP-DEV] Re: [PATCH] opcache bug #69090, prepend user identifier to keys

2016-11-10 Thread php-dev
Hello, Thank you for the response. Replies inline: On Thu, Nov 10, 2016 at 08:51:58AM +, Dmitry Stogov wrote: > > I see the problem(s) and I took a look into the patch. Can you confirm that you see the permissions bypass problem? I've seen the chroot filename collision problem acknowledged

Re: [PHP-DEV] [RFC][VOTE] Object typehint

2016-11-10 Thread Joe Watkins
Levi, You are assuming it would *need* to be removed :) Future RFC's must deal with the engine as they find it, as this RFC has done. If it is true that this would prohibit enums being non-objects, and I'm not certain that it does, then enums would have to be objects, if that's how t

Re: [PHP-DEV] Re: PHP 5.6 static access valgrind issue

2016-11-10 Thread Derick Rethans
On Thu, 10 Nov 2016, Dmitry Stogov wrote: > On Nov 9, 2016 20:45, Derick Rethans wrote: > > > > On Wed, 9 Nov 2016, Nikita Popov wrote: > > > > > On Wed, Nov 9, 2016 at 4:09 PM, Derick Rethans wrote: > > > > > > > On Wed, 9 Nov 2016, Christoph M. Becker wrote: > > > > > > > > > On 09.11.2016 at

Re: [PHP-DEV] [RFC][VOTE] Object typehint

2016-11-10 Thread Levi Morrison
On Thu, Nov 10, 2016 at 5:18 AM, Joe Watkins wrote: > Morning Levi, > >> There is a future compatibility issue of this same type with `object`: > > If that is an issue, it is for future RFC's to deal with. > > Cheers > Joe > > > On Thu, Nov 10, 2016 at 12:12 PM, Levi Morrison wrote: >> >> On Thu,

Re: [PHP-DEV] [RFC][VOTE] Object typehint

2016-11-10 Thread Joe Watkins
Morning Levi, > There is a future compatibility issue of this same type with `object`: If that is an issue, it is for future RFC's to deal with. Cheers Joe On Thu, Nov 10, 2016 at 12:12 PM, Levi Morrison wrote: > On Thu, Nov 10, 2016 at 2:11 AM, Niklas Keller wrote: > > 2016-11-09 21:53 GMT

Re: [PHP-DEV] [RFC][VOTE] Object typehint

2016-11-10 Thread Levi Morrison
On Thu, Nov 10, 2016 at 2:11 AM, Niklas Keller wrote: > 2016-11-09 21:53 GMT+01:00 Christoph M. Becker : > >> On 09.11.2016 at 17:28, Joe Watkins wrote: >> >> > I want to explain why I voted no on this: >> > >> > I think it's significantly less useful without variance, variance is >> > som

Re: [PHP-DEV] [RFC][VOTE] Object typehint

2016-11-10 Thread Peter Cowburn
On 10 November 2016 at 10:38, Joe Watkins wrote: > Morning Peter, > > > I'll put RFC: On hold, then apply patch, draft some info in RFC and then > set up new voting. > > Just a few messages up from here ... > > Would you prefer a new thread to make that announcement (I think it may be > better) ?

Re: [PHP-DEV] [RFC][VOTE] Object typehint

2016-11-10 Thread Joe Watkins
Morning Peter, > I'll put RFC: On hold, then apply patch, draft some info in RFC and then set up new voting. Just a few messages up from here ... Would you prefer a new thread to make that announcement (I think it may be better) ? Cheers Joe On Thu, Nov 10, 2016 at 9:52 AM, Peter Cowburn wrot

Re: [PHP-DEV] Re: Encouraging maintaining the language spec

2016-11-10 Thread Joe Watkins
Morning Andrea, It's a good idea, I took the same kind of initiative when we added opcache, and people tend to fill that part in, when it's appropriate. Cheers Joe On Thu, Nov 10, 2016 at 12:43 AM, Andrea Faulds wrote: > Hi, > > I decided to “be bold” and do this. The RFC template and howt

Re: [PHP-DEV] [RFC][VOTE] Object typehint

2016-11-10 Thread Peter Cowburn
On 10 November 2016 at 09:11, Niklas Keller wrote: > 2016-11-09 21:53 GMT+01:00 Christoph M. Becker : > > > On 09.11.2016 at 17:28, Joe Watkins wrote: > > > > > I want to explain why I voted no on this: > > > > > > I think it's significantly less useful without variance, variance > is > >

Re: [PHP-DEV] [RFC][VOTE] Object typehint

2016-11-10 Thread Niklas Keller
2016-11-09 21:53 GMT+01:00 Christoph M. Becker : > On 09.11.2016 at 17:28, Joe Watkins wrote: > > > I want to explain why I voted no on this: > > > > I think it's significantly less useful without variance, variance is > > something that is usually difficult to achieve in PHP, but not for

[PHP-DEV] Re: [PATCH] opcache bug #69090, prepend user identifier to keys

2016-11-10 Thread Dmitry Stogov
Hi, sorry for delay. I've traveled. I see the problem(s) and I took a look into the patch. >From the first look, I don't like the proposed solution. It makes things a bit better, but can't solve shared-hosting configuration problems. It doesn't solve even the simple chroot file resolution

Re: [PHP-DEV] Re: PHP 5.6 static access valgrind issue

2016-11-10 Thread Dmitry Stogov
On Nov 9, 2016 20:45, Derick Rethans wrote: > > On Wed, 9 Nov 2016, Nikita Popov wrote: > > > On Wed, Nov 9, 2016 at 4:09 PM, Derick Rethans wrote: > > > > > On Wed, 9 Nov 2016, Christoph M. Becker wrote: > > > > > > > On 09.11.2016 at 15:21, Derick Rethans wrote: > > > > > > > > > > > > > > And