mirror of
https://github.com/php/web-bugs.git
synced 2026-04-28 18:03:10 +02:00
c20a799765
akismet() can be called just like is_spam()
48 lines
1.0 KiB
Plaintext
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..)
|