summaryrefslogtreecommitdiff
path: root/ext/pcre/tests
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2019-10-19 12:59:59 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2019-10-19 12:59:59 +0200
commit284e9937913e727208be225d7a52cab07e35d8fb (patch)
treee8ee5fd9b45ed5ebcb4a85200336f5200bf3df16 /ext/pcre/tests
parentb00cc3378c0ff3a127d1f162bd005cc33004ecb0 (diff)
parent26635ed71aa45e10f6c67555d1139d37d303dd72 (diff)
downloadphp-git-284e9937913e727208be225d7a52cab07e35d8fb.tar.gz
Merge branch 'PHP-7.4'
* PHP-7.4: Fix #78684: PCRE bug72463_2 test is sending emails on Linux
Diffstat (limited to 'ext/pcre/tests')
-rw-r--r--ext/pcre/tests/bug72463_2.phpt6
1 files changed, 6 insertions, 0 deletions
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--
+<?php
+if(substr(PHP_OS, 0, 3) != "WIN") {
+ die('skip windows only');
+}
+?>
--INI--
SMTP=non.existent.smtp.server
--FILE--