vrana Mon Sep 5 05:33:45 2005 EDT
Modified files:
/phpdoc/en/features commandline.xml
Log:
auto_prepend_file with -a and -r (bug #34367)
http://cvs.php.net/diff.php/phpdoc/en/features/commandline.xml?r1=1.40&r2=1.41&ty=u
Index: phpdoc/en/features/commandline.xml
diff -u phpdoc/en/features/commandline.xml:1.40
phpdoc/en/features/commandline.xml:1.41
--- phpdoc/en/features/commandline.xml:1.40 Sun Jul 31 07:45:31 2005
+++ phpdoc/en/features/commandline.xml Mon Sep 5 05:33:41 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.40 $ -->
+<!-- $Revision: 1.41 $ -->
<chapter id="features.commandline">
<title>Using PHP from the command line</title>
<para>
@@ -553,6 +553,15 @@
accessed using the arrow keys. The history is saved in the
<filename>~/.php_history</filename> file.
</para>
+ <note>
+ <para>
+ Files included through <link
+ linkend="ini.auto-prepend-file">auto_prepend_file</link> and <link
+ linkend="ini.auto-append-file">auto_append_file</link> are parsed in
+ this mode but with some restrictions - e.g. functions have to be
+ defined before called.
+ </para>
+ </note>
</entry>
</row>
<row>
@@ -787,6 +796,15 @@
SAPI and not in the <emphasis>CGI</emphasis> SAPI.
</para>
</note>
+ <note>
+ <para>
+ This option is meant for a very basic stuff. Thus some configuration
+ directives (e.g. <link
+ linkend="ini.auto-prepend-file">auto_prepend_file</link> and <link
+ linkend="ini.auto-append-file">auto_append_file</link>) are ignored
+ in this mode.
+ </para>
+ </note>
</entry>
</row>
<row>