X This is a work-in-progress experimental design. Things will be broken and unfinished! You may prefer php.net

GNU Readline

add a note add a note

User Contributed Notes 1 note

up
0
list2011 at lunch dot za dot net
1 year ago
When readline is enabled, php switches the terminal mode to accept line-buffered input.  This means that the proper way to use the cli when you pipe to an interactive command is to explicitly specify that php is not using the terminal for input:

php somescript.php < /dev/null | less