summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRemi Collet <remi@php.net>2019-07-16 10:40:37 +0200
committerRemi Collet <remi@php.net>2019-07-16 10:40:37 +0200
commitf353c77fe8e524a61fc9c4b1a7877f1cc97702c2 (patch)
treea9c4dc68f5dbc8c2ae91c4d143733b109ea4d26f
parentf46faa54f9fff4018c698b1a0e69fe16915c7502 (diff)
downloadphp-git-f353c77fe8e524a61fc9c4b1a7877f1cc97702c2.tar.gz
fix release date
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 72a6626bf7..3c642e776d 100644
--- a/NEWS
+++ b/NEWS
@@ -50,7 +50,7 @@ PHP NEWS
(cmb)
. Fixed bug #78269 (password_hash uses weak options for argon2). (Remi)
-27 Jun 2019, PHP 7.2.20
+04 Jul 2019, PHP 7.2.20
- Core:
. Fixed bug #76980 (Interface gets skipped if autoloader throws an exception).