sveneld opened a new pull request #2160:
URL: https://github.com/apache/thrift/pull/2160
Warning in TSocket when using ssl connection
When you using ssl host in
new TSocket('ssl://test.com')
you will get a warning
PHP Warning: socket_import_stream(): cannot represent a stream of type
tcp_socket/ssl as a Socket Descriptor in
/usr/share/php/Thrift/Transport/TSocket.php on line 254
due to the bug https://bugs.php.net/bug.php?id=70939
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]