diff options
author | Remi Collet <remi@php.net> | 2013-06-03 14:17:00 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2013-06-03 14:17:00 +0200 |
commit | 245e103ed397da272dbd0bf02ce221ae6bcbbdef (patch) | |
tree | cbf77211ea19870007342fcfec468cdca59fbbb7 | |
parent | 99ea60c2ddafcbd6daf4af766da51d28e167999b (diff) | |
download | php-git-245e103ed397da272dbd0bf02ce221ae6bcbbdef.tar.gz |
NEWS
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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) |