From: Máté Kocsis Date: Sat, 11 Jul 2020 18:04:40 +0000 (+0200) Subject: Addd upgrading notes about OCI8 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6cf22529b9535f4d2152420dcc64a3e8487a931e;p=php Addd upgrading notes about OCI8 --- diff --git a/UPGRADING b/UPGRADING index e45cb23fbf..ddd96d1667 100644 --- a/UPGRADING +++ b/UPGRADING @@ -320,6 +320,10 @@ PHP 8.0 UPGRADE NOTES ISO 8859 aliases with underscores (ISO_8859_* and ISO8859_*) have also been removed. +- OCI8: + . Several alias functions have been marked as deprecated. + . oci_internal_debug() and its alias ociinternaldebug() have been removed. + - PCRE: . When passing invalid escape sequences they are no longer interpreted as literals. This behaviour previously required the X modifier - which is