We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee6a71c commit 26635edCopy full SHA for 26635ed
NEWS
@@ -8,6 +8,9 @@ PHP NEWS
8
- Date:
9
. Fixed bug #70153 (\DateInterval incorrectly unserialized). (Maksim Iakunin)
10
11
+- Testing:
12
+ . Fixed bug #78684 (PCRE bug72463_2 test is sending emails on Linux). (cmb)
13
+
14
17 Oct 2019, PHP 7.4.0RC4
15
16
- Core:
ext/pcre/tests/bug72463_2.phpt
@@ -1,5 +1,11 @@
1
--TEST--
2
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
+}
+?>
--INI--
SMTP=non.existent.smtp.server
--FILE--
0 commit comments