From: Pierre Joye Date: Sun, 10 Jul 2011 15:00:49 +0000 (+0000) Subject: - rng change X-Git-Tag: php-5.4.0alpha2~28 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c70eeb731a4a76e130722997a04218849290f10a;p=php - rng change --- diff --git a/NEWS b/NEWS index 3d8f1ef555..859d3dc2e6 100644 --- 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.