Instalação/Configuração> <Readline
Last updated: Fri, 24 Feb 2012

Introdução

As funções readline() implementam uma interface para a biblioteca GNU Readline. Estas são funções que provem uma linha de comando editável. Um exeplo é o bash que permite a você usar as setas para inserir caracteres ou navegas no historico dos comandos. Por causa da naturesa interativa desta biblioteca, ela será de pouco uso para escrever aplicações web, mas será util quando você estiver escrevendo scripts que usem o PHP a partir da linha de comando.

Nota: Esta extensão não está disponível na plataforma Windows.



User Contributed Notes
Introdução
matthewkastor at gmail dot com
07-Aug-2011 09:09
We need this extension to run the interactive mode for the PHP CLI. So since this extension says it isn't available for windows it stops us from running the CLI interactively.

I don't know what it takes to get this extension running in a windows machine, but I found Readline for Windows here: http://gnuwin32.sourceforge.net/packages/readline.htm

I'm going to try; it's probably not going to be as simple as compiling the extension and having the library, from the above mentioned website, available, is it?

I don't know how to write extensions for PHP, so if that doesn't work then I'm out of luck.

Instalação/Configuração> <Readline
Last updated: Fri, 24 Feb 2012