mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
cli.prompt and cli.pager
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@312731 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
2576fe1221
commit
30044bba48
1 changed files with 4 additions and 6 deletions
|
@ -1464,9 +1464,8 @@ php > $foo[TAB]ThisIsAReallyLongVariableName
|
|||
<filename>~/.php_history</filename> file.
|
||||
</para>
|
||||
|
||||
<!-- NOT YET AVAILABLE, UNCOMMENT AND FIX VERSIONS WHEN RELEASED
|
||||
<para>
|
||||
As of [whatever becomes the next version], the &cli.sapi; provides
|
||||
As of PHP 5.4.0, the &cli.sapi; provides
|
||||
two new &php.ini; settings: <parameter>cli.pager</parameter> and
|
||||
<parameter>cli.prompt</parameter>. The <parameter>cli.pager</parameter>
|
||||
setting allows an external program (such as <filename>less</filename>) to
|
||||
|
@ -1476,7 +1475,7 @@ php > $foo[TAB]ThisIsAReallyLongVariableName
|
|||
</para>
|
||||
|
||||
<para>
|
||||
In [whatever becomes the next version] it was also made possible setting
|
||||
In PHP 5.4.0 it was also made possible setting
|
||||
&php.ini; settings in the interactive shell using a shorthand notation.
|
||||
</para>
|
||||
|
||||
|
@ -1524,8 +1523,8 @@ php >
|
|||
<tgroup cols="2">
|
||||
<thead>
|
||||
<row>
|
||||
<entry>Sequence:</entry>
|
||||
<entry>Description:</entry>
|
||||
<entry>Sequence</entry>
|
||||
<entry>Description</entry>
|
||||
</row>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
@ -1561,7 +1560,6 @@ php >
|
|||
</tgroup>
|
||||
</table>
|
||||
</para>
|
||||
-->
|
||||
|
||||
<note>
|
||||
<para>
|
||||
|
|
Loading…
Reference in a new issue