Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.13.0
-
None
Description
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