Skip to content

Commit d35d7d8

Browse files
authored
Add necesarry step to enable DTrace (#4456)
- modify explanation for --enable dtrace option - add one step to set USE_ZEND_DTRACE env.
1 parent 2ca1058 commit d35d7d8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

features/dtrace.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,13 @@
9191
</informalexample>
9292
</para>
9393
<para>
94-
This enables the static probes in core PHP. Any PHP extensions
94+
This makes the static probes available in core PHP. Any PHP extensions
9595
that provide their own probes should be built separately as shared
9696
extensions.
9797
</para>
98+
<para>
99+
To enable probes, set <option>USE_ZEND_DTRACE=1</option> environment variable to the target PHP processes.
100+
</para>
98101
</sect2>
99102

100103
<sect2 xml:id="features.dtrace.static-probes">

0 commit comments

Comments
 (0)