mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Merge branch 'PHP-5.5' into PHP-5.6
This commit is contained in:
commit
f5deb18b20
1 changed files with 1 additions and 1 deletions
|
@ -226,7 +226,7 @@ php_mysqlnd_net_store_length_size(uint64_t length)
|
|||
if (length < (uint64_t) L64(16777216)) {
|
||||
return 4;
|
||||
}
|
||||
return 8;
|
||||
return 9;
|
||||
}
|
||||
/* }}} */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue