Retrofit description of recent PR changes

This commit is contained in:
Christopher Jones 2020-07-15 13:43:04 +10:00 committed by Christopher Jones
parent 27800441b5
commit 3804858c47

4
NEWS
View File

@ -122,6 +122,10 @@ PHP NEWS
- mysqlnd:
. Fixed #60594 (mysqlnd exposes 160 lines of stats in phpinfo). (PeeHaa)
- OCI8:
. Deprecated old OCI8 function aliases. (Jens de Nies)
. Removed obsolete no-op function oci_internal_debug(). (Jens de Nies)
- OpCache:
. Fixed bug #78654 (Incorrectly computed opcache checksum on files with
non-ascii characters). (mhagstrand)