ive tried to install gd following this suggestion
C:\WINDOWS\php.ini
code:
;;;;;;;;;;;;;;;;;;;;;;;;;
; Paths and Directories ;
;;;;;;;;;;;;;;;;;;;;;;;;;
; Directory in which the loadable extensions (modules) reside.
extension_dir = "C:\PATH\TO\INSTALL\DIR\OF\php\extensions"
....
;;;;;;;;;;;;;;;;;;;;;;
; Dynamic Extensions ;
;;;;;;;;;;;;;;;;;;;;;;
;
;Windows Extensions
;Note that MySQL and ODBC support is now built in, so no dll is needed for it.
;
...
extension=php_gd2.dll
...
php_gd2.dll must be physically stored in "C:\PATH\TO\INSTALL\DIR\OF\php\extensions"
however i get this error in a popup box
warning:
gd: unable to initialize module. module compiled with module
api=20020429, debug=0, thread safty=1
php compiled with;
module api= 20010901, debug=0, thread safty =1
options need to match
PLease help