Add ZendFramework, PHPLine and Basic CLI classes
authorTim Düsterhus <duesterhus@woltlab.com>
Thu, 1 Nov 2012 22:20:50 +0000 (23:20 +0100)
committerTim Düsterhus <duesterhus@woltlab.com>
Mon, 5 Nov 2012 14:31:52 +0000 (15:31 +0100)
commit054db725359b7f21ae9d3cbd12eb7ba2360dd807
tree1556beddd3f893319e91be0bd01a37df7aa2d988
parent506966c4f030bee5067d2c5eeec1edbfa0cc8e92
Add ZendFramework, PHPLine and Basic CLI classes
71 files changed:
wcfsetup/install/files/cli.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/CLIWCF.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/phpline/LICENSE.txt [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/phpline/phpline.phar [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/phpline/version [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/zend/Console/Adapter/AbstractAdapter.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/zend/Console/Adapter/AdapterInterface.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/zend/Console/Adapter/Posix.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/zend/Console/Adapter/Virtual.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/zend/Console/Adapter/Windows.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/zend/Console/Adapter/WindowsAnsicon.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/zend/Console/Charset/Ascii.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/zend/Console/Charset/AsciiExtended.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/zend/Console/Charset/CharsetInterface.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/zend/Console/Charset/DECSG.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/zend/Console/Charset/Utf8.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/zend/Console/Charset/Utf8Heavy.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/zend/Console/ColorInterface.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/zend/Console/Console.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/zend/Console/Exception/BadMethodCallException.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/zend/Console/Exception/ExceptionInterface.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/zend/Console/Exception/InvalidArgumentException.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/zend/Console/Exception/RuntimeException.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/zend/Console/Getopt.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/zend/Console/Prompt/AbstractPrompt.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/zend/Console/Prompt/Char.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/zend/Console/Prompt/Confirm.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/zend/Console/Prompt/Line.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/zend/Console/Prompt/Number.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/zend/Console/Prompt/PromptInterface.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/zend/Console/Prompt/Select.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/zend/Console/Request.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/zend/Console/Response.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/zend/Console/composer.json [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/zend/LICENSE.txt [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/zend/Loader/AutoloaderFactory.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/zend/Loader/ClassMapAutoloader.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/zend/Loader/Exception/BadMethodCallException.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/zend/Loader/Exception/DomainException.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/zend/Loader/Exception/ExceptionInterface.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/zend/Loader/Exception/InvalidArgumentException.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/zend/Loader/Exception/InvalidPathException.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/zend/Loader/Exception/MissingResourceNamespaceException.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/zend/Loader/Exception/PluginLoaderException.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/zend/Loader/Exception/RuntimeException.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/zend/Loader/Exception/SecurityException.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/zend/Loader/ModuleAutoloader.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/zend/Loader/PluginClassLoader.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/zend/Loader/PluginClassLocator.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/zend/Loader/ShortNameLocator.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/zend/Loader/SplAutoloader.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/zend/Loader/StandardAutoloader.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/zend/Loader/composer.json [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/zend/ProgressBar/Adapter/AbstractAdapter.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/zend/ProgressBar/Adapter/Console.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/zend/ProgressBar/Adapter/Exception/ExceptionInterface.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/zend/ProgressBar/Adapter/Exception/InvalidArgumentException.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/zend/ProgressBar/Adapter/Exception/RuntimeException.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/zend/ProgressBar/Adapter/JsPull.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/zend/ProgressBar/Adapter/JsPush.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/zend/ProgressBar/Exception/ExceptionInterface.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/zend/ProgressBar/Exception/InvalidArgumentException.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/zend/ProgressBar/Exception/OutOfRangeException.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/zend/ProgressBar/Exception/RuntimeException.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/zend/ProgressBar/ProgressBar.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/zend/ProgressBar/composer.json [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/zend/README-GIT.md [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/zend/README.md [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/zend/version [new file with mode: 0644]
wcfsetup/install/files/lib/system/cli/DatabaseCommandHistory.class.php [new file with mode: 0644]
wcfsetup/setup/db/install.sql