diff options
author | Dries Buytaert <dries@buytaert.net> | 2010-02-13 21:35:08 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2010-02-13 21:35:08 +0000 |
commit | 2fc31c1fbc8ed79d10127180a29032e56d46c2b5 (patch) | |
tree | cfc59f5090497fdf0bd09f68b70c3fff9c9effc3 | |
parent | 6d68dd8c2ab654adfa885e859c73633905904071 (diff) | |
download | brdo-2fc31c1fbc8ed79d10127180a29032e56d46c2b5.tar.gz brdo-2fc31c1fbc8ed79d10127180a29032e56d46c2b5.tar.bz2 |
- Patch #698502 by jhodgdon, cha0s: improved database requirements documentation.
-rw-r--r-- | INSTALL.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/INSTALL.txt b/INSTALL.txt index 2c58e9d6d..5e1c4a638 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -22,7 +22,8 @@ Drupal requires: or greater) (http://www.postgresql.org/), or SQLite (3.4.2 or greater) (http://www.sqlite.org/). -For more detailed information about Drupal requirements, see "Requirements" +For more detailed information about Drupal requirements, including a list of +PHP extensions and configurations that are required, see "System requirements" (http://drupal.org/requirements) in the Drupal handbook. For detailed information on how to configure a test server environment using |