php-src/ext/ffi
Cristian Rodríguez 927adfb1a6
Use a single version of mempcpy(3) (#12257)
While __php_mempcpy is only used by ext/standard/crypt_sha*, the
mempcpy "pattern" is used everywhere.

This commit removes __php_mempcpy, adds zend_mempcpy and transforms
open-coded parts into function calls.
2023-12-20 15:16:32 +00:00
..
tests Merge branch 'PHP-8.3' 2023-12-19 15:59:43 +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 Use a single version of mempcpy(3) (#12257) 2023-12-20 15:16:32 +00:00
ffi.g Use bool/zend_result instead of int in FFI 2021-09-30 14:33:48 +01:00
ffi.stub.php Declare type for ext/ffi internal class constants 2023-07-18 10:09:26 +02:00
ffi_arginfo.h Declare type for ext/ffi internal class constants 2023-07-18 10:09:26 +02:00
ffi_parser.c Fix [-Wenum-int-mismatch] compiler warnings (#11352) 2023-06-01 13:27:46 +01:00
php_ffi.h Use bool/zend_result instead of int in FFI 2021-09-30 14:33:48 +01:00