History log of /PHP-8.0/ext/standard/tests/mail/gh7875.phpt (Results 1 – 3 of 3)
Revision Date Author Comments
# 4c35d644 03-Nov-2022 Christoph M. Becker

Don't skip test on Windows due to missing ext/posix

ext/posix is not available on Windows, but there is no need to check
for root (i.e. elevated privileges) on this platform, either.

Don't skip test on Windows due to missing ext/posix

ext/posix is not available on Windows, but there is no need to check
for root (i.e. elevated privileges) on this platform, either.

Closes GH-9886.

show more ...


# 75970077 30-Oct-2022 Ilija Tovilo

Migrate i386 to GitHub actions

Closes GH-9856


# 478edcda 04-Jan-2022 Christoph M. Becker

Fix GH-7875: mails are sent even if failure to log throws exception

We explicitly check for an exception after the logging attempt, and
bail out in that case.

Co-authored-by: Ti

Fix GH-7875: mails are sent even if failure to log throws exception

We explicitly check for an exception after the logging attempt, and
bail out in that case.

Co-authored-by: Tim Düsterhus <timwolla@googlemail.com>

Closes GH-7878.

show more ...