php-src/ext/gd
Christoph M. Becker 96e42403d5 Fix #66590: imagewebp() doesn't pad to even length
The code in the bundled libgd uses libvpx and writes the riff manually. The
code generates the correct even size, but neglects the padding. It's possible
older versions of libwebp would decode this, but libwebp 0.4.0 does not.

Let's apply the patch supplied by one of the WebP developers.
2015-07-19 17:38:04 +02:00
..
libgd Fix #66590: imagewebp() doesn't pad to even length 2015-07-19 17:38:04 +02:00
tests Fix #66590: imagewebp() doesn't pad to even length 2015-07-19 17:38:04 +02:00
config.m4 Fix bug #68656 Report gd library version 2014-12-26 08:33:21 +01:00
config.w32 backport gd config.w32 to support freetype 2.5 2015-02-12 20:27:48 +01:00
CREDITS add Marcus, enough work done 2003-06-15 20:16:46 +00:00
gd_compat.c gd: fix previous (bad include) 2013-05-06 10:07:06 +02:00
gd_compat.h Revert removal of overflow2 use in gd.c 2013-05-06 10:00:45 +02:00
gd_ctx.c Fix #66339: PHP segfaults in imagexbm 2015-07-11 20:54:07 +02:00
gd.c Fix #70047: gd_info() doesn't report WebP support 2015-07-11 17:49:13 +02:00
gd.dsp revert change #298288: Remove old dsp/dsw/makefile files 2010-04-28 14:41:51 +00:00
gdcache.c Required GD >= 2.1.0 or GD bundled, this allows us to remove most of the #ifdef 2013-05-04 16:50:06 +02:00
gdcache.h Last bit of CS fixes. 2003-12-28 21:08:46 +00:00
php_gd.h bump year 2015-01-15 23:26:37 +08:00