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

2016-11-11 Thread Anatol Belski
Hi, > -Original Message- > From: php-...@coydogsoftware.net [mailto:php-...@coydogsoftware.net] > Sent: Thursday, November 10, 2016 3:10 PM > To: Dmitry Stogov > Cc: internals@lists.php.net; ras...@lerdorf.com; Zeev Suraski > ; Anatol Belski (a...@php.net) > Subject: Re: [PATCH] opcache

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

2016-11-11 Thread Peter Cowburn
On 10 November 2016 at 16:41, Christoph M. Becker wrote: > 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ć < > beganovic.e...@gmail.com> > > wrote: > > > >> Contributing to documentation and

Re: [PHP-DEV] Security issue handling

2016-11-11 Thread Derick Rethans
On Wed, 2 Nov 2016, Joe Watkins wrote: > Morning, > > Stas, consider Leigh vouched for, please add him to sec lists and private > bugs. I've given him karma to look at the security (private) bugs. cheers, Derick -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: ht

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

2016-11-11 Thread php-dev
Dmitry, Thank you for taking the time to answer my questions. Time allowing, I'll be taking a closer look at the code this weekend. I do have a couple of quick comments, see below: On Fri, Nov 11, 2016 at 07:31:03AM +, Dmitry Stogov wrote: > On Nov 10, 2016 5:10 PM, php-...@coydogsoftware.net

[PHP-DEV] [RFC][VOTE] Security Issue Classification

2016-11-11 Thread Anatol Belski
Hi, As the result of the discussion initiated by Stas, the new security issue classification has arisen. The classification document https://wiki.php.net/security is proposed for the community legitimation by the usual RFC voting https://wiki.php.net/rfc/security-classification The voting starts

[PHP-DEV] BAD Benchmark Results for PHP Master 2016-11-11

2016-11-11 Thread lp_benchmark_robot
Results for project PHP master, build date 2016-11-11 06:25:52+02:00 commit: 0d25376 previous commit:00c80fb revision date: 2016-11-10 22:52:22+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] [RFC] Interval Comparison

2016-11-11 Thread David Walker
On Wed, Nov 9, 2016 at 12:48 PM Fleshgrinder wrote: > On 11/8/2016 10:57 PM, David Walker wrote: > > I don't think that alone allows the chaining of comparisons. I'd have to > > look closer, but it'd seem to me that zend_ast_create_binary_op > > (ZEND_AST_BINARY_OP) evaluation might need to be a

Re: [PHP-DEV] [RFC] Interval Comparison

2016-11-11 Thread Fleshgrinder
On 11/11/2016 6:03 PM, David Walker wrote: > I took a quick stab at implementing, and had something working for constant > expressions, but handling something akin to: > > $a = 2; > if (1 < $a++ < 3) { > ... > } > > Is a bit awkward in our expansions of : if (1 < $a++ && $a++ < 3). Seems > as if

[PHP-DEV] PaX MPROTECT / W^X protection

2016-11-11 Thread Christoph M. Becker
Hi! There are currently at least two unresolved tickets[1][2] in our bug tracker regarding PaX MPROTECT / W^X protection issues with regard to PCRE JIT. The problem is that PCRE JIT mmaps W|X pages[3], what is no longer allowed on several platforms, such as OpenBSD, FreeBSD and SELinux. It seems

[PHP-DEV] Netware and master

2016-11-11 Thread Kalle Sommer Nielsen
Howdy Just wondering if anyone actively is using netware anymore? It has been discontinued for a long time now and perhaps it would be time to remove support for it, as it does clutter up many parts of the src, and I doubt much of it even works anymore, especially the internal_functions.nw.c part.

Re: [PHP-DEV] Netware and master

2016-11-11 Thread Joe Watkins
Morning Kalle, Cleanse it with fire. Cheers Joe On Sat, Nov 12, 2016 at 12:01 AM, Kalle Sommer Nielsen wrote: > Howdy > > Just wondering if anyone actively is using netware anymore? It has > been discontinued for a long time now and perhaps it would be time to > remove support for it, as it