Skip to content

Commit 6806851

Browse files
committed
Fix bug 61870 ext\session\tests\bug42596.phpt fails
1 parent 8249581 commit 6806851

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

ext/session/tests/bug42596.phpt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
--TEST--
22
Bug #42596 (session.save_path MODE option will not set "write" bit for group or world)
33
--SKIPIF--
4-
<?php include('skipif.inc'); ?>
4+
<?php
5+
if(substr(PHP_OS, 0, 3) == "WIN") die("skip not for Windows");
6+
include('skipif.inc');
7+
?>
58
--INI--
69
session.use_cookies=0
710
session.cache_limiter=

0 commit comments

Comments
 (0)