[DOC-CVS] [doc-en] master: Fix bpftrace note about environment variable (#5602)

[email protected] (sohei iwahori via GitHub) Tue, 9 Jun 2026 17:08:32 +0000
Newsgroups php.doc.cvs
Message-ID <Fl6IXH2dVsMiHDEa2cAXmsMVboJyO5ek8qA1KMvbjN0@main.internal.php.net>
Author: sohei iwahori (egmc)
Committer: GitHub (web-flow)
Pusher: jordikroon
Date: 2026-06-09T19:08:29+02:00

Commit: https://github.com/php/doc-en/commit/7c966c94fde8a9bb4e52975b559dc0bb0cb2ef72
Raw diff: https://github.com/php/doc-en/commit/7c966c94fde8a9bb4e52975b559dc0bb0cb2ef72.diff

Fix bpftrace note about environment variable (#5602)

Changed paths:
  M  features/dtrace.xml


Diff:

diff --git a/features/dtrace.xml b/features/dtrace.xml
index 9f1b1a9c8fad..a794f585e92a 100644
--- a/features/dtrace.xml
+++ b/features/dtrace.xml
@@ -592,7 +592,7 @@ probe process("sapi/cli/php").provider("php").mark("request__startup") {
     path or attach by PID with <literal>-p</literal> as needed.
    </simpara>
    <simpara>
-    Make sure the target binary is built with DTrace and that the environment is configured properly.
+    Make sure the target binary is built with DTrace and the environment variable is configured properly.
     See <link linkend="features.dtrace.install">Configuring PHP for DTrace Static Probes</link> for details.
    </simpara>
    <para>