History log of /PHP-8.2/ext/imap/tests/imap_final.phpt (Results 1 – 4 of 4)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 663536d7 27-Jul-2021 Máté Kocsis

Improve class inheritance error messages (#7307)

# 39131219 11-Jun-2021 Nikita Popov

Migrate more SKIPIF -> EXTENSIONS (#7139)

This is a mix of more automated and manual migration. It should remove all applicable extension_loaded() checks outside of skipif.inc files.

# 27d40da9 28-Apr-2021 George Peter Banyard

Convert IMAPConnection to IMAP\Connection

# af68d4aa 23-Dec-2020 Ayesh Karunaratne

IMAP: Declare `IMAPConnection` class as `final` (stub+test)

Updates the `IMAPConnection` class stub to make sure it has the `final` flag, and adds a test to verify it.