summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2014-02-05 15:15:34 +0100
committerAnatol Belski <ab@php.net>2014-02-05 15:15:34 +0100
commit71ebc0a7f3cf54b186a34147d308bdc900ae6ec7 (patch)
tree16d8bffc2cd7fc4c171bb9b88be72723aecbd9b6
parent770aeeb40cd3174801127ccee1a71b6ef6635a18 (diff)
downloadphp-git-71ebc0a7f3cf54b186a34147d308bdc900ae6ec7.tar.gz
adapt test to curl 7.35.0 upgrade
which is a security one and should be performed as in http://curl.haxx.se/docs/adv_20140129.html
-rw-r--r--ext/curl/tests/bug61948-win32.phpt4
1 files changed, 1 insertions, 3 deletions
diff --git a/ext/curl/tests/bug61948-win32.phpt b/ext/curl/tests/bug61948-win32.phpt
index dc86526b7b..00f498f910 100644
--- a/ext/curl/tests/bug61948-win32.phpt
+++ b/ext/curl/tests/bug61948-win32.phpt
@@ -17,9 +17,7 @@ open_basedir="c:/tmp"
?>
--EXPECTF--
%a
-
-Warning: curl_setopt(): open_basedir restriction in effect. File(c:/tmp/foo) is not within the allowed path(s): (c:/tmp) in %sbug61948-win32.php on line %d
-bool(false)
+bool(true)
Warning: curl_setopt(): open_basedir restriction in effect. File(c:/xxx/bar) is not within the allowed path(s): (c:/tmp) in %sbug61948-win32.php on line %d
bool(false)