From: Pierre Joye Date: Thu, 3 Jul 2008 13:54:50 +0000 (+0000) Subject: - mcrypt_create_iv entry X-Git-Tag: php-5.3.0alpha1~517 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dead79dbcda8a6db5be5bc54c34429db3081faa3;p=php - mcrypt_create_iv entry --- diff --git a/NEWS b/NEWS index 5b9c269a4c..4e4580ce6e 100644 --- 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)