svn: /phpdoc/ja/trunk/reference/mcrypt/functions/ mcrypt-enc-get-iv-size.xml mcrypt-enc-get-key-size.xml mcrypt-enc-get-modes-name.xml mcrypt-enc-get-supported-key-sizes.xml mcrypt-enc-is-block-algorithm-mode.xml mcrypt-enc-is-block-algorithm.xml mcrypt-enc-is-block-mode.xml mcrypt-enc-self-test.xml mcrypt-encrypt.xml mcrypt-generic-deinit.xml mcrypt-generic-init.xml mcrypt-generic.xml mcrypt-get-block-size.xml mcrypt-get-cipher-name.xml mcrypt-get-iv-size.xml mcrypt-get-key-size.xml mcrypt-list

[email protected] (Yoshinari Takaoka)
Newsgroups php.doc.ja
Message-ID <[email protected]>
mumumu                                   Thu, 30 Apr 2020 09:48:10 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=349728

Log:
Fix #79543: mcrypt functions not documented as being removed

Bug: https://bugs.php.net/79543 (Closed) mcrypt functions not documented as being removed
      
Changed paths:
    U   phpdoc/ja/trunk/reference/mcrypt/functions/mcrypt-enc-get-iv-size.xml
    U   phpdoc/ja/trunk/reference/mcrypt/functions/mcrypt-enc-get-key-size.xml
    U   phpdoc/ja/trunk/reference/mcrypt/functions/mcrypt-enc-get-modes-name.xml
    U   phpdoc/ja/trunk/reference/mcrypt/functions/mcrypt-enc-get-supported-key-sizes.xml
    U   phpdoc/ja/trunk/reference/mcrypt/functions/mcrypt-enc-is-block-algorithm-mode.xml
    U   phpdoc/ja/trunk/reference/mcrypt/functions/mcrypt-enc-is-block-algorithm.xml
    U   phpdoc/ja/trunk/reference/mcrypt/functions/mcrypt-enc-is-block-mode.xml
    U   phpdoc/ja/trunk/reference/mcrypt/functions/mcrypt-enc-self-test.xml
    U   phpdoc/ja/trunk/reference/mcrypt/functions/mcrypt-encrypt.xml
    U   phpdoc/ja/trunk/reference/mcrypt/functions/mcrypt-generic-deinit.xml
    U   phpdoc/ja/trunk/reference/mcrypt/functions/mcrypt-generic-init.xml
    U   phpdoc/ja/trunk/reference/mcrypt/functions/mcrypt-generic.xml
    U   phpdoc/ja/trunk/reference/mcrypt/functions/mcrypt-get-block-size.xml
    U   phpdoc/ja/trunk/reference/mcrypt/functions/mcrypt-get-cipher-name.xml
    U   phpdoc/ja/trunk/reference/mcrypt/functions/mcrypt-get-iv-size.xml
    U   phpdoc/ja/trunk/reference/mcrypt/functions/mcrypt-get-key-size.xml
    U   phpdoc/ja/trunk/reference/mcrypt/functions/mcrypt-list-algorithms.xml
    U   phpdoc/ja/trunk/reference/mcrypt/functions/mcrypt-list-modes.xml
    U   phpdoc/ja/trunk/reference/mcrypt/functions/mcrypt-module-close.xml
    U   phpdoc/ja/trunk/reference/mcrypt/functions/mcrypt-module-get-algo-block-size.xml
    U   phpdoc/ja/trunk/reference/mcrypt/functions/mcrypt-module-get-algo-key-size.xml
    U   phpdoc/ja/trunk/reference/mcrypt/functions/mcrypt-module-get-supported-key-sizes.xml
    U   phpdoc/ja/trunk/reference/mcrypt/functions/mcrypt-module-is-block-algorithm-mode.xml
    U   phpdoc/ja/trunk/reference/mcrypt/functions/mcrypt-module-is-block-algorithm.xml
    U   phpdoc/ja/trunk/reference/mcrypt/functions/mcrypt-module-is-block-mode.xml
    U   phpdoc/ja/trunk/reference/mcrypt/functions/mcrypt-module-open.xml
    U   phpdoc/ja/trunk/reference/mcrypt/functions/mcrypt-module-self-test.xml
    U   phpdoc/ja/trunk/reference/mcrypt/functions/mdecrypt-generic.xml
