. 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()).