history, tab completion, quick access to documentation. It was developed at Facebook and ironically, is written mostly in python. It is open source and released under a modified BSD license. WWW: http://phpsh.org/
1.1 KiB
- Use "-c none" to load no codebase. See /etc/phpsh/phpshrc.php for + Use "-c none" to load no codebase. See %%PREFIX%%/etc/phpsh/phpshrc.php for other codebase modes.
CONFIGURATION
Config file support was added in phpsh-1.2. When phpsh starts up it -tries to read its configuration from /etc/phpsh/config, then from +tries to read its configuration from %%PREFIX%%/etc/phpsh/config, then from $HOME/.phpsh/config. If either file is not present or not readable, it is ignored. Entries in the per-user config file $HOME/.phpsh/config override the corresponding entries in the host-wide config file -/etc/phpsh/config.
+%%PREFIX%%/etc/phpsh/config.The config file consists of sections containing key:value pairs. Lines starting with # are ignored. All settings are optional and have reasonable default values. Section names are in brackets. A section