重新编译 php for osx 并支持 IMAP
昨天我花了相当多的时间尝试为 OS X 重新编译 PHP。我尝试了在 Google 上找到的几个指南,但它们似乎都已经过时了。
有谁知道如何在 OS X 上重新编译 PHP 吗?我想这样做,这样我就可以制作一个从 IMAP 读取信息的 CakePHP Web 应用程序。我很想使用 这个 CakePHP 插件。
Yesterday I spent quite some time trying to recompile PHP for OS X. I tried several guides I found on Google but they all seemed outdated.
Is there anyone who knows how to recompile PHP on OS X? I want to do this so I can make a CakePHP web application that reads information from IMAP. I would love to use this CakePHP plugin.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
只要 CakePHP 本身不需要用 php 重新编译,您就可以使用 Macports
要安装 imap,您可以使用:
macports 为 php 提供了很多“端口”(库),只要 CakePHP 不使用不常见的东西,它就应该可以工作。
As long as CakePHP itself dosen't need to get recompile with php you can use Macports
To install imap you can use:
macports offers a lot of "ports" (library) for php and as long as CakePHP dosen't use something uncommon it should work.