We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
PHP_HISTFILE
1 parent 83fd65e commit 4b4292bCopy full SHA for 4b4292b
features/commandline.xml
@@ -1479,11 +1479,13 @@ php > $foo[TAB]ThisIsAReallyLongVariableName
1479
</programlisting>
1480
</example>
1481
1482
- <para>
+ <simpara>
1483
The interactive shell stores your history which can be accessed using the up
1484
and down keys. The history is saved in the
1485
<filename>~/.php_history</filename> file.
1486
- </para>
+ 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>
1489
1490
<para>
1491
The &cli.sapi; provides
0 commit comments