History log of /PHP-8.2/ext/imap/tests/imap_constructor.phpt (Results 1 – 3 of 3)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 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

# 7f1659af 23-Dec-2020 Ayesh Karunaratne

IMAP: Disallow direct `new IMAPConnection()` construct

Disallows constructing an `IMAPConnection` class directly with `new IMAPConnection` construct, by throwing an `Error` exception if atte

IMAP: Disallow direct `new IMAPConnection()` construct

Disallows constructing an `IMAPConnection` class directly with `new IMAPConnection` construct, by throwing an `Error` exception if attempted.
`imap_open` is still the only way to create `IMAPConnection` objects.

show more ...