Skip to content

Commit 31ac4f8

Browse files
authored
Fix configure command path for PDO_OCI installation
Updated the configuration command for building PDO_OCI.
1 parent 0d13c2d commit 31ac4f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ For older PHP versions, use php_pdo_oci.dll from the Windows PHP release
2121
bundle, or build from the PHP source code by running:
2222
```
2323
phpize
24-
./configure --with-pdo_oci=shared,instantclient,/path/to/instant/client/sdk/lib
24+
./configure --with-pdo_oci=shared,instantclient,/path/to/instant/client/sdk
2525
make install
2626
2727
```

0 commit comments

Comments
 (0)