Fix configure command path for PDO_OCI installation

Updated the configuration command for building PDO_OCI.
This commit is contained in:
Sharad Chandran R
2026-01-09 12:02:28 +05:30
committed by GitHub
parent 0d13c2d35d
commit 31ac4f8e7e

View File

@@ -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
```