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
This commit is contained in:
Jakub Vrana 2005-09-05 09:33:41 +00:00
parent bb8f4eb85d
commit cac0cfe127

View file

@ -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 @@ array(4) {
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 @@ array(370) {
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>