php7.4編譯

 wget https://www.php.net/distributions/php-7.4.33.tar.gz
 ./configure --prefix=/usr/local/php7.4 --with-openssl --with-libxml --with-bz2 --with-png --with-jpeg --enable-gd --with-curl --enable-mbstring --disable-mbregex --enable-xml --enable-zip --enable-fpm --with-fpm-user=nginx --with-fpm-group=nginx
 

 yum install sqlite-devel
 
 yum install bzip2-devel.x86_64 -y

 

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