xp pro, php 4.3.7, apache 2.0.50(win32)
I have been trying for hours to enable gd library. found many threads on here about it.
This is the part of my php.ini file that i have changed.
; UNIX: "/path1:/path2"
;include_path = ".:/php/includes"
;
;Windows: "\path1;\path2"
;include_path = ".:c:\php\includes"
; The root of the PHP pages, used only if nonempty.
; if PHP was not compiled with FORCE_REDIRECT, you SHOULD set doc_root
; if you are running php as a CGI under any web server (other than IIS)
; see documentation for security issues. The alternate is to use the
; cgi.force_redirect configuration below
doc_root = "c:\web"
; The directory under which PHP opens the script using /~username used only
; if nonempty.
user_dir =
; Directory in which the loadable extensions (modules) reside.
extension_dir = "c:\php\extensions"
I have also unchecked the .dll (see below)
;extension=php_filepro.dll
extension=php_gd2.dll
;extension=php_gettext.dll
And checked that the .dll file does exist in the extensions folder.
i have re-booted after each change but i cant get it to enable.
What am i missing/doing wrong please?
Thank you
Potbelly.