Skip to content

Commit 0a658a0

Browse files
committed
Mention DTrace
1 parent 01db0d0 commit 0a658a0

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,20 @@ Use `pecl install oci8-3.0.1` to install for PHP 8.0.
1212

1313
Use `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+
1523
The PHP OCI8 extension can be linked with Oracle client libraries from Oracle
1624
Database 11.2 or later. These libraries are found in your database
1725
installation, or in the free Oracle Instant Client from
26+
1827
https://www.oracle.com/database/technologies/instant-client.html
28+
1929
Install the 'Basic' or 'Basic Light' Instant Client package. If building from
2030
source, then also install the SDK package.
2131

0 commit comments

Comments
 (0)