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 😉

    php_curl.dll needs SSLeay32.dll and libeay32.dll either in the extensions directory or the system32 directory.

      Have them. also, php_curl.dll was just an example. As I said, I can't enable ANY of the extensions.

        Write a Reply...