com doc/ja: Remove obsolete PHP 5 related info: reference/json/setup.xml

[email protected] (Yoshinari Takaoka) Mon, 08 Feb 2021 13:48:13 +0000
Newsgroups php.doc.ja
Message-ID <[email protected]>
Commit:    99a294f9f160826dca1a59d20e5dcfcfa22cb17b
Author:    Yoshinari Takaoka <[email protected]>         Mon, 8 Feb 2021 22:48:13 +0900
Parents:   fb0d6847b0185fc8c6f0a497f3263c3eed3eb0c5
Branches:  master

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

Log:
Remove obsolete PHP 5 related info

Changed paths:
  M  reference/json/setup.xml


Diff:
diff --git a/reference/json/setup.xml b/reference/json/setup.xml
index 02cacb5c08..14e2c677a8 100644
--- a/reference/json/setup.xml
+++ b/reference/json/setup.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 2d031e7e9469a0115128153fb2f05d62c28ef2a1 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: e7ae971d849f68cf7c3628a9c652b1b641b6ef1c Maintainer: takagi Status: ready -->
 <!-- Credits: mumumu -->
 
 <chapter xml:id="json.setup" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
@@ -14,11 +14,10 @@
  <section xml:id="json.installation">
   &reftitle.install;
   <para>
-   PHP 5.2.0 以降、JSON 拡張モジュールはデフォルトで PHP
-   に組み込まれます。
+   JSON 拡張モジュールは、デフォルトで PHP コアに組み込まれています。
   </para>
   <para>
-   PHP 8.0.0 以降、JSON 拡張モジュールは PHP コアに含まれているため、
+   PHP 8.0.0 以降、JSON 拡張モジュールは PHP コアに組み込まれているため、
    常に有効になっています。
   </para>
   <para>