diff options
author | Remi Collet <remi@php.net> | 2019-07-15 14:17:13 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2019-07-15 14:17:13 +0200 |
commit | ad48464ec2ef6c9b4026129dd1adc413fa4fe3c7 (patch) | |
tree | dece1120fb9425b62cf71e42304c52e3c3376246 | |
parent | 590d8f82634caf195e0ef2899cd01317c8117461 (diff) | |
download | php-git-ad48464ec2ef6c9b4026129dd1adc413fa4fe3c7.tar.gz |
typo [ci skip]
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -45,7 +45,7 @@ PHP NEWS . Upgraded to SQLite 3.28.0. (cmb) - Standard: - . Fixed #78241 (touch() does not handle dates after 2038 in PHP 64-bit). (cmb) + . Fixed bug #78241 (touch() does not handle dates after 2038 in PHP 64-bit). (cmb) . Fixed bug #78269 (password_hash uses weak options for argon2). (Remi) 04 Jul 2019, PHP 7.3.7 |