Patch ext_mbstring_tests_mb_send_mail.patch for mbstring related Bug #51512
Patch version 2010-04-08 14:49 UTC
Return to Bug #51512 |
Download this patch
Patch Revisions:
Developer: tsisaruk.v@gmail.com
--- ext/mbstring/tests/mb_send_mail01.phpt 2009-07-17 19:22:35.000000000 +0700
+++ ../php5.3-201004071230-old/ext/mbstring/tests/mb_send_mail01.phpt 2010-04-08 00:01:33.000000000 +0700
@@ -8,6 +8,7 @@
?>
--INI--
sendmail_path=/bin/cat
+mail.add_x_header=off
--FILE--
<?php
$to = 'example@example.com';
--- ext/mbstring/tests/mb_send_mail02.phpt 2009-07-17 19:22:35.000000000 +0700
+++ ../php5.3-201004071230-old/ext/mbstring/tests/mb_send_mail02.phpt 2010-04-08 00:03:12.000000000 +0700
@@ -8,6 +8,7 @@
?>
--INI--
sendmail_path=/bin/cat
+mail.add_x_header=off
--FILE--
<?php
$to = 'example@example.com';
--- ext/mbstring/tests/mb_send_mail03.phpt 2009-07-17 19:22:35.000000000 +0700
+++ ../php5.3-201004071230-old/ext/mbstring/tests/mb_send_mail03.phpt 2010-04-08 00:03:24.000000000 +0700
@@ -8,6 +8,7 @@
?>
--INI--
sendmail_path=/bin/cat
+mail.add_x_header=off
--FILE--
<?php
$to = 'example@example.com';
--- ext/mbstring/tests/mb_send_mail04.phpt 2009-07-17 19:22:35.000000000 +0700
+++ ../php5.3-201004071230-old/ext/mbstring/tests/mb_send_mail04.phpt 2010-04-08 00:03:40.000000000 +0700
@@ -8,6 +8,7 @@
?>
--INI--
sendmail_path=/bin/cat
+mail.add_x_header=off
--FILE--
<?php
$to = 'example@example.com';
--- ext/mbstring/tests/mb_send_mail05.phpt 2009-07-17 19:22:35.000000000 +0700
+++ ../php5.3-201004071230-old/ext/mbstring/tests/mb_send_mail05.phpt 2010-04-08 00:03:54.000000000 +0700
@@ -11,6 +11,7 @@
?>
--INI--
sendmail_path=/bin/cat
+mail.add_x_header=off
--FILE--
<?php
$to = 'example@example.com';
--- ext/mbstring/tests/mb_send_mail06.phpt 2009-07-17 19:22:35.000000000 +0700
+++ ../php5.3-201004071230-old/ext/mbstring/tests/mb_send_mail06.phpt 2010-04-08 00:04:05.000000000 +0700
@@ -11,6 +11,7 @@
?>
--INI--
sendmail_path=/bin/cat
+mail.add_x_header=off
--FILE--
<?php
$to = 'example@example.com';
--- ext/mbstring/tests/mb_send_mail07.phpt 2009-07-17 19:22:35.000000000 +0700
+++ ../php5.3-201004071230-old/ext/mbstring/tests/mb_send_mail07.phpt 2010-04-08 00:04:19.000000000 +0700
@@ -11,6 +11,7 @@
?>
--INI--
sendmail_path=/bin/cat
+mail.add_x_header=off
--FILE--
<?php
$to = 'example@example.com';
|