[DOC-CVS] [doc-en] master: CLI Web Server: Add a note about `php --help` (fixes #4587)

[email protected] (AllenJB via Christian Weiske) Fri, 6 Mar 2026 07:46:20 +0000
Newsgroups php.doc.cvs
Message-ID <[email protected]>
Author: AllenJB (AllenJB)
Committer: Christian Weiske (cweiske)
Date: 2026-03-06T08:46:12+01:00

Commit: https://github.com/php/doc-en/commit/96b10a98853e3b8236504e5775f95eb4a15c82c3
Raw diff: https://github.com/php/doc-en/commit/96b10a98853e3b8236504e5775f95eb4a15c82c3.diff

CLI Web Server: Add a note about `php --help` (fixes #4587)

Changed paths:
  M  features/commandline.xml


Diff:

diff --git a/features/commandline.xml b/features/commandline.xml
index 707fb33976a7..4de9b010ba5f 100644
--- a/features/commandline.xml
+++ b/features/commandline.xml
@@ -1755,6 +1755,13 @@ php >
   <note>
    <simpara>This feature is not supported on Windows.</simpara>
   </note>
+  <note>
+   <simpara>
+    For information on PHP commandline usage and options, run
+    <command>php --help</command> or <command>man php</command>. Not all
+    options will apply when running the web server.
+   </simpara>
+  </note>
   <warning>
    <para>
     This <emphasis>experimental</emphasis> feature is <emphasis>not</emphasis>