赞
踩
apt-get install -y autoconf libxml2-dev libsqlite3-dev
libcurl4-openssl-dev libssl-dev libonig-dev libtidy-dev zlib1g-dev
wget https://www.php.net/distributions/php-8.0.9.tar.gz
tar -xvzf php-8.0.9.tar.gz
cd php-8.0.9
./configure --prefix=/usr/local/php8 --with-config-file-path=usr/local/php8/etc
–enable-fpm --enable-mysqlnd --enable-opcache --enable-pcntl
–enable-mbstring --enable-soap --enable-zip --enable-calendar
–enable-bcmath --enable-exif --enable-ftp --enable-intl --with-mysqli
–with-pdo-mysql --with-openssl --with-curl --with-gd --with-gettext
–with-mhash --with-openssl --with-mcrypt --with-tidy --enable-wddx
–with-xmlrpc –with-zlib
sudo m
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。