diff options
author | Dries Buytaert <dries@buytaert.net> | 2005-03-09 08:35:04 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2005-03-09 08:35:04 +0000 |
commit | 762ac1ee2b7a5e89b95e151c27dc9b73aea40b15 (patch) | |
tree | 416224df43b7c5ef87cb3f40860dcdfb42873e6b | |
parent | 7dbce6f402c355388980c1c6c9de74eace00f1cd (diff) | |
download | brdo-762ac1ee2b7a5e89b95e151c27dc9b73aea40b15.tar.gz brdo-762ac1ee2b7a5e89b95e151c27dc9b73aea40b15.tar.bz2 |
- Added small note about PHP5 support.
-rw-r--r-- | INSTALL.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/INSTALL.txt b/INSTALL.txt index 75f3b4a62..8a3d94a55 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -3,9 +3,9 @@ REQUIREMENTS ------------ -Drupal requires a web server, PHP4 (http://www.php.net/) and either -MySQL or PostgreSQL. Drupal requires PHP 4.1.0 or greater on Linux -and PHP 4.2.3 or greater on Windows. PHP5 is not yet supported. +Drupal requires a web server, PHP4 or PHP5 (http://www.php.net/) and +either MySQL or PostgreSQL. Drupal requires PHP 4.1.0 or greater on +Linux and PHP 4.2.3 or greater on Windows. PHP5 is not yet supported. NOTE: The Apache web server and MySQL database are strongly recommended; other web server and database combinations such as IIS and PostgreSQL |