summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2019-10-14 14:56:37 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2019-10-29 08:57:43 +0100
commitbedbecf56d94353a2bcebc835d14896fd95ce6d7 (patch)
treea8c0961cd957e50761191b1caae366d56cc5d5a8 /NEWS
parent53b1d76144b27e9788a342d68c98a5aad72c5b14 (diff)
downloadphp-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--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 1d6e10fdf7..f7b525577b 100644
--- a/NEWS
+++ b/NEWS
@@ -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).