summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorMáté Kocsis <kocsismate@woohoolabs.com>2020-07-11 20:04:40 +0200
committerMáté Kocsis <kocsismate@woohoolabs.com>2020-07-11 20:04:40 +0200
commit6cf22529b9535f4d2152420dcc64a3e8487a931e (patch)
treecbebf91935885e1192c0c18fddb50af0985bd96c /UPGRADING
parent11f4a5e56350fa161e37770da1520a1518225cd2 (diff)
downloadphp-git-6cf22529b9535f4d2152420dcc64a3e8487a931e.tar.gz
Addd upgrading notes about OCI8
Diffstat (limited to 'UPGRADING')
-rw-r--r--UPGRADING4
1 files changed, 4 insertions, 0 deletions
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