From 5752bbdad54a416ac7c5ba810ef808ddc6aea36a Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Wed, 7 Feb 2024 22:47:56 +0100 Subject: [PATCH] [skip ci] Add oci extensions notes to upgrading docs --- UPGRADING.INTERNALS | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/UPGRADING.INTERNALS b/UPGRADING.INTERNALS index 66f3e58bd1e..82066099f01 100644 --- a/UPGRADING.INTERNALS +++ b/UPGRADING.INTERNALS @@ -39,14 +39,16 @@ PHP 8.4 INTERNALS UPGRADE NOTES ======================== a. Abstract - - SIZEOF_SHORT symbol removed (size of 2 on 32-bit and 64-bit platforms). - - DBA_CDB_MAKE symbol removed in ext/dba. - The configure option --with-imap has been removed. - The configure option --with-mhash emits deprecation warning. + - The configure option --with-pdo-oci has been removed. - The configure option --with-pspell has been removed. + - Symbol SIZEOF_SHORT removed (size of 2 on 32-bit and 64-bit platforms). + - Symbol DBA_CDB_MAKE removed in ext/dba. b. Unix build system changes - The configure option --with-imap-ssl has been removed. + - The configure option --with-oci8 has been removed. - The configure option --with-zlib-dir has been removed. - COOKIE_IO_FUNCTIONS_T symbol has been removed (use cookie_io_functions_t). - HAVE_SOCKADDR_UN_SUN_LEN symbol renamed to HAVE_STRUCT_SOCKADDR_UN_SUN_LEN. @@ -61,6 +63,8 @@ PHP 8.4 INTERNALS UPGRADE NOTES - Symbol DARWIN has been removed (use __APPLE__ to target Darwin systems). c. Windows build system changes + - The configure options --with-oci8-11g, --with-oci8-12c, --with-oci8-19 have + been removed. - Added Bison flag '-Wall' when generating lexer files as done in *nix build system. - HAVE_WIN32_NATIVE_THREAD, USE_WIN32_NATIVE_THREAD, ENABLE_THREADS symbols