How to install dedeampz php extension

藏色散人
Release: 2023-03-14 06:38:02
Original
1302 people have browsed it

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.

How to install dedeampz php extension

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!

Related labels:
php
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template