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 5af4f474d THRIFT-5978: Apply declare(strict_types=1) in PHP runtime 
library (#3457)
     add 8da8cc2a6 THRIFT-5979: Add native method types to PHP Server and 
Factory classes (#3459)

No new revisions were added by this update.

Summary of changes:
 ...y.php => TBinaryProtocolAcceleratedFactory.php} | 20 +++---
 lib/php/lib/Factory/TBinaryProtocolFactory.php     |  6 +-
 lib/php/lib/Factory/TCompactProtocolFactory.php    |  6 +-
 lib/php/lib/Factory/TFramedTransportFactory.php    |  2 +-
 lib/php/lib/Factory/TJSONProtocolFactory.php       |  6 +-
 lib/php/lib/Factory/TProtocolFactory.php           |  5 +-
 lib/php/lib/Factory/TTransportFactory.php          |  6 +-
 lib/php/lib/Factory/TTransportFactoryInterface.php |  6 +-
 lib/php/lib/Server/TForkingServer.php              | 43 ++++-------
 lib/php/lib/Server/TSSLServerSocket.php            | 14 +---
 lib/php/lib/Server/TServer.php                     | 18 +----
 lib/php/lib/Server/TServerSocket.php               | 29 ++------
 lib/php/lib/Server/TServerTransport.php            | 34 ++-------
 lib/php/lib/Server/TSimpleServer.php               | 21 ++----
 .../TBinaryProtocolAcceleratedFactoryTest.php      | 84 ++++++++++++++++++++++
 .../test/Unit/Lib/Server/Fixture/ServerStub.php    |  4 +-
 .../Lib/Server/Fixture/ServerTransportStub.php     | 12 ++--
 .../test/Unit/Lib/Server/TForkingServerTest.php    | 10 +--
 lib/php/test/Unit/Lib/Server/TSimpleServerTest.php |  9 +--
 test/php/TestServer.php                            | 10 +--
 20 files changed, 155 insertions(+), 190 deletions(-)
 copy lib/php/lib/Factory/{TBinaryProtocolFactory.php => 
TBinaryProtocolAcceleratedFactory.php} (65%)
 create mode 100644 
lib/php/test/Unit/Lib/Factory/TBinaryProtocolAcceleratedFactoryTest.php

Reply via email to