From 1cc0a16752f6690752dba833e2e7c3e8a6f9cb9e Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Sun, 4 Feb 2024 12:13:27 +0100 Subject: [PATCH] [skip ci] Add note about ext/imap removal in upgrading docs The imap extension has been moved to PECL. Adding a note about configure options changes also in the UPGRADING.INTERNALS for easier build scripts adjustments. --- UPGRADING.INTERNALS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/UPGRADING.INTERNALS b/UPGRADING.INTERNALS index b47c8ed3415..99e42a445c2 100644 --- a/UPGRADING.INTERNALS +++ b/UPGRADING.INTERNALS @@ -41,10 +41,12 @@ 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-pspell has been removed. b. Unix build system changes + - The configure option --with-imap-ssl 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.