diff options
Diffstat (limited to 'ext/mysqli/tests/table.inc')
-rw-r--r-- | ext/mysqli/tests/table.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mysqli/tests/table.inc b/ext/mysqli/tests/table.inc index b36ba7b306..aa1207af44 100644 --- a/ext/mysqli/tests/table.inc +++ b/ext/mysqli/tests/table.inc @@ -1,7 +1,7 @@ <?PHP require_once('connect.inc'); -if (!$link = mysqli_connect($host, $user, $passwd, $db, $port, $socket)) { +if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) { printf("Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, socket=%s\n", $host, $user, $db, $port, $socket); exit(1); |