Home  >  Article  >  Backend Development  >  How to install php xmlrpc extension

How to install php xmlrpc extension

藏色散人
藏色散人Original
2021-07-14 09:20:373053browse

How to install the php xmlrpc extension: 1. Under Windows, find and remove the semicolon in front of "extension=php_xmlrpc.dll"; 2. Add the "--with-xmlrpc" option under Linux.

How to install php xmlrpc extension

The operating environment of this article: windows7 system, PHP7.1 version, DELL G3 computer

How to install the php xmlrpc extension?

Install xmlrpc extension

Under Windows platform

First put the extension php_xmlrpc.dll in the PHP installation directory into C:/Windows or In the C:/Winnt directory, (PHP4 extensions are in the C:/php/extensions directory, and PHP5 extensions are in the C:/php/ext directory);

is also in C:/Windows/php. ini or C:/Winnt/php.ini, remove the semicolon ";" in front of extension=php_xmlrpc.dll;

Then restart the web server and check if there is an XML-RPC project in phpinfo() to confirm Whether the xmlrpc extension has been installed correctly.

Under Unix/Linux platform:

If the xmlrpc extension is not installed, please recompile PHP, add the --with-xmlrpc option when configure, and then check phpinfo() Whether xmlrpc is installed normally.

(Note: The following operations are based on the normal installation of xmlrpc expansion, please be sure to install it correctly.)

Recommended study: "PHP Video Tutorial"

The above is the detailed content of How to install php xmlrpc extension. For more information, please follow other related articles on the PHP Chinese website!

Statement:
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