THRIFT-718. php: Thrift PHP library includes closing tags and extraneous whitespace
authorBryan Duxbury <bryanduxbury@apache.org>
Thu, 12 Aug 2010 14:54:33 +0000 (14:54 +0000)
committerBryan Duxbury <bryanduxbury@apache.org>
Thu, 12 Aug 2010 14:54:33 +0000 (14:54 +0000)
commitb149bc7050c5136f3b071e1c1251f0f2716ae208
treedf01eb6a88a738824a8a5b8ecaa38a850cff693a
parent34b530f099b4ecbc5537ba904f4a91dfef945147
THRIFT-718. php: Thrift PHP library includes closing tags and extraneous whitespace

This patch trims closing tags to avoid potential for whitespace.

Patch: Nicholas Telford

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@984811 13f79535-47bb-0310-9956-ffa450edef68
lib/php/src/Thrift.php
lib/php/src/protocol/TBinaryProtocol.php
lib/php/src/protocol/TProtocol.php
lib/php/src/transport/TBufferedTransport.php
lib/php/src/transport/THttpClient.php
lib/php/src/transport/TMemoryBuffer.php
lib/php/src/transport/TNullTransport.php
lib/php/src/transport/TPhpStream.php
lib/php/src/transport/TSocket.php
lib/php/src/transport/TSocketPool.php
lib/php/src/transport/TTransport.php