[PHP-CVS] svn: /php/php-src/trunk/ext/mbstring/tests/ mb_send_mail01.phpt mb_send_mail02.phpt mb_send_mail03.phpt mb_send_mail04.phpt mb_send_mail05.phpt mb_send_mail06.phpt mb_send_mail07.phpt

2011-09-11 Thread Rui Hirokawa
hirokawa Sun, 11 Sep 2011 13:04:21 +

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

Log:
fixed test failure on win32.

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.phpt2011-09-11 
12:29:15 UTC (rev 316494)
+++ php/php-src/trunk/ext/mbstring/tests/mb_send_mail01.phpt2011-09-11 
13:04:21 UTC (rev 316495)
@@ -2,6 +2,9 @@
 mb_send_mail() test 1 (lang=neutral)
 --SKIPIF--
 -- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-CVS] svn: /php/php-src/trunk/ext/mbstring/tests/ mb_send_mail01.phpt mb_send_mail02.phpt mb_send_mail03.phpt mb_send_mail04.phpt mb_send_mail05.phpt mb_send_mail06.phpt mb_send_mail07.phpt

2010-04-12 Thread Ilia Alshanetsky
iliaaMon, 12 Apr 2010 14:05:00 +

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.phpt2010-04-12 
14:04:45 UTC (rev 297897)
+++ php/php-src/trunk/ext/mbstring/tests/mb_send_mail01.phpt2010-04-12 
14:05:00 UTC (rev 297898)
@@ -8,6 +8,7 @@
 ?>
 --INI--
 sendmail_path=/bin/cat
+mail.add_x_header=off
 --FILE--
 
 --INI--
 sendmail_path=/bin/cat
+mail.add_x_header=off
 --FILE--
 
 --INI--
 sendmail_path=/bin/cat
+mail.add_x_header=off
 --FILE--
 
 --INI--
 sendmail_path=/bin/cat
+mail.add_x_header=off
 --FILE--
 
 --INI--
 sendmail_path=/bin/cat
+mail.add_x_header=off
 --FILE--
 
 --INI--
 sendmail_path=/bin/cat
+mail.add_x_header=off
 --FILE--
 
 --INI--
 sendmail_path=/bin/cat
+mail.add_x_header=off
 --FILE--
 -- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php