Can anyone help me get GD library up and running?
I run the following:
Mac OSX V.4 (Tiger)
Apache 1.3.33
MySql 3.23.49
PHP 4.3.4
From the <?php phpinfo(); ?> it says I have GD support 'enabled'. These details are displayed:
GD Support enabled
GD Version bundled (2.0.15 compatible)
FreeType Support enabled
FreeType Linkage with freetype
T1Lib Support enabled
GIF Read Support enabled
JPG Support enabled
PNG Support enabled
WBMP Support enabled
XBM Support enabled
However, when I attempt a basic sample 'GD' script to test it .. just a blank page displays (no error message though).
Is there something further I need to do in the php.ini or http.conf files to activate this thing?
Any help would be appreciated!!
Steve