diff --git a/NEWS b/NEWS index 0098d6f7699..16ee8ebb05b 100644 --- a/NEWS +++ b/NEWS @@ -13,6 +13,9 @@ PHP NEWS . Fixed bug GH-10112 (LDAP\Connection::__construct() refers to ldap_create()). (cmb) +- Opcache: + . Fix inverted bailout value in zend_runtime_jit() (Max Kellermann). + - TSRM: . Fixed Windows shmget() wrt. IPC_PRIVATE. (Tyson Andre)