We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 383779e commit 27afc45Copy full SHA for 27afc45
UPGRADING
@@ -23,6 +23,10 @@ PHP 8.1 UPGRADE NOTES
23
. The fileinfo functions now accept and return, respectively, finfo objects
24
instead of resources.
25
26
+- IMAP:
27
+ . The IMAP functions now accept and return, respectively, IMAPConnection objects
28
+ instead of resources.
29
+
30
- MySQLi:
31
. mysqli_fetch_fields() and mysqli_fetch_field_direct() will now always return
32
zero for max_length. You can compute this information by iterating over the
0 commit comments