svn-diffs-349728.txt (text/x-diff, 29.4 KB)
Modified: phpdoc/ja/trunk/reference/mcrypt/functions/mcrypt-enc-get-iv-size.xml
===================================================================
--- phpdoc/ja/trunk/reference/mcrypt/functions/mcrypt-enc-get-iv-size.xml	2020-04-30 08:21:50 UTC (rev 349727)
+++ phpdoc/ja/trunk/reference/mcrypt/functions/mcrypt-enc-get-iv-size.xml	2020-04-30 09:48:10 UTC (rev 349728)
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 341620 Maintainer: hirokawa Status: ready -->
+<!-- EN-Revision: 349727 Maintainer: hirokawa Status: ready -->
+<!-- Credits: mumumu -->
 <refentry xml:id="function.mcrypt-enc-get-iv-size" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>mcrypt_enc_get_iv_size</refname>
@@ -7,7 +8,7 @@
   <refpurpose>オープンされたアルゴリズムの IV の大きさを返す</refpurpose>
  </refnamediv>
  <refsynopsisdiv>
-  &warn.deprecated.function-7-1-0;
+  &warn.deprecated.function-7-1-0.removed-7-2-0;
  </refsynopsisdiv>
  <refsect1 role="description">
   &reftitle.description;

Modified: phpdoc/ja/trunk/reference/mcrypt/functions/mcrypt-enc-get-key-size.xml
===================================================================
--- phpdoc/ja/trunk/reference/mcrypt/functions/mcrypt-enc-get-key-size.xml	2020-04-30 08:21:50 UTC (rev 349727)
+++ phpdoc/ja/trunk/reference/mcrypt/functions/mcrypt-enc-get-key-size.xml	2020-04-30 09:48:10 UTC (rev 349728)
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 341620 Maintainer: hirokawa Status: ready -->
+<!-- EN-Revision: 349727 Maintainer: hirokawa Status: ready -->
+<!-- Credits: mumumu -->
 <refentry xml:id="function.mcrypt-enc-get-key-size" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>mcrypt_enc_get_key_size</refname>
@@ -7,7 +8,7 @@
   <refpurpose>オープンされたモードでサポートされる最大キー長を返す</refpurpose>
  </refnamediv>
  <refsynopsisdiv>
-  &warn.deprecated.function-7-1-0;
+  &warn.deprecated.function-7-1-0.removed-7-2-0;
  </refsynopsisdiv>
  <refsect1 role="description">
   &reftitle.description;

Modified: phpdoc/ja/trunk/reference/mcrypt/functions/mcrypt-enc-get-modes-name.xml
===================================================================
--- phpdoc/ja/trunk/reference/mcrypt/functions/mcrypt-enc-get-modes-name.xml	2020-04-30 08:21:50 UTC (rev 349727)
+++ phpdoc/ja/trunk/reference/mcrypt/functions/mcrypt-enc-get-modes-name.xml	2020-04-30 09:48:10 UTC (rev 349728)
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 341620 Maintainer: hirokawa Status: ready -->
+<!-- EN-Revision: 349727 Maintainer: hirokawa Status: ready -->
+<!-- Credits: mumumu -->
 <refentry xml:id="function.mcrypt-enc-get-modes-name" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>mcrypt_enc_get_modes_name</refname>
@@ -7,7 +8,7 @@
   <refpurpose>オープンされたモードの名前を返す</refpurpose>
  </refnamediv>
  <refsynopsisdiv>
-  &warn.deprecated.function-7-1-0;
+  &warn.deprecated.function-7-1-0.removed-7-2-0;
  </refsynopsisdiv>
  <refsect1 role="description">
   &reftitle.description;

Modified: phpdoc/ja/trunk/reference/mcrypt/functions/mcrypt-enc-get-supported-key-sizes.xml
===================================================================
--- phpdoc/ja/trunk/reference/mcrypt/functions/mcrypt-enc-get-supported-key-sizes.xml	2020-04-30 08:21:50 UTC (rev 349727)
+++ phpdoc/ja/trunk/reference/mcrypt/functions/mcrypt-enc-get-supported-key-sizes.xml	2020-04-30 09:48:10 UTC (rev 349728)
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 341620 Maintainer: hirokawa Status: ready -->
+<!-- EN-Revision: 349727 Maintainer: hirokawa Status: ready -->
+<!-- Credits: mumumu -->
 <refentry xml:id="function.mcrypt-enc-get-supported-key-sizes" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>mcrypt_enc_get_supported_key_sizes</refname>
@@ -7,7 +8,7 @@
   <refpurpose>オープンされたアルゴリズムでサポートされるキー長を配列にして返す</refpurpose>
  </refnamediv>
  <refsynopsisdiv>
-  &warn.deprecated.function-7-1-0;
+  &warn.deprecated.function-7-1-0.removed-7-2-0;
  </refsynopsisdiv>
  <refsect1 role="description">
   &reftitle.description;

