From 32cd7f679dcd5aa819e33f75f67da54463f62dd3 Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Fri, 10 Dec 2021 14:47:50 +0100 Subject: [PATCH] FILTER_FLAG_(SCHEME|HOST)_REQUIRED are removed as of PHP 8.0.0 --- reference/filter/constants.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/filter/constants.xml b/reference/filter/constants.xml index 82beb19e09..dda69e43ad 100644 --- a/reference/filter/constants.xml +++ b/reference/filter/constants.xml @@ -572,7 +572,7 @@ Require scheme in "validate_url" filter. - (Deprecated per PHP 7.3 as it is implied in the filter already.) + (Deprecated as of PHP 7.3.0 and removed as of PHP 8.0.0, as it is implied in the filter already.) @@ -584,7 +584,7 @@ Require host in "validate_url" filter. - (Deprecated per PHP 7.3 as it is implied in the filter already.) + (Deprecated as of PHP 7.3.0 and removed as of PHP 8.0.0, as it is implied in the filter already.)