Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit fe29344

Browse files
authoredMar 6, 2025
update dtrace doc (#266)
- php/doc-en#4456
1 parent 9773152 commit fe29344

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed
 

‎features/dtrace.xml

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: 9e2d8231b5d8a3795b365c6770fab288e59e6249 Maintainer: satoruyoshida Status: ready -->
3+
<!-- EN-Revision: d35d7d811ccf7662eefe4f23ff1cabc727a917ca Maintainer: satoruyoshida Status: ready -->
44
<chapter xml:id="features.dtrace" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
55
<title>DTrace 動的トレーシング</title>
66

@@ -96,10 +96,13 @@
9696
</informalexample>
9797
</para>
9898
<para>
99-
これは、 コア PHP で静的プローブを有効にします
99+
これは、 コア PHP で静的プローブを利用可能にします
100100
それら自身のプローブを提供するどの PHP 拡張モジュールも、
101101
共用拡張モジュールとして別々にビルドするべきです。
102102
</para>
103+
<para>
104+
静的プローブを有効にするには、<option>USE_ZEND_DTRACE=1</option>環境変数を対象となるPHPプロセスにセットします。
105+
</para>
103106
</sect2>
104107

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

0 commit comments

Comments
 (0)
Failed to load comments.