diff options
author | Pierre Joye <pajoye@php.net> | 2006-11-05 15:08:50 +0000 |
---|---|---|
committer | Pierre Joye <pajoye@php.net> | 2006-11-05 15:08:50 +0000 |
commit | 00f0e92dee1a36efb6e59b33d6bccc13b5ee6b2b (patch) | |
tree | 28126d65b06df04bf4e25dae66e51f4c257214f8 | |
parent | 5784602544e97d1baa84f76130cd9547f46c70c2 (diff) | |
download | php-git-00f0e92dee1a36efb6e59b33d6bccc13b5ee6b2b.tar.gz |
- gdpng entry
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -11,6 +11,7 @@ PHP NEWS . Make sure PHP_SELF is filtered in Apache 1 sapi. . Fixed bug #39358 (INSTALL_HEADERS contains incorrect reference to php_filter.h). +- Fixed wrong signature initialization in imagepng (Takeshi Abe) - Added optimization for imageline with horizontal and vertial lines (Pierre) - Fixed bug #39366 (imagerotate does not use alpha with angle > 45°) (Pierre) - Fixed bug #39273 (imagecopyresized may ignore alpha channel) (Pierre) |