From 6dd9fad0c0d388721a3c15c4d3f180f8539447d0 Mon Sep 17 00:00:00 2001 From: Gabriel Caruso Date: Fri, 31 Aug 2018 08:39:18 -0300 Subject: [PATCH] Revert changes in test file This reverts changes made in 2f700384 and 4fcaebba. This test is supposed to run only on Windows indeed, as in a Unix environment with a mail server configured, an email will be send. On Windows, only emptying the SMTP ini directives is enough. --- ext/standard/tests/mail/bug69115.phpt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ext/standard/tests/mail/bug69115.phpt b/ext/standard/tests/mail/bug69115.phpt index 8a4bed1296..78fa49fe42 100644 --- a/ext/standard/tests/mail/bug69115.phpt +++ b/ext/standard/tests/mail/bug69115.phpt @@ -1,5 +1,7 @@ --TEST-- Bug #69115 crash in mail (plus indirect pcre test) +--SKIPIF-- + --INI-- SMTP = smtp_port = @@ -12,3 +14,4 @@ mail('user@example.com', 'My Subject', $message, "From: me@me.me"); ===DONE=== --EXPECTREGEX-- .* +===DONE=== -- 2.40.0