This is an automated email from the ASF dual-hosted git repository.
jensg pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/thrift.git
from 604179840 Implemented Ruby fuzzing (#3339)
add 0564434e0 THRIFT-5587: Add UUID support for PHP Client: py Patch:
Volodymyr Panivko
No new revisions were added by this update.
Summary of changes:
.../cpp/src/thrift/generate/t_php_generator.cc | 27 +++++++++++++++++++
lib/php/lib/Base/TBase.php | 3 ++-
lib/php/lib/Protocol/TBinaryProtocol.php | 21 +++++++++++++++
lib/php/lib/Protocol/TCompactProtocol.php | 24 +++++++++++++++++
lib/php/lib/Protocol/TJSONProtocol.php | 18 +++++++++++++
lib/php/lib/Protocol/TProtocol.php | 8 ++++++
lib/php/lib/Protocol/TProtocolDecorator.php | 10 ++++++++
lib/php/lib/Protocol/TSimpleJSONProtocol.php | 10 ++++++++
lib/php/lib/Type/TType.php | 1 +
lib/php/test/Resources/ThriftTest.thrift | 2 +-
.../test/Unit/Lib/Protocol/TBinaryProtocolTest.php | 30 ++++++++++++++++++++++
.../Unit/Lib/Protocol/TCompactProtocolTest.php | 30 ++++++++++++++++++++++
test/php/Handler.php | 5 ++++
test/php/Makefile.am | 8 +++---
test/php/TestClient.php | 15 +++++++++++
15 files changed, 206 insertions(+), 6 deletions(-)