卸载现有php

1
2
3
apt-get autoremove php7*
find /etc -name "*php*" |xargs rm -rf
apt purge `dpkg -l | grep php| awk '{print $2}' |tr "\n" " "`

编译安装php

1
2
3
4
apt install gcc make libxml2 libxml2-dev
wget http://cn2.php.net/distributions/php-7.3.3.tar.bz2
tar -xjf php-7.3.3.tar.bz2
./configure && make && make install

查看PHP信息

在.php文件中输入phpinfo();查看mysqli是否成功连接,显示有mysqli就表示成功连接上了


相关链接

  1. debian 卸载/安装php 安装swoole扩展

=================我是分割线=================

欢迎到公众号来唠嗑: