php-src/ext/gd
Nikita Popov c9b9f525a9 Include stub hash in generated arginfo files
The hash is used to check whether the arginfo file needs to be
regenerated. PHP-Parser will only be downloaded if this is actually
necessary.

This ensures that release artifacts will never try to regenerate
stubs and thus fetch PHP-Parser, as long as you do not modify any
files.

Closes GH-5739.
2020-06-24 09:55:19 +02:00
..
libgd Return void from php_jpeg_emit_message() 2020-06-19 16:59:29 +02:00
tests Merge branch 'PHP-7.4' 2020-06-12 14:09:16 +02: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 Use ZEND_UNREACHABLE() instead of ZEND_ASSERT(0) 2020-06-16 18:39:09 +02:00
gd.stub.php Lowercase NULL to null in stubs 2020-04-11 14:13:11 +02:00
gd_arginfo.h Include stub hash in generated arginfo files 2020-06-24 09:55:19 +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 Generate functions entries from stubs for another set of extensions 2020-04-05 00:59:44 +02:00