]> granicus.if.org Git - php/commitdiff
- rng change
authorPierre Joye <pajoye@php.net>
Sun, 10 Jul 2011 15:00:49 +0000 (15:00 +0000)
committerPierre Joye <pajoye@php.net>
Sun, 10 Jul 2011 15:00:49 +0000 (15:00 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 3d8f1ef5559592e3d965b56c11cc2c086c9c96a8..859d3dc2e6652f13d76f8fa15d5ac5cc4d0d4788 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-PHP                                                                        NEWS
+PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ??? 2011, PHP 5.4.0
 - autoconf 2.59+ is now supported (and required) for generating the
@@ -195,6 +195,8 @@ PHP                                                                        NEWS
   . Added a "no_ticket" SSL context option to disable the SessionTicket TLS
     extension. FR #53447. (Adam)
   . Added no padding option to openssl_encrypt()/openssl_decrypt(). (Scott)
+  . Use php's implementation for Windows Crypto API in 
+    openssl_random_pseudo_bytes. (Pierre)
 
 - Improved PDO DB-LIB: (Stanley)
   . Added nextRowset support.