php-src/ext/gd
Nikita Popov fb4554e431 Throw warning for failed object to int/float conversion
We previously couldn't increase the error level here because it
was coupled to comparison handling. This is no longer the case
in PHP 8.
2020-09-21 17:04:39 +02:00
..
libgd Merge branch 'PHP-7.4' into master 2020-08-24 17:38:50 +02:00
tests Throw warning for failed object to int/float conversion 2020-09-21 17:04:39 +02:00
config.m4 Add imagegetinterpolation() 2020-01-14 18:25:27 +01:00
config.w32 Export php_gd_libgdimageptr_from_zval_p() 2020-07-11 19:33:20 +02:00
CREDITS Convert GD Resources to objects 2019-09-30 15:14:02 +02:00
gd.c Consolidate the usage of "either" and "one of" in error messages 2020-09-20 19:41:47 +02:00
gd.stub.php Fix UNKNOWN default values in various extensions 2020-09-07 19:02:02 +02:00
gd_arginfo.h Fix UNKNOWN default values in various extensions 2020-09-07 19:02:02 +02: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 Export php_gd_libgdimageptr_from_zval_p() 2020-07-11 19:33:20 +02:00