Skip to content

Commit

Permalink
Add necesarry step to enable DTrace (#4456)
Browse files Browse the repository at this point in the history
- modify explanation for --enable dtrace option
 - add one step to set USE_ZEND_DTRACE env.
  • Loading branch information
egmc authored Feb 20, 2025
1 parent 2ca1058 commit d35d7d8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion features/dtrace.xml
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,13 @@
</informalexample>
</para>
<para>
This enables the static probes in core PHP. Any PHP extensions
This makes the static probes available in core PHP. Any PHP extensions
that provide their own probes should be built separately as shared
extensions.
</para>
<para>
To enable probes, set <option>USE_ZEND_DTRACE=1</option> environment variable to the target PHP processes.
</para>
</sect2>

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

0 comments on commit d35d7d8

Please sign in to comment.