From: Sebastian Bergmann Date: Fri, 14 Jul 2017 11:43:21 +0000 (+0200) Subject: Tweak X-Git-Tag: php-7.2.0beta1~35 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=674b11d10e5c87ab2418285c8247123473d3d8c1;p=php Tweak --- diff --git a/NEWS b/NEWS index 220a73f77c..13ae5b237e 100644 --- a/NEWS +++ b/NEWS @@ -45,9 +45,10 @@ PHP NEWS . Fixed passing an empty array to ldap_set_option for client or server controls. - Opcache: - . Added goblal optimisation passes based on data flow analyses using SSA form: - SCCP - Sparse Conditional Constant Propagation, DCE - Dead Code Elimination - and removing of unused local variables (Nikita, Dmitry) + . Added global optimisation passes based on data flow analysis using Single + Static Assignment (SSA) form: Sparse Conditional Constant Propagation (SCCP), + Dead Code Elimination (DCE), and removal of unused local variables + (Nikita, Dmitry) - OpenSSL: . Fixed bug #74651 (negative-size-param (-1) in memcpy in zif_openssl_seal()).