The development of Sina Weibo application has the following problems fatal error:call to undefined function curl_init () in error resolution

Source: Internet
Author: User

the development of Sina Weibo application has the following problems fatal error:call to undefined function curl_init () in error resolution

This error occurred fatal Error:call to undefined function curl_init () in Path \xxx.php on line 73

is caused by PHP not supporting curl. I have a problem today.

Follow these steps to basically resolve:

1. Copy the Php_curl.dll to the PHP installation directory under the EXT---the usual directory may have this skipped

2. Copy Libeay32.dll and Ssleay32.dll to the PHP installation directory---the usual directory may have this skipped

3. Copy Php_curl.dll, Libeay32.dll, Ssleay32.dll to System32

4. Open PHP.ini Find Extension=php_curl.dll open-remove the front;

5. Restarting IIS or Apache resolves the error.

If 1, 2 is already in place, skip directly to 3rd, 4, 5 steps.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.