Skip to content

Commit 5180425

Browse files
committed
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5: adapt test to curl 7.35.0 upgrade
2 parents 3c1ba1f + fd87b38 commit 5180425

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

ext/curl/tests/bug61948-win32.phpt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@ open_basedir="c:/tmp"
1717
?>
1818
--EXPECTF--
1919
%a
20-
21-
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
22-
bool(false)
20+
bool(true)
2321

2422
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
2523
bool(false)

0 commit comments

Comments
 (0)