summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2004-06-05 14:59:32 +0000
committerMarcus Boerger <helly@php.net>2004-06-05 14:59:32 +0000
commit120625548d407eea7e633b8a8c28a83b7a4595d3 (patch)
tree8a568e33bf84c6305c440f377bf2f687051b9a54
parenta6276a241465c6c1d337a5488480249088692fad (diff)
downloadphp-git-120625548d407eea7e633b8a8c28a83b7a4595d3.tar.gz
BFN
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 5dff0cbb98..65de4736ce 100644
--- a/NEWS
+++ b/NEWS
@@ -16,6 +16,7 @@ PHP NEWS
is not valid. (Derick)
- Fixed memory leak in memory manager. (Andi)
- Fixed problem with exceptions returning from include(). (Dmitry)
+- Fixed bug #28641 (Instance of Interface). (Marcus)
- Fixed bug #28311 (Transparency detection code is off by 1).
(Ilia, pikeman at pikeman dot sytes dot net)
- Fixed bug #28304 (Missing bounds check inside imagefilter()). (Ilia)