. Added ldap_exop_refresh helper for EXOP REFRESH operation with dds overlay.
(Come)
+- Mbstring:
+ . Fixed bug #73528 (Crash in zif_mb_send_mail). (Nikita)
+
- ODBC:
. Removed support for Birdstep. (Kalle)
PHP_FUNCTION(mb_send_mail)
{
- size_t n;
char *to;
size_t to_len;
char *message;
zval *headers = NULL;
zend_string *extra_cmd = NULL;
zend_string *str_headers = NULL, *tmp_headers;
- int i;
+ size_t n, i;
char *to_r = NULL;
char *force_extra_parameters = INI_STR("mail.force_extra_parameters");
struct {