Skip to content

Commit

Permalink
FILTER_FLAG_(SCHEME|HOST)_REQUIRED are now deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
cmb69 committed Jul 17, 2018
1 parent c0407d9 commit 79a27cc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions UPGRADING
Expand Up @@ -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.

Expand Down

0 comments on commit 79a27cc

Please sign in to comment.