From: swbrown at ucsd dot edu
Operating system: any
PHP version: 4.3.1
PHP Bug Type: GD related
Bug description: image functions with 4 params (imagegd2) never write to files
If four args are specified to an image function, like imagegd2, php would
previously never write to
From: swbrown at ucsd dot edu
Operating system: any
PHP version: 4.3.1
PHP Bug Type: GD related
Bug description: imagegd2 on the php4 branch missed the chunk size and type fix
The docs for imagegd2 (http://www.php.net/manual/en/function.imagegd2.php)
say the chunk size and
From: swbrown at ucsd dot edu
Operating system: any
PHP version: 4.3.1
PHP Bug Type: GD related
Bug description: truecolor transparent png bug in PHP's bundled libgd but not in the
real gd
PHP's bundled gd doesn't properly handle transparent truecolor pngs.