当前位置:网站首页>Php7.3 error undefined function simplexml_ load_ string()
Php7.3 error undefined function simplexml_ load_ string()
2022-06-22 23:22:00 【Juqi】
Generally, this is because php The expansion module is not installed simplexml As a result of , What I use here is php The version is 7.3.24, The installation method is
yum install php73-php-simplexml // install simplexml
systemctl restart php73-php-fpm // restart php
If it is another version, it can be replaced correspondingly 73
And then print phpinfo() See the following module , Then the problem has been solved

边栏推荐
- 10 Super VIM plug-ins, I can't put them down
- Digital data depth | about software self-control, source code left, no code right
- 剑指 Offer 11. 旋转数组的最小数字
- 2021-04-05
- 2020-12-20
- Do domestic mobile phones turn apples? It turned out that it was realized by 100 yuan machine and sharp price reduction
- C language -- 17 function introduction
- Learn redis with you (11) -- redis distributed lock
- Spark SQL Start(2.4.3)
- 2021-03-06
猜你喜欢
随机推荐
web缓存技术
flutter外包,承接flutter项目
Remote access and control - SSH Remote Management and TCP wrappers access control
2021-08-22
os.Args[1:]中命令行参数为空时,不执行内部语句
SSH method 2 for adding node nodes in Jenkins
13. 罗马数字转整数
Greedy interval problem (4)
2020-12-04
OJ每日一练——单词的长度
Bubble sort pointer
Asynchronous FIFO
安装typescript环境并开启VSCode自动监视编译ts文件为js文件
Greedy interval problem (3)
口令安全是什么意思?等保2.0政策中口令安全标准条款有哪些?
How to change the dial on the apple Watch
Phantomjs utility code snippet (under continuous update...)
js防止PC端复制正确的链接
Longest word in output string
Greedy distribution problem (2)









