重新编译PHP
我已经编译了带有一些可选扩展的 php,例如 APC(用于缓存)、APD(用于调试)和其他重要扩展。现在我需要安装另一个名为 mhash (用于加密)的扩展,我的问题是: 我是否需要从头开始重新编译 php,包括以前的扩展和最后一个扩展,或者可以仅使用最后一个扩展重新编译 php(希望仍然支持以前的扩展)?
I have compiled php with some optional extensions like APC (for caching),APD (for debugging) and other vital extensions. Now I need to install another extension called mhash (for encryption) and my question is that:
Do i need to recompile php from scratch including the previous extensions and the last one or it is possible to recompile php just with last one (hopefully the previous extensions still supported)??
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
其他编译的扩展仍然可以工作。
The other compiled extensions will still work.