编译安装php7.3
Posted maidongdong
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了编译安装php7.3相关的知识,希望对你有一定的参考价值。
./configure --prefix=/usr/local/php7.3.9 --with-gd --enable-mysqlnd --with-mysqli=mysqlnd --with-pdo-mysql=mysqlnd --with-openssl --enable-mbstring --enable-fpm
ln -s /usr/local/php7.3.9/bin/php /usr/bin/php
以上是关于编译安装php7.3的主要内容,如果未能解决你的问题,请参考以下文章
CentOS7编译安装httpd-2.4.41 php7.3
centos/RHEL 7.6 使用yum安装php7.3(方便wordpress的php7.3需求,并解决了libphp7.so缺失问题)