ubuntu 安装 php7.4

Posted 王小麦

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ubuntu 安装 php7.4相关的知识,希望对你有一定的参考价值。

wget https://www.php.net/distributions/php-7.4.4.tar.gz 
tar -zxvf php-7.4.4.tar.gz 
cd php-7.4.4

./configure --prefix=/home/php --with-config-file-path=/home/php/etc --with-fpm-user=daokr --with-fpm-group=daokr --with-pdo-mysql --with-openssl --with-pear --with-mhash --with-xmlrpc --with-zlib --with-curl --enable-gd --without-sqlite3 --without-pdo-sqlite --disable-rpath --without-pear --enable-fpm --enable-maintainer-zts --enable-pcntl --with-tsrm-pthreads --enable-mbstring --enable-mbregex --enable-bcmath --enable-sockets --enable-soap --enable-xml --enable-inline-optimization --enable-mysqlnd --with-mysqli=mysqlnd --with-pdo-mysql=mysqlnd --enable-ftp --with-gettext --enable-opcache

make && make install

 

以上是关于ubuntu 安装 php7.4的主要内容,如果未能解决你的问题,请参考以下文章

Ubuntu 20.04、PHP 7.4:mbstring 已安装但未启用

安装PHP7.4找不到 No package 'oniguruma' found解决

续:纠正:ubuntu7.04可以安装,而且完美的安装 ! for《Oracle-10.2.0.1,打补丁10.2.0.5:在 debian 版本4不含4以上,及 ubuntu 7.04不含(代码片段

如何在 scrutinizer-ci 配置中为 php7.4 安装 ext-gd?

PHP7.4编译安装问题解决

PHP7.4编译安装问题解决