dcarey
19-06-04, 08:00 AM
Ok my background is that i'm still very new to PHP
I'm running W2K, MySQL, IIS
my php folder is located at c:\php
so, my gantt charts don't work, all i see is a box where the image should be. So looking through the posts about gantts it seems the simple thing to do is modify the php.ini to load php_gd2.dll lib.
extension=php_gd2.dll
&
extension_dir = ./extensions/
well now i get the error:
PHP Warning: Unknown(): Unable to load dynamic library './extensions/php_gd2.dll' - The specified procedure could not be found. in Unknown on line 0
so i look in the extensions folder and the php_gd2.dll is staring right back at me. What's going on here? I also tried a lot of different extension_dir path
like
extension_dir=c:\php\extensions\
extension_dir=.\extensions\
any help would be great
I'm running W2K, MySQL, IIS
my php folder is located at c:\php
so, my gantt charts don't work, all i see is a box where the image should be. So looking through the posts about gantts it seems the simple thing to do is modify the php.ini to load php_gd2.dll lib.
extension=php_gd2.dll
&
extension_dir = ./extensions/
well now i get the error:
PHP Warning: Unknown(): Unable to load dynamic library './extensions/php_gd2.dll' - The specified procedure could not be found. in Unknown on line 0
so i look in the extensions folder and the php_gd2.dll is staring right back at me. What's going on here? I also tried a lot of different extension_dir path
like
extension_dir=c:\php\extensions\
extension_dir=.\extensions\
any help would be great