Runtime Configuration

The behaviour of these functions is affected by settings in php.ini.

Readline Configure Options
NameDefaultChangeableChangelog
cli.pager""INI_ALL 
cli.prompt"\\b \\> "INI_ALL 

Here's a short explanation of the configuration directives.

cli.pagerstring

External tool to display output from command line.

cli.promptstring

Command line prompt.

To Top