Thrift-1240: TBinarySerializer.php invalid serialization due to TBufferTransport...
authorJake Farrell <jfarrell@apache.org>
Fri, 26 Aug 2011 02:42:14 +0000 (02:42 +0000)
committerJake Farrell <jfarrell@apache.org>
Fri, 26 Aug 2011 02:42:14 +0000 (02:42 +0000)
commitb5c618a66d296a9503bf3e33307150ddc120ac9d
tree86907707ffdecb03930f78e25264d0141afbf839
parent6df4d34447e183570765550639e97666c273b203
Thrift-1240: TBinarySerializer.php invalid serialization due to TBufferTransport not flushing last chunk of data into TMemoryBuffer
Client: php
Patch: Marimuthu Ponnambalam

Simple Serialization errors out, due to the TBufferTransport not flushing the data into TMemoryBuffer after $object->write($protocol) in TBinarySerializer.

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1161968 13f79535-47bb-0310-9956-ffa450edef68
lib/php/src/protocol/TBinarySerializer.php