[
https://issues.apache.org/jira/browse/THRIFT-755?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12856851#action_12856851
]
Nicholas Telford commented on THRIFT-755:
-----------------------------------------
Further, I spoke to some PHP extension guys and they verified that the #define
was the correct fix for compiling as a static module.
> PHP Extension Fails to compile [Patch]
> --------------------------------------
>
> Key: THRIFT-755
> URL: https://issues.apache.org/jira/browse/THRIFT-755
> Project: Thrift
> Issue Type: Bug
> Components: Library (PHP)
> Affects Versions: 0.2
> Environment: UNIX, PHP5
> Reporter: Nicholas Telford
> Priority: Minor
> Fix For: 0.2
>
> Attachments: php_thrift_protocol.h.diff
>
>
> The native PHP extension fails to compile at all due to a spelling error in
> php_thrift_protocol.h:
> extern zend_module_entry thrift_protocole_module_entry; <-- "protocole"!?
> Also, if this is fixed, it will only compile as a shared module. To compile
> as a static module, the following needs to be added to php_thrift_protocol.h:
> #define phpext_thrift_protocol_ptr &thrift_protocol_module_entry
> The attached patch is a solution to both problems, fixing compilation. I have
> tested and verified that it works.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira