diff options
author | Christoph M. Becker <cmbecker69@gmx.de> | 2021-02-16 00:17:13 +0100 |
---|---|---|
committer | Christoph M. Becker <cmbecker69@gmx.de> | 2021-02-16 00:28:34 +0100 |
commit | afe17cc1b644f3be9569ec7371cf55fccb004cf5 (patch) | |
tree | a2721732ba001920052df3d76b14aa1c85da8dc6 /ext/curl | |
parent | f43097a2d7ba93204278fce6269effa780e111f3 (diff) | |
download | php-git-afe17cc1b644f3be9569ec7371cf55fccb004cf5.tar.gz |
Adapt test case for libcurl 7.75.0+
libcurl 7.75.0 finally adds support for `gophers://`, i.e. gopher over
TLS. The protocol is neither standardized, nor is the protocol
registered with IANA, but well, it is there and the test case should
cater to that.
Diffstat (limited to 'ext/curl')
-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 1809df7337..ff4f197ab6 100644 --- a/ext/curl/tests/check_win_config.phpt +++ b/ext/curl/tests/check_win_config.phpt @@ -48,7 +48,7 @@ PSL => No HTTPS_PROXY => Yes MULTI_SSL => %s BROTLI => %s -Protocols => dict, file, ftp, ftps, gopher, http, https, imap, imaps, ldap, ldaps, %r(mqtt, )?%rpop3, pop3s, rtsp, scp, sftp, smb, smbs, smtp, smtps, telnet, tftp +Protocols => dict, file, ftp, ftps, gopher, %r(gophers, )?%rhttp, https, imap, imaps, ldap, ldaps, %r(mqtt, )?%rpop3, pop3s, rtsp, scp, sftp, smb, smbs, smtp, smtps, telnet, tftp Host => %s-pc-win32 SSL Version => OpenSSL/%s ZLib Version => %s |