summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2019-06-06 14:56:47 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2019-06-06 14:59:58 +0200
commit2df32942d3ec9b70e791225aeee70a857b9b292e (patch)
treeb7e1f01547eec42e2799fdf065cda74df65f71c7
parentf4474e57244dfcc52f278227fd9f03fd84f04167 (diff)
downloadphp-git-2df32942d3ec9b70e791225aeee70a857b9b292e.tar.gz
Fix test regarding Unix Domain Sockets on Windows
Recent Windows versions actually support Unix Domain Sockets. Cf. <https://github.com/curl/curl/pull/3939>.
-rw-r--r--ext/curl/tests/check_win_config.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/curl/tests/check_win_config.phpt b/ext/curl/tests/check_win_config.phpt
index 33af4fc85b..4eaef89b65 100644
--- a/ext/curl/tests/check_win_config.phpt
+++ b/ext/curl/tests/check_win_config.phpt
@@ -43,7 +43,7 @@ TLS-SRP => No
HTTP2 => Yes
GSSAPI => No
KERBEROS5 => Yes
-UNIX_SOCKETS => No
+UNIX_SOCKETS => %r(Yes|No)%r
PSL => No
Protocols => dict, file, ftp, ftps, gopher, http, https, imap, imaps, ldap, ldaps, pop3, pop3s, rtsp, scp, sftp, smb, smbs, smtp, smtps, telnet, tftp
Host => %s-pc-win32