Home > Backend Development > PHP Tutorial > 关于PHP5.2.17版本中不能动态加载php_curl.dll的有关问题

关于PHP5.2.17版本中不能动态加载php_curl.dll的有关问题

WBOY
Release: 2016-06-13 13:24:39
Original
811 people have browsed it

关于PHP5.2.17版本中不能动态加载php_curl.dll的问题

?

error.log报错信息如下:

?

PHP Warning: PHP Startup: Unable to load dynamic library 'php_curl.dll'
Copy after login
?

?

(已通过测试)已经内置有php_curl.dll,在ext目录下,此DLL用于支持SSL和zlib.
在php.ini中找到有extension=php_curl.dll, 去掉前面的注释.
设置extension_dir=c:\php\ext, 刷新PHP页面时报错, 说找不到模块php_curl.dll.
拷贝php_curl.dll 到windows\system32,还是同样的错.?
在网上找了一下,需要将:

libeay32.dll, ssleay32.dll, php5ts.dll, php_curl.dll,还有php.ini

都拷贝到system32目录下,重启apache即可.

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template