LaundroMat
Programmer
I have cleaned up my old PHP installations on my Windows XP machine, and installed the latest PHP version (PHP 5.1.4) on it. I first used the automatic installer, but it seemed impossible to enable the bundled GD support (although the only thing that had to be done was to uncomment the relevant extension in the php.ini file).
I then tried to manually install it all, and although eveything works fine, there's still no GD support. The docs all say that you shouldn't search for the GD library (the GD homepage even says you shouldn't download the libs as they won't work anyway), because support is bundled in the php package itself.
Only it isn't. phpinfo() shows no trace of GD; and a simple gd_info() results in an error: undefined function.
Thanks in advance..
I then tried to manually install it all, and although eveything works fine, there's still no GD support. The docs all say that you shouldn't search for the GD library (the GD homepage even says you shouldn't download the libs as they won't work anyway), because support is bundled in the php package itself.
Only it isn't. phpinfo() shows no trace of GD; and a simple gd_info() results in an error: undefined function.
Thanks in advance..