Home » PHP » PHP_Shell
a interactive PHP Shell
This package is unmaintained.
Download latest release 0.3.2 (archived versions might be outdated)
License: MIT
Description
a interactive PHP Shell with tab-completion, inline help and handling of FATAL errors
Maintainers
- Jan Kneschke (ostborn) — lead, active
Dependencies
Required
- PHP (>= 5.0.0)
- PEAR Installer (>= 1.4.0b1)
- PEAR (>= 1.4)
Releases
- 0.3.2 (alpha, 2011-12-12)
Release notes
License: MIT
QA Release
Bug #18994 Closures not properly supported - 0.3.1 (alpha, 2010-08-21)
Release notes
License: MIT
QA release.
* added the LoadScript Extension to load and run scripts directly from the shell
* added the Echo Extension to disable the echo functions return
* fixed printing of executiong time
* fixed a lot of PHPCS errors
* improved the test coverage to 78.86%
* fixed bug #8554: Now classes with __call not throws exceptions when call a "undefined method".
* fixed bug #9556: Now curly open is a recognized token.
* fixed bug #14276: Now the php-shell.bat have the strings quoted - 0.3.0 (alpha, 2006-06-13)
Release notes
License: MIT
* refactored the code
* fixed static::method()->method()
* fixed $obj[...]
* fixed :set autoload
* fixed $var in class ... { ... }
Bugs
| ID | Status | Type | Version | Date | Summary |
|---|---|---|---|---|---|
| #8554 | Closed | Bug | 0.3.0 | 2006-08-24 | Raises Exception for Dynamically Dispatched Functions |
| #9556 | Closed | Bug | 0.3.0 | 2006-12-06 | curly open not recognized |
| #14276 | Closed | Bug | 0.3.0 | 2008-07-02 | path not quoted in php-shell.bat |
| #14938 | Closed | Req | CVS | 2008-11-01 | Improve PHPCS results |
| #16028 | Bogus | Bug | 0.3.0 | 2009-03-12 | arrows don't work on os x |
| #17103 | Bogus | Bug | 0.3.0 | 2010-02-15 | Bug while using print_r() |
| #17670 | Closed | Req | 0.3.0 | 2010-08-08 | Enable/Disable return echos |
| #17716 | Open | Bug | SVN | 2010-08-17 | With Echo off the Extensions can't show text |
| #17745 | Closed | Req | SVN | 2010-08-19 | Improve Coverage of the Tests |
| #18994 | Closed | Bug | 2011-11-14 | Closures not properly supported |