From: Pierrick Charron Date: Thu, 26 Jul 2012 23:13:42 +0000 (-0400) Subject: Fixed bug #62615 (test ext/curl/tests/curl_escape.phpt failed). X-Git-Tag: php-5.5.0alpha1~20^2~148 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=edece6ec84484690d7ddf8fe971a48747059ba60;p=php Fixed bug #62615 (test ext/curl/tests/curl_escape.phpt failed). curl_easy_escape was modified in 5.21.2 to not escape "unreserved" characters so this test will fail on version older than 5.21.2 --- diff --git a/ext/curl/tests/curl_escape.phpt b/ext/curl/tests/curl_escape.phpt index 7c90fb9888..e759144c8a 100644 Binary files a/ext/curl/tests/curl_escape.phpt and b/ext/curl/tests/curl_escape.phpt differ