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

The solution that php can't open php_curl

2025-03-29 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

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

Editor to share with you the solution that php cannot open php_curl. I hope you will get something after reading this article. Let's discuss it together.

Php cannot open php_curl solution: 1, find "; extension=php_curl.dll" in php.ini and remove the previous semicolon; 2, download "php_curl.dll"; 3, restart apache.

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

What if php cannot open php_curl?

The reason why php failed to open curl

1. Find it in php.ini; extension=php_curl.dll, if it is preceded by a semicolon, remove it

2. Php_curl.dll (under the ext directory, if not, please download), libeay32.dll, ssleay32.dll, php5ts.dll,libssh3.dll, copy to c:\ windows\ system32

3. Restart apache

Related introduction:

CURL function

Curl_close-closes the cURL session

Curl_copy_handle-copy a cURL handle and all its options

Curl_errno-returns the last error code

Curl_error-returns the string of the last error in the current session

Curl_escape-Encoding a given string using URL

Curl_exec-execute a cURL session

Curl_file_create-create a CURLFile object

Curl_getinfo-gets information about a cURL connection resource handle

Curl_init-initiates a cURL session

Curl_multi_add_handle-add a separate curl handle to the curl batch session

Curl_multi_close-closes a set of cURL handles

Curl_multi_errno-returns the error code of the last curl batch

Curl_multi_exec-runs the child connection of the current cURL handle

Curl_multi_getcontent-if CURLOPT_RETURNTRANSFER is set, the text stream of the obtained output is returned

Curl_multi_info_read-gets the transmission information of the currently parsed cURL

Curl_multi_init-returns a new cURL batch handle

Curl_multi_remove_handle-removes a handle resource from a cURL batch handle resource

Curl_multi_select-waits for active connections in all cURL batches

Curl_multi_setopt-set an option for cURL parallel processing

Curl_multi_strerror-returns the error code described by the string

Curl_pause-pause and unpause a connection.

Curl_reset-resets all options for a libcurl session handle

Curl_setopt_array-bulk set options for cURL transport session

Curl_setopt-sets cURL transport options

Curl_share_close-closes the cURL sharing handle

Curl_share_errno-returns the last error number of the shared curl handle

Curl_share_init-initializes a cURL shared handle.

Curl_share_setopt-sets options for the cURL shared handle.

Curl_share_strerror-returns the error message corresponding to the error number

Curl_strerror-returns a string description of the error code

Curl_unescape-Decodes a given URL-encoded string

Curl_version-get cURL version information

After reading this article, I believe you have a certain understanding of "the solution that php cannot open php_curl". If you want to know more about it, you are welcome to follow the industry information channel. Thank you for reading!

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