Skip to content

Commit

Permalink
adapt test to curl 7.35.0 upgrade
Browse files Browse the repository at this point in the history
which is a security one and should be performed as in
http://curl.haxx.se/docs/adv_20140129.html
  • Loading branch information
weltling committed Feb 5, 2014
1 parent 770aeeb commit 71ebc0a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ext/curl/tests/bug61948-win32.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 71ebc0a

Please sign in to comment.