We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ca1058 commit d35d7d8Copy full SHA for d35d7d8
features/dtrace.xml
@@ -91,10 +91,13 @@
91
</informalexample>
92
</para>
93
<para>
94
- This enables the static probes in core PHP. Any PHP extensions
+ This makes the static probes available in core PHP. Any PHP extensions
95
that provide their own probes should be built separately as shared
96
extensions.
97
98
+ <para>
99
+ To enable probes, set <option>USE_ZEND_DTRACE=1</option> environment variable to the target PHP processes.
100
+ </para>
101
</sect2>
102
103
<sect2 xml:id="features.dtrace.static-probes">
0 commit comments