diff options
author | Rasmus Lerdorf <rasmus@php.net> | 2012-12-13 16:54:44 -0800 |
---|---|---|
committer | Rasmus Lerdorf <rasmus@php.net> | 2012-12-13 16:54:44 -0800 |
commit | 5aabf243bfabc6f381523f2eb7f1f3bd035b24cd (patch) | |
tree | 7b9b8a77f4c90f89a50dbfe3a272796972f28482 /ext | |
parent | 3925683d46d399b0363a2ccbe0267a9e2922b237 (diff) | |
parent | 77c4b84ac893a6e4824a58d17475149f6a1c2322 (diff) | |
download | php-git-5aabf243bfabc6f381523f2eb7f1f3bd035b24cd.tar.gz |
Merge branch 'PHP-5.4' into PHP-5.5
Diffstat (limited to 'ext')
-rw-r--r-- | ext/mysqli/tests/bug63398.phpt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/mysqli/tests/bug63398.phpt b/ext/mysqli/tests/bug63398.phpt index 26d00c9420..f3cd322615 100644 --- a/ext/mysqli/tests/bug63398.phpt +++ b/ext/mysqli/tests/bug63398.phpt @@ -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);
|