summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorGeorge Peter Banyard <girgias@php.net>2020-09-21 16:19:10 +0100
committerGeorge Peter Banyard <girgias@php.net>2020-09-22 17:46:28 +0100
commit5d7d5e2773d140be3c31a27be45e89cae0d218e2 (patch)
tree54f955211183b043337022e8155f22eca9d16f17 /UPGRADING
parent7fde9918af7663c3819e193800588952d1557d7b (diff)
downloadphp-git-5d7d5e2773d140be3c31a27be45e89cae0d218e2.tar.gz
Add proper default values for optional arguments in IMAP
Closes GH-6179
Diffstat (limited to 'UPGRADING')
-rw-r--r--UPGRADING4
1 files changed, 4 insertions, 0 deletions
diff --git a/UPGRADING b/UPGRADING
index fc3d283e6e..aaebf52de9 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -325,6 +325,10 @@ PHP 8.0 UPGRADE NOTES
. iconv() implementations which do not properly set errno in case of errors
are no longer supported.
+- IMAP:
+ . The unused default_host argument of imap_headerinfo() has been removed.
+ . The imap_header() function which is an alias of imap_headerinfo() has been removed.
+
- Intl:
. The deprecated constant INTL_IDNA_VARIANT_2003 has been removed.
RFC: https://wiki.php.net/rfc/deprecate-and-remove-intl_idna_variant_2003