From ff8e04ac30bcdf5023f05f7a39a9d6e5a49558e3 Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Sun, 25 Jul 2021 14:51:15 +0200 Subject: [PATCH] [ci skip] UPGRADING: oci8.old_oci_close_semantics has been deprecated --- UPGRADING | 3 +++ 1 file changed, 3 insertions(+) diff --git a/UPGRADING b/UPGRADING index d4500e940e6..30e1010009d 100644 --- a/UPGRADING +++ b/UPGRADING @@ -421,6 +421,9 @@ PHP 8.1 UPGRADE NOTES parent::init() with parent::__construct(). RFC: https://wiki.php.net/rfc/deprecations_php_8_1 +- OCI8: + . The INI directive oci8.old_oci_close_semantics has been deprecated. + - ODBC: . odbc_result_all() has been deprecated. RFC: https://wiki.php.net/rfc/deprecations_php_8_1