diff options
author | Michael Wallner <mike@php.net> | 2013-10-03 16:23:59 +0200 |
---|---|---|
committer | Michael Wallner <mike@php.net> | 2013-10-03 16:23:59 +0200 |
commit | 099b295646b108ad56d1ec3b37dfcb5812fd378c (patch) | |
tree | 01a421e28a09f475dd531525e2565395e66ba06e | |
parent | 05f847da453fd14440df908d7bfca877142ed8fa (diff) | |
download | php-git-099b295646b108ad56d1ec3b37dfcb5812fd378c.tar.gz |
add NEWS and UPGRADING about gost-crypto
-rw-r--r-- | NEWS | 3 | ||||
-rwxr-xr-x | UPGRADING | 2 |
2 files changed, 5 insertions, 0 deletions
@@ -26,6 +26,9 @@ PHP NEWS improvements based on this. (RFC: https://wiki.php.net/rfc/operator_overloading_gmp). (Nikita) +- Hash: + . Added gost-crypto (CryptoPro S-box) GOST hash algo. (Manuel Mausz) + - mysqlnd: . Disabled flag for SP OUT variables for 5.5+ servers as they are not natively supported by the overlying APIs. (Andrey) @@ -40,6 +40,8 @@ PHP X.Y UPGRADE NOTES - The php://input stream is now re-usable and can be used concurrently with enable_post_data_reading=0. +- Added gost-crypto (CryptoPro S-box) hash algo. + ======================================== 2. Changes in SAPI modules ======================================== |