mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
bb8f4eb85d
commit
cac0cfe127
1 changed files with 19 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue