Forum Moderators: coopster

Message Too Old, No Replies

Php with curl on IIS

installing php to run includes remotely on windows server

         

fraggle

10:55 pm on Jan 16, 2007 (gmt 0)

10+ Year Member



Hi

i need someadvice on how i may troubleshoot this problem.

I am trying installing php (4.4) to run includes remotely on windows server (IIS 6 win 2k) with the extension Curl.

I added the extension and php is running fine however php test continually throws out an error as follows:
P Warning: Unknown(): Unable to load dynamic library 'C:\PHP\Extensions\php_curl.dll' - Access is denied. in Unknown on line 0

can anyone advise how to get over this problem?
the php files are all from the same install and i (aparently) have the correct system32 dll's.

Thanks

coopster

3:33 pm on Jan 17, 2007 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



Access is denied.

Is it a permissions issue? Also, are you certain that IIS is finding the dll extension?

fraggle

10:45 pm on Jan 18, 2007 (gmt 0)

10+ Year Member



well it seems to be

i have trhe correct path in the php.ini file

i guess it could be permissions but i have given both the curl file and folder full access via both IIS users and still no luck

coopster

12:56 pm on Jan 22, 2007 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



Double check your extension installations as well as your path environment.

Installation of extensions on Windows [php.net]
How do I add my PHP directory to the PATH on Windows? [php.net]