I installed PHP 4.02 under Win NT 4.0 with IIS 4.0. When I try to run a PHP program, it reports error.
the error message as following :
"Unable to load dynamic library 'c:\php\extensions/PHP-fdf.dll'
the specific module could not be found "
but other modules can be loaded, such as php_gd.dll, PHP_db.dll
I put all the dlls inside c:\php\extersions
in php.ini
I set
extension_dir = c:\php\extensions
why some modules can be loaded, and some do not?
please help, thanks
Paul Lin