summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorGeorge Peter Banyard <girgias@php.net>2020-12-22 03:09:00 +0100
committerGeorge Peter Banyard <girgias@php.net>2020-12-22 03:09:00 +0100
commit27afc455c3b86b092789f66b64c8fac1b12d0b83 (patch)
tree17be1649937bc3ab7ac00cbaaf323071aa8f5c7a /UPGRADING
parent383779e5025acf763c87e5562902f40cc6360b97 (diff)
downloadphp-git-27afc455c3b86b092789f66b64c8fac1b12d0b83.tar.gz
Add IMAP resource to object conversion to UPGRADING
Diffstat (limited to 'UPGRADING')
-rw-r--r--UPGRADING4
1 files changed, 4 insertions, 0 deletions
diff --git a/UPGRADING b/UPGRADING
index 222b30b3e9..8625303aac 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -23,6 +23,10 @@ PHP 8.1 UPGRADE NOTES
. The fileinfo functions now accept and return, respectively, finfo objects
instead of resources.
+- IMAP:
+ . The IMAP functions now accept and return, respectively, IMAPConnection objects
+ instead of resources.
+
- MySQLi:
. mysqli_fetch_fields() and mysqli_fetch_field_direct() will now always return
zero for max_length. You can compute this information by iterating over the