THRIFT-660. php: Use the accelerator to write return values from servers
authorDavid Reiss <dreiss@apache.org>
Tue, 9 Mar 2010 05:19:22 +0000 (05:19 +0000)
committerDavid Reiss <dreiss@apache.org>
Tue, 9 Mar 2010 05:19:22 +0000 (05:19 +0000)
commite574a065a9ed100bda718582dc3378abc2933e78
treeb3e47e76b334b6eddf9caa63637f70a95947a4c1
parent006260f07a49f74b1fe8fa7be39b0d34d14b8067
THRIFT-660. php: Use the accelerator to write return values from servers

Previously, we only used the acclerator module for clients to
write calls and read returns.  Now PHP servers will use it for
writing returns.  We cannot use it to read calls on the server side
(without modifications), because the module requires that
the structure type be known before reading the message header.

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@920663 13f79535-47bb-0310-9956-ffa450edef68
compiler/cpp/src/generate/t_php_generator.cc