Skip to content

Commit 1bbf701

Browse files
committed
Merge branch 'PHP-7.2' into PHP-7.3
* PHP-7.2: Sync test with changes in libcurl 7.64.0 Sync test for libcurl 7.64.0
2 parents 8be649d + e27301c commit 1bbf701

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ext/curl/tests/check_win_config.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ PSL => No
4848
HTTPS_PROXY => Yes
4949
MULTI_SSL => %s
5050
BROTLI => %s
51-
Protocols => dict, file, ftp, ftps, gopher, http, https, imap, imaps, ldap, pop3, pop3s, rtsp, scp, sftp, smb, smbs, smtp, smtps, telnet, tftp
51+
Protocols => dict, file, ftp, ftps, gopher, http, https, imap, imaps, ldap, ldaps, pop3, pop3s, rtsp, scp, sftp, smb, smbs, smtp, smtps, telnet, tftp
5252
Host => %s-pc-win32
5353
SSL Version => OpenSSL/%s
5454
ZLib Version => %s

ext/curl/tests/curl_basic_009.phpt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ curl_close($ch);
1818

1919

2020
?>
21-
--EXPECTF--
22-
string(%d) "%Srotocol%s"
23-
int(1)
21+
--EXPECTREGEX--
22+
string\(\d+\) "([^\r\n]*rotocol[^\r\n]+|Could not resolve host: .+)"
23+
int\(\d\)

0 commit comments

Comments
 (0)