Patch bug-52448.patch for cURL related Bug #52448
Patch version 2010-07-26 18:04 UTC
Return to Bug #52448 |
Download this patch
Patch Revisions:
Developer: glen@delfi.ee
--- php-5.3.3/ext/curl/tests/curl_error_basic.phpt~ 2009-07-03 03:09:08.000000000 +0300
+++ php-5.3.3/ext/curl/tests/curl_error_basic.phpt 2010-07-26 21:02:34.822382923 +0300
@@ -30,4 +30,4 @@
?>
--EXPECT--
== Testing curl_error with a fake URL ==
-Error: Couldn't resolve host 'fakeURL'
+Error: Could not resolve host: fakeURL (Domain name not found)
|