From 12a7e9bc24be98cbd6f89f9597d629e4a5359631 Mon Sep 17 00:00:00 2001 From: Karl Vollmer Date: Wed, 30 Nov 2011 15:27:17 -0400 Subject: Ampache now requires PHP 5.3 or greater... 'JFDI' --- docs/README | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'docs') diff --git a/docs/README b/docs/README index 22353636..b9c7f47e 100755 --- a/docs/README +++ b/docs/README @@ -114,7 +114,7 @@ Contents: 2. Getting all the components Apache >= 1.3.x http://www.apache.org OR other web server - PHP >= 5.1.x http://www.php.net ** + PHP >= 5.3.x http://www.php.net ** PHP5-Mysql PHP5-Session PHP5-gd (recommended) @@ -122,9 +122,6 @@ Contents: PHP5 ZLIB support (recommended) MySQL >= 5.x+ http://www.mysql.com - ** PHP 5.3.x is required for Windows systems due to use of inet_pton - and inet_aton functions. - 3. Setting Up Please see the included INSTALL file or if possible the wiki -- cgit