Modified: phpdoc/ja/trunk/reference/mcrypt/functions/mcrypt-enc-is-block-algorithm-mode.xml
===================================================================
--- phpdoc/ja/trunk/reference/mcrypt/functions/mcrypt-enc-is-block-algorithm-mode.xml	2020-04-30 08:21:50 UTC (rev 349727)
+++ phpdoc/ja/trunk/reference/mcrypt/functions/mcrypt-enc-is-block-algorithm-mode.xml	2020-04-30 09:48:10 UTC (rev 349728)
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 341620 Maintainer: hirokawa Status: ready -->
+<!-- EN-Revision: 349727 Maintainer: hirokawa Status: ready -->
+<!-- Credits: mumumu -->
 <refentry xml:id="function.mcrypt-enc-is-block-algorithm-mode" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>mcrypt_enc_is_block_algorithm_mode</refname>
@@ -7,7 +8,7 @@
   <refpurpose>オープンされたモードの暗号がブロックモードで動作するかどうかを調べる</refpurpose>
  </refnamediv>
  <refsynopsisdiv>
-  &warn.deprecated.function-7-1-0;
+  &warn.deprecated.function-7-1-0.removed-7-2-0;
  </refsynopsisdiv>
  <refsect1 role="description">
   &reftitle.description;

Modified: phpdoc/ja/trunk/reference/mcrypt/functions/mcrypt-enc-is-block-algorithm.xml
===================================================================
--- phpdoc/ja/trunk/reference/mcrypt/functions/mcrypt-enc-is-block-algorithm.xml	2020-04-30 08:21:50 UTC (rev 349727)
+++ phpdoc/ja/trunk/reference/mcrypt/functions/mcrypt-enc-is-block-algorithm.xml	2020-04-30 09:48:10 UTC (rev 349728)
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 341620 Maintainer: hirokawa Status: ready -->
+<!-- EN-Revision: 349727 Maintainer: hirokawa Status: ready -->
+<!-- Credits: mumumu -->
 <refentry xml:id="function.mcrypt-enc-is-block-algorithm" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>mcrypt_enc_is_block_algorithm</refname>
@@ -7,7 +8,7 @@
   <refpurpose>オープンされたモードの暗号がブロックアルゴリズムであるかどうかを調べる</refpurpose>
  </refnamediv>
  <refsynopsisdiv>
-  &warn.deprecated.function-7-1-0;
+  &warn.deprecated.function-7-1-0.removed-7-2-0;
  </refsynopsisdiv>
  <refsect1 role="description">
   &reftitle.description;

Modified: phpdoc/ja/trunk/reference/mcrypt/functions/mcrypt-enc-is-block-mode.xml
===================================================================
--- phpdoc/ja/trunk/reference/mcrypt/functions/mcrypt-enc-is-block-mode.xml	2020-04-30 08:21:50 UTC (rev 349727)
+++ phpdoc/ja/trunk/reference/mcrypt/functions/mcrypt-enc-is-block-mode.xml	2020-04-30 09:48:10 UTC (rev 349728)
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 341620 Maintainer: hirokawa Status: ready -->
+<!-- EN-Revision: 349727 Maintainer: hirokawa Status: ready -->
+<!-- Credits: mumumu -->
 <refentry xml:id="function.mcrypt-enc-is-block-mode" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>mcrypt_enc_is_block_mode</refname>
@@ -7,7 +8,7 @@
   <refpurpose>オープンされたモードがブロック出力を行うかどうかを調べる</refpurpose>
  </refnamediv>
  <refsynopsisdiv>
-  &warn.deprecated.function-7-1-0;
+  &warn.deprecated.function-7-1-0.removed-7-2-0;
  </refsynopsisdiv>
  <refsect1 role="description">
   &reftitle.description;

Modified: phpdoc/ja/trunk/reference/mcrypt/functions/mcrypt-enc-self-test.xml
===================================================================
--- phpdoc/ja/trunk/reference/mcrypt/functions/mcrypt-enc-self-test.xml	2020-04-30 08:21:50 UTC (rev 349727)
+++ phpdoc/ja/trunk/reference/mcrypt/functions/mcrypt-enc-self-test.xml	2020-04-30 09:48:10 UTC (rev 349728)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 347273 Maintainer: hirokawa Status: ready -->
+<!-- EN-Revision: 349727 Maintainer: hirokawa Status: ready -->
 <!-- Credits: mumumu -->
 <refentry xml:id="function.mcrypt-enc-self-test" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
@@ -8,7 +8,7 @@
   <refpurpose>オープンしたモジュールのセルフテストを実行する</refpurpose>
  </refnamediv>
  <refsynopsisdiv>
-  &warn.deprecated.function-7-1-0;
+  &warn.deprecated.function-7-1-0.removed-7-2-0;
  </refsynopsisdiv>
  <refsect1 role="description">
   &reftitle.description;

