FILTER_FLAG_(SCHEME|HOST)_REQUIRED are removed as of PHP 8.0.0

This commit is contained in:
Christoph M. Becker 2021-12-10 14:47:50 +01:00
parent 730cbb0a7a
commit 32cd7f679d
No known key found for this signature in database
GPG key ID: D66C9593118BCCB6

View file

@ -572,7 +572,7 @@
<listitem>
<simpara>
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.)
</simpara>
</listitem>
</varlistentry>
@ -584,7 +584,7 @@
<listitem>
<simpara>
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.)
</simpara>
</listitem>
</varlistentry>