com doc/ja: Add a note that json is always available in php 8.0: reference/json/setup.xml

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

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

Log:
Add a note that json is always available in php 8.0

See https://wiki.php.net/rfc/always_enable_json

Base the wording on https://www.php.net/manual/en/hash.installation.php

Closes GH-438.

Changed paths:
  M  reference/json/setup.xml


Diff:
diff --git a/reference/json/setup.xml b/reference/json/setup.xml
index b3920dd4bd..02cacb5c08 100644
--- a/reference/json/setup.xml
+++ b/reference/json/setup.xml
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: f86f89b51756b1b355f08f6ecc7f734b04a106a4 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 2d031e7e9469a0115128153fb2f05d62c28ef2a1 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">
  &reftitle.setup;
@@ -17,6 +18,10 @@
    に組み込まれます。
   </para>
   <para>
+   PHP 8.0.0 以降、JSON 拡張モジュールは PHP コアに含まれているため、
+   常に有効になっています。
+  </para>
+  <para>
    &pecl.info; 
    <link xlink:href="&url.pecl.package;json">&url.pecl.package;json</link>
   </para>