mirror of
https://github.com/php/pecl-database-pdo_oci.git
synced 2026-03-23 23:12:16 +01:00
Fix configure command path for PDO_OCI installation
Updated the configuration command for building PDO_OCI.
This commit is contained in:
committed by
GitHub
parent
0d13c2d35d
commit
31ac4f8e7e
@@ -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
|
||||
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user