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

Reply via email to