iliaa                                    Mon, 12 Apr 2010 14:05:00 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=297898

Log:
MFB: Fixed bug #51512 (mb_send_mail* fail when mail.add_x_header is on by 
default)

Bug: http://bugs.php.net/51512 (Open) Fails mb_send_mail* tests
      
Changed paths:
    U   php/php-src/trunk/ext/mbstring/tests/mb_send_mail01.phpt
    U   php/php-src/trunk/ext/mbstring/tests/mb_send_mail02.phpt
    U   php/php-src/trunk/ext/mbstring/tests/mb_send_mail03.phpt
    U   php/php-src/trunk/ext/mbstring/tests/mb_send_mail04.phpt
    U   php/php-src/trunk/ext/mbstring/tests/mb_send_mail05.phpt
    U   php/php-src/trunk/ext/mbstring/tests/mb_send_mail06.phpt
    U   php/php-src/trunk/ext/mbstring/tests/mb_send_mail07.phpt

Modified: php/php-src/trunk/ext/mbstring/tests/mb_send_mail01.phpt
===================================================================
--- php/php-src/trunk/ext/mbstring/tests/mb_send_mail01.phpt    2010-04-12 
14:04:45 UTC (rev 297897)
+++ php/php-src/trunk/ext/mbstring/tests/mb_send_mail01.phpt    2010-04-12 
14:05:00 UTC (rev 297898)
@@ -8,6 +8,7 @@
 ?>
 --INI--
 sendmail_path=/bin/cat
+mail.add_x_header=off
 --FILE--
 <?php
 $to = 'exam...@example.com';

Modified: php/php-src/trunk/ext/mbstring/tests/mb_send_mail02.phpt
===================================================================
--- php/php-src/trunk/ext/mbstring/tests/mb_send_mail02.phpt    2010-04-12 
14:04:45 UTC (rev 297897)
+++ php/php-src/trunk/ext/mbstring/tests/mb_send_mail02.phpt    2010-04-12 
14:05:00 UTC (rev 297898)
@@ -8,6 +8,7 @@
 ?>
 --INI--
 sendmail_path=/bin/cat
+mail.add_x_header=off
 --FILE--
 <?php
 $to = 'exam...@example.com';

Modified: php/php-src/trunk/ext/mbstring/tests/mb_send_mail03.phpt
===================================================================
--- php/php-src/trunk/ext/mbstring/tests/mb_send_mail03.phpt    2010-04-12 
14:04:45 UTC (rev 297897)
+++ php/php-src/trunk/ext/mbstring/tests/mb_send_mail03.phpt    2010-04-12 
14:05:00 UTC (rev 297898)
@@ -8,6 +8,7 @@
 ?>
 --INI--
 sendmail_path=/bin/cat
+mail.add_x_header=off
 --FILE--
 <?php
 $to = 'exam...@example.com';

Modified: php/php-src/trunk/ext/mbstring/tests/mb_send_mail04.phpt
===================================================================
--- php/php-src/trunk/ext/mbstring/tests/mb_send_mail04.phpt    2010-04-12 
14:04:45 UTC (rev 297897)
+++ php/php-src/trunk/ext/mbstring/tests/mb_send_mail04.phpt    2010-04-12 
14:05:00 UTC (rev 297898)
@@ -8,6 +8,7 @@
 ?>
 --INI--
 sendmail_path=/bin/cat
+mail.add_x_header=off
 --FILE--
 <?php
 $to = 'exam...@example.com';

Modified: php/php-src/trunk/ext/mbstring/tests/mb_send_mail05.phpt
===================================================================
--- php/php-src/trunk/ext/mbstring/tests/mb_send_mail05.phpt    2010-04-12 
14:04:45 UTC (rev 297897)
+++ php/php-src/trunk/ext/mbstring/tests/mb_send_mail05.phpt    2010-04-12 
14:05:00 UTC (rev 297898)
@@ -11,6 +11,7 @@
 ?>
 --INI--
 sendmail_path=/bin/cat
+mail.add_x_header=off
 --FILE--
 <?php
 $to = 'exam...@example.com';

Modified: php/php-src/trunk/ext/mbstring/tests/mb_send_mail06.phpt
===================================================================
--- php/php-src/trunk/ext/mbstring/tests/mb_send_mail06.phpt    2010-04-12 
14:04:45 UTC (rev 297897)
+++ php/php-src/trunk/ext/mbstring/tests/mb_send_mail06.phpt    2010-04-12 
14:05:00 UTC (rev 297898)
@@ -11,6 +11,7 @@
 ?>
 --INI--
 sendmail_path=/bin/cat
+mail.add_x_header=off
 --FILE--
 <?php
 $to = 'exam...@example.com';

Modified: php/php-src/trunk/ext/mbstring/tests/mb_send_mail07.phpt
===================================================================
--- php/php-src/trunk/ext/mbstring/tests/mb_send_mail07.phpt    2010-04-12 
14:04:45 UTC (rev 297897)
+++ php/php-src/trunk/ext/mbstring/tests/mb_send_mail07.phpt    2010-04-12 
14:05:00 UTC (rev 297898)
@@ -11,6 +11,7 @@
 ?>
 --INI--
 sendmail_path=/bin/cat
+mail.add_x_header=off
 --FILE--
 <?php
 $to = 'exam...@example.com';

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to