php-src/ext/ffi
Christoph M. Becker 9dfbcd7248 Fix #78543: is_callable() on FFI\CData throws Exception
If `Z_OBJ_HANDLER_P(callable, get_closure)` throws, we must not let the
exeception pass to userland, if called through `is_callable()`.
2019-09-19 09:13:22 +02:00
..
tests Fix #78543: is_callable() on FFI\CData throws Exception 2019-09-19 09:13:22 +02:00
config.m4 ext/ffi: Remove symbol check for ffi_open 2019-06-03 09:19:25 +02:00
config.w32 Fix typos in FFI 2019-07-19 23:07:04 +02:00
CREDITS Added FFI extension 2019-01-14 11:47:50 +03:00
ffi_parser.c Fixed bad format string 2019-09-11 00:52:54 +03:00
ffi.c NEWS entry, test and minor cleanup for FFI::isNull() 2019-09-10 11:23:12 +03:00
ffi.g Fixed bad format string 2019-09-11 00:52:54 +03:00
php_ffi.h Fixed memory leaks in ext/ffi/tests/100.phpt on Mac OSX 2019-06-17 14:40:19 +03:00