Commit:    558c5dbe655ffe13d27c47fa02e108302a7dfe73
Author:    Anatol Belski <a...@php.net>         Tue, 19 Feb 2013 09:04:06 +0100
Parents:   01ae5c3c2ff47ca66031ec4a750a30d97c64c492
Branches:  PHP-5.3 PHP-5.4 PHP-5.5 master

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=558c5dbe655ffe13d27c47fa02e108302a7dfe73

Log:
fix the test for curl 7.29.0+

Changed paths:
  M  ext/curl/tests/curl_error_basic.phpt


Diff:
diff --git a/ext/curl/tests/curl_error_basic.phpt 
b/ext/curl/tests/curl_error_basic.phpt
index bd01847..3d35023 100644
--- a/ext/curl/tests/curl_error_basic.phpt
+++ b/ext/curl/tests/curl_error_basic.phpt
@@ -38,4 +38,4 @@ curl_close($ch);
 ?>
 --EXPECTF--
 == Testing curl_error with a fake URL ==
-string(%d) "%sfakeURL%s"
+string(%d) "%sfakeURL%S"


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to