php-src/ext/ffi
Niels Dossche c727f29942 Fix GH-12905: FFI::new interacts badly with observers
Because these functions are copied and not properly registered (which we
can't), the observer code doesn't add the temporaries on startup.
Add them via a callback during startup.

Closes GH-12906.
2023-12-19 15:59:01 +01:00
..
tests Fix GH-12905: FFI::new interacts badly with observers 2023-12-19 15:59:01 +01: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 Fix GH-12905: FFI::new interacts badly with observers 2023-12-19 15:59:01 +01:00
ffi.g Use bool/zend_result instead of int in FFI 2021-09-30 14:33:48 +01:00
ffi.stub.php Customize the link of some constants in the manual 2023-01-19 09:05:32 +01:00
ffi_arginfo.h Customize the link of some constants in the manual 2023-01-19 09:05:32 +01:00
ffi_parser.c Merge branch 'PHP-8.0' into PHP-8.1 2021-09-15 14:53:00 +03:00
php_ffi.h Use bool/zend_result instead of int in FFI 2021-09-30 14:33:48 +01:00