PHP警告:PHP启动:无法加载动态库php_curl.dll [英] PHP Warning: PHP Startup: Unable to load dynamic library php_curl.dll impossibile find

查看:229
本文介绍了PHP警告:PHP启动:无法加载动态库php_curl.dll的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有带WAMP服务器的Windows 10(Apache 2.4.9,PHP 5.5.29 VC11 x64和MySQL)。一切正常,但现在我将使用curl扩展。

I have Windows 10 with WAMP server (Apache 2.4.9, PHP 5.5.29 VC11 x64, e MySQL). All works fine, but now I will use curl extension.

我进入 C:\wamp\bin\php\php5 .5.29\phpForApache.ini (来自网络服务器配置),然后从 extension = php_curl.dll

I go into C:\wamp\bin\php\php5.5.29\phpForApache.ini (from webserver configuration) and remove the comment from extension=php_curl.dll

重新加载apache服务器,并在 error_log 中,我有

reload apache server and in error_log I have


[2015年9月22日13:13:30 UTC] PHP警告: PHP启动:无法加载动态库'c:/wamp/bin/php/php5.5.29/ext/php_curl.dll '-
不可能进行模运算,在 0

[22-Sep-2015 13:13:30 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'c:/wamp/bin/php/php5.5.29/ext/php_curl.dll' - Impossibile trovare il modulo specificato.in Unknown on line 0

行中未知

1°try :我在系统var路径中添加了 C:/wamp/bin/php/php5.5.29/ext/; c:/wamp/bin/php/php5.5.29 /

1° try: I added in system var PATH: C:/wamp/bin/php/php5.5.29/ext/;c:/wamp/bin/php/php5.5.29/

2°尝试:我已经重新下载文件 php-5.5.29-Win32-VC11-x64.zip 并替换了 php_curl.dll

2° try: I have re-dowload the file php-5.5.29-Win32-VC11-x64.zip and replaced the php_curl.dll

但我总是得到相同的结果:
index.php

But I have always the same result: index.php


致命错误:调用未定义的函数 curl_exec()

phperror_log:


[2015年9月22日13:13:30 UTC ] PHP警告: PHP启动:无法加载动态库'c:/wamp/bin/php/php5.5.29/ext/php_curl.dll'-
可能发生的故障,具体原因如下:第 0

[22-Sep-2015 13:13:30 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'c:/wamp/bin/php/php5.5.29/ext/php_curl.dll' - Impossibile trovare il modulo specificato.in Unknown on line 0


推荐答案

这些步骤对我有用:


  1. 将主php文件夹添加到Windows中的Path Env变量中(因此
    libeay32.dll和ssleay32.dll可通过路径访问。 ..有些人
    将这些文件复制到Windows / System32以使其可访问路径,但是
    并不是解决问题的真正优雅方法)

  2. 将Apache bin文件夹添加到Windows中的Path Env变量中

  1. Add the main php folder onto the Path Env variable in Windows (so libeay32.dll and ssleay32.dll are path-accessible ... some people copy these to Windows/System32 to make them path-accessible but that isn't really elegant way to solve issue)
  2. Add the Apache bin folder onto the Path Env variable in Windows

将文件libssh2.dll从php文件夹复制到apache的bin
文件夹(Apache似乎需要此文件才能使php的curl在Windows中工作)

Copy the file libssh2.dll from the php folder to apache's bin folder (Apache seems to need this for php's curl to work in Windows)

这篇关于PHP警告:PHP启动:无法加载动态库php_curl.dll的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