com doc/ja: Document that 3 options/info functions are removed as of PHP 8.0.0: language-snippets.ent reference/info/functions/get-magic-quotes-gpc.xml reference/info/functions/get-magic-quotes-runtime.xml reference/info/functions/restore-include-path.xml

[email protected] (Yoshinari Takaoka) Tue, 19 Jan 2021 21:19:44 +0000
Newsgroups php.doc.ja
Message-ID <[email protected]>
Commit:    6175a53e01882a372b36fe65ce2333a8bb6711b5
Author:    Yoshinari Takaoka <[email protected]>         Wed, 20 Jan 2021 06:19:44 +0900
Parents:   ae7c264316a7afa0e9d2104c1bb4de9891672b89
Branches:  master

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

Log:
Document that 3 options/info functions are removed as of PHP 8.0.0

Changed paths:
  M  language-snippets.ent
  M  reference/info/functions/get-magic-quotes-gpc.xml
  M  reference/info/functions/get-magic-quotes-runtime.xml
  M  reference/info/functions/restore-include-path.xml


Diff:
diff --git a/language-snippets.ent b/language-snippets.ent
index aa9dd75ecb..6fc7ea476a 100644
--- a/language-snippets.ent
+++ b/language-snippets.ent
@@ -262,6 +262,11 @@ xmlns="http://docbook.org/ns/docbook"><simpara>この機能は PHP 7.4.0 で
 xmlns="http://docbook.org/ns/docbook"><simpara>この関数は PHP 7.4.0 で
 <emphasis>非推奨</emphasis>になります。この関数に頼らないことを強く推奨します。</simpara></warning>'>
 
+<!ENTITY warn.deprecated.function-7-4-0.removed-8-0-0 '<warning
+xmlns="http://docbook.org/ns/docbook"><simpara>この関数は PHP 7.4.0 で
+<emphasis>非推奨</emphasis> になり、PHP 8.0.0 で <emphasis>削除</emphasis>
+されました。この関数に頼らないことを強く推奨します。</simpara></warning>'>
+
 <!ENTITY warn.deprecated.function-8-0-0 '<warning
 xmlns="http://docbook.org/ns/docbook"><simpara>この関数は PHP 8.0.0 で
 <emphasis>非推奨</emphasis>になります。この関数に頼らないことを強く推奨します。</simpara></warning>'>
diff --git a/reference/info/functions/get-magic-quotes-gpc.xml b/reference/info/functions/get-magic-quotes-gpc.xml
index 71e6759cf8..1f71a4aaca 100644
--- a/reference/info/functions/get-magic-quotes-gpc.xml
+++ b/reference/info/functions/get-magic-quotes-gpc.xml
@@ -9,7 +9,7 @@
  </refnamediv>
  
  <refsynopsisdiv>
-   &warn.deprecated.function-7-4-0;
+   &warn.deprecated.function-7-4-0.removed-8-0-0;
  </refsynopsisdiv>
 
  <refsect1 role="description">
diff --git a/reference/info/functions/get-magic-quotes-runtime.xml b/reference/info/functions/get-magic-quotes-runtime.xml
index 3a8e4933c4..dc4c7180b3 100644
--- a/reference/info/functions/get-magic-quotes-runtime.xml
+++ b/reference/info/functions/get-magic-quotes-runtime.xml
@@ -9,7 +9,7 @@
  </refnamediv>
 
  <refsynopsisdiv>
-   &warn.deprecated.function-7-4-0;
+   &warn.deprecated.function-7-4-0.removed-8-0-0;
  </refsynopsisdiv>
  
  <refsect1 role="description">
diff --git a/reference/info/functions/restore-include-path.xml b/reference/info/functions/restore-include-path.xml
index 9fc2f3d8a6..59afe89442 100644
--- a/reference/info/functions/restore-include-path.xml
+++ b/reference/info/functions/restore-include-path.xml
@@ -9,7 +9,7 @@
  </refnamediv>
 
  <refsynopsisdiv>
-   &warn.deprecated.function-7-4-0;
+   &warn.deprecated.function-7-4-0.removed-8-0-0;
  </refsynopsisdiv>
 
  <refsect1 role="description">