Merge branch 'PHP-5.5'

This commit is contained in:
Rasmus Lerdorf 2012-12-13 16:54:51 -08:00
commit 42f3344d85

View File

@ -10,6 +10,7 @@ if (!$IS_MYSQLND) {
?>
--FILE--
<?php
require 'connect.inc';
$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket);
mysqli_close($link);