From 79a27ccf3f62e25f3ce5254dbce4cd631fb4e735 Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Tue, 17 Jul 2018 11:01:44 +0200 Subject: [PATCH] FILTER_FLAG_(SCHEME|HOST)_REQUIRED are now deprecated --- UPGRADING | 5 +++++ 1 file changed, 5 insertions(+) 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. -- 2.40.0