Skip to content

Commit 646dc19

Browse files
committed
Suppress fsockopen error in ldap_set_rebind_proc_error.phpt
1 parent 872a759 commit 646dc19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/ldap/tests/ldap_set_rebind_proc_error.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Patrick Allaert <[email protected]>
1010
die("skip ldap_set_rebind_proc() does not exist");
1111
}
1212
require "connect.inc";
13-
$link = fsockopen($host, $port);
13+
$link = @fsockopen($host, $port);
1414
if (!$link) {
1515
die("skip no server listening");
1616
}

0 commit comments

Comments
 (0)