THRIFT-1615
authorRoger Meier <roger@apache.org>
Wed, 5 Sep 2012 20:07:52 +0000 (20:07 +0000)
committerRoger Meier <roger@apache.org>
Wed, 5 Sep 2012 20:07:52 +0000 (20:07 +0000)
commit814818e779e0db6d8e1ffe24920e856755990738
tree9d02c9712bead06ad534d1de8e02a1523b5efe99
parent21c0a85079e3e1b5ee475bd6654512079fe5df68
THRIFT-1615
cleanup: remove empty stuff

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1381333 13f79535-47bb-0310-9956-ffa450edef68
20 files changed:
lib/php/src/protocol/TBinaryProtocol.php [deleted file]
lib/php/src/protocol/TBinarySerializer.php [deleted file]
lib/php/src/protocol/TCompactProtocol.php [deleted file]
lib/php/src/protocol/TJSONProtocol.php [deleted file]
lib/php/src/protocol/TProtocol.php [deleted file]
lib/php/src/server/TForkingServer.php [deleted file]
lib/php/src/server/TServer.php [deleted file]
lib/php/src/server/TSimpleServer.php [deleted file]
lib/php/src/transport/TBufferedTransport.php [deleted file]
lib/php/src/transport/TFramedTransport.php [deleted file]
lib/php/src/transport/THttpClient.php [deleted file]
lib/php/src/transport/TMemoryBuffer.php [deleted file]
lib/php/src/transport/TNullTransport.php [deleted file]
lib/php/src/transport/TPhpStream.php [deleted file]
lib/php/src/transport/TServerSocket.php [deleted file]
lib/php/src/transport/TServerTransport.php [deleted file]
lib/php/src/transport/TSocket.php [deleted file]
lib/php/src/transport/TSocketPool.php [deleted file]
lib/php/src/transport/TTransport.php [deleted file]
lib/php/src/transport/TTransportFactory.php [deleted file]