Modified: phpdoc/ja/trunk/reference/mcrypt/functions/mcrypt-encrypt.xml
===================================================================
--- phpdoc/ja/trunk/reference/mcrypt/functions/mcrypt-encrypt.xml	2020-04-30 08:21:50 UTC (rev 349727)
+++ phpdoc/ja/trunk/reference/mcrypt/functions/mcrypt-encrypt.xml	2020-04-30 09:48:10 UTC (rev 349728)
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 341620 Maintainer: hirokawa Status: ready -->
+<!-- EN-Revision: 349727 Maintainer: hirokawa Status: ready -->
+<!-- Credits: mumumu -->
 <refentry xml:id="function.mcrypt-encrypt" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>mcrypt_encrypt</refname>
@@ -7,7 +8,7 @@
   <refpurpose>指定したパラメータでプレーンテキストを暗号化する</refpurpose>
  </refnamediv>
  <refsynopsisdiv>
-  &warn.deprecated.function-7-1-0;
+  &warn.deprecated.function-7-1-0.removed-7-2-0;
  </refsynopsisdiv>
  <refsect1 role="description">
   &reftitle.description;

Modified: phpdoc/ja/trunk/reference/mcrypt/functions/mcrypt-generic-deinit.xml
===================================================================
--- phpdoc/ja/trunk/reference/mcrypt/functions/mcrypt-generic-deinit.xml	2020-04-30 08:21:50 UTC (rev 349727)
+++ phpdoc/ja/trunk/reference/mcrypt/functions/mcrypt-generic-deinit.xml	2020-04-30 09:48:10 UTC (rev 349728)
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 341620 Maintainer: hirokawa Status: ready -->
+<!-- EN-Revision: 349727 Maintainer: hirokawa Status: ready -->
+<!-- Credits: mumumu -->
 <refentry xml:id='function.mcrypt-generic-deinit' xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>mcrypt_generic_deinit</refname>
@@ -7,7 +8,7 @@
   <refpurpose>暗号化モジュールを終了する</refpurpose>
  </refnamediv>
  <refsynopsisdiv>
-  &warn.deprecated.function-7-1-0;
+  &warn.deprecated.function-7-1-0.removed-7-2-0;
  </refsynopsisdiv>
  <refsect1 role="description">
   &reftitle.description;

Modified: phpdoc/ja/trunk/reference/mcrypt/functions/mcrypt-generic-init.xml
===================================================================
--- phpdoc/ja/trunk/reference/mcrypt/functions/mcrypt-generic-init.xml	2020-04-30 08:21:50 UTC (rev 349727)
+++ phpdoc/ja/trunk/reference/mcrypt/functions/mcrypt-generic-init.xml	2020-04-30 09:48:10 UTC (rev 349728)
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 341620 Maintainer: hirokawa Status: ready -->
+<!-- EN-Revision: 349727 Maintainer: hirokawa Status: ready -->
+<!-- Credits: mumumu -->
 <refentry xml:id="function.mcrypt-generic-init" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>mcrypt_generic_init</refname>
@@ -7,7 +8,7 @@
   <refpurpose>暗号化に必要な全てのバッファを初期化する</refpurpose>
  </refnamediv>
  <refsynopsisdiv>
-  &warn.deprecated.function-7-1-0;
+  &warn.deprecated.function-7-1-0.removed-7-2-0;
  </refsynopsisdiv>
  <refsect1 role="description">
   &reftitle.description;

Modified: phpdoc/ja/trunk/reference/mcrypt/functions/mcrypt-generic.xml
===================================================================
--- phpdoc/ja/trunk/reference/mcrypt/functions/mcrypt-generic.xml	2020-04-30 08:21:50 UTC (rev 349727)
+++ phpdoc/ja/trunk/reference/mcrypt/functions/mcrypt-generic.xml	2020-04-30 09:48:10 UTC (rev 349728)
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 341620 Maintainer: hirokawa Status: ready -->
+<!-- EN-Revision: 349727 Maintainer: hirokawa Status: ready -->
+<!-- Credits: mumumu -->
 <refentry xml:id="function.mcrypt-generic" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>mcrypt_generic</refname>
@@ -7,7 +8,7 @@
   <refpurpose>データを暗号化する</refpurpose>
  </refnamediv>
  <refsynopsisdiv>
-  &warn.deprecated.function-7-1-0;
+  &warn.deprecated.function-7-1-0.removed-7-2-0;
  </refsynopsisdiv>
  <refsect1 role="description">
   &reftitle.description;

