I've had similiar problems loading extensions when running the ISAPI version. My fix was to put them in Windows directory. -- Gerardo S. Rojas mailto: grojas@xxxxxxxxxxxxxxxx -----Original Message----- From: johne59 [mailto:john@xxxxxxxxxxxxxx] Sent: Thursday, July 15, 2004 4:08 PM To: php-windows@xxxxxxxxxxxxx Subject: Re: PHP5 ISAPI Extensions Frank, That looks good on paper, but... I am loading the extension from php.ini as you describe. When I run the site with php-cgi.exe, running phpinfo() shows me that gd is installed. When I run the site with php5isapi.dll and then run phpinfo() it doesn't appear to be loaded. I have copied the php_gd2.dll into the main PHP 5 install directory, but havn't bothered with copying it into the windows directory, as I don't believe that this should solve my problem. Do you have any other ideas? "Frank M. Kromann" <frank@xxxxxxxxxxxx> wrote in message news:10899213191960000@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx > When you use ISAPI you can only load extensions from php.ini with the line > > extension=php_gd2.dll > > When using CGI, FastCGI or CLI you can load extensions from the script > with code like > > dl("php_gd2.dll"); > > - Frank > > > I am using w2k3 with iis6 and all of the reported "hotfixes". > > I have just installed PHP5 and have successfully configured everything > to > > work correctly using the php-cgi.exe configuration. > > However, I would like to use the php5isapi.dll configuration. The only > > problem I seem to have is getting the php_gd2.dll extension to load. > The > > ISAPI configuration works... It just needs to know about the gd > extension. > > Does anybody know how to get the ISAPI configured to understand the gd > > extension? > > > > -- > > PHP Windows Mailing List (http://www.php.net/) > > To unsubscribe, visit: http://www.php.net/unsub.php > > -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php