[PECL-CVS] [pecl-database-pdo_oci] main: Revise installation instructions in README.md
[email protected] (Sharad Chandran R via GitHub)
| Newsgroups | php.pecl.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: Sharad Chandran R (sharadraju) Committer: GitHub (web-flow) Pusher: sharadraju Date: 2026-01-04T10:02:43+05:30 Commit: https://github.com/php/pecl-database-pdo_oci/commit/83f21cde4e157220e586e7549bf2af62fdcf1025 Raw diff: https://github.com/php/pecl-database-pdo_oci/commit/83f21cde4e157220e586e7549bf2af62fdcf1025.diff Revise installation instructions in README.md Updated installation instructions for PDO OCI extension. Changed paths: M README.md Diff: diff --git a/README.md b/README.md index 481ae20..1fee740 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,10 @@ This repository is for PHP 8.3+ as it [was decided to unbundle](https://wiki.php Documentation is at https://www.php.net/pdo_oci -Use `pecl install pdo_oci` to install for PHP 8.3. +Installation +------------ + +Use `pecl install pdo_oci` to install for PHP 8.3 and newer versions. For older PHP versions, use php_pdo_oci.dll from the Windows PHP release bundle, or build from the PHP source code by running: @@ -19,6 +22,9 @@ make install To complete installation, add "extension=pdo_oci.so" or "extension=php_pdo_oci.dll" (Windows) to your php.ini file. +Links +----- + PHP is available from https://www.php.net/releases/ The PDO_OCI extension can be linked with Oracle Client libraries from Oracle Database 11.2 or later. These libraries are found in your database