History log of /PHP-8.2/ext/standard/tests/network/bug80067.phpt (Results 1 – 3 of 3)
Revision Date Author Comments
# dc01fce3 02-Aug-2022 Jakub Zelenka

Fix GH-8396: Network online test using https broken


# f26d855e 22-Sep-2020 Levi Morrison

Skip if https wrapper isn't present


# dfb3a799 09-Sep-2020 Christoph M. Becker

Fix #80067: Omitting the port in bindto setting errors

A recent commit[1] which fixed a memory leak introduced a regression
regarding the formerly liberal handling of IP addresses to bin

Fix #80067: Omitting the port in bindto setting errors

A recent commit[1] which fixed a memory leak introduced a regression
regarding the formerly liberal handling of IP addresses to bind to. We
fix this by reverting that commit, and fix the memory leak where it
actually occurs. In other words, this fix is less intrusive than the
former fix.

[1] <http://git.php.net/?p=php-src.git;a=commit;h=0b8c83f5936581942715d14883cdebddc18bad30>

Closes GH-6104.

show more ...