Modified: phpdoc/ja/trunk/reference/mcrypt/functions/mcrypt-get-block-size.xml
===================================================================
--- phpdoc/ja/trunk/reference/mcrypt/functions/mcrypt-get-block-size.xml	2020-04-30 08:21:50 UTC (rev 349727)
+++ phpdoc/ja/trunk/reference/mcrypt/functions/mcrypt-get-block-size.xml	2020-04-30 09:48:10 UTC (rev 349728)
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 343259 Maintainer: hirokawa Status: ready -->
+<!-- EN-Revision: 349727 Maintainer: hirokawa Status: ready -->
+<!-- Credits: mumumu -->
 <refentry xml:id="function.mcrypt-get-block-size" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>mcrypt_get_block_size</refname>
@@ -7,7 +8,7 @@
   <refpurpose>指定した暗号のブロックサイズを得る</refpurpose>
  </refnamediv>
  <refsynopsisdiv>
-  &warn.deprecated.function-7-1-0;
+  &warn.deprecated.function-7-1-0.removed-7-2-0;
  </refsynopsisdiv>
  <refsect1 role="description">
   &reftitle.description;

Modified: phpdoc/ja/trunk/reference/mcrypt/functions/mcrypt-get-cipher-name.xml
===================================================================
--- phpdoc/ja/trunk/reference/mcrypt/functions/mcrypt-get-cipher-name.xml	2020-04-30 08:21:50 UTC (rev 349727)
+++ phpdoc/ja/trunk/reference/mcrypt/functions/mcrypt-get-cipher-name.xml	2020-04-30 09:48:10 UTC (rev 349728)
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 341620 Maintainer: hirokawa Status: ready -->
+<!-- EN-Revision: 349727 Maintainer: hirokawa Status: ready -->
+<!-- Credits: mumumu -->
 <refentry xml:id="function.mcrypt-get-cipher-name" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>mcrypt_get_cipher_name</refname>
@@ -7,7 +8,7 @@
   <refpurpose>指定した暗号の名前を得る</refpurpose>
  </refnamediv>
  <refsynopsisdiv>
-  &warn.deprecated.function-7-1-0;
+  &warn.deprecated.function-7-1-0.removed-7-2-0;
  </refsynopsisdiv>
  <refsect1 role="description">
   &reftitle.description;

Modified: phpdoc/ja/trunk/reference/mcrypt/functions/mcrypt-get-iv-size.xml
===================================================================
--- phpdoc/ja/trunk/reference/mcrypt/functions/mcrypt-get-iv-size.xml	2020-04-30 08:21:50 UTC (rev 349727)
+++ phpdoc/ja/trunk/reference/mcrypt/functions/mcrypt-get-iv-size.xml	2020-04-30 09:48:10 UTC (rev 349728)
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 341620 Maintainer: hirokawa Status: ready -->
+<!-- EN-Revision: 349727 Maintainer: hirokawa Status: ready -->
+<!-- Credits: mumumu -->
 <refentry xml:id="function.mcrypt-get-iv-size" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>mcrypt_get_iv_size</refname>
@@ -7,7 +8,7 @@
   <refpurpose>指定した暗号/モードの組み合わせに属する IV の大きさを返す</refpurpose>
  </refnamediv>
  <refsynopsisdiv>
-  &warn.deprecated.function-7-1-0;
+  &warn.deprecated.function-7-1-0.removed-7-2-0;
  </refsynopsisdiv>
  <refsect1 role="description">
   &reftitle.description;

Modified: phpdoc/ja/trunk/reference/mcrypt/functions/mcrypt-get-key-size.xml
===================================================================
--- phpdoc/ja/trunk/reference/mcrypt/functions/mcrypt-get-key-size.xml	2020-04-30 08:21:50 UTC (rev 349727)
+++ phpdoc/ja/trunk/reference/mcrypt/functions/mcrypt-get-key-size.xml	2020-04-30 09:48:10 UTC (rev 349728)
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 341620 Maintainer: hirokawa Status: ready -->
+<!-- EN-Revision: 349727 Maintainer: hirokawa Status: ready -->
+<!-- Credits: mumumu -->
 <refentry xml:id="function.mcrypt-get-key-size" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>mcrypt_get_key_size</refname>
@@ -7,7 +8,7 @@
   <refpurpose>指定した暗号のキーの長さを得る</refpurpose>
  </refnamediv>
  <refsynopsisdiv>
-  &warn.deprecated.function-7-1-0;
+  &warn.deprecated.function-7-1-0.removed-7-2-0;
  </refsynopsisdiv>
  <refsect1 role="description">
   &reftitle.description;

