From: Matthias Karbe Date: Wed, 23 Sep 2020 12:54:25 +0000 (+0200) Subject: Fix bug #80137 X-Git-Tag: php-7.3.24RC1~29 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f5afd0a8270258fb70f70726ae3ed39780817038;p=php Fix bug #80137 Skip getprotobyname() and getprotobynumber() tests on *nix if there is no /etc/protocols file. Closes GH-6193. --- diff --git a/ext/standard/tests/network/getprotobyname_basic.phpt b/ext/standard/tests/network/getprotobyname_basic.phpt index 37cc26aa2b..76ce3a6e99 100644 --- a/ext/standard/tests/network/getprotobyname_basic.phpt +++ b/ext/standard/tests/network/getprotobyname_basic.phpt @@ -2,6 +2,12 @@ getprotobyname function basic test --CREDITS-- edgarsandi - +--SKIPIF-- + --FILE-- +--SKIPIF-- + --FILE--