diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2009-02-07 03:54:36 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2009-02-07 03:54:36 +0000 |
commit | d9e9eb462d6bcbef019d36f4175b5e26b453f1ea (patch) | |
tree | 48a3a6f03689893970ad0911630a2517762d536d /docs/README | |
parent | 25041fe678861921437f420fd0eed143922cda12 (diff) | |
download | ampache-d9e9eb462d6bcbef019d36f4175b5e26b453f1ea.tar.gz ampache-d9e9eb462d6bcbef019d36f4175b5e26b453f1ea.tar.bz2 ampache-d9e9eb462d6bcbef019d36f4175b5e26b453f1ea.zip |
add a check for Windows + PHP < 5.3 and update readme to reflect new requirements
Diffstat (limited to 'docs/README')
-rwxr-xr-x | docs/README | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/README b/docs/README index 295f86c9..1e9d284c 100755 --- a/docs/README +++ b/docs/README @@ -104,7 +104,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.1.x http://www.php.net ** PHP5-Mysql PHP5-Session PHP5-gd (recommended) @@ -112,6 +112,8 @@ Contents: PHP5 ZLIB support (recommended) MySQL >= 5.x+ http://www.mysql.com + ** PHP 5.3.x is required for Windows systems + 3. Setting Up Please see the included INSTALL file or if possible the wiki |