mirror of
https://github.com/php/php-src.git
synced 2024-11-29 21:04:10 +08:00
- mhash news
This commit is contained in:
parent
e4ddb2421a
commit
097a8db329
8
NEWS
8
NEWS
@ -36,7 +36,13 @@ PHP NEWS
|
|||||||
- Improved cURL: (Ilia)
|
- Improved cURL: (Ilia)
|
||||||
. Added CURLINFO_HEADER_OUT constant to facilitate request retrieval.
|
. Added CURLINFO_HEADER_OUT constant to facilitate request retrieval.
|
||||||
- Improved ext/zlib; re-implemented non-file related functionality. (Mike)
|
- Improved ext/zlib; re-implemented non-file related functionality. (Mike)
|
||||||
- Improved output layer; see README.NEW-OUTPUT_API for internals. (Mike)
|
- Improved output layer; see README.NEW-OUTPUT-API for internals. (Mike)
|
||||||
|
- Improved ext/mhash: (Mike)
|
||||||
|
. Added keygen constants.
|
||||||
|
. Added new functions: mhash_keygen_count, mhash_get_keygen_name,
|
||||||
|
mhash_keygen_uses_hash, mhash_keygen_uses_salt, mhash_get_keygen_salt_size,
|
||||||
|
mhash_keygen.
|
||||||
|
|
||||||
|
|
||||||
- Added automatic module globals management. (Dmitry)
|
- Added automatic module globals management. (Dmitry)
|
||||||
- Added "jump label" operator (limited "goto"). (Dmitry, Sara)
|
- Added "jump label" operator (limited "goto"). (Dmitry, Sara)
|
||||||
|
Loading…
Reference in New Issue
Block a user