Skip to content

Commit 79a27cc

Browse files
committed
FILTER_FLAG_(SCHEME|HOST)_REQUIRED are now deprecated
1 parent c0407d9 commit 79a27cc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

UPGRADING

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,11 @@ Core:
265265
the declaration is also deprecated.
266266
(RFC: https://wiki.php.net/rfc/case_insensitive_constant_deprecation)
267267

268+
Filter:
269+
. The explicit usage of the constants FILTER_FLAG_SCHEME_REQUIRED and
270+
FILTER_FLAG_HOST_REQUIRED is now deprecated; both are implied for
271+
FILTER_VALIDATE_URL anyway.
272+
268273
GD:
269274
. image2wbmp() has been deprecated.
270275

0 commit comments

Comments
 (0)