First make sure php has been extended
in php.ini
Copy the code The code is as follows:
extension=php_curl. dll
Also ensure that
php_curl.dll is copied to ext in the PHP installation directory, and libeay32.dll and ssleay32.dll are copied to the PHP installation directory. (My configuration file is system32, the same as php5ts.dll)
Remember to restart Apache. Correct answer, over!
http://www.bkjia.com/PHPjc/321581.htmlwww.bkjia.comtruehttp: //www.bkjia.com/PHPjc/321581.htmlTechArticleFirst of all, make sure that php has been extended. Copy the code in php.ini as follows: extension=php_curl.dll and make sure Copy php_curl.dll to ext in the php installation directory, libeay32.dll and ssleay...