]> granicus.if.org Git - php/commitdiff
Fix bug 61870 ext\session\tests\bug42596.phpt fails
authorAnatoliy Belsky <ab@php.net>
Mon, 30 Apr 2012 10:06:28 +0000 (12:06 +0200)
committerAnatoliy Belsky <ab@php.net>
Mon, 30 Apr 2012 10:06:28 +0000 (12:06 +0200)
ext/session/tests/bug42596.phpt

index fd9a6029212a9148651142afeda6d2506151ed72..3d11607b4cd06f8b7ff73c8a7e8fc189e317479a 100644 (file)
@@ -1,7 +1,10 @@
 --TEST--
 Bug #42596 (session.save_path MODE option will not set "write" bit for group or world)
 --SKIPIF--
-<?php include('skipif.inc'); ?>
+<?php
+       if(substr(PHP_OS, 0, 3) == "WIN") die("skip not for Windows");
+       include('skipif.inc');
+?>
 --INI--
 session.use_cookies=0
 session.cache_limiter=