iliaa Mon, 12 Apr 2010 14:04:45 +0000 Revision: http://svn.php.net/viewvc?view=revision&revision=297897
Log: 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/branches/PHP_5_3/ext/mbstring/tests/mb_send_mail01.phpt U php/php-src/branches/PHP_5_3/ext/mbstring/tests/mb_send_mail02.phpt U php/php-src/branches/PHP_5_3/ext/mbstring/tests/mb_send_mail03.phpt U php/php-src/branches/PHP_5_3/ext/mbstring/tests/mb_send_mail04.phpt U php/php-src/branches/PHP_5_3/ext/mbstring/tests/mb_send_mail05.phpt U php/php-src/branches/PHP_5_3/ext/mbstring/tests/mb_send_mail06.phpt U php/php-src/branches/PHP_5_3/ext/mbstring/tests/mb_send_mail07.phpt Modified: php/php-src/branches/PHP_5_3/ext/mbstring/tests/mb_send_mail01.phpt =================================================================== --- php/php-src/branches/PHP_5_3/ext/mbstring/tests/mb_send_mail01.phpt 2010-04-12 13:57:54 UTC (rev 297896) +++ php/php-src/branches/PHP_5_3/ext/mbstring/tests/mb_send_mail01.phpt 2010-04-12 14:04:45 UTC (rev 297897) @@ -8,6 +8,7 @@ ?> --INI-- sendmail_path=/bin/cat +mail.add_x_header=off --FILE-- <?php $to = 'exam...@example.com'; Modified: php/php-src/branches/PHP_5_3/ext/mbstring/tests/mb_send_mail02.phpt =================================================================== --- php/php-src/branches/PHP_5_3/ext/mbstring/tests/mb_send_mail02.phpt 2010-04-12 13:57:54 UTC (rev 297896) +++ php/php-src/branches/PHP_5_3/ext/mbstring/tests/mb_send_mail02.phpt 2010-04-12 14:04:45 UTC (rev 297897) @@ -8,6 +8,7 @@ ?> --INI-- sendmail_path=/bin/cat +mail.add_x_header=off --FILE-- <?php $to = 'exam...@example.com'; Modified: php/php-src/branches/PHP_5_3/ext/mbstring/tests/mb_send_mail03.phpt =================================================================== --- php/php-src/branches/PHP_5_3/ext/mbstring/tests/mb_send_mail03.phpt 2010-04-12 13:57:54 UTC (rev 297896) +++ php/php-src/branches/PHP_5_3/ext/mbstring/tests/mb_send_mail03.phpt 2010-04-12 14:04:45 UTC (rev 297897) @@ -8,6 +8,7 @@ ?> --INI-- sendmail_path=/bin/cat +mail.add_x_header=off --FILE-- <?php $to = 'exam...@example.com'; Modified: php/php-src/branches/PHP_5_3/ext/mbstring/tests/mb_send_mail04.phpt =================================================================== --- php/php-src/branches/PHP_5_3/ext/mbstring/tests/mb_send_mail04.phpt 2010-04-12 13:57:54 UTC (rev 297896) +++ php/php-src/branches/PHP_5_3/ext/mbstring/tests/mb_send_mail04.phpt 2010-04-12 14:04:45 UTC (rev 297897) @@ -8,6 +8,7 @@ ?> --INI-- sendmail_path=/bin/cat +mail.add_x_header=off --FILE-- <?php $to = 'exam...@example.com'; Modified: php/php-src/branches/PHP_5_3/ext/mbstring/tests/mb_send_mail05.phpt =================================================================== --- php/php-src/branches/PHP_5_3/ext/mbstring/tests/mb_send_mail05.phpt 2010-04-12 13:57:54 UTC (rev 297896) +++ php/php-src/branches/PHP_5_3/ext/mbstring/tests/mb_send_mail05.phpt 2010-04-12 14:04:45 UTC (rev 297897) @@ -11,6 +11,7 @@ ?> --INI-- sendmail_path=/bin/cat +mail.add_x_header=off --FILE-- <?php $to = 'exam...@example.com'; Modified: php/php-src/branches/PHP_5_3/ext/mbstring/tests/mb_send_mail06.phpt =================================================================== --- php/php-src/branches/PHP_5_3/ext/mbstring/tests/mb_send_mail06.phpt 2010-04-12 13:57:54 UTC (rev 297896) +++ php/php-src/branches/PHP_5_3/ext/mbstring/tests/mb_send_mail06.phpt 2010-04-12 14:04:45 UTC (rev 297897) @@ -11,6 +11,7 @@ ?> --INI-- sendmail_path=/bin/cat +mail.add_x_header=off --FILE-- <?php $to = 'exam...@example.com'; Modified: php/php-src/branches/PHP_5_3/ext/mbstring/tests/mb_send_mail07.phpt =================================================================== --- php/php-src/branches/PHP_5_3/ext/mbstring/tests/mb_send_mail07.phpt 2010-04-12 13:57:54 UTC (rev 297896) +++ php/php-src/branches/PHP_5_3/ext/mbstring/tests/mb_send_mail07.phpt 2010-04-12 14:04:45 UTC (rev 297897) @@ -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