From 89e08a9ade4e0ffd34244f1d9e54ebbabb88b8e9 Mon Sep 17 00:00:00 2001 From: AllenJB Date: Tue, 7 Oct 2025 20:18:59 +0100 Subject: [PATCH] CLI Web Server: Add a note about `php --help` (fixes #4587) --- features/commandline.xml | 7 +++++++ 1 file changed, 7 insertions(+) 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 > This feature is not supported on Windows. + + + For information on PHP commandline usage and options, run + php --help or man php. Not all + options will apply when running the web server. + + This experimental feature is not