Skip to content

Commit bf5ac05

Browse files
committed
Added news entry
1 parent 4cfa698 commit bf5ac05

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

NEWS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@ PHP NEWS
4444
- LDAP:
4545
. Fixed passing an empty array to ldap_set_option for client or server controls.
4646

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+
4752
- OpenSSL:
4853
. Fixed bug #74651 (negative-size-param (-1) in memcpy in zif_openssl_seal()).
4954
(Stas)

0 commit comments

Comments
 (0)