Commit: edece6ec84484690d7ddf8fe971a48747059ba60 Author: Pierrick Charron <pierr...@php.net> Thu, 26 Jul 2012 19:13:42 -0400 Parents: 80497ea7dfade2ccd032ef65103c0a113338653a Branches: master
Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=edece6ec84484690d7ddf8fe971a48747059ba60 Log: 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 Bugs: https://bugs.php.net/62615 Changed paths: M ext/curl/tests/curl_escape.phpt Diff: diff --git a/ext/curl/tests/curl_escape.phpt b/ext/curl/tests/curl_escape.phpt index 7c90fb9..e759144 100644 Binary files a/ext/curl/tests/curl_escape.phpt and b/ext/curl/tests/curl_escape.phpt differ -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php