diff options
author | Christoph M. Becker <cmbecker69@gmx.de> | 2019-06-06 14:56:47 +0200 |
---|---|---|
committer | Christoph M. Becker <cmbecker69@gmx.de> | 2019-06-06 14:59:58 +0200 |
commit | 2df32942d3ec9b70e791225aeee70a857b9b292e (patch) | |
tree | b7e1f01547eec42e2799fdf065cda74df65f71c7 | |
parent | f4474e57244dfcc52f278227fd9f03fd84f04167 (diff) | |
download | php-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.phpt | 2 |
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 |