php-src/ext/gd
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
..
libgd Declare gdImageGetInterpolationMethod() for bundled GD (GH-15329) 2024-08-10 16:57:48 +02:00
tests Port "gd2: use existing overflow2() rather than ad-hoc version" (#15090) 2024-07-24 14:18:36 +02:00
config.m4 Update gd extension preprocessor macros help texts (#15296) 2024-08-09 18:06:02 +02:00
config.w32 Update gd extension preprocessor macros help texts (#15296) 2024-08-09 18:06:02 +02:00
CREDITS Convert GD Resources to objects 2019-09-30 15:14:02 +02:00
gd_arginfo.h Implement "support doc comments for internal classes and functions" (#13266) 2024-02-25 08:41:31 +01:00
gd_compat.c Preferably include from build dir (#13516) 2024-06-26 00:26:43 +02:00
gd_compat.h cleanup gd build with system libgd - drop need to use libpng with system libgd - drop need to use libjpeg with system libgd - drop need to use libXpm with system libgd - drop need to use libfreetype with system libgd - improve configure comments 2019-07-22 16:14:19 +02:00
gd.c ext/gd minor corrections concerning image format id for errors. (#14887) 2024-07-09 20:07:07 +01:00
gd.stub.php ext/gd: imagerotate removes ignore_transparent argument. 2023-06-19 12:32:08 +01:00
php_gd.h Declare ext/gd constants in stubs (#9180) 2022-07-30 15:18:06 +02:00