History log of /PHP-8.1/ext/imap/tests/bug80213.phpt (Results 1 – 4 of 4)
Revision Date Author Comments
# 74859783 11-Jun-2021 Nikita Popov

Migrate SKIPIF -> EXTENSIONS (#7138)

This is an automated migration of most SKIPIF extension_loaded checks.


# 5aaffc80 01-Dec-2020 George Peter Banyard

Backport IMAP test modernization to PHP-8.0 branch

Closes GH-6476


# 06ddda22 03-Nov-2020 George Peter Banyard

Modernize IMAP tests

Use constants when appropriate, drop some ouputs which depends on env vars

Enable parallel testing.

Closes GH-6380


# 8bee0fbd 10-Oct-2020 Christoph M. Becker

Fix #80213: imap_mail_compose() segfaults on certain $bodies

We have to cater to non-associative arrays where the key may be `NULL`;
we just skip these elements.

Closes GH-6315.