Skip to content

Commit 4b4292b

Browse files
[PHP 8.4] Mention PHP_HISTFILE env var (#4262)
1 parent 83fd65e commit 4b4292b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

features/commandline.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1479,11 +1479,13 @@ php > $foo[TAB]ThisIsAReallyLongVariableName
14791479
</programlisting>
14801480
</example>
14811481

1482-
<para>
1482+
<simpara>
14831483
The interactive shell stores your history which can be accessed using the up
14841484
and down keys. The history is saved in the
14851485
<filename>~/.php_history</filename> file.
1486-
</para>
1486+
As of PHP 8.4.0, the path to the history file can be set using the
1487+
<envar>PHP_HISTFILE</envar> environment variable.
1488+
</simpara>
14871489

14881490
<para>
14891491
The &cli.sapi; provides

0 commit comments

Comments
 (0)