mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
master renames phase 1
This commit is contained in:
parent
0cf2dbdf58
commit
c3e3c98ec6
486 changed files with 11459 additions and 11541 deletions
|
@ -206,7 +206,7 @@ static PHP_GINIT_FUNCTION(mysqlnd)
|
|||
*/
|
||||
static PHP_INI_MH(OnUpdateNetCmdBufferSize)
|
||||
{
|
||||
php_int_t long_value;
|
||||
zend_long long_value;
|
||||
|
||||
ZEND_ATOI(long_value, new_value);
|
||||
if (long_value < MYSQLND_NET_CMD_BUFFER_MIN_SIZE) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue