summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2004-05-09 18:26:40 +0000
committerIlia Alshanetsky <iliaa@php.net>2004-05-09 18:26:40 +0000
commita4c3c3cd47b7cc4be531572f814ea589ad58c77c (patch)
tree2962fa682d96f7cc6c4d91c465543bad80f1575c
parentf11d064b6a2b811de9bb8291b605944ee365d5bf (diff)
downloadphp-git-a4c3c3cd47b7cc4be531572f814ea589ad58c77c.tar.gz
GD bug fixing news.
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index e9bd38b670..5eeb5052f0 100644
--- a/NEWS
+++ b/NEWS
@@ -3,8 +3,12 @@ PHP NEWS
?? ??? 2004, PHP 5 Release Candidate 3
- Added count() support for COM arrays. (Wez)
- Changed tidy_node to tidyNode and removed tidy_exception. (John)
+- 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)
- Fixed bug #28300 (Userspace stream/filter names forced to lowercase). (Sara)
- Fixed bug #28287 (stream_*_register() not calling __autoload()). (Sara)
+- Fixed bug #28267 (php_image_filter_contrast calls gdImageBrightness). (Ilia)
- Fixed bug #28161 (COM: Array style properties could not be accessed). (Wez)
- Fixed bug #28125 (ArrayObject leaks when accessing elements). (Marcus)
- Fixed bug #28099 (ArrayObject doesn't implement ArrayAccess). (Marcus)