From: Christoph M. Becker Date: Sat, 19 Oct 2019 10:53:29 +0000 (+0200) Subject: Fix #78684: PCRE bug72463_2 test is sending emails on Linux X-Git-Tag: php-7.4.0RC5~57 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=26635ed71aa45e10f6c67555d1139d37d303dd72;p=php Fix #78684: PCRE bug72463_2 test is sending emails on Linux This test is not supposed to run on non Windows systems; otherwise it would try to send an email. --- diff --git a/NEWS b/NEWS index 88e277b4e8..5525f6a577 100644 --- a/NEWS +++ b/NEWS @@ -8,6 +8,9 @@ PHP NEWS - Date: . Fixed bug #70153 (\DateInterval incorrectly unserialized). (Maksim Iakunin) +- Testing: + . Fixed bug #78684 (PCRE bug72463_2 test is sending emails on Linux). (cmb) + 17 Oct 2019, PHP 7.4.0RC4 - Core: diff --git a/ext/pcre/tests/bug72463_2.phpt b/ext/pcre/tests/bug72463_2.phpt index 9b9ac9bdc5..1baeb0f2a1 100644 --- a/ext/pcre/tests/bug72463_2.phpt +++ b/ext/pcre/tests/bug72463_2.phpt @@ -1,5 +1,11 @@ --TEST-- Bug #72463 mail fails with invalid argument +--SKIPIF-- + --INI-- SMTP=non.existent.smtp.server --FILE--