Skip to content

Commit 674b11d

Browse files
Tweak
1 parent 2a286ad commit 674b11d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

NEWS

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,10 @@ PHP NEWS
4545
. Fixed passing an empty array to ldap_set_option for client or server controls.
4646

4747
- Opcache:
48-
. Added goblal optimisation passes based on data flow analyses using SSA form:
49-
SCCP - Sparse Conditional Constant Propagation, DCE - Dead Code Elimination
50-
and removing of unused local variables (Nikita, Dmitry)
48+
. Added global optimisation passes based on data flow analysis using Single
49+
Static Assignment (SSA) form: Sparse Conditional Constant Propagation (SCCP),
50+
Dead Code Elimination (DCE), and removal of unused local variables
51+
(Nikita, Dmitry)
5152

5253
- OpenSSL:
5354
. Fixed bug #74651 (negative-size-param (-1) in memcpy in zif_openssl_seal()).

0 commit comments

Comments
 (0)