THRIFT-778. php: PHP socket listening server
authorBryan Duxbury <bryanduxbury@apache.org>
Thu, 12 Aug 2010 16:59:19 +0000 (16:59 +0000)
committerBryan Duxbury <bryanduxbury@apache.org>
Thu, 12 Aug 2010 16:59:19 +0000 (16:59 +0000)
commit17115d7a528b6351fc230fe73b6d765b8e186264
treeb7970487006db6cedcb9e0137c606009d909ff43
parent7c74d9bfb131ee4486a04c5405173234cfa06f28
THRIFT-778. php: PHP socket listening server

This patch which adds TServerTransport/TServerSocket, along with a generic TServer and TSimpleServer implementation.

Patch: Nick Jones

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@984864 13f79535-47bb-0310-9956-ffa450edef68
lib/php/src/protocol/TProtocol.php
lib/php/src/server/TServer.php [new file with mode: 0644]
lib/php/src/server/TSimpleServer.php [new file with mode: 0644]
lib/php/src/transport/TServerSocket.php [new file with mode: 0644]
lib/php/src/transport/TServerTransport.php [new file with mode: 0644]
lib/php/src/transport/TSocket.php
lib/php/src/transport/TTransportFactory.php [new file with mode: 0644]