mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
FILTER_FLAG_(SCHEME|HOST)_REQUIRED are removed as of PHP 8.0.0
This commit is contained in:
parent
730cbb0a7a
commit
32cd7f679d
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue