You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Chris Goffinet (JIRA)" <ji...@apache.org> on 2010/10/03 00:10:33 UTC

[jira] Updated: (THRIFT-941) Make PHP C Extension use the defined Protocol writeMessageBegin function

     [ https://issues.apache.org/jira/browse/THRIFT-941?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chris Goffinet updated THRIFT-941:
----------------------------------

    Attachment: 0001-Support-custom-writeMessageBegin-functions-from-user.patch

> Make PHP C Extension use the defined Protocol writeMessageBegin function
> ------------------------------------------------------------------------
>
>                 Key: THRIFT-941
>                 URL: https://issues.apache.org/jira/browse/THRIFT-941
>             Project: Thrift
>          Issue Type: Bug
>          Components: PHP - Library
>            Reporter: Chris Goffinet
>            Assignee: Chris Goffinet
>            Priority: Minor
>         Attachments: 0001-Support-custom-writeMessageBegin-functions-from-user.patch
>
>
> The current PHP C Extension implementation hard codes writeMessageBegin that is from TBinaryProtocol in C land. I think the correct implementation should support calling into user-land from PHP if you have a protocol that might change how writeMessageBegin works. I built a tracing library that needed to pass additional fields with the RPC request. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.