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

2017-04-14 Thread Yasuo Ohgaki
Hi Pieter, On Fri, Apr 14, 2017 at 6:45 PM, Pieter Hordijk wrote: > > I have the feeling you keep adding your own personal preferences to the > manual. No, not at all. My opinions are either based on concrete logic or recommendations based reliable sources. I improved hash_hkdf() manual farth

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

2017-04-14 Thread Yasuo Ohgaki
Hi Nikita, On Fri, Apr 14, 2017 at 6:24 PM, Nikita Popov wrote: > Strong -1 on these docs changes. They are wrong and they will confuse > users about when and how HKDF should be used. > > I have no idea where you got the idea that HKDF is supposed to be used for > CSRF token generation, but it i

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

2017-04-14 Thread lp_benchmark_robot
Results for project PHP master, build date 2017-04-14 13:36:51-07:00 commit: 6715634 previous commit:04fe5e9 revision date: 2017-04-13 13:22:42+01:00 environment:Haswell-EP cpu:Intel(R) Xeon(R) CPU E5-2699 v3 @ 2.30GHz 2x18 cores, stepping 2, LLC 45 MB

[PHP-DEV] Re: Sorry folks, my last git push went a bit crazy

2017-04-14 Thread Rasmus Lerdorf
Ah, I see what I did now. I only messed up the old dstogov-foreach experimental branch. We can probably kill that branch entirely. On Fri, Apr 14, 2017 at 3:56 PM, Rasmus Lerdorf wrote: > Oops, a misconfigured git setup ended up pushing to all branches on me. If > someone could lend a hand clean

[PHP-DEV] Sorry folks, my last git push went a bit crazy

2017-04-14 Thread Rasmus Lerdorf
Oops, a misconfigured git setup ended up pushing to all branches on me. If someone could lend a hand cleaning this up I would appreciate it. -Rasmus

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

2017-04-14 Thread Philip Olson
Hello, The PHP documentation has a separate place for detailed examples. For example: http://php.net/manual/en/book.inclued.php http://php.net/manual/en/inclued.examples-implementation.php The same could be done for ext/hash which today lacks an Examples section: http://php.net/manual/e

[PHP-DEV] Re: Quick introduction

2017-04-14 Thread Christoph M. Becker
Hi Damian! On 13.04.2017 at 08:36, Damian Glinkowski wrote: > Hello, > I'm Damian (wiki username D0niek), I want to write RFC about function > overloading and of course help with other RFC by commenting how I see it > should works. Have you already read ? -- Chr

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

2017-04-14 Thread Pieter Hordijk
- Original Message - > From: "Nikita Popov" > To: "Yasuo Ohgaki" > Cc: "Pieter Hordijk" , "Joe Watkins" > , "Andrey Andreev" > , "internals" , "phpdoc" > > Sent: Friday, April 14, 2017 11:24:53 AM > Subject: Re: [PHP-DEV] [RFC][VOTE] Improve hash_hkdf() parameter > On Thu, Apr 13, 2

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

2017-04-14 Thread Nikita Popov
On Thu, Apr 13, 2017 at 11:22 PM, Yasuo Ohgaki wrote: > 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.