I'm trying to configure my php.ini file on my local Windows 2000 system so I can use the extensions such as GD, etc. I have changed the line:
extension_dir = C:\php\extensions ; (which is where php_gd.dll resides) and uncommented: extension=php_gd.dll and when I restart the web service and hit a page, I get the error: Unable to load dynamic library ..... the specified procedure could not be found. Any ideas? Thanks! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php