mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Merge branch 'PHP-5.4' into PHP-5.5
Conflicts: NEWS
This commit is contained in:
commit
3dd5f4ae4c
2 changed files with 51 additions and 0 deletions
50
ext/mysqli/tests/mysqli_stmt_big_prepare.phpt
Normal file
50
ext/mysqli/tests/mysqli_stmt_big_prepare.phpt
Normal file
File diff suppressed because one or more lines are too long
|
@ -559,6 +559,7 @@ mysqlnd_stmt_execute_store_params(MYSQLND_STMT * s, zend_uchar **buf, zend_uchar
|
||||||
*p += null_count;
|
*p += null_count;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
left = (*buf_len - (*p - *buf));
|
||||||
/* 1. Store type information */
|
/* 1. Store type information */
|
||||||
/*
|
/*
|
||||||
check if need to send the types even if stmt->send_types_to_server is 0. This is because
|
check if need to send the types even if stmt->send_types_to_server is 0. This is because
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue