|
Project Release infomations and Project Resources. Note that these informations are from this projects Freecode.com page and the downloads themselves may not be hosted with SourceForge.JP.
Project Release Information2012-02-17 11:40 This release fixes a bug which caused PHP Shell to stop working if the current directory was removed or made unreadable by the user or another process, some encoding problems, and Safe-mode-warning not displaying correctly. 2011-12-12 06:43 This release adds a file upload feature (not enabled by default), fixes a strange UTF-8 bug, and adds an internal history command. The prompt $PS1 is now configurable. Commands with HTML entities (e.g.: echo "ü") were displayed encoded in the output, and there are some other minor bugfixes. 2010-12-20 01:29 This version works with recent PHP versions. (PHP Shell 2.1 had a problem with PHP versions earlier than 5.3.) Navigation in the filesystem using hyperlinks is once again possible. Other small bugs were fixed. 2005-12-27 06:10 Authentication is now handled internally in PHP in an attempt to solve reported login problems. Configuration settings were moved to an ini file, and handling of PHP Safe Mode was improved with better error messages. 2004-03-27 08:58 The shell now has a command line history just like a real shell, and the design was changed to mimic a real shell more closely. The parsing of 'cd' commands was rewritten so that even more special cases are taken care of, and simple command substitution using aliases has been introduced. Project ResourcesProject Description PHP Shell is a shell wrapped in a PHP script. It's |