mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Fix [-Wundef] warning in MySQLnd extension
This commit is contained in:
parent
82afcf4401
commit
1330359515
7 changed files with 9 additions and 9 deletions
|
@ -1561,7 +1561,7 @@ php_mysqlnd_rowp_read_text_protocol_aux(MYSQLND_ROW_BUFFER * row_buffer, zval *
|
|||
" bytes after end of packet", (p + len) - packet_end - 1);
|
||||
DBG_RETURN(FAIL);
|
||||
} else {
|
||||
#if defined(MYSQLND_STRING_TO_INT_CONVERSION)
|
||||
#ifdef MYSQLND_STRING_TO_INT_CONVERSION
|
||||
struct st_mysqlnd_perm_bind perm_bind =
|
||||
mysqlnd_ps_fetch_functions[fields_metadata[i].type];
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue