Commit: cea3f0f3635179c052ba2d13d889a82b5a327ddb Author: Xinchen Hui <[email protected]> Wed, 18 Jul 2012 18:50:42 +0800 Parents: 2e325d612637605b8fada38b665f5bf49ab55b5a Branches: master
Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=cea3f0f3635179c052ba2d13d889a82b5a327ddb Log: fix test All input characters that are not a-z, A-Z or 0-9 will be converted to their "URL escaped" version see http://curl.haxx.se/libcurl/c/curl_escape.html 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..9a11e61 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
