dedeampz PHP installation extension method: 1. Open the php.ini file; 2. Add "extension=php_curl.dll"; 3. Copy the libeay32.dll and ssleay32.dll files to PHP5; 4. Restart Apache will do.
The operating environment of this article: Windows 7 system, PHP5, Dell G3.
dedeampz How to install extensions in php?
DedeAMPZ configures the curl extension of php
curl is a file transfer tool that uses URL syntax to work in command line mode.
It supports many protocols: FTP, FTPS, HTTP, HTTPS, GOPHER, TELNET, DICT, FILE and LDAP.
curl also supports HTTPS authentication, HTTP POST method, HTTP PUT method, FTP upload, kerberos authentication, HTTP upload, proxy server, cookies, username/password authentication, download file breakpoint resume, upload file break Click resume, http proxy tunneling, it even supports IPv6, socks5 proxy server, upload files to FTP server through http proxy server, etc., the functions are very powerful.
It can do all the functions of Internet Ant and FlashGet under Windows operating system.
To be precise, curl supports file upload and download, so it is a comprehensive transmission tool. However, according to tradition, users are accustomed to calling curl a download tool.
Open my php.ini file and add the line extension=php_curl.dll" Open DedeAMPZ\Program\PHP5\ext and add the file php_curl.dll
You also need to add libeay32.dll and Copy the two files ssleay32.dll to DedeAMPZ\Program\PHP5, libeay32.dll, ssleay32.dll, php5ts.dll, php_curl.dll
Also copy the files to the C:\Windows\System32\ directory and restart Apache, done!
If you don’t have dll files, you can search and download them at http://www.downbai.com/wdown/2036.html
Recommended learning: "PHP Video Tutorial》
The above is the detailed content of How to install dedeampz php extension. For more information, please follow other related articles on the PHP Chinese website!