Recently installed a OpenCart e-commerce website, web site needs to open Curl extension, refer to the online method wood has been successful, and finally studied for a long time, now sorted out, and everyone share, I hope you less detours.
No nonsense, direct to dry! The operation is divided into four steps:
1, start the configuration file php.ini file Php_curll.dll extension, as for the configuration file php.ini file path according to your installation environment, my directory is "D:\Develop\PHP\" under;
2, online commonly used Libeay32.dll, Ssleay32.dll, Php_curll.dll Copy to the "C:\System32" directory or Copy to "C:\SysWOW64" approach is very inappropriate, normal practice is this: computer-- System variables, environment variables, advanced system settings, right-click Properties, and then locate the path system environment variable (add a path manually), edit the path variable value to add the PHP environment root, save.
3. Restart Apache service, Win+r->cmd->services.msc->apache service (my service name is Apache24)
4, Php.info () check whether the Curl module is open, some words have been successfully opened;
or write a test script, the content Type Php_init (), browser access does not display "call to undefined function curl_init ()" error message, stating that the effective
Finish the call!!!
Reference article http://www.cnblogs.com/lyongde/p/4145296.html
The ultimate solution to the invalid Windows Curl extension