1
0
mirror of https://github.com/php/php-src.git synced 2026-03-29 03:32:20 +02:00
Files
archived-php-src/ext
Andrey Hristov 60697e1876 During refactoring of the function mysqlnd_stream_write_w_header() it was
found that there is a bug in the way the data is sent, although a very rare
one which will only affect very large queries which have length 16777214. The
communication will hang. A way to test it is to execute the following:
./php -r '$c=mysqli_connect("127.0.0.1","root","root","test");
$q="insert into test.tblob values(\"".str_repeat("a",256*256*256-1-34)."\")";
$c->query($q);'
2009-12-17 12:30:58 +00:00
..
2009-08-31 19:22:29 +00:00
2009-06-10 16:05:55 +00:00
2009-03-26 20:02:53 +00:00
2009-08-01 23:26:02 +00:00
2009-10-11 15:23:09 +00:00
2009-06-18 07:25:55 +00:00
2009-12-16 11:16:32 +00:00
2009-11-23 21:59:00 +00:00
2009-09-08 01:44:37 +00:00
2009-10-27 23:21:00 +00:00
2009-12-15 00:37:43 +00:00
2009-11-27 03:02:01 +00:00
2009-12-16 11:16:32 +00:00
2009-06-06 02:40:14 +00:00
2009-12-11 15:06:50 +00:00
2009-11-30 19:13:50 +00:00
2009-12-08 13:24:27 +00:00
2009-12-16 11:16:32 +00:00
2009-06-06 02:40:14 +00:00
2009-03-26 20:02:53 +00:00
2009-12-14 09:41:39 +00:00
2009-07-17 09:03:04 +00:00
2009-09-07 14:18:46 +00:00