mirror of
https://github.com/php/php-src.git
synced 2024-12-25 01:40:50 +08:00
Merge branch 'PHP-5.4' into PHP-5.5
This commit is contained in:
commit
3925683d46
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user