Re: [PHP-DEV] DateTime microseconds discussion

2016-11-08 Thread Arjen Schol
On 11/08/2016 01:46 PM, Derick Rethans wrote: On Tue, 8 Nov 2016, Arjen Schol wrote: Hi, Support for microseconds was added late in the 7.1 RC cycle, however is has some issues: Some *additional* support for microseconds was added in the PHP 7.1 cycle, mostly to support bug fixes that have

Re: [PHP-DEV] DateTime microseconds discussion

2016-11-08 Thread Arjen Schol
On 11/08/2016 02:49 PM, Derick Rethans wrote: Hi, On Tue, 8 Nov 2016, Arjen Schol wrote: I think you make some bad assumptions here. Please don't top-reply on this list. The examples provided by Sjon are scripts submitted to 3v4l.org They may have bad assumptions, but are real life

Re: [PHP-DEV] DateTime microseconds discussion

2016-11-08 Thread Arjen Schol
oseconds to zero (nice to know) but this does not work for 'now'. See https://3v4l.org/8VE7W for new DateTime('now, 0 microseconds'); And this code fails < 7.1RC4. Arjen On 11/08/2016 01:24 PM, Nikita Nefedov wrote: Hey Arjen, On 8 November 2016 at 09:32, Arjen Schol <ar...@parse.nl&

Re: [PHP-DEV] DateTime microseconds discussion

2016-11-08 Thread Arjen Schol
12:03 PM, Dan Ackroyd wrote: On 8 November 2016 at 09:32, Arjen Schol <ar...@parse.nl> wrote: Hi, Support for microseconds was added late in the 7.1 RC cycle, however is has some issues: My understanding is that if this affects your code, then your code already has a bad assumpt

[PHP-DEV] DateTime microseconds discussion

2016-11-08 Thread Arjen Schol
Hi, Support for microseconds was added late in the 7.1 RC cycle, however is has some issues: 1. There is no easy way to set microseconds to 0, you have to call setTime see https://3v4l.org/YUhFF A setMicroseconds method would be handy and/or support to relative strings to set microseconds

[PHP-DEV] Re: PHP7 Homework for everyone reading this list

2015-01-26 Thread Arjen Schol
On 01/22/2015 06:05 PM, Rasmus Lerdorf wrote: By installing a couple of apps (Wordpress-4.1, Drupal8 and Moodle - there are still some issues in Moodle I haven't figured out yet) on a box we've tracked down some bugs over the last couple of days. It would be really useful if we got more eyes on

[PHP-DEV] Re: OpenSSL bug in 5.4.33 and 5.5.17

2014-09-22 Thread Arjen Schol
I noticed a regression in 5.5.17RC1, reported it (#67965) and it got fixed in f86b2193 on the 5.5 branch by Daniel Lowrey. But this fix didn't make it in 5.5.17 final. I posted the following message on the 5.5.17RC1 release announcement: What's the benefit of doing a Release Candidate/QA

[PHP-DEV] Re: PHP 5.5.17RC1 is ready for testing

2014-09-18 Thread Arjen Schol
/f86b2193a483f56b0bd056570a0cdb57ebe66e2f?diff=unified File in 5.5.17: https://github.com/php/php-src/blob/PHP-5.5.17/ext/openssl/xp_ssl.c#L884 Not critical enough? Just missed it? RC releases just for the show? :? Arjen On 09/05/2014 02:04 PM, Arjen Schol wrote: Hi Julien, I've found a regression

[PHP-DEV] Re: PHP 5.5.17RC1 is ready for testing

2014-09-05 Thread Arjen Schol
Hi Julien, I've found a regression in stream_select with TLS. Testscript and details at https://bugs.php.net/bug.php?id=67965 Thanks, Arjen On 09/04/2014 12:17 PM, Julien Pauli wrote: Hello PHP 5.5.17 RC1 is available for testing. You can download it from http://downloads.php.net/jpauli/