More details about requirements

This commit is contained in:
moodler 2003-01-10 07:22:34 +00:00
parent 6c14c3948f
commit d96b410816

View File

@ -33,7 +33,7 @@
4.1.0 or later), with the following features enabled (most PHP installations
these days will have all of these):
<ul>
<LI>JPEG and/or PNG image editing support via the <A HREF="http://www.boutell.com/gd/">GD library</A></li>
<LI><A HREF="http://www.boutell.com/gd/">GD library</A> with support for JPG and PNG formats</li>
<LI>Sessions support</LI>
<LI>File uploading allowed</LI>
</UL>
@ -48,7 +48,8 @@
line: 'extension=php_gd.dll'.</p>
<p>On Mac OS X I highly recommend the <a href="http://fink.sourceforge.net/">fink</a>
project as a way to download easily-maintainable packages for all of this.</p>
project as a way to download easily-maintainable packages for all of this. If you are less
confident with command-line stuff then <A HREF="http://www.entropy.ch/software/macosx/php/">Marc Liyanage's PHP Apache Module</A> is the easiest way to get PHP up and running on a new Mac OS X server.</p>
<p>If you're on Linux or another Unix then I'll assume you can figure all this out for yourself! ;-) </p>