php-src/ext/ffi
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
..
tests Add --file-cache-prime/use options to run-tests 2020-05-20 15:29:32 +02:00
config.m4 ext/ffi: Remove symbol check for ffi_open 2019-06-03 09:19:25 +02:00
config.w32 Implement #78270: Support __vectorcall convention with FFI 2019-10-29 08:57:43 +01:00
CREDITS
ffi.c Use ZEND_UNREACHABLE() instead of ZEND_ASSERT(0) 2020-06-16 18:39:09 +02:00
ffi.g Merge branch 'PHP-7.4' 2019-11-11 12:09:47 +03:00
ffi.stub.php Fix some UNKNOWN default values 2020-06-09 09:46:51 +02:00
ffi_arginfo.h Include stub hash in generated arginfo files 2020-06-24 09:55:19 +02:00
ffi_parser.c Merge branch 'PHP-7.4' 2019-11-11 12:09:47 +03:00
php_ffi.h Explicitly declare the char as signed in zend_ffi_val. 2020-03-26 10:28:38 +03:00