tags:

views:

86

answers:

1

I cannot get this to work on Wondows. There is a dll file bundled in the gdwin.zip file that I downloaded called "bgd.dll". I read that this file needs to go into the ext directory and then simply add / uncomment the library in the ini file. I've done that but I cannot get this working. Can someone please help? I'm on 5.2


This is the error message I'm getting. I have restarted the server.

PHP Warning:  PHP Startup: Unable to load dynamic library 'C:\\Program Files\\PHP\\ext\\php_gd2.dll' - The specified module could not be found.\r\n in Unknown on line 0

I renamed the dll back to its original name and now I am getting this error after I restart the server:

PHP Startup: Invalid library (maybe not a PHP library) 'bgd.dll'  in Unknown on line 0
+1  A: 

i just downloaded the php 5.2.11 zip from php.net and it has the php_gd1.dll in the ext folder already .. so u should just uncomment the line from the php.ini and that should be it. u dont need to get the gd lib seperatly.

Sabeen Malik