从 CentOS 源代码构建 php 的最佳方法是什么
我正在一个新的 CentOS 机器上从源代码构建 php,像往常一样,我必须整理出我可能需要的所有各种配置选项。这变得很棘手,因为我想要各种扩展,并且我总是希望将某些选项放入 .configure 脚本中。不仅如此,PHP 5.3 还为各种选项提供了不同的默认值。
是否有配置脚本的交互式或带注释版本或一组好的默认值可供参考?
谢谢!
I am building php from source on a new CentOS box and as usual I have to wrangle up all the various configuration options I might need. This gets tricky because there are various extensions that I want and certain options that I always for get to put in the .configure script. Not only that but PHP 5.3 has has different defaults for various options.
Is there an interactive or annotated version of the configure script somewhere or a good set of defaults to reference?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
获取现有的 PHP SRPM,使用新版本、发行版和 tarball 更新规范,然后重建。
Grab the existing PHP SRPM, update the spec with the new version, release, and tarball, and rebuild.