summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Joye <pajoye@php.net>2005-12-25 20:34:59 +0000
committerPierre Joye <pajoye@php.net>2005-12-25 20:34:59 +0000
commit7ebca7d3b77630224c89415528f2277e9082e645 (patch)
treebd2b449e615574736b9bf5e055e808d345cae4dd
parentd07b094461e26413c1326a880eef2f10b1669c84 (diff)
downloadphp-git-7ebca7d3b77630224c89415528f2277e9082e645.tar.gz
- imagecolormatch fix and changes
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 475c29ebe5..200c56ff9a 100644
--- a/NEWS
+++ b/NEWS
@@ -11,7 +11,8 @@ PHP NEWS
"mbstring.func_overload" is enabled). (Rui)
- Fixed bug #29955 (mb_strtoupper() / lower() broken with Turkish encoding).
(Rui)
-
+- Fixed segfault/leak in imagecolormatch (Pierre)
+- Raise warnings instead of errors in imagecolormatch (Pierre)
22 Dec 2005, PHP 5.1.2RC1
- Updated libsqlite in ext/sqlite to 2.8.17. (Ilia)
- Updated libsqlite in ext/pdo_sqlite to 3.2.8. (Ilia)