php-src/ext/gd
George Peter Banyard ac89139773 Fix [-Wtype-limits] in bundled GD lib by using signed integers
As seen in the gdImageRotateBicubicFixed() function the same setup
occurs but it uses signed integers, therefore we use also use
signed integers in gdImageRotateBilinear()

Moreover, these two functions have been removed upstream in
bd6d2e101f
therefore we should also mimic upstream and remove them...

Thanks to @cmb69 for pointing it out.
2020-02-06 01:34:09 +01:00
..
libgd Fix [-Wtype-limits] in bundled GD lib by using signed integers 2020-02-06 01:34:09 +01:00
tests Reindent phpt files 2020-02-03 22:52:20 +01:00
config.m4 Add imagegetinterpolation() 2020-01-14 18:25:27 +01:00
config.w32 Add imagegetinterpolation() 2020-01-14 18:25:27 +01:00
CREDITS Convert GD Resources to objects 2019-09-30 15:14:02 +02:00
gd.c Add imagegetinterpolation() 2020-01-14 18:25:27 +01:00
gd.stub.php Add imagegetinterpolation() 2020-01-14 18:25:27 +01:00
gd_arginfo.h Add imagegetinterpolation() 2020-01-14 18:25:27 +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 Add imagegetinterpolation() 2020-01-14 18:25:27 +01:00