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 8da8cc2a6 THRIFT-5979: Add native method types to PHP Server and
Factory classes (#3459)
add 8561c4e7e THRIFT-5980: Add native method types to PHP Transport
hierarchy (#3460)
No new revisions were added by this update.
Summary of changes:
lib/php/lib/Protocol/TJSONProtocol.php | 25 +++++--
lib/php/lib/Protocol/TSimpleJSONProtocol.php | 17 +++--
lib/php/lib/Transport/TBufferedTransport.php | 51 ++++---------
lib/php/lib/Transport/TCurlClient.php | 83 +++++++---------------
lib/php/lib/Transport/TFramedTransport.php | 40 +++++------
lib/php/lib/Transport/THttpClient.php | 50 ++++---------
lib/php/lib/Transport/TMemoryBuffer.php | 16 ++---
lib/php/lib/Transport/TNullTransport.php | 10 +--
lib/php/lib/Transport/TPhpStream.php | 14 ++--
lib/php/lib/Transport/TSSLSocket.php | 2 +-
lib/php/lib/Transport/TSocket.php | 70 +++++-------------
lib/php/lib/Transport/TSocketPool.php | 39 ++--------
lib/php/lib/Transport/TTransport.php | 37 ++--------
.../Integration/Lib/Protocol/TJSONProtocolTest.php | 20 ++++--
.../Lib/Protocol/TSimpleJSONProtocolTest.php | 6 +-
.../test/Unit/Lib/Protocol/TBinaryProtocolTest.php | 30 +++-----
.../Unit/Lib/Protocol/TCompactProtocolTest.php | 3 +-
.../test/Unit/Lib/Protocol/TJSONProtocolTest.php | 18 +++++
.../Unit/Lib/Transport/TBufferedTransportTest.php | 15 ++--
.../test/Unit/Lib/Transport/TCurlClientTest.php | 8 +--
.../Unit/Lib/Transport/TFramedTransportTest.php | 12 ++--
21 files changed, 212 insertions(+), 354 deletions(-)