Installing XML extension in PHP Linux 1. Enter the PHP installation source package, find ftp under ext, and enter cd /home/local/php-5.6.25/ext/xml 2. Step 2 /usr/local/php/bin/phpize 3. Step 3 ./configure --with-php-config=/usr/local/php/bin/php-config 4. Step 4 make && make install 5. Step 5 cp /usr/local/php/lib/php/extensions/no-debug-zts-20131226/xml.so /usr/local/php/extension/xml.so vim /usr/local/php/etc/php.ini add: extension=xml.so 6. Restart Apache /usr/local/apache/bin/apachectl restart 7. Check whether the installation is successful: /usr/local/php/bin/php -m Found the xml description successfully. The above is the detailed content of how to install XML extension in PHP under Linux. If you have any supplements when learning, you can contact the editor of 123WORDPRESS.COM. You may also be interested in:
|
<<: Vue3.0 implements the magnifying glass effect case study
>>: JavaScript event loop case study
Table of contents question extend Solving the pro...
Let's take a look at zabbix monitoring sqlser...
Basics In a relational database, each data table ...
This article describes how to build a Nexus priva...
1. HTML Image <img> 1. The <img> tag ...
Friends who are learning HTML, CSS and JS front-e...
Table of contents Preface Rendering setTable comp...
This article uses an example to describe how to u...
The first thing to do is to pick a good browser. ...
background On mobile devices, caching between pag...
Install 8.0.13 based on MySQL 6.1.3. MySQL 8.0.13...
Table of contents tool: Login scenario: practice:...
Table of contents 1. Introduction 2. Several ways...
Table of contents Message Board Required librarie...
What is a file system We know that storage engine...