diff options
author | Dries Buytaert <dries@buytaert.net> | 2004-10-04 20:15:32 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2004-10-04 20:15:32 +0000 |
commit | 86b8465ca8117e10bddbdc6547bb8d63a68ef840 (patch) | |
tree | 1eb382b023d7cd11940e220d8a0186f069b4ad78 | |
parent | 57def735f4ba5592cd277d78179061ae071c4d52 (diff) | |
download | brdo-86b8465ca8117e10bddbdc6547bb8d63a68ef840.tar.gz brdo-86b8465ca8117e10bddbdc6547bb8d63a68ef840.tar.bz2 |
- Added a note about PostgreSQL no longer depending on PEAR.
-rw-r--r-- | CHANGELOG.txt | 1 | ||||
-rw-r--r-- | INSTALL.txt | 5 |
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 |