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 cf88b7225 THRIFT-6012: Fix inverted regexp.MatchString arguments and
precompile patterns in Go validator
add a74fa6408 THRIFT-6009: Add PSR-3 LoggerInterface support to PHP
transports (#3490)
No new revisions were added by this update.
Summary of changes:
composer.json | 3 +-
lib/php/lib/Server/TSSLServerSocket.php | 8 +-
lib/php/lib/Transport/TSSLSocket.php | 13 +--
lib/php/lib/Transport/TSocket.php | 104 +++++++++++++++++++--
lib/php/lib/Transport/TSocketPool.php | 43 ++++-----
.../test/Unit/Lib/Server/TSSLServerSocketTest.php | 26 ++++++
lib/php/test/Unit/Lib/Transport/TSSLSocketTest.php | 81 ++++++++++++++--
.../test/Unit/Lib/Transport/TSocketPoolTest.php | 93 +++++++++++++-----
lib/php/test/Unit/Lib/Transport/TSocketTest.php | 99 ++++++++++++++++++--
.../Unit/Lib/UserDeprecationCapture.php} | 39 ++++----
test/php/TestClient.php | 27 +++++-
11 files changed, 436 insertions(+), 100 deletions(-)
copy lib/php/{lib/Type/TConstant.php =>
test/Unit/Lib/UserDeprecationCapture.php} (58%)