summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRemi Collet <remi@php.net>2019-07-16 13:00:13 +0200
committerRemi Collet <remi@php.net>2019-07-16 13:00:13 +0200
commitbd0514913b7f803858b062919af22ac16fe5cacc (patch)
tree197b2e2faf272498ebb60e8e9c4ac47b126840d3
parent8a19fe29de77d7477d59db472dd6aadabd5ac249 (diff)
downloadphp-git-bd0514913b7f803858b062919af22ac16fe5cacc.tar.gz
move NEWS entry [ci skip]
-rw-r--r--NEWS6
1 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index daeb3b6866..a29cf2dd0d 100644
--- a/NEWS
+++ b/NEWS
@@ -2,9 +2,6 @@ PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 2019, PHP 7.2.22
-- Phpdbg:
- . Fixed bug #78297 (Include unexistent file memory leak). (Nikita)
-
01 Aug 2019, PHP 7.2.21
- Fileinfo:
@@ -50,6 +47,9 @@ PHP NEWS
. Fixed bug #78291 (opcache_get_configuration doesn't list all directives).
(Andrew Collington)
+- Phpdbg:
+ . Fixed bug #78297 (Include unexistent file memory leak). (Nikita)
+
- Standard:
. Fixed bug #78241 (touch() does not handle dates after 2038 in PHP 64-bit).
(cmb)