I\'m having a little trouble setting up php as cgi on win2kPro
I got it working with the defaults, but when I try to enable any extensions, I get
PHP Warning: Unable to load dynamic library \'C:\Dev\PHP\extensions\php_curl.dll\' - The specified module could not be found. in Unknown on line 0
I\'ve tripple checked the path and the security on the extensions directory, and it seems fine. I gave full control to everyone, IUSR_minerva, etc. (the suspenders and belt approach)
My php.ini looks like this:
include_path = \".\" ;
doc_root = ;
user_dir = ;
extension_dir = \"C:\Dev\PHP\extensions\\" ; directory in which the loadable extensions (modules) reside
enable_dl = Off
I\'ve tried using frontslashes, I E. \"C:/Dev/PHP/extensions/\" just for grins, leaving off the final \, etc.
Anyone want to tell me what I\'m doing wrong?
setting up apache was much easier