Horde_Thrift package
authorChuck Hagenbuch <chuck@bluestatedigital.com>
Sat, 24 Apr 2010 16:13:48 +0000 (12:13 -0400)
committerChuck Hagenbuch <chuck@bluestatedigital.com>
Sat, 24 Apr 2010 16:13:48 +0000 (12:13 -0400)
commit59ec1ba08f3b21c92fb73a7181a7f6cf32d150a7
treeea8a2be36e1177675e2040c02a33774ed785263e
parenta6e50ed6d17f606444e6bb7d4130628d36005d52
Horde_Thrift package

This wraps the auto-generated thrift-0.2.0 libraries and makes them
autoloadable. Services that use thrift can extend the Horde_Thrift class to
cause all of the thrift support code to be included. The thrift code itself is
unmodified (and under its original license/copyright), and we will update it
when there are new thrift releases.
19 files changed:
framework/Thrift/lib/Horde/Thrift.php [new file with mode: 0644]
framework/Thrift/lib/Horde/Thrift/Thrift.php [new file with mode: 0644]
framework/Thrift/lib/Horde/Thrift/packages/fb303/FacebookBase.php [new file with mode: 0644]
framework/Thrift/lib/Horde/Thrift/packages/fb303/FacebookService.php [new file with mode: 0644]
framework/Thrift/lib/Horde/Thrift/packages/fb303/fb303_types.php [new file with mode: 0644]
framework/Thrift/lib/Horde/Thrift/packages/reflection_limited/reflection_limited_types.php [new file with mode: 0644]
framework/Thrift/lib/Horde/Thrift/packages/scribe/scribe_types.php [new file with mode: 0644]
framework/Thrift/lib/Horde/Thrift/protocol/TBinaryProtocol.php [new file with mode: 0644]
framework/Thrift/lib/Horde/Thrift/protocol/TProtocol.php [new file with mode: 0644]
framework/Thrift/lib/Horde/Thrift/transport/TBufferedTransport.php [new file with mode: 0644]
framework/Thrift/lib/Horde/Thrift/transport/TFramedTransport.php [new file with mode: 0644]
framework/Thrift/lib/Horde/Thrift/transport/THttpClient.php [new file with mode: 0644]
framework/Thrift/lib/Horde/Thrift/transport/TMemoryBuffer.php [new file with mode: 0644]
framework/Thrift/lib/Horde/Thrift/transport/TNullTransport.php [new file with mode: 0644]
framework/Thrift/lib/Horde/Thrift/transport/TPhpStream.php [new file with mode: 0644]
framework/Thrift/lib/Horde/Thrift/transport/TSocket.php [new file with mode: 0644]
framework/Thrift/lib/Horde/Thrift/transport/TSocketPool.php [new file with mode: 0644]
framework/Thrift/lib/Horde/Thrift/transport/TTransport.php [new file with mode: 0644]
framework/Thrift/package.xml [new file with mode: 0644]