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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user