* PHP-7.3:
Fix #79038: PDOStatement::nextRowset() leaks column values
- PCRE:
. Fixed bug #79188 (Memory corruption in preg_replace/preg_replace_callback
and unicode). (Nikita)
+ . Fixed bug #79241 (Segmentation fault on preg_match()). (Nikita)
+ . Fixed bug #79257 (Duplicate named groups (?J) prefer last alternative even
+ if not matched). (Nikita)
+ - PDO_ODBC:
+ . Fixed bug #79038 (PDOStatement::nextRowset() leaks column values). (cmb)
+
- Standard:
. Fixed bug #79254 (getenv() w/o arguments not showing changes). (cmb)
odbc_stmt_set_param,
odbc_stmt_get_attr, /* get attr */
NULL, /* get column meta */
- odbc_stmt_next_rowset
+ odbc_stmt_next_rowset,
+ odbc_stmt_close_cursor
};
-
-/*
- * Local variables:
- * tab-width: 4
- * c-basic-offset: 4
- * End:
- * vim600: noet sw=4 ts=4 fdm=marker
- * vim<600: noet sw=4 ts=4
- */