From 26635ed71aa45e10f6c67555d1139d37d303dd72 Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Sat, 19 Oct 2019 12:53:29 +0200 Subject: [PATCH] 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. --- NEWS | 3 +++ ext/pcre/tests/bug72463_2.phpt | 6 ++++++ 2 files changed, 9 insertions(+) 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-- -- 2.40.0