[thrift] PHP thrift_protocol extension
authordweatherford <dev-null@apache.org>
Wed, 31 Oct 2007 04:22:12 +0000 (04:22 +0000)
committerdweatherford <dev-null@apache.org>
Wed, 31 Oct 2007 04:22:12 +0000 (04:22 +0000)
commit51c03936206fbde7b6b980c8d745f758b464c9bc
tree1a43a1601e12cacb8ec58608bc57aa4f7dabdf2c
parent65b7075b5aa64c139ad59a3db35ddddda6a2203f
[thrift] PHP thrift_protocol extension

Summary: Implement a deserializer for thrift integral types and containers
  in C++ for extra performance. To be combined with compiler support to
  generate code that uses the extension + TBinaryProtocolAccelerated to
  enable it.

Reviewed By: mcslee
Test Plan: runs fine in my sandbox...
Revert: svn

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665312 13f79535-47bb-0310-9956-ffa450edef68
lib/php/src/ext/thrift_protocol/config.m4 [new file with mode: 0644]
lib/php/src/ext/thrift_protocol/php_thrift_protocol.cpp [new file with mode: 0644]
lib/php/src/ext/thrift_protocol/php_thrift_protocol.h [new file with mode: 0644]