Re: [PHP-DEV] Allow Iterator to be used with current, next, reset, key functions

2016-10-29 Thread Levi Morrison
> I also think it is a good thing to clean up the ways to work with > arrays or iterable but we have to be very careful how we do it. I am > not sure an actual deprecation is a good thing in 7.x without breaking > any kind of tests out there. Indeed it will not break code but it is > rather bad to

Re: [PHP-DEV] bug classification discussion

2016-10-29 Thread Stanislav Malyshev
Hi! So I wrote a first version of the document Anatol mentioned: https://wiki.php.net/security Please comment. Fixes to the grammar and typos are especially welcome (you can just do them in the wiki without asking :) -- Stas Malyshev smalys...@gmail.com -- PHP Internals - PHP Runtime Develop

Re: [PHP-DEV] Allow Iterator to be used with current, next, reset, key functions

2016-10-29 Thread Pierre Joye
hi Nikita, On Sun, Oct 30, 2016 at 3:06 AM, Nikita Popov wrote: > On Fri, Oct 28, 2016 at 2:43 PM, Levi Morrison wrote: > >> On Wed, Oct 26, 2016 at 7:42 AM, David Lundgren >> wrote: >> > Greetings, >> > >> > As suggested by several reviewers of a PR[1] I recently submitted, I'd >> > like to ge

[PHP-DEV] 7.1.0RC5 patch

2016-10-29 Thread Alice Wonder
Hi, first post to list. LibreSSL user. PHP 7.1.0RC5 just needs one minor patch to work with LibreSSL, attached Justification - X509_get_signature_nid() was introduced in OpenSSL 1.0.2 but LibreSSL fork is prior to that. However (and I don't like this) LibreSSL uses a OPENSSL_VERSION_NUMBER

Re: [PHP-DEV] Allow Iterator to be used with current, next, reset, key functions

2016-10-29 Thread Nikita Popov
On Fri, Oct 28, 2016 at 2:43 PM, Levi Morrison wrote: > On Wed, Oct 26, 2016 at 7:42 AM, David Lundgren > wrote: > > Greetings, > > > > As suggested by several reviewers of a PR[1] I recently submitted, I'd > > like to get feedback on letting custom Iterators be used in the current, > > next, re

Re: [PHP-DEV] bug classification discussion

2016-10-29 Thread Pierre Joye
Hi, On Oct 28, 2016 10:33 PM, "Ferenc Kovacs" wrote: > > On Fri, Oct 28, 2016 at 11:18 AM, Remi Collet > wrote: > > > Le 24/10/2016 à 07:23, Stanislav Malyshev a écrit : > > > Hi! > > > > > > We have had a bunch of bugs recently which are essentially one and the > > > same issue: PHP 5.6 allows