/
[Apache-SVN]
Revision 1381323
Jump to revision:
Author:
roger
Date:
Wed Sep 5 19:47:14 2012 UTC
(12 years, 2 months ago)
Changed paths:
87
Log Message:
THRIFT-1615 PHP Namespace (was Thrift for Symfony 2) Patch: Xavier HAUSHERR
Changed paths
Path
Details
thrift/trunk/compiler/cpp/src/generate/t_php_generator.cc
modified
,
text changed
thrift/trunk/lib/php/Makefile.am
modified
,
text changed
thrift/trunk/lib/php/README
modified
,
text changed
thrift/trunk/lib/php/README.apache
modified
,
text changed
thrift/trunk/lib/php/lib/
added
thrift/trunk/lib/php/lib/Thrift/
added
thrift/trunk/lib/php/lib/Thrift/Base/
added
thrift/trunk/lib/php/lib/Thrift/Base/TBase.php
added
thrift/trunk/lib/php/lib/Thrift/ClassLoader/
added
thrift/trunk/lib/php/lib/Thrift/ClassLoader/ThriftClassLoader.php
added
thrift/trunk/lib/php/lib/Thrift/Exception/
added
thrift/trunk/lib/php/lib/Thrift/Exception/TApplicationException.php
added
thrift/trunk/lib/php/lib/Thrift/Exception/TException.php
added
thrift/trunk/lib/php/lib/Thrift/Exception/TProtocolException.php
added
thrift/trunk/lib/php/lib/Thrift/Exception/TTransportException.php
added
thrift/trunk/lib/php/lib/Thrift/Factory/
added
thrift/trunk/lib/php/lib/Thrift/Factory/TBinaryProtocolFactory.php
added
thrift/trunk/lib/php/lib/Thrift/Factory/TCompactProtocolFactory.php
added
thrift/trunk/lib/php/lib/Thrift/Factory/TJSONProtocolFactory.php
added
thrift/trunk/lib/php/lib/Thrift/Factory/TProtocolFactory.php
added
thrift/trunk/lib/php/lib/Thrift/Factory/TStringFuncFactory.php
added
thrift/trunk/lib/php/lib/Thrift/Factory/TTransportFactory.php
added
thrift/trunk/lib/php/lib/Thrift/Protocol/
added
thrift/trunk/lib/php/lib/Thrift/Protocol/JSON/
added
thrift/trunk/lib/php/lib/Thrift/Protocol/JSON/BaseContext.php
added
thrift/trunk/lib/php/lib/Thrift/Protocol/JSON/ListContext.php
added
thrift/trunk/lib/php/lib/Thrift/Protocol/JSON/LookaheadReader.php
added
thrift/trunk/lib/php/lib/Thrift/Protocol/JSON/PairContext.php
added
thrift/trunk/lib/php/lib/Thrift/Protocol/TBinaryProtocol.php
added
thrift/trunk/lib/php/lib/Thrift/Protocol/TBinaryProtocolAccelerated.php
added
thrift/trunk/lib/php/lib/Thrift/Protocol/TCompactProtocol.php
added
thrift/trunk/lib/php/lib/Thrift/Protocol/TJSONProtocol.php
added
thrift/trunk/lib/php/lib/Thrift/Protocol/TProtocol.php
added
thrift/trunk/lib/php/lib/Thrift/Serializer/
added
thrift/trunk/lib/php/lib/Thrift/Serializer/TBinarySerializer.php
added
thrift/trunk/lib/php/lib/Thrift/Server/
added
thrift/trunk/lib/php/lib/Thrift/Server/TForkingServer.php
added
thrift/trunk/lib/php/lib/Thrift/Server/TServer.php
added
thrift/trunk/lib/php/lib/Thrift/Server/TServerSocket.php
added
thrift/trunk/lib/php/lib/Thrift/Server/TServerTransport.php
added
thrift/trunk/lib/php/lib/Thrift/Server/TSimpleServer.php
added
thrift/trunk/lib/php/lib/Thrift/StringFunc/
added
thrift/trunk/lib/php/lib/Thrift/StringFunc/Core.php
added
thrift/trunk/lib/php/lib/Thrift/StringFunc/Mbstring.php
added
thrift/trunk/lib/php/lib/Thrift/StringFunc/TStringFunc.php
added
thrift/trunk/lib/php/lib/Thrift/Transport/
added
thrift/trunk/lib/php/lib/Thrift/Transport/TBufferedTransport.php
added
thrift/trunk/lib/php/lib/Thrift/Transport/TFramedTransport.php
added
thrift/trunk/lib/php/lib/Thrift/Transport/THttpClient.php
added
thrift/trunk/lib/php/lib/Thrift/Transport/TMemoryBuffer.php
added
thrift/trunk/lib/php/lib/Thrift/Transport/TNullTransport.php
added
thrift/trunk/lib/php/lib/Thrift/Transport/TPhpStream.php
added
thrift/trunk/lib/php/lib/Thrift/Transport/TSocket.php
added
thrift/trunk/lib/php/lib/Thrift/Transport/TSocketPool.php
added
thrift/trunk/lib/php/lib/Thrift/Transport/TTransport.php
added
thrift/trunk/lib/php/lib/Thrift/Type/
added
thrift/trunk/lib/php/lib/Thrift/Type/TMessageType.php
added
thrift/trunk/lib/php/lib/Thrift/Type/TType.php
added
thrift/trunk/lib/php/src/protocol/TBinaryProtocol.php
modified
,
text changed
thrift/trunk/lib/php/src/protocol/TBinarySerializer.php
modified
,
text changed
thrift/trunk/lib/php/src/protocol/TCompactProtocol.php
modified
,
text changed
thrift/trunk/lib/php/src/protocol/TJSONProtocol.php
modified
,
text changed
thrift/trunk/lib/php/src/protocol/TProtocol.php
modified
,
text changed
thrift/trunk/lib/php/src/server/TForkingServer.php
modified
,
text changed
thrift/trunk/lib/php/src/server/TServer.php
modified
,
text changed
thrift/trunk/lib/php/src/server/TSimpleServer.php
modified
,
text changed
thrift/trunk/lib/php/src/transport/TBufferedTransport.php
modified
,
text changed
thrift/trunk/lib/php/src/transport/TFramedTransport.php
modified
,
text changed
thrift/trunk/lib/php/src/transport/THttpClient.php
modified
,
text changed
thrift/trunk/lib/php/src/transport/TMemoryBuffer.php
modified
,
text changed
thrift/trunk/lib/php/src/transport/TNullTransport.php
modified
,
text changed
thrift/trunk/lib/php/src/transport/TPhpStream.php
modified
,
text changed
thrift/trunk/lib/php/src/transport/TServerSocket.php
modified
,
text changed
thrift/trunk/lib/php/src/transport/TServerTransport.php
modified
,
text changed
thrift/trunk/lib/php/src/transport/TSocket.php
modified
,
text changed
thrift/trunk/lib/php/src/transport/TSocketPool.php
modified
,
text changed
thrift/trunk/lib/php/src/transport/TTransport.php
modified
,
text changed
thrift/trunk/lib/php/src/transport/TTransportFactory.php
modified
,
text changed
thrift/trunk/lib/php/test/Makefile.am
modified
,
text changed
thrift/trunk/lib/php/test/Test/
added
thrift/trunk/lib/php/test/Test/Thrift/
added
thrift/trunk/lib/php/test/Test/Thrift/Fixtures.php
added
thrift/trunk/lib/php/test/Test/Thrift/Protocol/
added
thrift/trunk/lib/php/test/Test/Thrift/Protocol/TestTJSONProtocol.php
added
thrift/trunk/test/php/TestClient.php
modified
,
text changed
thrift/trunk/tutorial/php/PhpClient.php
modified
,
text changed
thrift/trunk/tutorial/php/PhpServer.php
modified
,
text changed
infrastructure at apache.org
ViewVC Help
Powered by
ViewVC 1.1.26