码迷,mamicode.com
首页 > Web开发 > 详细

ubuntu 安装 php7.4

时间:2020-03-27 00:34:27      阅读:231      评论:0      收藏:0      [点我收藏+]

标签:soc   file   lin   efi   curl   nss   with   url   style   

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

标签:soc   file   lin   efi   curl   nss   with   url   style   

原文地址:https://www.cnblogs.com/wanglijun/p/12578462.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!