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

List:       php-doc-cvs
Subject:    [DOC-CVS] =?utf-8?q?svn:_/phpdoc/_doc-base/trunk/entities/global.ent_en/trunk/language-snippets.ent?
From:       Christoph_Michael_Becker <cmb () php ! net>
Date:       2018-10-31 0:01:29
Message-ID: svn-cmb-1540944089-345936-126295990 () svn ! php ! net
[Download RAW message or body]

cmb                                      Wed, 31 Oct 2018 00:01:29 +0000

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

Log:
Fix #77084: CryptGenRandom function used by random_int() and random_bytes() is \
deprecated

Bug: https://bugs.php.net/77084 (Open) CryptGenRandom function used by random_int() \
and random_bytes() is deprecated  
Changed paths:
    U   phpdoc/doc-base/trunk/entities/global.ent
    U   phpdoc/en/trunk/language-snippets.ent

Modified: phpdoc/doc-base/trunk/entities/global.ent
===================================================================
--- phpdoc/doc-base/trunk/entities/global.ent	2018-10-30 11:21:46 UTC (rev 345935)
+++ phpdoc/doc-base/trunk/entities/global.ent	2018-10-31 00:01:29 UTC (rev 345936)
@@ -60,6 +60,7 @@
 <!ENTITY url.crack "http://sourceforge.net/projects/cracklib">
 <!ENTITY url.csprng.wiki \
"https://en.wikipedia.org/wiki/Cryptographically_secure_pseudorandom_number_generator">
  <!ENTITY url.csprng.crypt-gen-random \
"https://msdn.microsoft.com/en-us/library/windows/desktop/aa379942(v=vs.85).aspx"> \
+<!ENTITY url.csprng.cng-api \
"https://docs.microsoft.com/en-us/windows/desktop/SecCNG/cng-portal">  <!ENTITY \
url.csprng.get-random-2 "http://man7.org/linux/man-pages/man2/getrandom.2.html">  \
<!ENTITY url.csprng.compat "https://github.com/paragonie/random_compat">  <!ENTITY \
url.cubrid "http://www.cubrid.org/">

Modified: phpdoc/en/trunk/language-snippets.ent
===================================================================
--- phpdoc/en/trunk/language-snippets.ent	2018-10-30 11:21:46 UTC (rev 345935)
+++ phpdoc/en/trunk/language-snippets.ent	2018-10-31 00:01:29 UTC (rev 345936)
@@ -2468,7 +2468,9 @@
   <simpara>
    On Windows,
    <link xmlns:xlink="http://www.w3.org/1999/xlink" \
                xlink:href="&url.csprng.crypt-gen-random;"><function>CryptGenRandom</function></link>
                
-   will always be used.
+   will always be used. As of PHP 7.2.0, the
+   <link xmlns:xlink="http://www.w3.org/1999/xlink" \
xlink:href="&url.csprng.cng-api;">CNG-API</link> +   will always be used instead.
   </simpara>
  </listitem>
  <listitem>



-- 
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