diff options
author | wei <> | 2006-09-18 22:57:16 +0000 |
---|---|---|
committer | wei <> | 2006-09-18 22:57:16 +0000 |
commit | 1e5f13b21b33b0d7ce86fe97ca145a3561433a7a (patch) | |
tree | 0d578ace6150cf69478696737cf0e1156a309661 /.gitattributes | |
parent | 8e3f638109ebdb4bedc3e9ed7360b9d2467bc311 (diff) |
Add an interactive php shell that loads Prado classes.
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 7fd94360..b25e8bc4 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1010,6 +1010,20 @@ docs/specs/config.xsd -text framework/.htaccess -text framework/3rdParty/Markdown/License.text -text framework/3rdParty/Markdown/MarkdownParser.php -text +framework/3rdParty/PhpShell/PHP/Shell.php -text +framework/3rdParty/PhpShell/PHP/Shell/Commands.php -text +framework/3rdParty/PhpShell/PHP/Shell/Extensions.php -text +framework/3rdParty/PhpShell/PHP/Shell/Extensions/Autoload.php -text +framework/3rdParty/PhpShell/PHP/Shell/Extensions/AutoloadDebug.php -text +framework/3rdParty/PhpShell/PHP/Shell/Extensions/Colour.php -text +framework/3rdParty/PhpShell/PHP/Shell/Extensions/ExecutionTime.php -text +framework/3rdParty/PhpShell/PHP/Shell/Extensions/InlineHelp.php -text +framework/3rdParty/PhpShell/PHP/Shell/Extensions/LoadScript.php -text +framework/3rdParty/PhpShell/PHP/Shell/Extensions/Prototypes.php -text +framework/3rdParty/PhpShell/PHP/Shell/Extensions/VerbosePrint.php -text +framework/3rdParty/PhpShell/PHP/Shell/Options.php -text +framework/3rdParty/PhpShell/README -text +framework/3rdParty/PhpShell/php-shell-cmd.php -text framework/3rdParty/SafeHtml/HTMLSax3.php -text framework/3rdParty/SafeHtml/HTMLSax3/Decorators.php -text framework/3rdParty/SafeHtml/HTMLSax3/States.php -text |