History log of /PHP-8.3/ext/standard/tests/mail/gh7875.phpt (Results 1 – 7 of 7)
Revision (<<< Hide revision tags) (Show revision tags >>>) 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 ...


# 35167af7 03-Nov-2022 Ilija Tovilo

Really fix test this time


# bca1e1f5 03-Nov-2022 Ilija Tovilo

Fix ext section

Ugh, sorry.


# d2c66344 03-Nov-2022 Ilija Tovilo

Fix duplicate SKIPIF section


# 75970077 30-Oct-2022 Ilija Tovilo

Migrate i386 to GitHub actions

Closes GH-9856


Revision tags: php-8.2.0RC1, php-8.1.10, php-8.0.23, php-8.0.23RC1, php-8.1.10RC1, php-8.2.0beta3, php-8.2.0beta2, php-8.1.9, php-8.0.22, php-8.1.9RC1, php-8.2.0beta1, php-8.0.22RC1, php-8.0.21, php-8.1.8, php-8.2.0alpha3, php-8.1.8RC1, php-8.2.0alpha2, php-8.0.21RC1, php-8.0.20, php-8.1.7, php-8.2.0alpha1, php-7.4.30, php-8.1.7RC1, php-8.0.20RC1, php-8.1.6, php-8.0.19, php-8.1.6RC1, php-8.0.19RC1, php-8.0.18, php-8.1.5, php-7.4.29, php-8.1.5RC1, php-8.0.18RC1, php-8.1.4, php-8.0.17, php-8.1.4RC1, php-8.0.17RC1, php-8.1.3, php-8.0.16, php-7.4.28, php-8.1.3RC1, php-8.0.16RC1
# d2ec5bec 21-Jan-2022 Christoph M. Becker

Make gh7875.phpt more resilient

Apparently, on Cirrus CI FreeBSD chmodding a file to 0444 doesn't make
it readonly. So in this case, we skip the test.

[1] <https://github.com/p

Make gh7875.phpt more resilient

Apparently, on Cirrus CI FreeBSD chmodding a file to 0444 doesn't make
it readonly. So in this case, we skip the test.

[1] <https://github.com/php/php-src/pull/7975>

show more ...


Revision tags: php-8.1.2, php-8.0.15, php-8.1.2RC1
# 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 ...