Skip to content

Commit 1cc0a16

Browse files
committed
[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.
1 parent 4778996 commit 1cc0a16

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

UPGRADING.INTERNALS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,12 @@ PHP 8.4 INTERNALS UPGRADE NOTES
4141
a. Abstract
4242
- SIZEOF_SHORT symbol removed (size of 2 on 32-bit and 64-bit platforms).
4343
- DBA_CDB_MAKE symbol removed in ext/dba.
44+
- The configure option --with-imap has been removed.
4445
- The configure option --with-mhash emits deprecation warning.
4546
- The configure option --with-pspell has been removed.
4647

4748
b. Unix build system changes
49+
- The configure option --with-imap-ssl has been removed.
4850
- The configure option --with-zlib-dir has been removed.
4951
- COOKIE_IO_FUNCTIONS_T symbol has been removed (use cookie_io_functions_t).
5052
- HAVE_SOCKADDR_UN_SUN_LEN symbol renamed to HAVE_STRUCT_SOCKADDR_UN_SUN_LEN.

0 commit comments

Comments
 (0)