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

 

相关文章:

  • 2021-08-15
  • 2022-01-14
  • 2021-12-22
  • 2021-12-12
  • 2022-12-23
  • 2021-09-19
  • 2021-12-14
猜你喜欢
  • 2021-12-14
  • 2021-06-03
  • 2022-12-23
  • 2021-12-16
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案