Re: [PHP-DEV] [7.2] Timetable

2017-04-22 Thread Davey Shafik
As I recall the 7.1.0 release process there was never a time when a scheduled release didn't have enough changes to warrant it. I think consistently scheduled releases give us a few things: - Early access to changes as they progress - Predictable timelines - No rush to get a bunch of things in be

Re: [PHP-DEV] [RFC][VOTE] Improve hash_hkdf() parameter

2017-04-22 Thread Andrey Andreev
Hi, On Sat, Apr 22, 2017 at 10:37 PM, Yasuo Ohgaki wrote: > Hi Niklas, > > On Sun, Apr 23, 2017 at 4:32 AM, Niklas Keller wrote: >> >> >> What the... there were multiple concerns regarding the changes already. >> I'm hereby expressing another strong -1 on these. > > > Instead of posting your fee

[PHP-DEV] php session.cookie_domain valid across subdomains for the host name of the server which generated the cookie?

2017-04-22 Thread OwN-3m-All
According to the PHP docs (http://php.net/manual/en/session.configuration.php#ini.session.cookie-domain), session.cookie_domain's default value is set to the domain that generated the cookie. Default is none at all meaning the host name of the server which generated the cookie according to cookies

RE: [PHP-DEV] [7.2] Timetable

2017-04-22 Thread Anatol Belski
> -Original Message- > From: Nikita Popov [mailto:nikita@gmail.com] > Sent: Saturday, April 22, 2017 1:49 PM > To: Anatol Belski > Cc: Sara Golemon ; PHP internals > Subject: Re: [PHP-DEV] [7.2] Timetable > > To clarify, I wasn't referring to our patch release RCs here, I certainly

Re: [PHP-DEV] [RFC][VOTE] Improve hash_hkdf() parameter

2017-04-22 Thread Yasuo Ohgaki
Hi Niklas, On Sun, Apr 23, 2017 at 4:32 AM, Niklas Keller wrote: > > What the... there were multiple concerns regarding the changes already. > I'm hereby expressing another strong -1 on these. > Instead of posting your feeling, please post logic behind your idea. Most of the changes are based o

Re: [PHP-DEV] [RFC][VOTE] Improve hash_hkdf() parameter

2017-04-22 Thread Niklas Keller
2017-04-22 21:14 GMT+02:00 Yasuo Ohgaki : > Hi all, > > On Sat, Apr 15, 2017 at 9:17 AM, Yasuo Ohgaki wrote: > > > My opinions are either based on concrete logic or > > recommendations based reliable sources. > > > > I improved hash_hkdf() manual farther more based on RFC 5869 > descriptions. > >

Re: [PHP-DEV] [RFC][VOTE] Improve hash_hkdf() parameter

2017-04-22 Thread Yasuo Ohgaki
Hi all, On Sat, Apr 15, 2017 at 9:17 AM, Yasuo Ohgaki wrote: > My opinions are either based on concrete logic or > recommendations based reliable sources. > > I improved hash_hkdf() manual farther more based on RFC 5869 descriptions. > https://gist.github.com/anonymous/ace4fa267f20041676f265fe58

Re: [PHP-DEV] [RFC] Enable strict_types checking for curl_setopt()

2017-04-22 Thread Sara Golemon
On Sat, Apr 22, 2017 at 4:40 AM, Colin O'Dell wrote: > I'd like to propose an enhancement to curl_setopt() > which is used to > configure a given curl session. The second argument of this function > defines which option to set and the third argu

Re: [PHP-DEV] Source tar.gz's extract slowly on some platforms

2017-04-22 Thread Rowan Collins
On 22/04/2017 17:30, Sara Golemon wrote: availability of tools like lxr.php.net Sorry, I just have to comment on that phrase; lxr.php.net is an absolutely awesome tool, but its "availability" is ... well, let's say it's not exactly had five nines uptime lately. :( Right now, I get a "502 Pr

Re: [PHP-DEV] Source tar.gz's extract slowly on some platforms

2017-04-22 Thread Sara Golemon
On Sat, Apr 22, 2017 at 8:38 AM, Thomas Hruska wrote: > It looks like ~700 files are added each year to whatever new version is > released. The bulk of the new files seem to involve the test suite. > I certainly hope the vast bulk of that is tests. :D > I'm only pointing out something I've notic

[PHP-DEV] Source tar.gz's extract slowly on some platforms

2017-04-22 Thread Thomas Hruska
I've been noticing lately that the newer source code tar.gz files are taking longer to extract on some platforms. So I decided to watch an extraction time for some anecdotal evidence. Using 7-Zip, the 7.1.4 source files took 2 minutes to extract to a SSD drive on my Windows machine. The arch

Re: [PHP-DEV] [7.2] Timetable

2017-04-22 Thread Nikita Popov
On Sat, Apr 22, 2017 at 1:09 PM, Anatol Belski wrote: > Hi Nikita, > > > -Original Message- > > From: Nikita Popov [mailto:nikita@gmail.com] > > Sent: Thursday, April 20, 2017 7:06 PM > > To: Sara Golemon > > Cc: PHP internals > > Subject: Re: [PHP-DEV] [7.2] Timetable > > > > On Th

[PHP-DEV] [RFC] Enable strict_types checking for curl_setopt()

2017-04-22 Thread Colin O'Dell
Hello internals, I'd like to propose an enhancement to curl_setopt() which is used to configure a given curl session. The second argument of this function defines which option to set and the third argument provides the corresponding value to use

RE: [PHP-DEV] [7.2] Timetable

2017-04-22 Thread Anatol Belski
Hi Nikita, > -Original Message- > From: Nikita Popov [mailto:nikita@gmail.com] > Sent: Thursday, April 20, 2017 7:06 PM > To: Sara Golemon > Cc: PHP internals > Subject: Re: [PHP-DEV] [7.2] Timetable > > On Thu, Apr 20, 2017 at 6:43 PM, Sara Golemon wrote: > > > My how time flies!

RE: [PHP-DEV] On malformed transport strings

2017-04-22 Thread Anatol Belski
Hi Sara, > -Original Message- > From: p...@golemon.com [mailto:p...@golemon.com] On Behalf Of Sara > Golemon > Sent: Thursday, April 20, 2017 10:56 PM > To: PHP internals > Subject: [PHP-DEV] On malformed transport strings > > My fix to https://bugs.php.net/bug.php?id=74216 tightened dow