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
background When I was using Docker these two days...
This article records the installation tutorial of...
Table of contents 1. Falling into the pit 2. Stru...
Table of contents Class Component Functional Comp...
The following are its properties: direction Set th...
Overview of MySQL Partitioned Tables We often enc...
Recently, I received a requirement for function ex...
Table of contents Time zone configuration in Djan...
Preface In WeChat applet development (native wxml...
This is what happened. Today I was playing with G...
Adding the right VS Code extension to Visual Stud...
To merge the following two files, merge them toge...
Open any web page: for example, http://www.baidu....
First, let’s take a look at the general practices...
1. Problem symptoms Version: MySQL 5.6, using the...