From: Christoph M. Becker Date: Tue, 17 Jul 2018 09:01:44 +0000 (+0200) Subject: FILTER_FLAG_(SCHEME|HOST)_REQUIRED are now deprecated X-Git-Tag: php-7.3.0alpha4~7 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=79a27ccf3f62e25f3ce5254dbce4cd631fb4e735;p=php FILTER_FLAG_(SCHEME|HOST)_REQUIRED are now deprecated --- 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.