From 0652edfed3ac1a17f7677c78c663982b49a5f07b Mon Sep 17 00:00:00 2001 From: Bob Weinand Date: Thu, 28 Nov 2013 13:46:51 +0100 Subject: [PATCH] Updated NEWS for Constant Scalar Exprs RFC --- NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index b17b3b07d0..29dd740646 100644 --- a/NEWS +++ b/NEWS @@ -21,6 +21,8 @@ PHP NEWS (RFC: https://wiki.php.net/rfc/variadics). (Nikita) . Fixed bug #50333 Improving multi-threaded scalability by using emalloc/efree/estrdup (Anatol, Dmitry) + . Implemented constant scalar expressions (with support for constants) + (RFC: https://wiki.php.net/rfc/const_scalar_exprs). (Bob) - cURL: . Implemented FR #65646 (re-enable CURLOPT_FOLLOWLOCATION with open_basedir -- 2.40.0