]> granicus.if.org Git - php/commit
Fix #70047: gd_info() doesn't report WebP support
authorChristoph M. Becker <cmb@php.net>
Sat, 11 Jul 2015 15:49:13 +0000 (17:49 +0200)
committerChristoph M. Becker <cmb@php.net>
Sat, 11 Jul 2015 15:49:13 +0000 (17:49 +0200)
commit450fbdc74079a23db83430c6035cdbb7d83e4d1b
tree4c47d2a2d3aff86809a9bfc679fa6ccb11c18aca
parent49c0c1299a3242df18f3b7f519925fd2a0c20bbc
Fix #70047: gd_info() doesn't report WebP support

Despite being documented, the array returned by gd_info() doesn't have a 'WebP
Support' key. This patch adds it.
ext/gd/gd.c
ext/gd/tests/bug70047.phpt [new file with mode: 0644]