Modified: phpdoc/ja/trunk/reference/mcrypt/functions/mcrypt-list-algorithms.xml
===================================================================
--- phpdoc/ja/trunk/reference/mcrypt/functions/mcrypt-list-algorithms.xml	2020-04-30 08:21:50 UTC (rev 349727)
+++ phpdoc/ja/trunk/reference/mcrypt/functions/mcrypt-list-algorithms.xml	2020-04-30 09:48:10 UTC (rev 349728)
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 343447 Maintainer: hirokawa Status: ready -->
+<!-- EN-Revision: 349727 Maintainer: hirokawa Status: ready -->
+<!-- Credits: mumumu -->
 <refentry xml:id="function.mcrypt-list-algorithms" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>mcrypt_list_algorithms</refname>
@@ -7,7 +8,7 @@
   <refpurpose>サポートされる全ての暗号を配列として取得する</refpurpose>
  </refnamediv>
  <refsynopsisdiv>
-  &warn.deprecated.function-7-1-0;
+  &warn.deprecated.function-7-1-0.removed-7-2-0;
  </refsynopsisdiv>
  <refsect1 role="description">
   &reftitle.description;

Modified: phpdoc/ja/trunk/reference/mcrypt/functions/mcrypt-list-modes.xml
===================================================================
--- phpdoc/ja/trunk/reference/mcrypt/functions/mcrypt-list-modes.xml	2020-04-30 08:21:50 UTC (rev 349727)
+++ phpdoc/ja/trunk/reference/mcrypt/functions/mcrypt-list-modes.xml	2020-04-30 09:48:10 UTC (rev 349728)
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 341620 Maintainer: satoruyoshida Status: ready -->
+<!-- EN-Revision: 349727 Maintainer: satoruyoshida Status: ready -->
+<!-- Credits: mumumu -->
 <refentry xml:id="function.mcrypt-list-modes" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>mcrypt_list_modes</refname>
@@ -7,7 +8,7 @@
   <refpurpose> サポートされる全てのモードの配列を取得する</refpurpose>
  </refnamediv>
  <refsynopsisdiv>
-  &warn.deprecated.function-7-1-0;
+  &warn.deprecated.function-7-1-0.removed-7-2-0;
  </refsynopsisdiv>
  <refsect1 role="description">
   &reftitle.description;

Modified: phpdoc/ja/trunk/reference/mcrypt/functions/mcrypt-module-close.xml
===================================================================
--- phpdoc/ja/trunk/reference/mcrypt/functions/mcrypt-module-close.xml	2020-04-30 08:21:50 UTC (rev 349727)
+++ phpdoc/ja/trunk/reference/mcrypt/functions/mcrypt-module-close.xml	2020-04-30 09:48:10 UTC (rev 349728)
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 341620 Maintainer: hirokawa Status: ready -->
+<!-- EN-Revision: 349727 Maintainer: hirokawa Status: ready -->
+<!-- Credits: mumumu -->
 <refentry xml:id='function.mcrypt-module-close' xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>mcrypt_module_close</refname>
@@ -7,7 +8,7 @@
   <refpurpose>mcrypt モジュールを閉じる</refpurpose>
  </refnamediv>
  <refsynopsisdiv>
-  &warn.deprecated.function-7-1-0;
+  &warn.deprecated.function-7-1-0.removed-7-2-0;
  </refsynopsisdiv>
  <refsect1 role="description">
   &reftitle.description;

Modified: phpdoc/ja/trunk/reference/mcrypt/functions/mcrypt-module-get-algo-block-size.xml
===================================================================
--- phpdoc/ja/trunk/reference/mcrypt/functions/mcrypt-module-get-algo-block-size.xml	2020-04-30 08:21:50 UTC (rev 349727)
+++ phpdoc/ja/trunk/reference/mcrypt/functions/mcrypt-module-get-algo-block-size.xml	2020-04-30 09:48:10 UTC (rev 349728)
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 341620 Maintainer: hirokawa Status: ready -->
+<!-- EN-Revision: 349727 Maintainer: hirokawa Status: ready -->
+<!-- Credits: mumumu -->
 <refentry xml:id="function.mcrypt-module-get-algo-block-size" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>mcrypt_module_get_algo_block_size</refname>
@@ -7,7 +8,7 @@
   <refpurpose>指定したアルゴリズムのブロック長を返す</refpurpose>
  </refnamediv>
  <refsynopsisdiv>
-  &warn.deprecated.function-7-1-0;
+  &warn.deprecated.function-7-1-0.removed-7-2-0;
  </refsynopsisdiv>
  <refsect1 role="description">
   &reftitle.description;

