From: Christopher Jones Date: Wed, 15 Jul 2020 03:43:04 +0000 (+1000) Subject: Retrofit description of recent PR changes X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3804858c47409c9a90935dd112663b94ea917658;p=php Retrofit description of recent PR changes --- diff --git a/NEWS b/NEWS index 8f349d1a99..00100bed80 100644 --- a/NEWS +++ b/NEWS @@ -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)