From 66e390707c664dfd645c0eb48e6602e0fdbefbd0 Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Mon, 14 Dec 2020 15:28:03 +0300 Subject: [PATCH] Fixed bug #80506 (Immediate SIGSEGV upon ini_set("opcache.jit_debug", 1)) --- NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index 25ac8cad25..00052761bd 100644 --- a/NEWS +++ b/NEWS @@ -35,6 +35,8 @@ PHP NEWS . Fixed bug #80447 (Strange out of memory error when running with JIT). (Dmitry) . Fixed bug #80480 (Segmentation fault with JIT enabled). (Dmitry) + . Fixed bug #80506 (Immediate SIGSEGV upon ini_set("opcache.jit_debug", 1)). + (Dmitry) - OpenSSL: . Fixed bug #80368 (OpenSSL extension fails to build against LibreSSL due to -- 2.50.1