Mac 10.12.6 源码编译安装 php7.4.4
Posted Flybeta
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Mac 10.12.6 源码编译安装 php7.4.4相关的知识,希望对你有一定的参考价值。
下载
https://www.php.net/downloads
configure
./configure --prefix=/usr/local/php/7.4.4 \\
--with-config-file-path=/usr/local/php/7.4.4/etc \\
--with-config-file-scan-dir=/usr/local/php/7.4.4/etc/conf.d \\
--enable-fpm \\
--with-fpm-user=flybeta \\
--with-fpm-group=admin \\
--with-mysqli \\
--with-pdo-mysql \\
--with-iconv-dir=/usr/local \\
--enable-short-tags \\
--with-freetype \\
--with-zlib \\
--with-jpeg \\
--enable-xml \\
--disable-rpath \\
--enable-bcmath \\
--enable-shmop \\
--enable-sysvsem \\
--enable-inline-optimization \\
--with-curl \\
--enable-mbregex \\
--enable-mbstring \\
--enable-ftp \\
--enable-gd
--with-mhash \\
--enable-pcntl \\
--enable-sockets \\
--with-xmlrpc \\
--with-zip \\
--enable-soap \\
--without-pear \\
--disable-fileinfo \\
--enable-maintainer-zts \\
--enable-mysqlnd
make
make install
以上是关于Mac 10.12.6 源码编译安装 php7.4.4的主要内容,如果未能解决你的问题,请参考以下文章