summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Joye <pajoye@php.net>2004-11-20 13:40:30 +0000
committerPierre Joye <pajoye@php.net>2004-11-20 13:40:30 +0000
commit0823cf28da9eba9db23189a10cef9883310ee7fd (patch)
treecc15ef09d4842b6a6f4a46b5e79f9b466e64e93d
parent3775b781975370efa561b690cfee0bf376c21313 (diff)
downloadphp-git-0823cf28da9eba9db23189a10cef9883310ee7fd.tar.gz
- Entry for #30229
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index e86d861682..06ff23a56c 100644
--- a/NEWS
+++ b/NEWS
@@ -29,6 +29,8 @@ PHP 4 NEWS
- Fixed bug #30281 (Prevent non-wbmp images from being detected as such).
(Ilia)
- Fixed bug #30276 (Possible crash in ctype_digit on large numbers). (Ilia)
+- Fixed bug #30229 (imagerectangle and imagefilledrectangle do work well
+ with alpha channel, corners are drawn twice) (Pierre)
- Fixed bug #30224 (Sybase date strings are sometimes not null terminated).
(Ilia)
- Fixed bug #30133 (get_current_user() crashes on Windows). (Edin)