File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,10 @@ Documentation is at https://www.php.net/pdo_oci
1111Installation
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+
1418Use ` pecl install pdo_oci ` to install for PHP 8.3 and newer versions.
1519
1620For older PHP versions, use php_pdo_oci.dll from the Windows PHP release
@@ -25,6 +29,15 @@ make install
2529To 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+
2841Tests
2942-----
3043
You can’t perform that action at this time.
0 commit comments