Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  Fix bug 61870 ext\session\tests\bug42596.phpt fails
This commit is contained in:
Anatoliy Belsky 2012-04-30 12:10:43 +02:00
commit 36836f147c

View 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=