summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott MacVicar <scottmac@php.net>2008-12-10 13:40:20 +0000
committerScott MacVicar <scottmac@php.net>2008-12-10 13:40:20 +0000
commitc0defbdc818330e79eadacd543d812d2dbede041 (patch)
treecbb5054c0eca99234aa9188179d19d034a24b6e7
parentec469a9f6acd084faf6fcfbb74545b9faf0b9792 (diff)
downloadphp-git-c0defbdc818330e79eadacd543d812d2dbede041.tar.gz
BFN
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index e79f7cb3fb..6339569c45 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,9 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 2009, PHP 5.2.9
+- Fixed security issue in imagerotate(), background colour isn't validated
+ correctly with a non truecolour image. (Scott)
+
- Fixed bug #46782 (fastcgi.c parse error). (Matt)
- Fixed bug #46748 (Segfault when an SSL error has more than one error.) (Scott)
- Fixed bug #46739 (array returned by curl_getinfo should contain content_type key).