From d96b410816765d3f21e38ba651ec677a3ee77d81 Mon Sep 17 00:00:00 2001
From: moodler
Date: Fri, 10 Jan 2003 07:22:34 +0000
Subject: [PATCH] More details about requirements
---
lang/en/docs/install.html | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/lang/en/docs/install.html b/lang/en/docs/install.html
index 421db42bf26..3f53e232fb9 100644
--- a/lang/en/docs/install.html
+++ b/lang/en/docs/install.html
@@ -33,7 +33,7 @@
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
+ - GD library with support for JPG and PNG formats
- Sessions support
- File uploading allowed
@@ -48,7 +48,8 @@
line: 'extension=php_gd.dll'.
On Mac OS X I highly recommend the fink
- project as a way to download easily-maintainable packages for all of this.
+ project as a way to download easily-maintainable packages for all of this. If you are less
+ confident with command-line stuff then Marc Liyanage's PHP Apache Module is the easiest way to get PHP up and running on a new Mac OS X server.
If you're on Linux or another Unix then I'll assume you can figure all this out for yourself! ;-)