summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 8dcb2e94f2..6d4b264c7e 100644
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,12 @@ PHP NEWS
- MySQLi:
. Fixed bug #67983 (mysqlnd with MYSQLI_OPT_INT_AND_FLOAT_NATIVE fails to
interpret bit columns). (Nikita)
+ . Fixed bug #64638 (Fetching resultsets from stored procedure with cursor
+ fails). (Nikita)
+ . Fixed bug #72862 (segfault using prepared statements on stored procedures
+ that use a cursor). (Nikita)
+ . Fixed bug #77935 (Crash in mysqlnd_fetch_stmt_row_cursor when calling an SP
+ with a cursor). (Nikita)
07 Jan 2021, PHP 7.4.14