mirror of
https://abf.rosa.ru/djam/php7.git
synced 2025-02-23 14:52:47 +00:00
Merge branch 'rosa2021.15' into rosa2023.1
This commit is contained in:
commit
8fea8f5760
2 changed files with 15 additions and 1 deletions
|
@ -323,3 +323,17 @@ index e0cf63d..d30d9e1 100644
|
|||
set_ns_and_type(ret, type);
|
||||
}
|
||||
return ret;
|
||||
diff --git a/ext/mysqlnd/mysqlnd_result.c b/ext/mysqlnd/mysqlnd_result.c
|
||||
index 4dcaf12..96e516b 100644
|
||||
--- a/ext/mysqlnd/mysqlnd_result.c
|
||||
+++ b/ext/mysqlnd/mysqlnd_result.c
|
||||
@@ -1396,8 +1396,8 @@ MYSQLND_METHOD(mysqlnd_res, store_result_fetch_data)(MYSQLND_CONN_DATA * const c
|
||||
UPSERT_STATUS_GET_SERVER_STATUS(conn->upsert_status));
|
||||
free_end:
|
||||
PACKET_FREE(&row_packet);
|
||||
+ DBG_INF_FMT("rows=%llu", (unsigned long long)set->row_count);
|
||||
end:
|
||||
- DBG_INF_FMT("rows=%llu", (unsigned long long)result->stored_data->row_count);
|
||||
DBG_RETURN(ret);
|
||||
}
|
||||
/* }}} */
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
Summary: The PHP7 scripting language
|
||||
Name: php
|
||||
Version: 7.4.33
|
||||
Release: 5
|
||||
Release: 6
|
||||
Source0: http://ch1.php.net/distributions/php-%{version}.tar.gz
|
||||
Source1: macros.php
|
||||
Group: Development/PHP
|
||||
|
|
Loading…
Add table
Reference in a new issue