Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
D
drupal
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Custom Issue Tracker
Custom Issue Tracker
Labels
Merge Requests
313
Merge Requests
313
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Analytics
Analytics
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
project
drupal
Commits
86b8465c
Commit
86b8465c
authored
Oct 04, 2004
by
Dries
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- Added a note about PostgreSQL no longer depending on PEAR.
parent
57def735
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
CHANGELOG.txt
CHANGELOG.txt
+1
-0
INSTALL.txt
INSTALL.txt
+3
-2
No files found.
CHANGELOG.txt
View file @
86b8465c
...
...
@@ -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.
...
...
INSTALL.txt
View file @
86b8465c
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment