Commit: bf3170a7e3c357421467bdf80807704214686b07 Author: Sobak <[email protected]> Sun, 18 May 2014 07:21:00 +0200 Parents: 564a8f5cb2c915ccd2bceb392b74ccd714e2166e Branches: master
Link: http://git.php.net/?p=web/bugs.git;a=commitdiff;h=bf3170a7e3c357421467bdf80807704214686b07 Log: README rewritten Changed paths: D README A README.md Diff: diff --git a/README b/README deleted file mode 100644 index 4f8e71e..0000000 --- a/README +++ /dev/null @@ -1,47 +0,0 @@ -=== Welcome to the official php.net bug tracking system === - -This was a collaboration between PEAR, PECL and PHP core to create a unified bug tracker. - -=== Status === - -- Beta - -=== Installation === - -Local configuration: - -- Copy local_config.php.sample to local_config.php and modify accordingly. - -- Required non-default PHP extensions: - . ext/openssl (for https:// fopen wrapper) - -- Required PEAR packages: - . MDB2 - . MDB2#mysql - . DB_DataObject - . Text_CAPTCHA_Numeral - . Text_Diff - . Tree - . HTTP - . HTTP_Upload - -- For Akismet support: - . Net_URL2 - . HTTP_Request2 - . Services_Akismet2 - -- Preferred PEAR packages: - . MDB2#mysqli - -- Command to install all: - - # pear install MDB2 MDB2#mysql MDB2#mysqli DB_DataObject Text_CAPTCHA_Numeral Text_Diff Tree-beta HTTP HTTP_Upload Net_URL2 HTTP_Request2 Services_Akismet2 - -- Database: - . See README.UPGRADE_bugs.php.net - -=== TODO === - -- AJAXify where it's useful -- Automate (and centralize, @master.php.net?) PHP versions fetching -- Add project support (f.e. PHP-GTK, PHP, PEAR, PECL..) diff --git a/README.md b/README.md new file mode 100644 index 0000000..46b1bf3 --- /dev/null +++ b/README.md @@ -0,0 +1,26 @@ +PHP Bug Tracking System +======================= +This was a collaboration between PEAR, PECL and PHP core to create a unified bug tracker. + +Installation +============ +1. Copy `local_config.php.sample` to `local_config.php` and modify accordingly +2. PHP.net Bug Tracking System requires `ext/openssl` (for https:// fopen wrapper) +3. Required PEAR packages: + - MDB2 + - MDB2#mysql + - DB_DataObject + - Text_CAPTCHA_Numeral + - Text_Diff + - Tree + - HTTP + - HTTP_Upload + +Command to install all required packages: +`pear install MDB2 MDB2#mysql MDB2#mysqli DB_DataObject Text_CAPTCHA_Numeral Text_Diff Tree-beta HTTP HTTP_Upload` + +TODO +==== +- AJAXify where it's useful +- Automate (and centralize, @master.php.net?) PHP versions fetching +- Add project support (f.e. PHP-GTK, PHP, PEAR, PECL..) \ No newline at end of file -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
