From 1dd897816d8282d985cf78b42a3b723e0ce86d56 Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Thu, 30 Dec 2021 16:50:39 +0100 Subject: [PATCH] Fix GH-1280: The first arg after -f does not need to be -- --- features/commandline.xml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/features/commandline.xml b/features/commandline.xml index 98d6b3f660..1c5b3707af 100644 --- a/features/commandline.xml +++ b/features/commandline.xml @@ -506,13 +506,6 @@ string(15) "doesntmakesense" is optional and may be omitted - providing just the filename to execute is sufficient. - - - To pass arguments to a script, the first argument must be - --, otherwise PHP will interpret them as PHP - options. - - @@ -1046,12 +1039,6 @@ $ php -f my_script.php restriction on which files can be executed; in particular, the filename is not required have a .php extension. - - - If arguments need to be passed to the script when using - , the first argument must be --. - -