Skip to content

Commit 2df3294

Browse files
committed
Fix test regarding Unix Domain Sockets on Windows
Recent Windows versions actually support Unix Domain Sockets. Cf. <curl/curl#3939>.
1 parent f4474e5 commit 2df3294

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/curl/tests/check_win_config.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ TLS-SRP => No
4343
HTTP2 => Yes
4444
GSSAPI => No
4545
KERBEROS5 => Yes
46-
UNIX_SOCKETS => No
46+
UNIX_SOCKETS => %r(Yes|No)%r
4747
PSL => No
4848
Protocols => dict, file, ftp, ftps, gopher, http, https, imap, imaps, ldap, ldaps, pop3, pop3s, rtsp, scp, sftp, smb, smbs, smtp, smtps, telnet, tftp
4949
Host => %s-pc-win32

0 commit comments

Comments
 (0)