Home > Backend Development > PHP Problem > What to do if the required php xsl module is not installed

What to do if the required php xsl module is not installed

藏色散人
Release: 2023-03-17 21:00:02
Original
3941 people have browsed it

Solution to the problem that the required php xsl module is not installed: 1. Open the command window and execute "cd /data/soft/php-5.2.4"; 2. Pass "make intall php -i|more cd /usr/local/lib vim php.ini php -i|grep xsl" command to install the xsl extension.

What to do if the required php xsl module is not installed

#The operating environment of this tutorial: Windows 7 system, php-5.2.4 version, DELL G3 computer

Required php xsl What should I do if the module is not installed?

php installation xsl extension:

cd /data/soft/

php -i  

 php -v 

cd /data/soft/php-5.2.4

cd ext/

cd xsl/

phpize

./configure 

make 

make intall 

php -i|more 

cd /usr/local/lib

vim php.ini    

php -i|grep xsl
Copy after login

Recommended learning: "PHP Video Tutorial"

The above is the detailed content of What to do if the required php xsl module is not installed. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
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