Hi, I just uploaded 0.2.7 of the shell which fixes most of the complaints from PEAR::PEPr and adds some new stuff: - The autoload() is moved out of the Shell-class into the base-application. autoload() is not loaded by default, but can be enabled by ':set al' or ':set autoload' on the shell. - The colour-schemes can be selected with ':set bg=light' as in vim. - ? <string> works now on * ? $obj->method() [in 0.2.6 only on ? class::method()] * ? php_func() [like fopen(), in 0.2.6 only user_func()] Download: http://jan.kneschke.de/projects/php-shell/ ChangeLog: 2006-05-29 - Version 0.2.7 * added :set autoload and :set background * added ? $obj->method() * added help for internal PHP functions like ? fopen() * moved shell-wrapper to php-shell-cmd.php * removed die() * removed use of SHELL and SHELL_COLOUR * added PHP_Prototypes.php to extract the prototypes from the PHP-5.x source-code
on 29.05.2006 13:51

