forked from php/web-bugs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
47 lines (32 loc) · 1.02 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
=== 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..)