如何在 Windows 上安装 cURL?
我已经按照这里的所有说明进行操作:http://www.tonyspencer.com/2003/10/22/curl-with-php-and-apache-on-windows/
安装和配置apache获取PHP5包并获取CURL包。
我运行apache并运行PHP脚本。没关系。但是当我用curl运行php脚本时,它失败了。
它返回:**Call to undefined function curl_version() in C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\testing.php on line 5**
其中第 5 行被调用curl_init()
我输出php -i以查看是否调用了正确的扩展路径。它已正确设置:
extension_dir => C:\PHP\ext => C:\PHP\ext
cURL support => enabled
cURL Information => libcurl/7.16.0 OpenSSL/0.9.8g zlib/1.2.3
我甚至试图跑,但仍然出现了同样的错误。
看起来PHP找不到CURL扩展,但(以及php -i)显示它已设置。curl_version()
php.ini
任何想法?:)
P.S> System I m running on:
Windows XP
Apache 2.2
PHP 5.2.6
CURL Win32 Generic Binaries: Win32 2000/XP metalink 7.19.0 binary SSL enabled Daniel Stenberg 249 KB
我没有得到这个:
Win32 2000/XP 7.19.0 libcurl SSL enabled Günter Knauf 1.55 MB
Should I get this one instead?
我需要使用 CURL 的原因是这是我的项目的要求。所以,我只能坚持这一点。XAMPP...它在Windows中是如何工作的?有没有你可以推荐的网站?谢谢。
我已经尝试了很多关于安装cURL并检查所有内容的方法,但是,我仍然在围绕问题盘旋,不知道发生了什么。
Apache服务器使用正确的PHP.ini。PHP.ini具有正确的extension_dir和expand=php_curl.dll我不知道为什么它不起作用。即使我遵循设置它的每一步。:(