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
|
Requirements
============
The server scripts are written in PHP and require a web server with either
MySQL, PostgreSQL or SQL Server as a database.
The system is being tested with Apache and IIS servers. Other web servers
may also work, but are not officially supported. Please let us know.
WebIssues supports both PHP4 and PHP5.
Additional requirements depending on the database used:
MySQL
Either the mysql or mysqli PHP extension is required.
MySQL version 4.1 is recommended for correctly storing Unicode
characters, but older versions are also supported.
PostgreSQL
The pgsql PHP extension is required.
SQL Server
Only supported on Windows; PHP5 is required.
The mbstring PHP extension is recommended, but not required.
Installation
============
See the documentation included in the doc/ subdirectory of this package
for detailed instructions about installing and upgrading the server.
|