We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8232c1 commit feca13fCopy full SHA for feca13f
ext/mysqli/tests/mysqli_insert_packet_overflow.phpt
@@ -4,6 +4,8 @@ INSERT and packet overflow
4
mysqli
5
--SKIPIF--
6
<?php
7
+if (getenv('CIRRUS_CI')) die('skip Kills mysql container on cirrus');
8
+
9
require_once "connect.inc";
10
11
if (!$link = @my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
0 commit comments