Many of my friends may encounter the problem that the php_curl extension module cannot be loaded when using some tools, and most of them are encountered in phpmyadmin. Below I will introduce some solutions. Many of my friends may encounter the problem that the php_curl extension module cannot be loaded when using some tools, and most of them are encountered in phpmyadmin. Below I will introduce some solutions.
Script ec (2); script
Php_curl cannot be loaded in apache
Error message: Fatal error: Call to undefined function curl_init (). I guess someone may have a similar problem. Hurry up with Baidu and many people have encountered this problem.
1. Find libeay32.dll, ssleay32.dll, php_curl.dll, and php5ts in the PHP installation directory. dll files, some of which are in the ext directory, are copied to system32. If the files cannot be found, download the corresponding version of PHP and copy them;
2. Check whether the php.exe, php5ts. dll, and php_curl.dll versions are the same. The version information will be displayed when you move the cursor over them;
3. Open your php. INI file. If you do not know where it is, you can first view the sixth line of the display path in phpinfo. Do not confuse it. Open it and make the following changes: remove the annotator (that is, semicolon) before php_curl. If necessary, remove the annotator before cgi. force_redirect and change the value 1 to 0;
4. Restart IIS or apache and run phpinfo to check whether the curl is successfully loaded. Ctrl + F searches for the curl. If no matching match exists, it is definitely not loaded successfully. If yes, congratulations, you have loaded it.
Specific Solution
In php. ini, find extension = php_curl.dll and remove the preceding comment.
Set extension_dir = c: phpext. When the PHP page is refreshed, an error is reported, indicating that the module php_curl.dll cannot be found.
Copy php_curl.dll to windowssystem32.
After searching for it online, you need:
Libeay32.dll, ssleay32.dll, php5ts. dll, php_curl.dll
Copy them to the system32 directory and restart apache.
Iis php_curl attached cannot be used
Problem:
PHP cannot load the php_curl.dll dynamic link library in IIS6 or IIS7.
Solution:
In the PHP manual, there are related instructions: php_curl.dll; CURL, client URL library function library; required: libeay32.dll, ssleay32.dll (included)
Therefore, you only need to copy the libeay32.dll and ssleay32.dll libraries to the % WINDOWS % directory.