com doc/ja: Fix/add missing PHP 7.x-filter: reference/filter/filters.xml

[email protected] (Yoshinari Takaoka) Thu, 31 Dec 2020 00:50:58 +0000
Newsgroups php.doc.ja
Message-ID <[email protected]>
Commit:    c76ee9b119db18395bc1c0cdf08abeec7401d18b
Author:    Yoshinari Takaoka <[email protected]>         Thu, 31 Dec 2020 09:50:58 +0900
Parents:   d42b4eb6dec0d6b4949fb1e4edd81206668a7d69
Branches:  master

Link:       http://git.php.net/?p=doc/ja.git;a=commitdiff;h=c76ee9b119db18395bc1c0cdf08abeec7401d18b

Log:
Fix/add missing PHP 7.x-filter

Closes GH-294.

Changed paths:
  M  reference/filter/filters.xml


Diff:
diff --git a/reference/filter/filters.xml b/reference/filter/filters.xml
index a2e9e3eb56..f0dd1a35b0 100644
--- a/reference/filter/filters.xml
+++ b/reference/filter/filters.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: f751e752d76a30ecceecc9c7b1a48d04a41915f7 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 06e8e34994d0d5183cf43b72932a2ffa48406dce Maintainer: takagi Status: ready -->
 <!-- CREDITS: mumumu -->
 <chapter xml:id="filter.filters" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <title>フィルタの型</title>
@@ -195,7 +195,10 @@
        <row>
         <entry>7.0.0</entry>
         <entry>
-         <constant>FILTER_FLAG_HOSTNAME</constant> が追加されました。
+         <constant>FILTER_FLAG_HOSTNAME</constant>
+         と
+         <constant>FILTER_VALIDATE_DOMAIN</constant>
+         が追加されました。
         </entry>
        </row>
        <row>