Skip to content

Commit 5752bbd

Browse files
committed
[skip ci] Add oci extensions notes to upgrading docs
1 parent e76f9e2 commit 5752bbd

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

UPGRADING.INTERNALS

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,16 @@ PHP 8.4 INTERNALS UPGRADE NOTES
3939
========================
4040

4141
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.
4442
- The configure option --with-imap has been removed.
4543
- The configure option --with-mhash emits deprecation warning.
44+
- The configure option --with-pdo-oci has been removed.
4645
- 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.
4748

4849
b. Unix build system changes
4950
- The configure option --with-imap-ssl has been removed.
51+
- The configure option --with-oci8 has been removed.
5052
- The configure option --with-zlib-dir has been removed.
5153
- COOKIE_IO_FUNCTIONS_T symbol has been removed (use cookie_io_functions_t).
5254
- HAVE_SOCKADDR_UN_SUN_LEN symbol renamed to HAVE_STRUCT_SOCKADDR_UN_SUN_LEN.
@@ -61,6 +63,8 @@ PHP 8.4 INTERNALS UPGRADE NOTES
6163
- Symbol DARWIN has been removed (use __APPLE__ to target Darwin systems).
6264

6365
c. Windows build system changes
66+
- The configure options --with-oci8-11g, --with-oci8-12c, --with-oci8-19 have
67+
been removed.
6468
- Added Bison flag '-Wall' when generating lexer files as done in *nix build
6569
system.
6670
- HAVE_WIN32_NATIVE_THREAD, USE_WIN32_NATIVE_THREAD, ENABLE_THREADS symbols

0 commit comments

Comments
 (0)