[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-doc-cvs
Subject:    [DOC-CVS] =?utf-8?q?svn:_/phpdoc/en/trunk/_language-snippets.ent_reference/mcrypt/functions/mcrypt-c
From:       Pasindu_De_Silva <pasindu () php ! net>
Date:       2015-05-19 19:14:38
Message-ID: svn-pasindu-1432062878-336802-1432259361 () svn ! php ! net
[Download RAW message or body]

pasindu                                  Tue, 19 May 2015 19:14:38 +0000

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

Log:
Added warning for mcrypt functions removed in PHP 7

Changed paths:
    U   phpdoc/en/trunk/language-snippets.ent
    U   phpdoc/en/trunk/reference/mcrypt/functions/mcrypt-cbc.xml
    U   phpdoc/en/trunk/reference/mcrypt/functions/mcrypt-cfb.xml
    U   phpdoc/en/trunk/reference/mcrypt/functions/mcrypt-ecb.xml
    U   phpdoc/en/trunk/reference/mcrypt/functions/mcrypt-generic-end.xml
    U   phpdoc/en/trunk/reference/mcrypt/functions/mcrypt-ofb.xml

Modified: phpdoc/en/trunk/language-snippets.ent
===================================================================
--- phpdoc/en/trunk/language-snippets.ent	2015-05-19 18:57:59 UTC (rev 336801)
+++ phpdoc/en/trunk/language-snippets.ent	2015-05-19 19:14:38 UTC (rev 336802)
@@ -224,6 +224,10 @@
 xmlns="http://docbook.org/ns/docbook"><simpara>This feature has been
 <emphasis>DEPRECATED</emphasis> as of PHP 5.5.0 and <emphasis>REMOVED</emphasis> as \
of PHP 7.0.0.</simpara></warning>'>

+<!ENTITY warn.deprecated.function-5-5-0.removed-7-0-0 '<warning
+xmlns="http://docbook.org/ns/docbook"><simpara>This function has been
+<emphasis>DEPRECATED</emphasis> as of PHP 5.5.0 and <emphasis>REMOVED</emphasis> as \
of PHP 7.0.0.</simpara></warning>'> +
 <!ENTITY warn.experimental.func '<warning \
xmlns="http://docbook.org/ns/docbook"><simpara>This function is  \
<emphasis>EXPERIMENTAL</emphasis>. The behaviour of this function, its name, and  \
surrounding documentation may change without notice in a future release of PHP.

Modified: phpdoc/en/trunk/reference/mcrypt/functions/mcrypt-cbc.xml
===================================================================
--- phpdoc/en/trunk/reference/mcrypt/functions/mcrypt-cbc.xml	2015-05-19 18:57:59 UTC \
                (rev 336801)
+++ phpdoc/en/trunk/reference/mcrypt/functions/mcrypt-cbc.xml	2015-05-19 19:14:38 UTC \
(rev 336802) @@ -36,7 +36,7 @@
    <function>mcrypt_generic</function> and
    <function>mdecrypt_generic</function> for replacements.
   </para>
-  &warn.deprecated.func-5-5-0;
+  &warn.deprecated.function-5-5-0.removed-7-0-0;
  </refsect1>
 </refentry>


Modified: phpdoc/en/trunk/reference/mcrypt/functions/mcrypt-cfb.xml
===================================================================
--- phpdoc/en/trunk/reference/mcrypt/functions/mcrypt-cfb.xml	2015-05-19 18:57:59 UTC \
                (rev 336801)
+++ phpdoc/en/trunk/reference/mcrypt/functions/mcrypt-cfb.xml	2015-05-19 19:14:38 UTC \
(rev 336802) @@ -36,7 +36,7 @@
    <function>mcrypt_generic</function> and
    <function>mdecrypt_generic</function> for replacements.
   </para>
-  &warn.deprecated.func-5-5-0;
+  &warn.deprecated.function-5-5-0.removed-7-0-0;
  </refsect1>
 </refentry>


Modified: phpdoc/en/trunk/reference/mcrypt/functions/mcrypt-ecb.xml
===================================================================
--- phpdoc/en/trunk/reference/mcrypt/functions/mcrypt-ecb.xml	2015-05-19 18:57:59 UTC \
                (rev 336801)
+++ phpdoc/en/trunk/reference/mcrypt/functions/mcrypt-ecb.xml	2015-05-19 19:14:38 UTC \
(rev 336802) @@ -35,7 +35,7 @@
    <function>mcrypt_generic</function> and
    <function>mdecrypt_generic</function> for replacements.
   </para>
-  &warn.deprecated.func-5-5-0;
+  &warn.deprecated.function-5-5-0.removed-7-0-0;
  </refsect1>
 </refentry>


Modified: phpdoc/en/trunk/reference/mcrypt/functions/mcrypt-generic-end.xml
===================================================================
--- phpdoc/en/trunk/reference/mcrypt/functions/mcrypt-generic-end.xml	2015-05-19 \
                18:57:59 UTC (rev 336801)
+++ phpdoc/en/trunk/reference/mcrypt/functions/mcrypt-generic-end.xml	2015-05-19 \
19:14:38 UTC (rev 336802) @@ -21,6 +21,11 @@
      multiple buffer frees.
     </para>
    </warning>
+   <warning>
+    <para>
+     This function is removed from PHP 7.0.0
+    </para>
+   </warning>
   </para>
   <para>
    This function terminates encryption specified by the encryption
@@ -29,6 +34,29 @@
    success.
   </para>
  </refsect1>
+ <refsect1 role="changelog"><!-- {{{ -->
+  &reftitle.changelog;
+  <para>
+   <informaltable>
+    <tgroup cols="2">
+     <thead>
+      <row>
+       <entry>&Version;</entry>
+       <entry>&Description;</entry>
+      </row>
+     </thead>
+     <tbody>
+      <row>
+       <entry>7.0.0</entry>
+       <entry>
+       Removed function mcrypt_generic_end.
+       </entry>
+      </row>
+     </tbody>
+    </tgroup>
+   </informaltable>
+  </para>
+ </refsect1><!-- }}} -->
 </refentry>

 <!-- Keep this comment at the end of the file

Modified: phpdoc/en/trunk/reference/mcrypt/functions/mcrypt-ofb.xml
===================================================================
--- phpdoc/en/trunk/reference/mcrypt/functions/mcrypt-ofb.xml	2015-05-19 18:57:59 UTC \
                (rev 336801)
+++ phpdoc/en/trunk/reference/mcrypt/functions/mcrypt-ofb.xml	2015-05-19 19:14:38 UTC \
(rev 336802) @@ -36,7 +36,7 @@
    <function>mcrypt_generic</function> and
    <function>mdecrypt_generic</function> for replacements.
   </para>
-  &warn.deprecated.func-5-5-0;
+  &warn.deprecated.function-5-5-0.removed-7-0-0;
  </refsect1>
 </refentry>



-- 
PHP Documentation Commits Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic