mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
- Add 2 more hardcoded ini settings
- Update the php -h output git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293672 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
f9d005c207
commit
b3774f436d
1 changed files with 22 additions and 2 deletions
|
@ -181,6 +181,26 @@
|
|||
</para>
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.output-buffering">output_buffering</link></entry>
|
||||
<entry>&false;</entry>
|
||||
<entry>
|
||||
<para>
|
||||
Altough the INI setting is hardcoded to &false; the
|
||||
<link linkend="book.outcontrol">Output buffering</link> functions
|
||||
are available.
|
||||
</para>
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.max-input-time">max_input_time</link></entry>
|
||||
<entry>&false;</entry>
|
||||
<entry>
|
||||
<para>
|
||||
The PHP CLI doesn't not support GET, POST or file uploads.
|
||||
</para>
|
||||
</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
</table>
|
||||
|
@ -390,9 +410,9 @@ Usage: php [options] [-f] <file> [--] [args...]
|
|||
-F <file> Parse and execute <file> for every input line
|
||||
-E <end_code> Run PHP <end_code> after processing all input lines
|
||||
-H Hide any passed arguments from external tools.
|
||||
-s Display colour syntax highlighted source.
|
||||
-s Output HTML syntax highlighted source.
|
||||
-v Version number
|
||||
-w Display source with stripped comments and whitespace.
|
||||
-w Output source with stripped comments and whitespace.
|
||||
-z <file> Load Zend extension <file>.
|
||||
|
||||
args... Arguments passed to script. Use -- args when first argument
|
||||
|
|
Loading…
Reference in a new issue