From: Xinchen Hui Date: Tue, 11 Aug 2015 13:44:47 +0000 (+0800) Subject: Update NEWS X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b997130a341f8ab724f470191adbef59a20797fd;p=php Update NEWS --- diff --git a/NEWS b/NEWS index 9437c0f440..c46dcc5de2 100644 --- a/NEWS +++ b/NEWS @@ -15,6 +15,10 @@ PHP NEWS . Fixed bug #66606 (Sets HTTP_CONTENT_TYPE but not CONTENT_TYPE). (wusuopu, cmb) +- Opcache: + . Fixed bug #70237 (Empty while and do-while segmentation fault with opcode + on CLI enabled). (Dmitry, Laruence) + - PDO: . Fixed bug #70221 (persistent sqlite connection + custom function segfaults). (Laruence)