GNU Readline

Коментарии

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
2012-02-02 12:11:54
http://php5.kiev.ua/manual/ru/book.readline.html

    Поддержать сайт на родительском проекте КГБ