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.3.2RC1~28 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e2a2205a581afa2a3cb169b183eb229124852859;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