From d0030cf0516ddea25a9c16d768663070933b179c Mon Sep 17 00:00:00 2001
From: moodler
Date: Tue, 15 Oct 2002 03:48:04 +0000
Subject: [PATCH] A little more explicit about PHP requirements
---
doc/install.html | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/doc/install.html b/doc/install.html
index b3e2f2611d..ea300dd645 100755
--- a/doc/install.html
+++ b/doc/install.html
@@ -26,8 +26,13 @@
All you should need are:
- a working installation of PHP (version
- 4.1.0 or better), including the GD
- library for manipulating images.
+ 4.1.0 or later), with the following features enabled (most PHP installations
+ these days will have all of these):
+
+ - JPEG and/or PNG image editing support via the GD library
+ - Sessions support
+
- File uploading
+
- a working database server (MySQL for
now, but soon it will support PostgreSQL, MSSQL, Oracle, Interbase, Foxpro,
Access, ADO, Sybase, DB2 or ODBC).
@@ -65,6 +70,7 @@
index.php - the front page of the site
- admin/ - code to administrate the whole server
+ - auth/ - plugin modules to authenticate users
- course/ - code to display and manage courses
- doc/ - help documentation for Moodle (eg this page)
- files/ - code to display and manage uploaded files
--
2.39.5