History log of /PHP-8.0/ext/imap/tests/bug80438.phpt (Results 1 – 4 of 4)
Revision Date Author Comments
# e45cc31c 30-Nov-2020 George Peter Banyard

Add tests for passing a UID instead of a message number


# 5aaffc80 01-Dec-2020 George Peter Banyard

Backport IMAP test modernization to PHP-8.0 branch

Closes GH-6476


# 4959c605 01-Dec-2020 Dmitry Stogov

Fixed incorrect "skipif.inc" include


# 0076b473 30-Nov-2020 George Peter Banyard

Fix Bug #80438: imap_msgno() incorrectly warns and return false on valid UIDs in PHP 8.0.0

Checking for a valid Unique ID (UID) cannot use the convenience macro as they might
be larger t

Fix Bug #80438: imap_msgno() incorrectly warns and return false on valid UIDs in PHP 8.0.0

Checking for a valid Unique ID (UID) cannot use the convenience macro as they might
be larger than the message number which has for maximum value the total number of
current messages available in the mailbox.

show more ...