lighttpd forum php-shell > php-shell 0.3.1

Posted by Jan Kneschke
on 22.07.2006 18:20
Hi,

PHP-Shell 0.3.1 just got released.

As pear.php.net is currently not reachable I uploaded it to:

http://jan.kneschke.de/projects/php-shell/PHP_Shell-0.3.1.tgz

Use

$ pear install 
http://jan.kneschke.de/projects/php-shell/PHP_Shell-0.3.1.tgz

to install it.

New feature:

$ php-shell
>> r script-file.php

'r' is short for 'run script'. It loads the script and executes it line 
by line.

Jan