PHP:我不认为我可以重新编译 PHP,我应该怎么做才能使用 bzip2 库?

发布于 2024-09-27 23:57:53 字数 94 浏览 5 评论 0原文

我使用共享主机,我注意到 PHP 不包含 bzip2。看来我必须重新编译 PHP 才能使用它。我认为共享主机不允许这样做,那么除了我的情况或 bzip2 之外还有其他选择吗?

I am on shared hosting, and I noticed the PHP does not include bzip2. It seems I would have to re-compile PHP inorder to use this. I don't think shared hosting allows this, so is there any alternative to my situation or bzip2?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

他不在意 2024-10-04 23:57:53

如果您的主机允许 dl() (我怀疑它),您可以动态加载共享扩展。

dl 清单:

您能做的最好的事情就是要求您的主机启用 bzip2 支持,否则寻找替代方案。有很多主机支持 bzip2。

If your host allows dl() (I doubt it), you can dynamically load a shared extension.

Checklist for dl:

The best thing you can do is asking your host to enable bzip2 support, and otherwise search for an alternative. There are plenty hosts with bzip2 supported.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文