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 3af0cfff1 THRIFT-6331: Read binary replies in XHRConnection.read()
Client: nodejs
add 5dab0762d THRIFT-6335: Replace PHP ReflectionHelper with direct
reflection (#3927)
No new revisions were added by this update.
Summary of changes:
.../TBinaryProtocolAcceleratedFactoryTest.php | 12 ++-
.../Lib/Factory/TBinaryProtocolFactoryTest.php | 10 +--
.../Lib/Factory/TCompactProtocolFactoryTest.php | 6 +-
.../Lib/Factory/TFramedTransportFactoryTest.php | 13 +--
.../Unit/Lib/Factory/TJSONProtocolFactoryTest.php | 6 +-
.../Unit/Lib/Protocol/TCompactProtocolTest.php | 76 ++++++++++-------
.../test/Unit/Lib/Protocol/TJSONProtocolTest.php | 9 +--
lib/php/test/Unit/Lib/ReflectionHelper.php | 94 ----------------------
.../Unit/Lib/Serializer/TBinarySerializerTest.php | 9 +--
.../test/Unit/Lib/Server/TForkingServerTest.php | 56 ++++++++-----
.../test/Unit/Lib/Server/TSSLServerSocketTest.php | 12 +--
lib/php/test/Unit/Lib/Server/TServerSocketTest.php | 11 ++-
lib/php/test/Unit/Lib/Server/TServerTest.php | 28 ++++---
.../Unit/Lib/Transport/TBufferedTransportTest.php | 30 ++++---
.../test/Unit/Lib/Transport/TCurlClientTest.php | 40 ++++-----
.../Unit/Lib/Transport/TFramedTransportTest.php | 18 +++--
.../test/Unit/Lib/Transport/THttpClientTest.php | 20 ++---
.../test/Unit/Lib/Transport/TPsrHttpClientTest.php | 28 +++----
.../test/Unit/Lib/Transport/TSocketPoolTest.php | 24 +++---
lib/php/test/Unit/Lib/Transport/TSocketTest.php | 21 +++--
20 files changed, 237 insertions(+), 286 deletions(-)
delete mode 100644 lib/php/test/Unit/Lib/ReflectionHelper.php