简体   繁体   English

在Apache服务器上将curl安装到php

[英]Install curl to php on apache server

I could not add curl.dll extantion to php. 我无法将curl.dll引言添加到php。 My server configuration is: 我的服务器配置是:

  1. Apache 2.2 阿帕奇2.2
  2. php 5.3.13 PHP 5.3.13
  3. mysql MySQL的

I have curl.dll in php extantions folder, but when I check it by the code: function_exists('curl_init') returns false . 我在php extantions文件夹中有curl.dll ,但是当我通过代码检查它时: function_exists('curl_init')返回false Somewhere I read that "apache openssl version and php openssl version is not suitable". 我在某处读到“ apache openssl版本和php openssl版本不合适”。 I don't know it si true or not, and I don't know how to install each openssl files. 我不知道这是不是真的,我也不知道如何安装每个openssl文件。 If you already come across the problem and solve it help me too solve that. 如果您已经遇到问题并解决,也可以帮助我解决。 I saw that question simular like mine but I could not change php version for some reasons 我看到类似我的问题,但由于某些原因我无法更改php版本

Please Install fro mthe following link: 请从以下链接安装:

http://www.anindya.com/php-5-4-3-and-php-5-3-13-x64-64-bit-for-windows/ http://www.anindya.com/php-5-4-3-and-php-5-3-13-x64-64-bit-for-windows/

These are fix curl extensions for windows. 这些是Windows的固定curl扩展。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM