php-src/ext/gd
Nikita Popov a89aaf6c38 Don't throw from imagecreatefromstring() with too short string
If the string is too short, we should treat this the same way as
an unrecognized image type. This function should be usable to
determine whether something is a valid image without doing any
checks beforehand.
2020-12-02 10:51:55 +01:00
..
libgd Merge branch 'PHP-7.4' into master 2020-08-24 17:38:50 +02:00
tests Don't throw from imagecreatefromstring() with too short string 2020-12-02 10:51:55 +01: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 Don't throw from imagecreatefromstring() with too short string 2020-12-02 10:51:55 +01:00
gd.stub.php Update ext/gd parameter names 2020-10-09 17:10:11 +02:00
gd_arginfo.h Update ext/gd parameter names 2020-10-09 17:10:11 +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