1
0
mirror of https://github.com/php/php-src.git synced 2026-04-01 05:02:27 +02:00

Need connect.inc here

This commit is contained in:
Rasmus Lerdorf
2012-12-13 16:54:16 -08:00
parent 9d1bc1b622
commit 7a49e09fd8

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);