From cac0cfe1271a260123790f2ebcc17e9a293538e8 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Mon, 5 Sep 2005 09:33:41 +0000 Subject: [PATCH] auto_prepend_file with -a and -r (bug #34367) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@195163 c90b9560-bf6c-de11-be94-00142212c4b1 --- features/commandline.xml | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) 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. + +