sudo apt-get update
apt-get install php-soap
php-config --configure-options --enable-soap
php -i | grep extension_dir

extension='/usr/lib/php/modules/soap.so'

yum install bz2 bz2-devel

./configure --with-php-config=/usr/local/php5/bin/php-config

make

make test

make install

vim /etc/php.ini ##加入extension=bz2.so

相关文章:

  • 2022-12-23
  • 2021-12-29
  • 2022-01-22
  • 2021-06-22
  • 2021-09-25
  • 2021-06-04
  • 2021-07-28
猜你喜欢
  • 2022-01-24
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案