]> granicus.if.org Git - php/commitdiff
- mcrypt_create_iv entry
authorPierre Joye <pajoye@php.net>
Thu, 3 Jul 2008 13:54:50 +0000 (13:54 +0000)
committerPierre Joye <pajoye@php.net>
Thu, 3 Jul 2008 13:54:50 +0000 (13:54 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 5b9c269a4c2aa36e7c5b2340053a08cf61019a12..4e4580ce6e292181620f1e9a2d8b826445546b58 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -110,6 +110,7 @@ PHP                                                                        NEWS
 - Added forward_static_call(_array) to complete LSB. (Mike Lively)
 - Added native support for asinh(), acosh(), atanh(), log1p() and expm1() (Kalle)
 - inet_pton() and inet_ntop() is now available on Windows platforms (Kalle)
+- mcrypt_create_iv is now working on Windows platforms (Pierre)
 
 - Improved PHP runtime speed and memory usage:
   . Removed direct executor recursion. (Dmitry)