FILTER_FLAG_SCHEME_REQUIRED and FILTER_FLAG_HOST_REQUIRED are deprecated

Cf. <https://wiki.php.net/rfc/deprecations_php_7_3#filter_flag_scheme_required_and_filter_flag_host_required>.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@345341 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Christoph Michael Becker 2018-07-17 11:17:06 +00:00
parent 5a3cf6ea6b
commit 45e81f18d7

View file

@ -737,6 +737,13 @@ filter.default_flags = 0
</row>
</thead>
<tbody>
<row>
<entry>7.3.0</entry>
<entry>
The explicit usage of <constant>FILTER_FLAG_SCHEME_REQUIRED</constant>
and <constant>FILTER_FLAG_HOST_REQUIRED</constant> has been deprecated.
</entry>
</row>
<row>
<entry>7.1.0</entry>
<entry>