1
0
mirror of https://github.com/php/php-src.git synced 2026-04-29 11:13:36 +02:00

MFH: fixed test failure on win32.

This commit is contained in:
Rui Hirokawa
2011-09-11 13:15:40 +00:00
parent b36a8754d1
commit 0f7a2cd306
+3
View File
@@ -2,6 +2,9 @@
Bug #52681 (mb_send_mail() appends an extra MIME-Version header)
--SKIPIF--
<?php
if(substr(PHP_OS, 0, 3) == "WIN") {
die("skip Won't run on Windows");
}
if (!function_exists("mb_send_mail") || !mb_language("neutral")) {
die("skip mb_send_mail() not available");
}