Skip to content

Commit f5deb18

Browse files
committed
Merge branch 'PHP-5.5' into PHP-5.6
2 parents 6a4f0b1 + 95febf2 commit f5deb18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/mysqlnd/mysqlnd_wireprotocol.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ php_mysqlnd_net_store_length_size(uint64_t length)
226226
if (length < (uint64_t) L64(16777216)) {
227227
return 4;
228228
}
229-
return 8;
229+
return 9;
230230
}
231231
/* }}} */
232232

0 commit comments

Comments
 (0)