[PHP-CVS] cvs: php-src /ext/gd gd_ctx.c /ext/gd/tests bug39082.phpt

2006-10-08 Thread Pierre-Alain Joye
pajoye Sun Oct 8 17:42:55 2006 UTC Modified files: /php-src/ext/gd gd_ctx.c /php-src/ext/gd/tests bug39082.phpt Log: - MFB: #39082, image* segfaults when used with only one argument (introduced in 5.2+, no news entry) http://cvs.php.net/vi

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

2006-01-26 Thread Ilia Alshanetsky
Yes, go ahead. Ilia -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

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

2006-01-26 Thread Pierre-Alain Joye
pajoye Fri Jan 27 01:59:26 2006 UTC Modified files: /php-src/ext/gd gd_ctx.c /php-src/ext/gd/libgd gd.h gd_png.c Log: - add filter mode support for imagepng imagepng("file", $comp_mode, $filter_mode); The filters are defined in the libpng do

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

2004-01-28 Thread Martin Kraemer
martin Wed Jan 28 11:25:13 2004 EDT Modified files: /php-src/ext/gd gd_ctx.c Log: Bug fix: Images would be broken on big-endian machines because the putc function wrote the first (instead of "the low order") byte. That resulted in unexpected zero bytes.