php-src/ext/gd
Peter Kokot 8c4f019cc6
Autotools: Sync CS in gd extension (#15364)
- Obsolete PHP_* variables checks removed (there was once the 'pdf'
  extension bundled in PHP that also had the same --with-*-dir configure
  options (3be17e3f26). When combined with
  the gd extension, options need to be executed conditionally; first one
  won), this is no longer relevant neither recommended practice to
  duplicate configure options inside the php-src context. Ideally,
  all configure options should be prefixed with an extension namespace
  --with-<extension-name>-<option> to be unique.
- AS_* macros used
2024-08-12 21:38:30 +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 Autotools: Sync CS in gd extension (#15364) 2024-08-12 21:38:30 +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