Skip to content

Commit

Permalink
[skip ci] Add oci extensions notes to upgrading docs
Browse files Browse the repository at this point in the history
  • Loading branch information
petk committed Feb 7, 2024
1 parent e76f9e2 commit 5752bbd
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions UPGRADING.INTERNALS
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
Expand Down

0 comments on commit 5752bbd

Please sign in to comment.