We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9773152 commit fe29344Copy full SHA for fe29344
features/dtrace.xml
@@ -1,6 +1,6 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
<!-- $Revision$ -->
3
-<!-- EN-Revision: 9e2d8231b5d8a3795b365c6770fab288e59e6249 Maintainer: satoruyoshida Status: ready -->
+<!-- EN-Revision: d35d7d811ccf7662eefe4f23ff1cabc727a917ca Maintainer: satoruyoshida Status: ready -->
4
<chapter xml:id="features.dtrace" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
<title>DTrace 動的トレーシング</title>
6
@@ -96,10 +96,13 @@
96
</informalexample>
97
</para>
98
<para>
99
- これは、 コア PHP で静的プローブを有効にします。
+ これは、 コア PHP で静的プローブを利用可能にします。
100
それら自身のプローブを提供するどの PHP 拡張モジュールも、
101
共用拡張モジュールとして別々にビルドするべきです。
102
103
+ <para>
104
+ 静的プローブを有効にするには、<option>USE_ZEND_DTRACE=1</option>環境変数を対象となるPHPプロセスにセットします。
105
+ </para>
106
</sect2>
107
108
<sect2 xml:id="features.dtrace.static-probes">
0 commit comments