summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRemi Collet <remi@php.net>2019-07-02 11:06:03 +0200
committerRemi Collet <remi@php.net>2019-07-02 11:06:03 +0200
commite8b41bb7e456f27e239c10b6ea7c94e5aeaadd1f (patch)
tree4f70d4164c724e3b512d9f9d54d5fd99eb31f2fa
parent76b2e5d16dee4050206b1730a8d5f8dc21bc3785 (diff)
downloadphp-git-e8b41bb7e456f27e239c10b6ea7c94e5aeaadd1f.tar.gz
prepare NEWS for GA
-rw-r--r--NEWS18
1 files changed, 6 insertions, 12 deletions
diff --git a/NEWS b/NEWS
index ab98886235..6c94dd52eb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,17 +1,6 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? ????, PHP 7.2.20RC3
-
-- Opcache:
- . Fixed bug #78185 (File cache no longer works). (Dmitry)
-
-20 Jun 2019, PHP 7.2.20RC2
-
-- Opcache:
- . Fixed bug #78106 (Path resolution fails if opcache disabled during request).
- (Nikita)
-
-13 Jun 2019, PHP 7.2.20RC1
+?? ??? ????, PHP 7.2.20
- Core:
. Fixed bug #76980 (Interface gets skipped if autoloader throws an exception).
@@ -27,6 +16,11 @@ PHP NEWS
. Fixed bug #38546 (bindParam incorrect processing of bool types).
(camporter)
+- Opcache:
+ . Fixed bug #78106 (Path resolution fails if opcache disabled during request).
+ (Nikita)
+ . Fixed bug #78185 (File cache no longer works). (Dmitry)
+
- OpenSSL:
. Fixed bug #78079 (openssl_encrypt_ccm.phpt fails with OpenSSL 1.1.1c).
(Jakub Zelenka)