summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@zend.com>2019-09-04 12:13:49 +0300
committerDmitry Stogov <dmitry@zend.com>2019-09-04 12:16:12 +0300
commit1db0bad6a75eaaa6cc849767ace77dae63678bf4 (patch)
tree7cd2317921fe669dbda003314edc0b530a7af246 /NEWS
parent94e2f25f076734a38b1c046e06459d404a7650cf (diff)
downloadphp-git-1db0bad6a75eaaa6cc849767ace77dae63678bf4.tar.gz
Fixed bug #78488 (OOB in ZEND_FUNCTION(ffi_trampoline)).
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 3e61cc2ab5..1ae2e0397c 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,9 @@ PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? ????, PHP 7.4.0RC2
+- FFI:
+ . Fixed bug #78488 (OOB in ZEND_FUNCTION(ffi_trampoline)). (Dmitry)
+
- Opcache:
. Add opcache.preload_user INI directive. (Dmitry)