Re: [PHP-DEV] TLS v1.2 -only- deployments

2017-05-09 Thread Niklas Keller
Hi Thomas, Thank you for that note. I've just filed a PR to change the default in PHP 7.2 and hope this may also make it into PHP 7.1 and 7.0. https://github.com/php/php-src/pull/2518 Regards, Niklas

Re: [PHP-DEV] HYBRID VM

2017-05-09 Thread André Rømcke
> On 5 May 2017, at 22:06, Dmitry Stogov wrote: > > It provides comparabele improvement on smal benchmarks, without degradation > on real apps. > It can be compiled in reasonale time (GOTO requres significant time anda lot > of memory). > Finally HYBRID fallbak to CALL if compiler doesn't pro

[PHP-DEV] GOOD Benchmark Results for PHP Master 2017-05-09

2017-05-09 Thread lp_benchmark_robot
Results for project PHP master, build date 2017-05-09 09:44:00-07:00 commit: 91c6f66 previous commit:f9d4456 revision date: 2017-05-08 19:41:40+02: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][VOTE] Improve hash_hkdf() parameter

2017-05-09 Thread li...@rhsoft.net
Am 09.05.2017 um 23:36 schrieb Yasuo Ohgaki: Hi, On Sun, Apr 30, 2017 at 3:55 PM, li...@rhsoft.net mailto:li...@rhsoft.net>> wrote: . PLEASE STOP riding that dead horse - it's even annoying for users following the devel-list how you argue on that opic

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

2017-05-09 Thread Ryan Pallas
On May 9, 2017 15:46, "Yasuo Ohgaki" wrote: Hi Andrey, On Sun, Apr 30, 2017 at 8:26 AM, Yasuo Ohgaki wrote: > On Sun, Apr 30, 2017 at 8:14 AM, Yasuo Ohgaki wrote: > >> I don't need your view of HKDF RFC or usage, but I do need good practical >> examples that justify your point of view. Please

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

2017-05-09 Thread Yasuo Ohgaki
Hi Andrey, On Sun, Apr 30, 2017 at 8:26 AM, Yasuo Ohgaki wrote: > On Sun, Apr 30, 2017 at 8:14 AM, Yasuo Ohgaki wrote: > >> I don't need your view of HKDF RFC or usage, but I do need good practical >> examples that justify your point of view. Please don't waste of your/my >> time, >> just give

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

2017-05-09 Thread Yasuo Ohgaki
Hi, On Sun, Apr 30, 2017 at 3:55 PM, li...@rhsoft.net wrote: > . PLEASE STOP riding that dead horse - it's even annoying for users > following the devel-list how you argue on that opic over months - nonody > shares your view, that's it - accept it Apparently not. You obviously do not under

Re: [PHP-DEV] Re: [VOTE] PDO Float Type

2017-05-09 Thread Adam Baratz
Hi, Thanks for the feedback. I voted "no" because for very little improvement (which really isn't worth > it) > It would help me to understand why you think this. It's difficult to generate queries with the best execution plans if the type information isn't good. Floating point values are part o

[PHP-DEV] TLS v1.2 -only- deployments

2017-05-09 Thread Thomas Hruska
Over the past two weeks, I've observed quite a bit of PHP 7+ userland code breaking due to remote hosts switching to a TLS 1.2 only policy. For various specific reasons, I strongly suspect that PCI DSS 3.1 implementations or compliance audits against that spec have something to do with the chan