mirror of
https://github.com/php/php-src.git
synced 2025-08-16 22:18:50 +02:00
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:
commit
36836f147c
1 changed files with 4 additions and 1 deletions
|
@ -1,7 +1,10 @@
|
||||||
--TEST--
|
--TEST--
|
||||||
Bug #42596 (session.save_path MODE option will not set "write" bit for group or world)
|
Bug #42596 (session.save_path MODE option will not set "write" bit for group or world)
|
||||||
--SKIPIF--
|
--SKIPIF--
|
||||||
<?php include('skipif.inc'); ?>
|
<?php
|
||||||
|
if(substr(PHP_OS, 0, 3) == "WIN") die("skip not for Windows");
|
||||||
|
include('skipif.inc');
|
||||||
|
?>
|
||||||
--INI--
|
--INI--
|
||||||
session.use_cookies=0
|
session.use_cookies=0
|
||||||
session.cache_limiter=
|
session.cache_limiter=
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue