Skip to content

Commit 3925683

Browse files
committed
Merge branch 'PHP-5.4' into PHP-5.5
2 parents 17b803d + d845549 commit 3925683

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/mysqli/tests/bug63398.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ if (!$IS_MYSQLND) {
1010
?>
1111
--FILE--
1212
<?php
13-
$link = new mysqli('localhost', 'test', NULL, 'test');
13+
$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket);
1414

1515
mysqli_close($link);
1616

0 commit comments

Comments
 (0)