summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerick Rethans <github@derickrethans.nl>2020-05-26 11:47:26 +0100
committerDerick Rethans <github@derickrethans.nl>2020-05-26 11:47:26 +0100
commitfb370ecbe5a7ea397ea40ead52edb42959ebedd4 (patch)
tree4de023682d68d3e616e9d0f76f45a9bb9cfdaa62
parentee36478a03ad69980d2016f8c744de4dd052170e (diff)
downloadphp-git-fb370ecbe5a7ea397ea40ead52edb42959ebedd4.tar.gz
Fixed historical dates in NEWS
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index eb88651544..768f3a0bf4 100644
--- a/NEWS
+++ b/NEWS
@@ -28,7 +28,7 @@ PHP NEWS
- Standard:
. Fixed bug #79561 (dns_get_record() fails with DNS_ALL). (cmb)
-?? ??? ????, PHP 7.4.6
+14 May 2020, PHP 7.4.6
- Core:
. Fixed bug #79536 (zend_clear_exception prevent exception's destructor to be
@@ -74,7 +74,7 @@ PHP NEWS
. Fixed bug #79447 (Serializing uninitialized typed properties with __sleep
should not throw). (nicolas-grekas)
-?? ??? ????, PHP 7.4.5
+16 Apr 2020, PHP 7.4.5
- Core:
. Fixed bug #79364 (When copy empty array, next key is unspecified). (cmb)