php-src/ext/gd
Christoph M. Becker a7785e8edf
Simplify parsing of affine matrix arguments (GH-17094)
This code repetition is prone to errors and makes the code harder to
read than necessary.  We simplify at the cost of making parsing of ints
slightly less performant (what should not really matter in practice).
2024-12-10 16:08:27 +01:00
..
libgd Merge branch 'PHP-8.3' into PHP-8.4 2024-10-23 20:10:04 +02:00
tests Simplify WBMP imagecreatefromstring() detection (GH-16782) 2024-11-14 14:00:19 +01:00
config.m4 Autotools: Refactor PHP_TEST_BUILD checks (#15798) 2024-09-08 21:05:30 +02:00
config.w32 Factor out SETUP_ZLIB_LIB() (GH-16798) 2024-11-27 18:35:34 +01:00
CREDITS Convert GD Resources to objects 2019-09-30 15:14:02 +02:00
gd.c Simplify parsing of affine matrix arguments (GH-17094) 2024-12-10 16:08:27 +01:00
gd.stub.php ext/gd: imagerotate removes ignore_transparent argument. 2023-06-19 12:32:08 +01:00
gd_arginfo.h Generated arginfo header files: combine preprocessor conditional blocks (#15736) 2024-09-04 13:04:22 +02: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
php_gd.h Declare ext/gd constants in stubs (#9180) 2022-07-30 15:18:06 +02:00