[PECL-CVS] [pecl-database-pdo_oci] main: Update README with clearer php.ini instructions
[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: 2025-12-29T19:59:02+05:30 Commit: https://github.com/php/pecl-database-pdo_oci/commit/46c0c821ef8ad8ecd30d7b06a06f94d761d8503a Raw diff: https://github.com/php/pecl-database-pdo_oci/commit/46c0c821ef8ad8ecd30d7b06a06f94d761d8503a.diff Update README with clearer php.ini instructions Clarify installation instructions for pdo_oci extension. Changed paths: M README.md Diff: diff --git a/README.md b/README.md index e5012cf..cf7ad5c 100644 --- a/README.md +++ b/README.md @@ -12,13 +12,12 @@ For older PHP versions, use php_pdo_oci.dll from the Windows PHP release bundle, or build from the PHP source code by running: ``` phpize - ./configure --with-pdo_oci=shared,instantclient,/path/to/instant/client/lib make install ``` -To complete installation, add "extension=pdo_oci.so" or "extension=php_pdo_oci.dll" to your php.ini file. +To complete installation, add "extension=pdo_oci.so" or "extension=php_pdo_oci.dll" (Windows) to your php.ini file. PHP is available from https://www.php.net/releases/