diff --git a/appendices/extensions.xml b/appendices/extensions.xml index 4e9332736e4b..0a48632beb45 100644 --- a/appendices/extensions.xml +++ b/appendices/extensions.xml @@ -277,22 +277,18 @@ - - - - @@ -335,6 +331,7 @@ + @@ -348,14 +345,17 @@ + + + @@ -415,6 +415,7 @@ &extcat.state.deprecated; + diff --git a/reference/imap/book.xml b/reference/imap/book.xml index d7c74ae4e789..4e4df572bf1d 100644 --- a/reference/imap/book.xml +++ b/reference/imap/book.xml @@ -1,14 +1,18 @@ - - + - + IMAP, POP3 and NNTP IMAP &reftitle.intro; + + + This extension is DEPRECATED and UNBUNDLED as of PHP 8.4.0. + + These functions enable you to operate with the IMAP protocol, as well as the NNTP, POP3 @@ -32,7 +36,6 @@ &reference.imap.imap.connection; - -
+
&reftitle.install; - - To get these functions to work, you have to compile PHP with - , where DIR is the - c-client install prefix. From our example above, you would use - . - This location depends on where you created this directory according to the - description above. Windows users may include the - php_imap.dll DLL in &php.ini;. - - - - Depending on how the c-client was configured, you might also need - to add and/or - - to the PHP configure line. - - +
+ PHP 8.4 + + &pecl.moved-ver;8.4.0 + + + &pecl.info; + &url.pecl.package;imap. + +
- - - The IMAP extension is not thread-safe; it should not be used with ZTS builds. - - +
+ PHP < 8.4 + + To get these functions to work, you have to compile PHP with + , where DIR is the + c-client install prefix. From our example above, you would use + . + This location depends on where you created this directory according to the + description above. Windows users may include the + php_imap.dll DLL in &php.ini;. + + + + Depending on how the c-client was configured, you might also need + to add and/or + + to the PHP configure line. + + - &warn.imaprecodeyaz; + + + The IMAP extension is not thread-safe; it should not be used with ZTS builds. + + -
+ &warn.imaprecodeyaz; +
+
- + Oracle OCI8 OCI8 &reftitle.intro; + + + This extension is UNBUNDLED as of PHP 8.4.0. + + These functions allow you to access Oracle Database. They support SQL and PL/SQL statements. Basic features include transaction control, binding of PHP diff --git a/reference/pdo_oci/configure.xml b/reference/pdo_oci/configure.xml index b0fb263c15a4..f4b832bfd0dd 100644 --- a/reference/pdo_oci/configure.xml +++ b/reference/pdo_oci/configure.xml @@ -9,30 +9,44 @@ Oracle Instant Client libraries. For details refer to the OCI8 Requirements section. - - Use to install - the PDO Oracle OCI extension, where the optional [=DIR] - is the Oracle Home directory. [=DIR] defaults to - the $ORACLE_HOME environment variable. - - - Use - for an Oracle Instant Client SDK, where prefix and - version are configured. - - - - + PHP 8.4 + + &pecl.moved-ver;8.4.0 + + + &pecl.info; + &url.pecl.package;PDO_OCI. + + + +
+ PHP < 8.4 + + Use to install + the PDO Oracle OCI extension, where the optional [=DIR] + is the Oracle Home directory. [=DIR] defaults to + the $ORACLE_HOME environment variable. + + + Use + for an Oracle Instant Client SDK, where prefix and + version are configured. + + + + - - + + +
- - + Oracle Functions (PDO_OCI) Oracle (PDO) diff --git a/reference/pspell/book.xml b/reference/pspell/book.xml index 910bb3f71715..7864ab05595f 100644 --- a/reference/pspell/book.xml +++ b/reference/pspell/book.xml @@ -1,20 +1,24 @@ - - + Pspell - + &reftitle.intro; + + + This extension is DEPRECATED and UNBUNDLED as of PHP 8.4.0. + + These functions allow you to check the spelling of a word and offer suggestions. - + &reference.pspell.setup; &reference.pspell.constants; &reference.pspell.reference; @@ -22,7 +26,6 @@ &reference.pspell.pspell.config; - -
+
&reftitle.install; - - If you have the libraries needed add the - option - when compiling PHP. - - - Note to Win32 Users +
+ PHP 8.4 - &ext.windows.path.dll; - aspell-15.dll from the - bin folder of the aspell installation. + &pecl.moved-ver;8.4.0 - Win32 support requires at least aspell version 0.50. + &pecl.info; + &url.pecl.package;pspell. - -
+
+
+ PHP < 8.4 + + To enable this extension compile PHP with the + option. + + + Note to Win32 Users + + &ext.windows.path.dll; + aspell-15.dll from the + bin folder of the aspell installation. + + + Win32 support requires at least aspell version 0.50. + + +
+