php-src/ext/ffi
Christoph M. Becker 1ed9ebdea5 Support calling convention specific function name mangling
On Windows certain calling conventions cause C function names to be
mangled, so to import them we have to use the properly mangled names.
2019-08-04 12:14:11 +02:00
..
tests Support calling convention specific function name mangling 2019-08-04 12:14:11 +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 memory leaks in ext/ffi/tests/100.phpt on Mac OSX 2019-06-17 14:40:19 +03:00
ffi.c Support calling convention specific function name mangling 2019-08-04 12:14:11 +02:00
ffi.g Document how to generate ffi_parser.c 2019-07-29 13:38:53 +02:00
php_ffi.h Fixed memory leaks in ext/ffi/tests/100.phpt on Mac OSX 2019-06-17 14:40:19 +03:00