PHP / cURL on Windows install: “The specified module could not be found.”

前端 未结 5 719
遥遥无期
遥遥无期 2020-12-11 00:27

I\'m running PHP 5.2.3 on Windows 2000 Server with IIS 5. I\'m trying to get cURL working, so in my php.ini file, I have this line:

5条回答
  •  佛祖请我去吃肉
    2020-12-11 00:35

    libeay32.dll and ssleay32.dll have to be path-accessible for php_curl.dll to work correctly.

    In Control Panel -> Search -> Advanced System Settings and use the button Environment Variables.

    Under System Variables find Path add the c:/php folder (or whatever path) and restart Apache.

提交回复
热议问题