Skip to content

Commit 01d8359

Browse files
authored
Update required and recommended
1 parent 60baaf1 commit 01d8359

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

README.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,14 @@ A lightweight BitTorrent Tracker written in PHP, with an SQL backend, for people
1111
### What Do You Need?
1212

1313
#### Required
14-
* PHP >= 4
14+
* A PHP compatible web-server.
15+
* PHP >= 5.4.0 with Core, SimpleXML, date, filter, json, mysqli, pcre, & standard extensions. (Generated using [PHP CompatInfo](http://php5.laurent-laville.org/compatinfo/)
1516
* A MySQLI supported database, such as MySQL >= 4.1
1617

1718
#### Recommended
18-
* Nginx >= 1.8.0, Apache, OR lighttpd.
19-
* [A supported version of PHP](http://php.net/supported-versions.php)
20-
* MySQL >= 5.5 OR MariaDB >= 5.5
21-
22-
#### _Really_ Recommended
23-
* Nginx >= 1.10.0 with HTTP/2
19+
* The latest version of Nginx ( >= 1.10.0 with HTTP/2 )
2420
* [The latest version of PHP](http://php.net/supported-versions.php)
25-
* MariaDB >= 10
21+
* The latest version of MariaDB ( >= 10 )
2622

2723
### Install Guide
2824
1. Copy `_settings/phoenix.default.php` to `_settings/phoenix.custom.php`

0 commit comments

Comments
 (0)