We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a286ad commit 674b11dCopy full SHA for 674b11d
NEWS
@@ -45,9 +45,10 @@ PHP NEWS
45
. Fixed passing an empty array to ldap_set_option for client or server controls.
46
47
- 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)
+ . 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
51
+ (Nikita, Dmitry)
52
53
- OpenSSL:
54
. Fixed bug #74651 (negative-size-param (-1) in memcpy in zif_openssl_seal()).
0 commit comments