summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.txt1
-rw-r--r--INSTALL.txt5
2 files changed, 4 insertions, 2 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index b292f3751..996f5dcd8 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -24,6 +24,7 @@ Drupal x.x.x, xxxx-xx-xx
* improved date parsing.
- database backend:
* added support for multiple database connections.
+ * the PostgreSQL backend does no longer require PEAR.
- theme system:
* changed all GIFs to PNGs.
* reorganised the handling of themes, template engines, templates and styles.
diff --git a/INSTALL.txt b/INSTALL.txt
index f1450eb1a..7ff15bae0 100644
--- a/INSTALL.txt
+++ b/INSTALL.txt
@@ -3,8 +3,9 @@
REQUIREMENTS
------------
-Drupal requires a web server, PHP4 (http://www.php.net/) and MySQL or a
-database server supported by the PHP PEAR API (http://pear.php.net/)
+Drupal requires a web server, PHP4 (http://www.php.net/) and either
+MySQL, PostgreSQL or a database server supported by the PHP PEAR API
+(http://pear.php.net/).
NOTE: The Apache web server and MySQL database are strongly recommended;
other web server and database combinations such as IIS and PostgreSQL