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

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章