diff options
author | Dries Buytaert <dries@buytaert.net> | 2005-03-09 08:35:52 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2005-03-09 08:35:52 +0000 |
commit | c9cc4585c760b11d4123d0a6c841a612e1e84f9b (patch) | |
tree | b5b0970c3014746e017e4c867bf71b976ea9afff | |
parent | 762ac1ee2b7a5e89b95e151c27dc9b73aea40b15 (diff) | |
download | brdo-c9cc4585c760b11d4123d0a6c841a612e1e84f9b.tar.gz brdo-c9cc4585c760b11d4123d0a6c841a612e1e84f9b.tar.bz2 |
- Added small note about PHP5 support.
-rw-r--r-- | INSTALL.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL.txt b/INSTALL.txt index 8a3d94a55..55fbd8b54 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -5,7 +5,7 @@ REQUIREMENTS 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. +Linux and PHP 4.2.3 or greater on Windows. NOTE: The Apache web server and MySQL database are strongly recommended; other web server and database combinations such as IIS and PostgreSQL |