John Downey [2006-05-16 18:39 UTC] PHP has an interactive shell built in (when compiled with readline), you just run php -a.
Arnaud Limbourg [2006-05-16 19:57 UTC] Just a wee note, the file would be PHP/Shell.php so the example would be
php -r "define('SHELL', 1); require 'PHP/Shell.php';"
Had a quick play with it and it is nice. I definitely think it has its place :)
Martin Jansen [2006-05-21 09:57 UTC] I also like this. There are a few really minor coding standards issues in there, but they are easily fixable.
Jan, I volunteer to merge your README into the PEAR manual if this package gets accepted. Just drop me a mail then if you are interested.
|