]> granicus.if.org Git - php/commitdiff
Addd upgrading notes about OCI8
authorMáté Kocsis <kocsismate@woohoolabs.com>
Sat, 11 Jul 2020 18:04:40 +0000 (20:04 +0200)
committerMáté Kocsis <kocsismate@woohoolabs.com>
Sat, 11 Jul 2020 18:04:40 +0000 (20:04 +0200)
UPGRADING

index e45cb23fbf358a850b423c0b3b95d7b90c9cf5d5..ddd96d16672f5ccde9ce3d0120d1763f87457603 100644 (file)
--- 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