File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,10 @@ Use the PHP OCI8 extension to access Oracle Database.
55Documentation is at https://www.php.net/oci8 .
66
77Installation
8- --------------------
8+ -------------
9+
10+ ** PECL**
11+
912The PHP OCI8 extension is available in the PECL repository [ here] ( https://pecl.php.net/package/oci8 ) .
1013
1114Use ` pecl install oci8 ` to install for PHP 8.2 and newer versions.
@@ -29,6 +32,17 @@ the [PECL repository](https://pecl.php.net/package/oci8). You may use the DLL di
2932by including them in the ` php.ini ` file.
3033See [ OCI8 installation] ( https://www.php.net/manual/en/oci8.installation.php ) for more details.
3134
35+ ** PIE**
36+
37+ The PHP OCI8 extension is also available in the PIE repository [ here] ( https://packagist.org/packages/oci8/oci8 ) .
38+
39+ To install from PIE, use the [ pie] ( https://github.com/php/pie/releases ) utility and run:
40+ ```
41+ pie install oci8/oci8
42+ ```
43+
44+ ** Installation Dependencies**
45+
3246The PHP OCI8 extension can be linked with Oracle Client libraries from Oracle
3347Database 11.2 or later. These libraries are found in your database
3448installation, or in the free Oracle Instant Client packages from
You can’t perform that action at this time.
0 commit comments