diff options
author | Christoph M. Becker <cmbecker69@gmx.de> | 2019-10-14 14:56:37 +0200 |
---|---|---|
committer | Christoph M. Becker <cmbecker69@gmx.de> | 2019-10-29 08:57:43 +0100 |
commit | bedbecf56d94353a2bcebc835d14896fd95ce6d7 (patch) | |
tree | a8c0961cd957e50761191b1caae366d56cc5d5a8 /NEWS | |
parent | 53b1d76144b27e9788a342d68c98a5aad72c5b14 (diff) | |
download | php-git-bedbecf56d94353a2bcebc835d14896fd95ce6d7.tar.gz |
Implement #78270: Support __vectorcall convention with FFI
To work around the limitation of the current rudimentary vectorcall
support in our patched libffi, we forbid yet unsupported declarations,
i.e. float/double parameters at certain positions (SIMD vector types
and HVA types are not supported anyway).
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -15,6 +15,7 @@ PHP NEWS - FFI: . Fixed bug #78716 (Function name mangling is wrong for some parameter types). (cmb) + . Implement FR #78270 (Support __vectorcall convention with FFI). (cmb) - FPM: . Fixed bug #78599 (env_path_info underflow in fpm_main.c can lead to RCE). |