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:
Jakub Vrana 2011-06-30 20:39:27 +00:00
parent 2576fe1221
commit 30044bba48

View file

@ -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>