From: Ville Hukkamäki Date: Thu, 11 Aug 2016 09:08:04 +0000 (+0300) Subject: Fix #72810. Add check for SKIP_ONLINE_TESTS X-Git-Tag: php-7.1.0beta3~75 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=283b0cc8a5eeb69b8d77195549b385d1db4f6955;p=php Fix #72810. Add check for SKIP_ONLINE_TESTS --- diff --git a/NEWS b/NEWS index 3cd83b927a..c4f3cdbb01 100644 --- a/NEWS +++ b/NEWS @@ -44,6 +44,7 @@ PHP NEWS (vhuk) . Fixed bug #72764 (ftps:// opendir wrapper data channel encryption fails with IIS FTP 7.5, 8.5). (vhuk) + . Fixed bug #72810 (Missing SKIP_ONLINE_TESTS checks). (vhuk) 04 Aug 2016, PHP 7.1.0beta2 diff --git a/ext/sockets/tests/socket_send.phpt b/ext/sockets/tests/socket_send.phpt index ceeb397979..4093ad47cf 100644 --- a/ext/sockets/tests/socket_send.phpt +++ b/ext/sockets/tests/socket_send.phpt @@ -4,6 +4,7 @@ int socket_send ( resource $socket , string $buf , int $len , int $flags ); marcosptf - - #phparty7 - @phpsp - novatec/2015 - sao paulo - br --SKIPIF-- - #phparty7 - @phpsp - novatec/2015 - sao paulo - br --SKIPIF-- + --FILE-- + --FILE--