Hey All,
I have seen several threads on this, but none gave an answere as to how they resolved the problem.
I am using windows 2k sp4, appache 2.2, php 5.2.0, the php_gd2.dll is version 5.2.0, I have my php.ini extension uncommented, my extension_dir points to where other extensions are and are working, so I am at a loss.
I have tried putting the php.ini and the php_gd2.dll in the winnt and the winnt\system32 folders with no help.
No matter what I have tried the gd section does not come up in phpinfo() and when I try to do a test script it gets the error that it can't find the function call.
Any ideas would be greatly appreciated.
Mongonv
Excerpt from PHP.INI:
extension_dir = 'D:\Program Files\PHP\ext'
extension=php_dbg.dll-5.2.x
extension=phpexpress-php-5.2.dll
;extension=php_dbg.dll-5.2.0
;extension=php_mbstring.dll
;extension=php_bz2.dll
;extension=php_curl.dll
;extension=php_dba.dll
;extension=php_dbase.dll
;extension=php_exif.dll
;extension=php_fdf.dll
;extension=php_filepro.dll
extension=php_gd2.dll
;extension=php_gettext.dll