在OS X上编译PHP --with-php-config

时间:2016-02-22 16:13:16

标签: php makefile mamp configure mamp-pro

我的最终目标是使用附加功能重新编译与MAMP PRO捆绑在一起的PHP 5.6.10(使用--with-imap-ssl,这样我就可以使用SSL连接到IMAP邮箱了。)

我陷入了第一阶段:根据默认的MAMP配置,configuremake。 MAMP在配置脚本中包含自己的配置 为了做到这一点,我从php.net下载了PHP 5.6.10并将其解压缩到/Applications/MAMP/bin/php/php5.6.10/includes/php/
输入以下命令后:

$ ./configure --with-config-php=/Applications/MAMP/bin/php/php5.6.10/bin/php-config

我得到了

WARNING: unrecognized options: --with-php-config

如何使用正确的配置脚本运行./configure

1 个答案:

答案 0 :(得分:0)

而不是使用它:

Private Sub Application_Quit()
    Set myInbox = Nothing
End Sub

Private Sub Application_Startup()
    Set myInbox = Application.GetNamespace("MAPI").GetDefaultFolder(olFolderInbox).Items

End Sub

Private Sub myInbox_ItemAdd(ByVal Item As Object)
    Item.UserProperties.Add "DateReceived", olDateTime
    Item.UserProperties.Item("DateReceived") = DateValue(Item.ReceivedTime)
    Item.Save
End Sub

您应该使用以下内容:

./configure --with-config-php=/Applications/MAMP/bin/php/php5.6.10/bin/php-config