diff --git a/features/commandline.xml b/features/commandline.xml index 9e661e466b..d6f476a805 100644 --- a/features/commandline.xml +++ b/features/commandline.xml @@ -1,5 +1,5 @@ - + Using PHP from the command line @@ -553,6 +553,15 @@ array(4) { accessed using the arrow keys. The history is saved in the ~/.php_history file. + + + Files included through auto_prepend_file and auto_append_file are parsed in + this mode but with some restrictions - e.g. functions have to be + defined before called. + + @@ -787,6 +796,15 @@ array(370) { SAPI and not in the CGI SAPI. + + + This option is meant for a very basic stuff. Thus some configuration + directives (e.g. auto_prepend_file and auto_append_file) are ignored + in this mode. + +