我按照文档m trying to compile phpurple. I m做所有事情:
hxxp://phurple.php.belsky.info/ch02.html

但是“make”给我一个错误:

/myhomedir/phpurple/purple.c: In function ‘call_custom_method’:
/myhomedir/phpurple/purple.c:1370: error: ‘zend_fcall_info’ has no member named ‘object_pp’
/myhomedir/phpurple/purple.c:1408: error: ‘zend_fcall_info_cache’ has no member named ‘object_pp’

我发现其他人也有同样的问题:
hxxp://www.mail-archive.com/[email protected]/msg05515.html
hxxp://belsky.info/archives/23-Phurple-per-se-PHPurple.html

但是没有人提供有关成功的php 5.3构建和消息的任何信息



根本没有帮助。

有谁知道如何编译它或任何线索如何解决问题?

附言对不起链接,一些奇怪的StackOverflow限制

最佳答案

根据phpurple requirements:

 Please let me know, if you've successfully compiled on
 earlier versions. Actually the extension is being developed
 on the php v5.2.6 with the option to be upcomming php v5.3
 compatible.

作者将需要更新其源代码。但是,由于您拥有源,因此可以自己更新它,因为您注意到该项目已关闭。您还可以 fork 代码并使用php 5.3支持创建自己的gitHub项目。

祝好运。

10-06 15:47