Skip to content

Commit 1d45854

Browse files
authored
Add installation instructions for PECL and PIE
1 parent a5e7e5a commit 1d45854

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ Documentation is at https://www.php.net/pdo_oci
1111
Installation
1212
------------
1313

14+
**PECL**
15+
16+
The PDO_OCI extension is available in the PECL repository [here](https://pecl.php.net/package/PDO_OCI).
17+
1418
Use `pecl install pdo_oci` to install for PHP 8.3 and newer versions.
1519

1620
For older PHP versions, use php_pdo_oci.dll from the Windows PHP release
@@ -25,6 +29,15 @@ make install
2529
To complete installation, add "extension=pdo_oci.so" or
2630
"extension=php_pdo_oci.dll" (Windows) to your php.ini file.
2731

32+
**PIE**
33+
34+
The PHP OCI8 extension is also available in the PIE Packagist repository [here](https://packagist.org/packages/pecl/pdo_oci).
35+
36+
To install from PIE, use the [pie](https://github.com/php/pie/releases) utility and run:
37+
```
38+
pie install pecl/pdo_oci
39+
```
40+
2841
Tests
2942
-----
3043

0 commit comments

Comments
 (0)