summaryrefslogtreecommitdiff
path: root/ext/curl
diff options
context:
space:
mode:
authorZoe Slattery <zoe@php.net>2009-06-01 08:59:18 +0000
committerZoe Slattery <zoe@php.net>2009-06-01 08:59:18 +0000
commitf488c10b45afff44a94419ca7219d46b8826b95c (patch)
treea58195ef1acbf400eb36d62fce73dc122f34cb99 /ext/curl
parente0acaf09ef37836fcfedb10f7bca27dde7fff8e4 (diff)
downloadphp-git-f488c10b45afff44a94419ca7219d46b8826b95c.tar.gz
Fixes to work on Windows as well as Linux
Diffstat (limited to 'ext/curl')
-rwxr-xr-xext/curl/tests/curl_basic_008.phpt2
-rw-r--r--ext/curl/tests/curl_basic_010.phpt2
2 files changed, 2 insertions, 2 deletions
diff --git a/ext/curl/tests/curl_basic_008.phpt b/ext/curl/tests/curl_basic_008.phpt
index 45456998ce..32de4d0f5c 100755
--- a/ext/curl/tests/curl_basic_008.phpt
+++ b/ext/curl/tests/curl_basic_008.phpt
@@ -19,5 +19,5 @@ curl_close($ch);
?>
--EXPECTF--
-%unicode|string%(55) "Couldn't resolve host 'www.%s.%s'"
+%unicode|string%(%d) "%r(Couldn't resolve host|Could not resolve host:)%r %Swww.%s"
int(6)
diff --git a/ext/curl/tests/curl_basic_010.phpt b/ext/curl/tests/curl_basic_010.phpt
index a8ce19f74e..9a595b3c03 100644
--- a/ext/curl/tests/curl_basic_010.phpt
+++ b/ext/curl/tests/curl_basic_010.phpt
@@ -20,5 +20,5 @@ curl_close($ch);
?>
--EXPECTF--
-%unicode|string%(38) "Couldn't resolve proxy '%s'"
+%unicode|string%(%d) "%r(Couldn't resolve proxy|Could not resolve proxy:)%r %s"
int(5)