Re: [GD-DEVEL] GD Library missing via PHP on WS2K8 with IIS 7.0
[email protected] ("Pierre Joye") Thu, 23 Oct 2008 09:37:15 +0200
| Newsgroups | php.gd.devel |
|---|---|
| Message-ID | <[email protected]> |
hi, On Thu, Oct 23, 2008 at 9:11 AM, Bobby Davro <[email protected]> wrote: > Has anyone come accross an issue with accessing the GD Library > via PHP on WS2K8 with IIS 7.0? > > I have verified that the extension_dir = "f:\PHP\ext" parameter is correct > and reachable.I have verified that the php_gd2.dll was in the ext directory..I have uncommented extension=php_gd2.dll in the php.ini file.I have recycled the web server.I have restarted the server. > When I try to install the Moodle > application it keeps telling me: GD version: Caution - The GD library should be > present to process and create images. > > Is there something I've missed? Create a script with: <?php phpinfo(); ?> Load it and verify that the correct php.ini is loaded as well as GD. Cheers, -- Pierre http://blog.thepimp.net | http://www.libgd.org