Files
archived-web-bugs/README
T
Rasmus Lerdorf c20a799765 Initial work to try Akismet to catch bug comment spam - not hooked up yet.
akismet() can be called just like is_spam()
2010-03-02 01:52:25 +00:00

48 lines
1.0 KiB
Plaintext

=== 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..)