Modified: phpdoc/ja/trunk/reference/mcrypt/functions/mcrypt-module-get-algo-key-size.xml
===================================================================
--- phpdoc/ja/trunk/reference/mcrypt/functions/mcrypt-module-get-algo-key-size.xml	2020-04-30 08:21:50 UTC (rev 349727)
+++ phpdoc/ja/trunk/reference/mcrypt/functions/mcrypt-module-get-algo-key-size.xml	2020-04-30 09:48:10 UTC (rev 349728)
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 341620 Maintainer: hirokawa Status: ready -->
+<!-- EN-Revision: 349727 Maintainer: hirokawa Status: ready -->
+<!-- Credits: mumumu -->
 <refentry xml:id="function.mcrypt-module-get-algo-key-size" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>mcrypt_module_get_algo_key_size</refname>
@@ -7,7 +8,7 @@
   <refpurpose>オープンされたモードでサポートされる最大キー長を返す</refpurpose>
  </refnamediv>
  <refsynopsisdiv>
-  &warn.deprecated.function-7-1-0;
+  &warn.deprecated.function-7-1-0.removed-7-2-0;
  </refsynopsisdiv>
  <refsect1 role="description">
   &reftitle.description;

Modified: phpdoc/ja/trunk/reference/mcrypt/functions/mcrypt-module-get-supported-key-sizes.xml
===================================================================
--- phpdoc/ja/trunk/reference/mcrypt/functions/mcrypt-module-get-supported-key-sizes.xml	2020-04-30 08:21:50 UTC (rev 349727)
+++ phpdoc/ja/trunk/reference/mcrypt/functions/mcrypt-module-get-supported-key-sizes.xml	2020-04-30 09:48:10 UTC (rev 349728)
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 341620 Maintainer: hirokawa Status: ready -->
+<!-- EN-Revision: 349727 Maintainer: hirokawa Status: ready -->
+<!-- Credits: mumumu -->
 <refentry xml:id="function.mcrypt-module-get-supported-key-sizes" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>mcrypt_module_get_supported_key_sizes</refname>
@@ -7,7 +8,7 @@
   <refpurpose>オープンされたアルゴリズムでサポートされるキーのサイズを配列として返す</refpurpose>
  </refnamediv>
  <refsynopsisdiv>
-  &warn.deprecated.function-7-1-0;
+  &warn.deprecated.function-7-1-0.removed-7-2-0;
  </refsynopsisdiv>
  <refsect1 role="description">
   &reftitle.description;

Modified: phpdoc/ja/trunk/reference/mcrypt/functions/mcrypt-module-is-block-algorithm-mode.xml
===================================================================
--- phpdoc/ja/trunk/reference/mcrypt/functions/mcrypt-module-is-block-algorithm-mode.xml	2020-04-30 08:21:50 UTC (rev 349727)
+++ phpdoc/ja/trunk/reference/mcrypt/functions/mcrypt-module-is-block-algorithm-mode.xml	2020-04-30 09:48:10 UTC (rev 349728)
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 341620 Maintainer: hirokawa Status: ready -->
+<!-- EN-Revision: 349727 Maintainer: hirokawa Status: ready -->
+<!-- Credits: mumumu -->
 <refentry xml:id="function.mcrypt-module-is-block-algorithm-mode" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>mcrypt_module_is_block_algorithm_mode</refname>
@@ -7,7 +8,7 @@
   <refpurpose>指定したモジュールがブロックアルゴリズムであるかどうかを返す</refpurpose>
  </refnamediv>
  <refsynopsisdiv>
-  &warn.deprecated.function-7-1-0;
+  &warn.deprecated.function-7-1-0.removed-7-2-0;
  </refsynopsisdiv>
  <refsect1 role="description">
   &reftitle.description;

Modified: phpdoc/ja/trunk/reference/mcrypt/functions/mcrypt-module-is-block-algorithm.xml
===================================================================
--- phpdoc/ja/trunk/reference/mcrypt/functions/mcrypt-module-is-block-algorithm.xml	2020-04-30 08:21:50 UTC (rev 349727)
+++ phpdoc/ja/trunk/reference/mcrypt/functions/mcrypt-module-is-block-algorithm.xml	2020-04-30 09:48:10 UTC (rev 349728)
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 341620 Maintainer: hirokawa Status: ready -->
+<!-- EN-Revision: 349727 Maintainer: hirokawa Status: ready -->
+<!-- Credits: mumumu -->
 <refentry xml:id="function.mcrypt-module-is-block-algorithm" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>mcrypt_module_is_block_algorithm</refname>
@@ -7,7 +8,7 @@
   <refpurpose>指定したアルゴリズムがブロックアルゴリズムであるかを調べる</refpurpose>
  </refnamediv>
  <refsynopsisdiv>
