From b9526392e78db5d9695d462511c6bda0bc117c09 Mon Sep 17 00:00:00 2001 From: Gilles Doge Date: Mon, 8 Jul 2024 22:30:14 +0200 Subject: [PATCH 1/3] [doc] Update README about PHP 8.4 and why this repository exists Following a discussion in #4 --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 594736c..8e2a9f1 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,9 @@ Use the PDO_OCI extension to access Oracle Database. +This repository is for PHP 8.4+ as it [was decided to unbundle](https://wiki.php.net/rfc/unbundle_imap_pspell_oci8) PDO OCI / OCI8 extension from the PHP source code. +You can find the extension for PHP 8.3 (and previous) [here](https://github.com/php/php-src/tree/PHP-8.3/ext/pdo_oci). + Documentation is at https://www.php.net/pdo_oci Use `pecl install pdo_oci` to install for PHP 8.2. From b88bb3c49e82f9ce439f1bd26189bf9b207dcbf1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Vo=C5=99=C3=AD=C5=A1ek?= Date: Mon, 2 Jun 2025 00:22:59 +0200 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e2a9f1..00c7d69 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Use the PDO_OCI extension to access Oracle Database. -This repository is for PHP 8.4+ as it [was decided to unbundle](https://wiki.php.net/rfc/unbundle_imap_pspell_oci8) PDO OCI / OCI8 extension from the PHP source code. +This repository is for PHP 8.3+ as it [was decided to unbundle](https://wiki.php.net/rfc/unbundle_imap_pspell_oci8) PDO OCI / OCI8 extension from the PHP source code. You can find the extension for PHP 8.3 (and previous) [here](https://github.com/php/php-src/tree/PHP-8.3/ext/pdo_oci). Documentation is at https://www.php.net/pdo_oci From ff7df5844ff16effafe4e4026a97ae86a6239dbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Vo=C5=99=C3=AD=C5=A1ek?= Date: Mon, 2 Jun 2025 00:23:27 +0200 Subject: [PATCH 3/3] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 00c7d69..d4be7a0 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,6 @@ Use the PDO_OCI extension to access Oracle Database. This repository is for PHP 8.3+ as it [was decided to unbundle](https://wiki.php.net/rfc/unbundle_imap_pspell_oci8) PDO OCI / OCI8 extension from the PHP source code. -You can find the extension for PHP 8.3 (and previous) [here](https://github.com/php/php-src/tree/PHP-8.3/ext/pdo_oci). Documentation is at https://www.php.net/pdo_oci