X-Git-Url: https://git.cweiske.de/php-sqllint.git/blobdiff_plain/93dacd06794e94769b5de142d569fb5faad3e03d..d95440f8b97b4359fd4545965c9d5845b4e77041:/README.rst diff --git a/README.rst b/README.rst index e02ff6b..69b6046 100644 --- a/README.rst +++ b/README.rst @@ -65,20 +65,31 @@ Bugs ==== Does ``php-sqllint`` not detect a syntax error, or doesn't support a certain SQL statement? -Then please report a bug at `udan11/sql-parser`__. +Then please report a bug at `phpmyadmin/sql-parser`__. -__ https://github.com/udan11/sql-parser +__ https://github.com/phpmyadmin/sql-parser + + +======== +Download +======== +The download files are equipped with all dependencies. +Just download and run. + +.. LATESTRELEASE + +See `php-sqllint downloads page `_ +for all released versions. ============ Dependencies ============ - PEAR's `Console_Commandline`__ -- `udan11's SqlParser`__, which is used by `phpMyAdmin`__ +- `phpMyAdmin's SqlParser`__ __ http://pear.php.net/package/Console_CommandLine -__ https://github.com/udan11/sql-parser -__ https://www.phpmyadmin.net/ +__ https://github.com/phpmyadmin/sql-parser Dependency installation @@ -96,8 +107,7 @@ Building Preparation =========== -- Adjust version number in ``src/phpsqllint/Cli.php`` -- Adjust version number in ``build.xml`` +1. Write new version number into ``VERSION`` Create the release @@ -138,4 +148,6 @@ Source code Author ====== -Written by Christian Weiske, cweiske@cweiske.de +Written by `Christian Weiske`__, cweiske+php-sqllint@cweiske.de + +__ http://cweiske.de/