mirror of
https://github.com/php/php-src.git
synced 2026-03-26 17:22:15 +01:00
Merge branch 'PHP-5.6'
* PHP-5.6: Fixed tests (they might fail from time to time because of session GC) Fix author name on the #63228 patch.
This commit is contained in:
@@ -3,6 +3,7 @@ Test session_set_save_handler() : incomplete implementation
|
||||
--INI--
|
||||
session.save_handler=files
|
||||
session.name=PHPSESSID
|
||||
session.gc_probability=0
|
||||
--SKIPIF--
|
||||
<?php include('skipif.inc'); ?>
|
||||
--FILE--
|
||||
|
||||
@@ -3,6 +3,7 @@ Test session_set_save_handler() : incorrect arguments for existing handler open
|
||||
--INI--
|
||||
session.save_handler=files
|
||||
session.name=PHPSESSID
|
||||
session.gc_probability=0
|
||||
--SKIPIF--
|
||||
<?php include('skipif.inc'); ?>
|
||||
--FILE--
|
||||
|
||||
Reference in New Issue
Block a user