gpt4 book ai didi

nginx - 调用未定义的函数 bzdecompress PHP

转载 作者:行者123 更新时间:2023-12-04 12:01:36 26 4
gpt4 key购买 nike

我有一个运行 PHP7 + nginx 的 Ubuntu 16.04 服务器。我已经有一个 PHP Laravel 5.1 项目在我的本地环境(带有 Xampp 的 Windows)中运行,并且一切运行良好。
我有一个使用函数 bzdecompress 的 PHP 脚本的 Bzip2但随后,在服务器中崩溃并显示此消息:

Call to undefined function App\Http\Controllers\bzdecompress() 

我没有看到有关如何安装此库(如果需要)或如何加载它或至少检查已加载的说明。非常感谢!

最佳答案

1) 检查您安装的软件包 php -m
如果安装了 bzip2,请转到步骤 3 直接,如果未安装,则通过运行安装:

2) 对于 php7 :

apt-get install php7.0-bz2

对于 php5:
apt-get install php-bz2

3) 然后确保您已通过以下方式启用您的扩展程序:
phpenmod bz2

4) 然后你可以重新启动你的服务器
service nginx restart

关于nginx - 调用未定义的函数 bzdecompress PHP,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42519133/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com