From a3c3ef6068a8d81e66f0fb96eddee261678640c4 Mon Sep 17 00:00:00 2001 From: Michael Foster Date: Tue, 24 Sep 2013 09:53:20 +1000 Subject: [PATCH] Required PHP version is now 5.3. Deal with it, nerds. Fuck everyone who still hasn't upgraded. --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 3a1583df..9d3a7058 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ imageboard software package. It is written in PHP and has few dependencies. Requirements ------------ -1. PHP >= 5.2.5 +1. PHP >= 5.3 2. MySQL server 3. [mbstring](http://www.php.net/manual/en/mbstring.installation.php) 4. [PHP GD](http://www.php.net/manual/en/intro.image.php) @@ -19,10 +19,9 @@ operating systems. Tinyboard does not include an Apache ```.htaccess``` file nor it need one. ### Recommended -1. PHP >= 5.3 -2. MySQL server >= 5.5.3 -3. ImageMagick (command-line ImageMagick or GraphicsMagick preferred). -4. [APC (Alternative PHP Cache)](http://php.net/manual/en/book.apc.php), [XCache](http://xcache.lighttpd.net/) or [Memcached](http://www.php.net/manual/en/intro.memcached.php) +1. MySQL server >= 5.5.3 +2. ImageMagick (command-line ImageMagick or GraphicsMagick preferred). +3. [APC (Alternative PHP Cache)](http://php.net/manual/en/book.apc.php), [XCache](http://xcache.lighttpd.net/) or [Memcached](http://www.php.net/manual/en/intro.memcached.php) Contributing ------------