]> granicus.if.org Git - php/commitdiff
Tweak
authorSebastian Bergmann <sb@sebastian-bergmann.de>
Fri, 14 Jul 2017 11:43:21 +0000 (13:43 +0200)
committerSebastian Bergmann <sb@sebastian-bergmann.de>
Fri, 14 Jul 2017 11:43:21 +0000 (13:43 +0200)
NEWS

diff --git a/NEWS b/NEWS
index 220a73f77c37b17df69bb75d7aca5e03487452ba..13ae5b237eff45de52b342382c2bfab52699f0da 100644 (file)
--- 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()).