summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRasmus Lerdorf <rasmus@php.net>2012-12-13 16:54:31 -0800
committerRasmus Lerdorf <rasmus@php.net>2012-12-13 16:54:31 -0800
commit77c4b84ac893a6e4824a58d17475149f6a1c2322 (patch)
tree15145bc54c79b77ebe37954ad26a77532cfe63b9
parentd8455492577e093e5aa0fc18fcf199082098987a (diff)
parent7a49e09fd8ef612df45e540a5b1895b045c46235 (diff)
downloadphp-git-77c4b84ac893a6e4824a58d17475149f6a1c2322.tar.gz
Merge branch 'PHP-5.3' into PHP-5.4
-rw-r--r--ext/mysqli/tests/bug63398.phpt1
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);