From: Ulf Wendel Date: Thu, 17 Dec 2009 14:15:28 +0000 (+0000) Subject: Test for what Andrey has found with 16M packets X-Git-Tag: php-5.4.0alpha1~191^2~2199 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=95f4aff61cd9b7a40f992b70847be76328fc5cb8;p=php Test for what Andrey has found with 16M packets --- diff --git a/ext/mysqli/tests/mysqli_insert_packet_overflow.phpt b/ext/mysqli/tests/mysqli_insert_packet_overflow.phpt new file mode 100644 index 0000000000..777610ee8b --- /dev/null +++ b/ext/mysqli/tests/mysqli_insert_packet_overflow.phpt @@ -0,0 +1,93 @@ +--TEST-- +INSERT and packet overflow +--SKIPIF-- + +--INI-- +memory_limit=256M +--FILE-- + +--CLEAN-- + +--EXPECTF-- +done! \ No newline at end of file