1
0
mirror of https://github.com/php/php-src.git synced 2026-04-13 02:52:48 +02:00
Bug #78185 fixed a regression in PHP 7.3.7RC2, so should not be listed
here.
This commit is contained in:
Christoph M. Becker
2019-07-02 15:08:10 +02:00
parent 7174c44557
commit 41949bb71e

1
NEWS
View File

@@ -46,7 +46,6 @@ PHP NEWS
arrays in SCCP). (Nikita)
. 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).