Skip to content

Commit 27afc45

Browse files
committed
Add IMAP resource to object conversion to UPGRADING
1 parent 383779e commit 27afc45

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

UPGRADING

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ PHP 8.1 UPGRADE NOTES
2323
. The fileinfo functions now accept and return, respectively, finfo objects
2424
instead of resources.
2525

26+
- IMAP:
27+
. The IMAP functions now accept and return, respectively, IMAPConnection objects
28+
instead of resources.
29+
2630
- MySQLi:
2731
. mysqli_fetch_fields() and mysqli_fetch_field_direct() will now always return
2832
zero for max_length. You can compute this information by iterating over the

0 commit comments

Comments
 (0)