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 4cfa698 commit bf5ac05Copy full SHA for bf5ac05
NEWS
@@ -44,6 +44,11 @@ PHP NEWS
44
- LDAP:
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)
51
+
52
- OpenSSL:
53
. Fixed bug #74651 (negative-size-param (-1) in memcpy in zif_openssl_seal()).
54
(Stas)
0 commit comments