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

How to solve the problem that php curl cannot access

2025-04-10 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

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

This article mainly introduces "how to solve the problem that php curl cannot be accessed". In daily operation, I believe many people have doubts about how to solve the problem that php curl can not be accessed. The editor consulted all kinds of materials and sorted out simple and easy-to-use operation methods. I hope it will be helpful for you to answer the doubts about "how to solve the problem that php curl can not be accessed". Next, please follow the editor to study!

Php curl can not access the solution: 1, in the PHP environment installation directory to find the ssleay32.dll and libeay32.dll files; 2, copy them to the system32 directory; 3, restart IIS.

This article operating environment: Windows7 system, PHP7.1 version, DELL G3 computer

What if php curl cannot be accessed? PHP does not support CURL?

PHP does not support CURL solutions:

1. Find the following two DLL files under the installation directory of PHP environment: ssleay32.dll and libeay32.dll

2. Copy the two DLL to the C:\ windows\ system32 directory

3. Restart IIS

4. Done!

Other situations that may cause CURL to fail to load and use:

Whether php.ini enabled php_curl.dll [if not, please remove the previous semicolon and restart IIS]

CURL cannot be loaded under Apache, which is handled as follows:

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.

At this point, the study on "how to solve the problem that php curl can not be accessed" is over. I hope to be able to solve your doubts. The collocation of theory and practice can better help you learn, go and try it! If you want to continue to learn more related knowledge, please continue to follow the website, the editor will continue to work hard to bring you more practical articles!

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