From b08e46371c2a0f4b6d36058d0233e212deb71348 Mon Sep 17 00:00:00 2001 From: Ayesh Karunaratne Date: Fri, 21 Jun 2024 11:02:29 +0700 Subject: [PATCH] UPGRADING: add `ext/oci8` and `ext/pdo_oci` removal to `UPGRADING` file Fixes [13327-comment](https://github.com/php/php-src/pull/13327#issuecomment-2176327609) Signed-off-by: Ayesh Karunaratne --- UPGRADING | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/UPGRADING b/UPGRADING index 275eb716de12..68c4e5fb461f 100644 --- a/UPGRADING +++ b/UPGRADING @@ -648,6 +648,14 @@ PHP 8.4 UPGRADE NOTES . The IMAP extension has been unbundled and moved to PECL. RFC: https://wiki.php.net/rfc/unbundle_imap_pspell_oci8 +- OCI8: + . The OCI8 extension has been unbundled and moved to PECL. + RFC: https://wiki.php.net/rfc/unbundle_imap_pspell_oci8 + +- PDO_OCI: + . The PDO_OCI extension has been unbundled and moved to PECL. + RFC: https://wiki.php.net/rfc/unbundle_imap_pspell_oci8 + - PSpell: . The pspell extension has been unbundled and moved to PECL. RFC: https://wiki.php.net/rfc/unbundle_imap_pspell_oci8