Test: /ext/standard/tests/network/bug80067.phpt - Version 7.4.13-dev        

Bug #80067 Omitting the port in bindto setting results in "Failed to parse address" error
Submitted: 2020-09-06 21:17:00 Modified: 2020-09-12 11:35:18
From: me Assigned: cmb
Status: Closed Package: Sockets related
PHP Version: 7.4.10 OS: macOS 10.15

There are 2 different diffs reported by users for this test.

Count Diff
10 (91%)
001+ Warning: file_get_contents(): Unable to find the wrapper "https" - did you forget to enable it when you configured PHP? in %s/bug80067.php on line 3 001- bool(true) 002+ 003+ Warning: file_get_contents(https://httpbin.org/get): failed to open stream: No such file or directory in %s/bug80067.php on line 3 004+ bool(false)
1 (9%)
001+ Warning: file_get_contents(): SSL operation failed with code 5. OpenSSL Error messages: 001- bool(true) 002+ error:02000002:system library::No such file or directory 003+ error:02000002:system library::No such file or directory 004+ error:02000002:system library::No such file or directory 005+ error:02000002:system library::No such file or directory 006+ error:02000002:system library::No such file or directory 007+ error:14000086:SSL routines::certificate verify failed in %s/bug80067.php on line 3 008+ 009+ Warning: file_get_contents(): Failed to enable crypto in %s/bug80067.php on line 3 010+ 011+ Warning: file_get_contents(https://httpbin.org/get): failed to open stream: operation failed in %s/bug80067.php on line 3 012+ bool(false)