php-src/ext/gd
Peter Kokot ba8633a9ce
Use fabsf() and floorf() unconditionally in bundled libgd (#13624)
These are available since C99 with math.h also on Windows, without
requiring checking. Upstream libgd uses floorf() unconditionally and
doesn't use fabsf().
2024-03-08 19:28:52 +01:00
..
libgd Use fabsf() and floorf() unconditionally in bundled libgd (#13624) 2024-03-08 19:28:52 +01:00
tests Merge branch 'PHP-8.3' 2024-01-26 18:16:29 +01:00
config.m4 Use fabsf() and floorf() unconditionally in bundled libgd (#13624) 2024-03-08 19:28:52 +01:00
config.w32 Sync headers installation 2024-01-28 19:50:55 +01:00
CREDITS Convert GD Resources to objects 2019-09-30 15:14:02 +02:00
gd.c Merge branch 'PHP-8.3' 2024-01-13 18:02:43 +01:00
gd.stub.php ext/gd: imagerotate removes ignore_transparent argument. 2023-06-19 12:32:08 +01: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 Make error messages more consistent by fixing capitalization 2020-01-17 14:52:46 +01: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