diff options
author | Derick Rethans <github@derickrethans.nl> | 2018-10-11 17:00:42 +0100 |
---|---|---|
committer | Derick Rethans <github@derickrethans.nl> | 2018-10-11 17:00:42 +0100 |
commit | 454a86c2c5b54837baab5bf4314c98b0f728eb70 (patch) | |
tree | 525f4775cb1d3be45bcc78f5cd38abf405b587e7 | |
parent | 01948f20b8ae8eed252177f63bf2c9c11a8f1b94 (diff) | |
download | php-git-454a86c2c5b54837baab5bf4314c98b0f728eb70.tar.gz |
Update news with further fixed bugs due to timelib upgrade
-rw-r--r-- | NEWS | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -3,8 +3,11 @@ PHP NEWS ?? ??? ????, PHP 7.3.0RC4 - Date: - . Fixed bug #75577 (DateTime::createFromFormat does not accept 'v' format - specifier, by updating timelib to 2018.01alpha2). (Derick) + . Updated timelib to 2018.01alpha2 to address several bugs: (Derick) + . Fixed bug #75577 (DateTime::createFromFormat does not accept 'v' format + specifier). (Derick) + . Fixed bug #75642 (Wrap around behaviour for microseconds is not working). + (Derick) - Tokenizer: . Fixed bug #76991 (Incorrect tokenization of multiple invalid flexible |