Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

What if the php extension php_curl.dll is not loaded

2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/03 Report--

This article is about what to do if the php extension php_curl.dll is not loaded. The editor thinks it is very practical, so share it with you as a reference and follow the editor to have a look.

Method 1 (which has passed the test) already has a built-in php_curl.dll. In the ext directory, this DLL is used to support SSL and zlib.

Find extension=php_curl.dll in php.ini and remove the previous comments.

Setting extension_dir=c:\ php\ ext, refreshing the PHP page was wrong, saying that the module php_curl.dll could not be found.

It is the same mistake to copy php_curl.dll to windows\ system32.

After looking for it on the Internet, it is necessary to:

Libeay32.dll, ssleay32.dll, php5ts.dll, php_curl.dll

Copy them to the system32 directory and restart apache.

Method 2 can also be tried:

The php_curl.dll depends on two files (ssleay32.dll and libeay32.dll). If the two files are not configured correctly, you will be prompted that the dynamic library cannot be found, which are in the php directory.

Solution: configure it in the httpd.conf file of Apache:

LoadFile "D:/webserver/php/ssleay32.dll"

LoadFile "D:/webserver/php/libeay32.dll"

Then restart the apache service and ok.

Thank you for reading! On "php extension php_curl.dll does not load what to do" this article is shared here, I hope the above content can be of some help to you, so that you can learn more knowledge, if you think the article is good, you can share it out for more people to see it!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report