mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
fix -i swith output. Patch by Voytsekhovskyy Alexander
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@159368 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
fb048d7005
commit
7d1f425d72
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.31 $ -->
|
||||
<!-- $Revision: 1.32 $ -->
|
||||
<chapter id="features.commandline">
|
||||
<title>Using PHP from the command line</title>
|
||||
<!-- NEW DOCUMENTATION STARTS -->
|
||||
|
@ -769,8 +769,8 @@ ctype
|
|||
out the results. If <literal>PHP</literal> is not working correctly, it is
|
||||
advisable to use <literal>php -i</literal> and see whether any error
|
||||
messages are printed out before or in place of the information tables.
|
||||
Beware that the output is in <literal>HTML</literal> and therefore
|
||||
quite huge.
|
||||
Beware that when using the CGI mode the output is in <literal>HTML</literal>
|
||||
and therefore quite huge.
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
|
|
Loading…
Reference in a new issue