-  &warn.deprecated.function-7-1-0;
+  &warn.deprecated.function-7-1-0.removed-7-2-0;
  </refsynopsisdiv>
  <refsect1 role="description">
   &reftitle.description;

Modified: phpdoc/ja/trunk/reference/mcrypt/functions/mcrypt-module-is-block-mode.xml
===================================================================
--- phpdoc/ja/trunk/reference/mcrypt/functions/mcrypt-module-is-block-mode.xml	2020-04-30 08:21:50 UTC (rev 349727)
+++ phpdoc/ja/trunk/reference/mcrypt/functions/mcrypt-module-is-block-mode.xml	2020-04-30 09:48:10 UTC (rev 349728)
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 341620 Maintainer: hirokawa Status: ready -->
+<!-- EN-Revision: 349727 Maintainer: hirokawa Status: ready -->
+<!-- Credits: mumumu -->
 <refentry xml:id="function.mcrypt-module-is-block-mode" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>mcrypt_module_is_block_mode</refname>
@@ -7,7 +8,7 @@
   <refpurpose>指定したモードがブロック出力を行うかどうかを返す</refpurpose>
  </refnamediv>
  <refsynopsisdiv>
-  &warn.deprecated.function-7-1-0;
+  &warn.deprecated.function-7-1-0.removed-7-2-0;
  </refsynopsisdiv>
  <refsect1 role="description">
   &reftitle.description;

Modified: phpdoc/ja/trunk/reference/mcrypt/functions/mcrypt-module-open.xml
===================================================================
--- phpdoc/ja/trunk/reference/mcrypt/functions/mcrypt-module-open.xml	2020-04-30 08:21:50 UTC (rev 349727)
+++ phpdoc/ja/trunk/reference/mcrypt/functions/mcrypt-module-open.xml	2020-04-30 09:48:10 UTC (rev 349728)
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 341620 Maintainer: hirokawa Status: ready -->
+<!-- EN-Revision: 349727 Maintainer: hirokawa Status: ready -->
+<!-- Credits: mumumu -->
 <refentry xml:id="function.mcrypt-module-open" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>mcrypt_module_open</refname>
@@ -7,7 +8,7 @@
   <refpurpose>使用するアルゴリズムおよびモードのモジュールをオープンする</refpurpose>
  </refnamediv>
  <refsynopsisdiv>
-  &warn.deprecated.function-7-1-0;
+  &warn.deprecated.function-7-1-0.removed-7-2-0;
  </refsynopsisdiv>
  <refsect1 role="description">
   &reftitle.description;

Modified: phpdoc/ja/trunk/reference/mcrypt/functions/mcrypt-module-self-test.xml
===================================================================
--- phpdoc/ja/trunk/reference/mcrypt/functions/mcrypt-module-self-test.xml	2020-04-30 08:21:50 UTC (rev 349727)
+++ phpdoc/ja/trunk/reference/mcrypt/functions/mcrypt-module-self-test.xml	2020-04-30 09:48:10 UTC (rev 349728)
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 341620 Maintainer: hirokawa Status: ready -->
+<!-- EN-Revision: 349727 Maintainer: hirokawa Status: ready -->
+<!-- Credits: mumumu -->
 <refentry xml:id="function.mcrypt-module-self-test" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>mcrypt_module_self_test</refname>
@@ -7,7 +8,7 @@
   <refpurpose>指定したモジュールのセルフテストを実行する</refpurpose>
  </refnamediv>
  <refsynopsisdiv>
-  &warn.deprecated.function-7-1-0;
+  &warn.deprecated.function-7-1-0.removed-7-2-0;
  </refsynopsisdiv>
  <refsect1 role="description">
   &reftitle.description;

Modified: phpdoc/ja/trunk/reference/mcrypt/functions/mdecrypt-generic.xml
===================================================================
--- phpdoc/ja/trunk/reference/mcrypt/functions/mdecrypt-generic.xml	2020-04-30 08:21:50 UTC (rev 349727)
+++ phpdoc/ja/trunk/reference/mcrypt/functions/mdecrypt-generic.xml	2020-04-30 09:48:10 UTC (rev 349728)
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 341620 Maintainer: hirokawa Status: ready -->
+<!-- EN-Revision: 349727 Maintainer: hirokawa Status: ready -->
+<!-- Credits: mumumu -->
 <refentry xml:id="function.mdecrypt-generic" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>mdecrypt_generic</refname>
@@ -7,7 +8,7 @@
   <refpurpose>データを復号する</refpurpose>
  </refnamediv>
  <refsynopsisdiv>
-  &warn.deprecated.function-7-1-0;
+  &warn.deprecated.function-7-1-0.removed-7-2-0;
  </refsynopsisdiv>
  <refsect1 role="description">
   &reftitle.description;
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.