File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,20 @@ Use `pecl install oci8-3.0.1` to install for PHP 8.0.
1212
1313Use ` pecl install oci8-2.2.0 ` to install for PHP 7.
1414
15+ If your PHP was built with DTrace enabled, then set the environment variable
16+ PHP_DTRACE=yes before running ` pecl install oci8 ` . For example, on Linux:
17+
18+ export PHP_DTRACE=yes
19+
20+ You may additionally need the dtrace-devel or systemtap-sdt-devel package
21+ installed.
22+
1523The PHP OCI8 extension can be linked with Oracle client libraries from Oracle
1624Database 11.2 or later. These libraries are found in your database
1725installation, or in the free Oracle Instant Client from
26+
1827 https://www.oracle.com/database/technologies/instant-client.html
28+
1929Install the 'Basic' or 'Basic Light' Instant Client package. If building from
2030source, then also install the SDK package.
2131
You can’t perform that action at this time.
0 commit comments