From: Zoe Slattery Date: Mon, 1 Jun 2009 12:58:14 +0000 (+0000) Subject: Fixes to work on Windows as well as Linux X-Git-Tag: php-5.2.10RC2~45 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e69b4a743e354c5591bfd44c79e77d80bb4f9643;p=php Fixes to work on Windows as well as Linux --- 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)