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
Yes, go ahead.
Ilia
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
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
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.