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 c774fab02 THRIFT-5976: Add native types to PHP library properties
(#3455)
add 01e8b4aec THRIFT-5977: Apply constructor property promotion in PHP
runtime library (#3456)
No new revisions were added by this update.
Summary of changes:
lib/php/lib/ClassLoader/ThriftClassLoader.php | 20 ++------
lib/php/lib/Factory/TBinaryProtocolFactory.php | 15 ++----
lib/php/lib/Protocol/TBinaryProtocol.php | 12 ++---
lib/php/lib/Protocol/TMultiplexedProtocol.php | 11 +---
lib/php/lib/Server/TSSLServerSocket.php | 45 ++++++++--------
lib/php/lib/Server/TServer.php | 58 +++------------------
lib/php/lib/Server/TServerSocket.php | 22 ++------
lib/php/lib/StoredMessageProtocol.php | 15 +++---
lib/php/lib/Transport/TBufferedTransport.php | 25 ++-------
lib/php/lib/Transport/TCurlClient.php | 50 +++++-------------
lib/php/lib/Transport/TFramedTransport.php | 30 ++---------
lib/php/lib/Transport/THttpClient.php | 60 +++++-----------------
lib/php/lib/Transport/TMemoryBuffer.php | 8 +--
lib/php/lib/Transport/TSSLSocket.php | 54 +++++++------------
lib/php/lib/Transport/TSocket.php | 40 ++++-----------
.../test/Unit/Lib/Server/TSSLServerSocketTest.php | 9 ++--
16 files changed, 123 insertions(+), 351 deletions(-)