This is an automated email from the ASF dual-hosted git repository.
sveneld pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/thrift.git
from 880568c67 THRIFT-5975: Drop pre-namespace
lib/php/src/{Thrift,autoload}.php (#3453)
add c774fab02 THRIFT-5976: Add native types to PHP library properties
(#3455)
No new revisions were added by this update.
Summary of changes:
lib/php/lib/Base/TBase.php | 3 +-
lib/php/lib/ClassLoader/ThriftClassLoader.php | 16 ++++-----
lib/php/lib/Exception/TApplicationException.php | 3 +-
lib/php/lib/Exception/TException.php | 3 +-
lib/php/lib/Factory/TBinaryProtocolFactory.php | 10 ++----
lib/php/lib/Protocol/JSON/ListContext.php | 6 ++--
lib/php/lib/Protocol/JSON/LookaheadReader.php | 10 +++---
lib/php/lib/Protocol/JSON/PairContext.php | 8 ++---
lib/php/lib/Protocol/SimpleJSON/ListContext.php | 6 ++--
lib/php/lib/Protocol/SimpleJSON/MapContext.php | 7 ++--
lib/php/lib/Protocol/SimpleJSON/StructContext.php | 8 ++---
lib/php/lib/Protocol/TBinaryProtocol.php | 4 +--
lib/php/lib/Protocol/TCompactProtocol.php | 20 ++++++-----
lib/php/lib/Protocol/TJSONProtocol.php | 5 +--
lib/php/lib/Protocol/TMultiplexedProtocol.php | 4 +--
lib/php/lib/Protocol/TProtocolDecorator.php | 4 +--
lib/php/lib/Protocol/TSimpleJSONProtocol.php | 5 +--
lib/php/lib/Server/TForkingServer.php | 8 ++---
lib/php/lib/Server/TServer.php | 23 ++++---------
lib/php/lib/Server/TServerSocket.php | 14 +++-----
lib/php/lib/Server/TSimpleServer.php | 4 +--
lib/php/lib/StoredMessageProtocol.php | 6 ++--
lib/php/lib/TMultiplexedProcessor.php | 5 ++-
lib/php/lib/Transport/TBufferedTransport.php | 20 +++--------
lib/php/lib/Transport/TCurlClient.php | 35 +++++++------------
lib/php/lib/Transport/TFramedTransport.php | 20 +++--------
lib/php/lib/Transport/THttpClient.php | 32 ++++++------------
lib/php/lib/Transport/TMemoryBuffer.php | 2 +-
lib/php/lib/Transport/TPhpStream.php | 6 ++--
lib/php/lib/Transport/TSocket.php | 38 ++++++---------------
lib/php/lib/Transport/TSocketPool.php | 29 ++++++----------
.../Unit/Lib/Protocol/Fixture/JsonProtocolStub.php | 28 +++++++---------
.../Protocol/Fixture/SimpleJsonProtocolStub.php | 39 ----------------------
.../Unit/Lib/Protocol/SimpleJsonContextTest.php | 8 ++---
34 files changed, 152 insertions(+), 287 deletions(-)
delete mode 100644
lib/php/test/Unit/Lib/Protocol/Fixture/SimpleJsonProtocolStub.php