[PECL-CVS] [pecl-database-pdo_oci] main: Fix configure command path for PDO_OCI installation

[email protected] (Sharad Chandran R via GitHub) Fri, 9 Jan 2026 06:32:30 +0000
Newsgroups php.pecl.cvs
Message-ID <[email protected]>
Author: Sharad Chandran R (sharadraju)
Committer: GitHub (web-flow)
Pusher: sharadraju
Date: 2026-01-09T12:02:28+05:30

Commit: https://github.com/php/pecl-database-pdo_oci/commit/31ac4f8e7eb00340c2069cf54d03c58bc1e36cd0
Raw diff: https://github.com/php/pecl-database-pdo_oci/commit/31ac4f8e7eb00340c2069cf54d03c58bc1e36cd0.diff

Fix configure command path for PDO_OCI installation

Updated the configuration command for building PDO_OCI.

Changed paths:
  M  README.md


Diff:

diff --git a/README.md b/README.md
index 90350e3..47ba70a 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@ 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/sdk/lib
+./configure --with-pdo_oci=shared,instantclient,/path/to/instant/client/sdk
 make install
 
 ```