Edit report at https://bugs.php.net/bug.php?id=61631&edit=1
ID: 61631 Patch added by: a...@php.net Reported by: a...@php.net Summary: mbstring mail related tests fail Status: Open Type: Bug Package: mbstring related Operating System: Windows PHP Version: Irrelevant Block user comment: N Private report: N New Comment: The following patch has been added/updated: Patch Name: 61631.diff Revision: 1333621963 URL: https://bugs.php.net/patch-display.php?bug=61631&patch=61631.diff&revision=1333621963 Previous Comments: ------------------------------------------------------------------------ [2012-04-05 10:14:54] a...@php.net Description: ------------ MBstring contains tests for the mail functionality. Thease tests are: ext\mbstring\tests\bug52861.phpt ext\mbstring\tests\mb_send_mail01.phpt ext\mbstring\tests\mb_send_mail02.phpt ext\mbstring\tests\mb_send_mail03.phpt ext\mbstring\tests\mb_send_mail04.phpt ext\mbstring\tests\mb_send_mail05.phpt ext\mbstring\tests\mb_send_mail06.phpt ext\mbstring\tests\mb_send_mail07.phpt For example the diff of ext\mbstring\tests\bug52861.phpt 001- To: exam...@example.com 002- Subject: %s 003- MIME-Version: 2.0 004- Content-Type: text/plain; charset=%s 005- Content-Transfer-Encoding: %s 006- Thease tests should not be run on windows, as on windows no sendmail binary is used but an available MTA is required. Expected result: ---------------- tests pass Actual result: -------------- tests fail ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=61631&edit=1