@@ -39,14 +39,16 @@ PHP 8.4 INTERNALS UPGRADE NOTES
39
39
========================
40
40
41
41
a. Abstract
42
- - SIZEOF_SHORT symbol removed (size of 2 on 32-bit and 64-bit platforms).
43
- - DBA_CDB_MAKE symbol removed in ext/dba.
44
42
- The configure option --with-imap has been removed.
45
43
- The configure option --with-mhash emits deprecation warning.
44
+ - The configure option --with-pdo-oci has been removed.
46
45
- The configure option --with-pspell has been removed.
46
+ - Symbol SIZEOF_SHORT removed (size of 2 on 32-bit and 64-bit platforms).
47
+ - Symbol DBA_CDB_MAKE removed in ext/dba.
47
48
48
49
b. Unix build system changes
49
50
- The configure option --with-imap-ssl has been removed.
51
+ - The configure option --with-oci8 has been removed.
50
52
- The configure option --with-zlib-dir has been removed.
51
53
- COOKIE_IO_FUNCTIONS_T symbol has been removed (use cookie_io_functions_t).
52
54
- HAVE_SOCKADDR_UN_SUN_LEN symbol renamed to HAVE_STRUCT_SOCKADDR_UN_SUN_LEN.
@@ -61,6 +63,8 @@ PHP 8.4 INTERNALS UPGRADE NOTES
61
63
- Symbol DARWIN has been removed (use __APPLE__ to target Darwin systems).
62
64
63
65
c. Windows build system changes
66
+ - The configure options --with-oci8-11g, --with-oci8-12c, --with-oci8-19 have
67
+ been removed.
64
68
- Added Bison flag '-Wall' when generating lexer files as done in *nix build
65
69
system.
66
70
- HAVE_WIN32_NATIVE_THREAD, USE_WIN32_NATIVE_THREAD, ENABLE_THREADS symbols
0 commit comments