php-src/ext/gd/libgd
Christoph M. Becker 9b41c8b1b5
Declare gdImageGetInterpolationMethod() for bundled GD (GH-15329)
When this function has been added to our bundled GD[1], it had been
overlooked to also declare it in gd.h, like it's done in libgd.  While
MSVC doesn't have any issues with this, clang reports an error.

[1] <03bd4333f6>
2024-08-10 16:57:48 +02:00
..
bmp.h
gd2copypal.c
gd2time.c
gd2topng.c
gd_avif.c Fix imagecreatefromavif() memory leak 2022-06-17 17:30:57 +02:00
gd_bmp.c [skip ci] Fix various typos and grammar issues (#11143) 2023-04-28 11:05:32 +02:00
gd_color_match.c
gd_crop.c Fix #81032: GD install is affected by external libgd installation 2021-05-14 12:24:45 +02:00
gd_errors.h
gd_filter.c Merge branch 'PHP-7.3' into PHP-7.4 2019-12-07 12:08:30 +01:00
gd_gd2.c Port "gd2: use existing overflow2() rather than ad-hoc version" (#15090) 2024-07-24 14:18:36 +02:00
gd_gd.c Fix #78880: Final spelling fixes 2020-01-16 19:14:31 +01:00
gd_gif_in.c gd: change uses of sprintf into snprintf 2024-06-14 08:12:03 -07:00
gd_gif_out.c Merge branch 'PHP-7.3' into PHP-7.4 2020-05-22 09:19:05 +02:00
gd_intern.h Add avif support to ext/gd 2021-06-10 12:32:30 +02:00
gd_interpolation.c Use fabsf() and floorf() unconditionally in bundled libgd (#13624) 2024-03-08 19:28:52 +01:00
gd_io_dp.c
gd_io_file.c
gd_io_ss.c
gd_io.c
gd_io.h
gd_jpeg.c Fix some mismatches in preprocessor directive comments 2021-08-02 11:18:36 +02:00
gd_matrix.c Avoid superfluous assignments 2020-01-09 00:17:14 +01:00
gd_pixelate.c
gd_png.c Merge branch 'PHP-8.0' into PHP-8.1 2022-02-08 10:48:21 +01:00
gd_rotate.c Fix GH-10614: imagerotate will turn the picture all black, when rotated 90 2024-01-26 18:15:52 +01:00
gd_security.c Make error messages more consistent by fixing capitalization 2020-01-17 14:52:46 +01:00
gd_ss.c
gd_tga.c Fix [-Wundef] warning in GD extension 2020-05-20 18:22:09 +02:00
gd_tga.h
gd_topal.c ext/gd: Fix [-Wcalloc-transposed-args] compiler warning 2024-05-21 12:17:25 +01:00
gd_transform.c
gd_wbmp.c Fix #81032: GD install is affected by external libgd installation 2021-05-14 12:24:45 +02:00
gd_webp.c Merge branch 'PHP-8.3' 2024-07-13 17:00:53 +01:00
gd_xbm.c Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
gd.c Use fabsf() and floorf() unconditionally in bundled libgd (#13624) 2024-03-08 19:28:52 +01:00
gd.h Declare gdImageGetInterpolationMethod() for bundled GD (GH-15329) 2024-08-10 16:57:48 +02:00
gdcache.c Fix some mismatches in preprocessor directive comments 2021-08-02 11:18:36 +02:00
gdcache.h Remove malloc.h (#13436) 2024-02-20 18:02:54 +01:00
gddemo.c
gdfontg.c
gdfontg.h
gdfontl.c
gdfontl.h
gdfontmb.c
gdfontmb.h
gdfonts.c
gdfonts.h
gdfontt.c
gdfontt.h
gdft.c Replace WIN32 conditions with _WIN32 or PHP_WIN32 (#14462) 2024-06-10 21:59:41 +02:00
gdhelpers.c
gdhelpers.h
gdkanji.c Remove a redundant expression 2021-08-02 21:51:26 +02:00
gdparttopng.c
gdtables.c
gdtest.c Fix #78880: Final spelling fixes 2020-01-16 19:14:31 +01:00
gdtestft.c Fix some mismatches in preprocessor directive comments 2021-08-02 11:18:36 +02:00
gdtopng.c
gdxpm.c
jisx0208.h
pngtogd2.c
pngtogd.c
testac.c
wbmp.c
wbmp.h
webpng.c