commit | 17115d7a528b6351fc230fe73b6d765b8e186264 | [log] [tgz] |
---|---|---|
author | Bryan Duxbury <bryanduxbury@apache.org> | Thu Aug 12 16:59:19 2010 +0000 |
committer | Bryan Duxbury <bryanduxbury@apache.org> | Thu Aug 12 16:59:19 2010 +0000 |
tree | b7970487006db6cedcb9e0137c606009d909ff43 | |
parent | 7c74d9bfb131ee4486a04c5405173234cfa06f28 [diff] [blame] |
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
diff --git a/lib/php/src/protocol/TProtocol.php b/lib/php/src/protocol/TProtocol.php index be47100..ac1facd 100644 --- a/lib/php/src/protocol/TProtocol.php +++ b/lib/php/src/protocol/TProtocol.php
@@ -368,7 +368,7 @@ /** * Build a protocol from the base transport * - * @return TProtcol protocol + * @return TProtocol protocol */ public function getProtocol($trans); }