Skip to content

Commit 284e993

Browse files
committed
Merge branch 'PHP-7.4'
* PHP-7.4: Fix #78684: PCRE bug72463_2 test is sending emails on Linux
2 parents b00cc33 + 26635ed commit 284e993

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

ext/pcre/tests/bug72463_2.phpt

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
--TEST--
22
Bug #72463 mail fails with invalid argument
3+
--SKIPIF--
4+
<?php
5+
if(substr(PHP_OS, 0, 3) != "WIN") {
6+
die('skip windows only');
7+
}
8+
?>
39
--INI--
410
SMTP=non.existent.smtp.server
511
--FILE--

0 commit comments

Comments
 (0)