Merge branch 'PHP-5.5'

This commit is contained in:
Rasmus Lerdorf 2012-12-13 16:43:04 -08:00
commit c701aeba0b

View File

@ -10,7 +10,7 @@ if (!$IS_MYSQLND) {
?>
--FILE--
<?php
$link = new mysqli('localhost', 'test', NULL, 'test');
$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket);
mysqli_close($link);