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

2017-04-13 Thread Pieter Hordijk
- Original Message - > From: "Yasuo Ohgaki" > To: "Joe Watkins" , "Andrey Andreev" > Cc: internals@lists.php.net > Sent: Thursday, April 13, 2017 1:07:19 AM > Subject: Re: [PHP-DEV] [RFC][VOTE] Improve hash_hkdf() parameter > Hi Joe, > > On Wed, Apr 12, 2017 at 7:46 PM, Joe Watkins w

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

2017-04-13 Thread Yasuo Ohgaki
Hi Peiter, On Thu, Apr 13, 2017 at 5:11 PM, Pieter Hordijk wrote: > To be honest I am afraid of ending up with something like the current state > of the session docs. Which are imo way too broad / opinionated, non > English, > contains utterly confusing examples and / or flat out wrong and broke

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

2017-04-13 Thread Yasuo Ohgaki
Hi Pieter, On Thu, Apr 13, 2017 at 5:38 PM, Yasuo Ohgaki wrote: > > On Thu, Apr 13, 2017 at 5:11 PM, Pieter Hordijk > wrote: > >> To be honest I am afraid of ending up with something like the current >> state >> of the session docs. Which are imo way too broad / opinionated, non >> English, >>

Re: [PHP-DEV] [RFC] Prevent number_format() from returning negative zero

2017-04-13 Thread Craig Duncan
Just a reminder that I'll be putting the following RFC to vote in a few days. https://wiki.php.net/rfc/number_format_negative_zero I presume the silence is due to there being no more objections, so I look forward to the vote. Thanks, Craig

[PHP-DEV] PHP 7.0.18 is available

2017-04-13 Thread Anatol Belski
Hi, The PHP development team announces the immediate availability of PHP 7.0.18. Several bugs have been fixed. All PHP 7.0 users are encouraged to upgrade to this version. For source downloads of PHP 7.0.18 please visit our downloads page: http://www.php.net/downloads.php Windows binaries can

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

2017-04-13 Thread wout van gils
Kan iemand mij eindelijk eens uitschrijven.?

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

2017-04-13 Thread wout van gils
Kan iemand mij eindelijk eens uitschrijven.? ?? Van: Pieter Hordijk Verzonden: donderdag 13 april 2017 08:11 Aan: Yasuo Ohgaki CC: Joe Watkins; Andrey Andreev; internals@lists.php.net; php...@lists.php.net Onderwerp: [PHP-DOC] Re: [PHP-DEV] [RFC][VOTE] Improve

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

2017-04-13 Thread Jan Ehrhardt
wout van gils in php.internals (Thu, 13 Apr 2017 15:13:40 +): >Kan iemand mij eindelijk eens uitschrijven.? Dat moet je zelf doen: http://php.net/mailing-lists.php Onderaan. -- Jan -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] PHP 7.1.4 is available

2017-04-13 Thread Joe Watkins
Evening, The PHP development team announces the immediate availability of PHP 7.1.4. This is a bug fix release, all PHP 7.1 users are encouraged to upgrade. For source downloads of PHP 7.1.4, please visit the downloads page: https://www.php.net/downloads.php Windows binaries can be found at htt

Re: [PHP-DEV] PHP 7.1.4 is available

2017-04-13 Thread David Zuelke
The changelog is incomplete; stops at iconv. https://github.com/php/php-src/commit/330a7b62c3558aa987ee80e12f1914347d3a9eee is also missing from NEWS for 7.1.3 > On 13. Apr 2017, at 18:43, Joe Watkins wrote: > > Evening, > > The PHP development team announces the immediate availability of PH

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

2017-04-13 Thread Yasuo Ohgaki
Hi Pieter and all, On Thu, Apr 13, 2017 at 5:11 PM, Pieter Hordijk wrote: > Is this really something we need in our official docs instead of for > example > on a personal blog? > I wrote draft doc patch. Please verify. Index: en/reference/hash/functions/hash-hkdf.xml ==

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

2017-04-13 Thread Yasuo Ohgaki
Hi all, On Fri, Apr 14, 2017 at 6:22 AM, Yasuo Ohgaki wrote: > > On Thu, Apr 13, 2017 at 5:11 PM, Pieter Hordijk > wrote: > >> Is this really something we need in our official docs instead of for >> example >> on a personal blog? >> > > I wrote draft doc patch. > Please verify. > I used "very

[PHP-DEV] NEUTRAL Benchmark Results for PHP Master 2017-04-13

2017-04-13 Thread lp_benchmark_robot
Results for project PHP master, build date 2017-04-13 08:28:43-07:00 commit: 04fe5e9 previous commit:fd0e71d revision date: 2017-04-12 12:56:13+02:00 environment:Haswell-EP cpu:Intel(R) Xeon(R) CPU E5-2699 v3 @ 2.30GHz 2x18 cores, stepping 2, LLC 45 MB

[PHP-DEV] rfc concepts

2017-04-13 Thread Kelt Dockins
Hi everybody, I've been using php for many years now and it really is a great language. My friend and I were talking about additional things we would want in php - sort of like a wishlist. I came up with 3 things that I think would make php even more awesome and I wanted to share these concept

Re: [PHP-DEV] rfc concepts

2017-04-13 Thread Sherif Ramadan
There have already been several such proposals made in past years, and discussed at length here on the mailing list. See C# Style Accessors past RFC: https://wiki.php.net/rfc/propertygetsetsyntax-v1.2 and alternatives: https://wiki.php.net/rfc/propertygetsetsyntax-alternative-typehinting-syntax

Re: [PHP-DEV] PHP 7.1.4 is available

2017-04-13 Thread Joe Watkins
Morning David, I've updated the changelog, not sure why the generation didn't work, but will be sure to verify in future. I've added the news entry in 7.1 branch that was missing for opcache also. Thanks for the heads up :) Cheers Joe On Thu, Apr 13, 2017 at 8:20 PM, David Zuelke wrote: > Th