This commit is contained in:
Stanislav Malyshev 2012-08-05 19:25:15 -07:00
parent a6a7787cf2
commit 54b1414be0

4
NEWS
View File

@ -43,6 +43,10 @@ PHP NEWS
still exists for backward compatibility but is doing nothing). (Pierrick)
. Fixed bug #54995 (Missing CURLINFO_RESPONSE_CODE support). (Pierrick)
- Datetime
. Fixed bug #61642 (modify("+5 weekdays") returns Sunday).
(Dmitri Iouchtchenko)
- Hash
. Added support for PBKDF2 via hash_pbkdf2(). (Anthony Ferrara)