mirror of
https://github.com/php/php-src.git
synced 2026-04-21 15:08:16 +02:00
fix valgrind warnings on 64bit, thread_is is strictly 32bit
This commit is contained in:
@@ -373,7 +373,7 @@ php_mysqlnd_greet_read(void *_packet, MYSQLND *conn TSRMLS_DC)
|
||||
packet->pre41 = TRUE;
|
||||
}
|
||||
|
||||
DBG_INF_FMT("proto=%d server=%s thread_id=%ld",
|
||||
DBG_INF_FMT("proto=%d server=%s thread_id=%d",
|
||||
packet->protocol_version, packet->server_version, packet->thread_id);
|
||||
|
||||
DBG_INF_FMT("server_capabilities=%d charset_no=%d server_status=%d",
|
||||
|
||||
Reference in New Issue
Block a user