summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorChristopher Jones <christopher.jones@oracle.com>2020-08-21 17:46:16 +1000
committerChristopher Jones <christopher.jones@oracle.com>2020-08-21 17:46:16 +1000
commitff66e4945ef1936a02ea149e03925a9e01b606e0 (patch)
tree078278581a2dafb56dd66f0e6d074b117af5e51d /UPGRADING
parent8095a0ef7f9a78ccee408839c188a83ef69eb909 (diff)
downloadphp-git-ff66e4945ef1936a02ea149e03925a9e01b606e0.tar.gz
OCI8 classes were already renamed in 8; this now follows the new-new standard
Diffstat (limited to 'UPGRADING')
-rw-r--r--UPGRADING3
1 files changed, 3 insertions, 0 deletions
diff --git a/UPGRADING b/UPGRADING
index 54993d77a9..9cb89cf969 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -381,6 +381,9 @@ PHP 8.0 UPGRADE NOTES
removed.
- OCI8:
+ . The OCI-Lob class is now called OCILob, and the OCI-Collection class is now
+ called OCICollection for name compliance enforced by PHP 8 arginfo
+ type annotation tooling.
. Several alias functions have been marked as deprecated.
. oci_internal_debug() and its alias ociinternaldebug() have been removed.