This commit is contained in:
Remi Collet 2013-06-03 14:17:00 +02:00
parent 99ea60c2dd
commit 245e103ed3

3
NEWS
View file

@ -5,6 +5,9 @@ PHP NEWS
-FPM:
. Fixed Bug #64915 (error_log ignored when daemonize=0). (Remi)
- GD:
. Fixed Bug #64961 (segfault in imagesetinterpolation). (Remi)
- Hash:
. Fixed Bug #64745 (hash_pbkdf2() truncates data when using default length
and hex output). (Anthony Ferrara)