1
0
mirror of https://github.com/php/php-src.git synced 2026-03-27 01:32:22 +01:00

- mcrypt_create_iv entry

This commit is contained in:
Pierre Joye
2008-07-03 13:54:50 +00:00
parent f0ec9b9475
commit dead79dbcd

1
NEWS
View File

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