summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2018-07-17 11:01:44 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2018-07-17 11:01:44 +0200
commit79a27ccf3f62e25f3ce5254dbce4cd631fb4e735 (patch)
tree48281818803755d98f5dbc89a1748e47f943361d
parentc0407d95f7bd9027d087cf8cc0f5a109b22430eb (diff)
downloadphp-git-79a27ccf3f62e25f3ce5254dbce4cd631fb4e735.tar.gz
FILTER_FLAG_(SCHEME|HOST)_REQUIRED are now deprecated
-rw-r--r--UPGRADING5
1 files changed, 5 insertions, 0 deletions
diff --git a/UPGRADING b/UPGRADING
index abd2ca7f20..12ce73f737 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -265,6 +265,11 @@ Core:
the declaration is also deprecated.
(RFC: https://wiki.php.net/rfc/case_insensitive_constant_deprecation)
+Filter:
+ . The explicit usage of the constants FILTER_FLAG_SCHEME_REQUIRED and
+ FILTER_FLAG_HOST_REQUIRED is now deprecated; both are implied for
+ FILTER_VALIDATE_URL anyway.
+
GD:
. image2wbmp() has been deprecated.