[PHP-CVS] cvs: php-src /ext/gd/libgd gd_png.c

2009-04-01 Thread Takeshi Abe
tabeWed Apr 1 16:05:17 2009 UTC Modified files: /php-src/ext/gd/libgd gd_png.c Log: replaced static gdPngJmpbufStruct, which is afraid of being shared with several threads, by a couple of auto variables.

[PHP-CVS] cvs: php-src /ext/gd/libgd gd_png.c

2009-01-14 Thread Pierre-Alain Joye
pajoye Wed Jan 14 10:16:42 2009 UTC Modified files: /php-src/ext/gd/libgd gd_png.c Log: - [DOC] support for PNG gray levels+ alpha image, loaded as truecolor http://cvs.php.net/viewvc.cgi/php-src/ext/gd/libgd/gd_png.c?r1=1.26r2=1.27diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/gd/libgd gd_png.c /ext/gd/tests libgd00086.phpt libgd00086.png

2007-05-16 Thread Pierre-Alain Joye
pajoye Wed May 16 22:16:22 2007 UTC Added files: /php-src/ext/gd/tests libgd00086.png libgd00086.phpt Modified files: /php-src/ext/gd/libgd gd_png.c Log: - libgd #86: Fixed possible infinite loop in libgd/gd_png.c

[PHP-CVS] cvs: php-src /ext/gd/libgd gd_png.c

2006-11-05 Thread Pierre-Alain Joye
pajoye Sun Nov 5 15:06:50 2006 UTC Modified files: /php-src/ext/gd/libgd gd_png.c Log: - MFH: Merge from gd-cvs, initialize the signature not the infile ctx http://cvs.php.net/viewvc.cgi/php-src/ext/gd/libgd/gd_png.c?r1=1.21r2=1.22diff_format=u

[PHP-CVS] cvs: php-src /ext/gd/libgd gd_png.c

2006-11-04 Thread Pierre-Alain Joye
pajoye Sat Nov 4 14:34:04 2006 UTC Modified files: /php-src/ext/gd/libgd gd_png.c Log: - Fixed filter argument for imagepng in gdImagePngEx http://cvs.php.net/viewvc.cgi/php-src/ext/gd/libgd/gd_png.c?r1=1.20r2=1.21diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/gd/libgd gd_png.c

2006-10-10 Thread Pierre-Alain Joye
pajoye Wed Oct 11 00:21:33 2006 UTC Modified files: /php-src/ext/gd/libgd gd_png.c Log: - don't check signature if the file is empty (valgrind reports with test 001), thx Tony for the head up