summaryrefslogtreecommitdiff
path: root/ext/session/tests/rfc1867_no_name.phpt
diff options
context:
space:
mode:
authorXinchen Hui <laruence@gmail.com>2017-05-09 11:15:32 +0800
committerXinchen Hui <laruence@gmail.com>2017-05-09 11:15:32 +0800
commit8f2d3539f20340cc4eb7b00d543efc9a1ed0bc49 (patch)
tree350f3bc5a2a97469605070153c3bf83780facfed /ext/session/tests/rfc1867_no_name.phpt
parent282d09a740298f991b453ce851265e53536dd002 (diff)
parent05c90e599425e4f0d917f8181f162cfa4baa4d73 (diff)
downloadphp-git-8f2d3539f20340cc4eb7b00d543efc9a1ed0bc49.tar.gz
Merge branch 'PHP-7.1'
* PHP-7.1: Fixed tests when using cumstom php.ini(session.save_handler) Fix Bug #74541 Wrong reflection on session_start()
Diffstat (limited to 'ext/session/tests/rfc1867_no_name.phpt')
-rw-r--r--ext/session/tests/rfc1867_no_name.phpt1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/session/tests/rfc1867_no_name.phpt b/ext/session/tests/rfc1867_no_name.phpt
index 0b1d36e491..949e7aaf4b 100644
--- a/ext/session/tests/rfc1867_no_name.phpt
+++ b/ext/session/tests/rfc1867_no_name.phpt
@@ -15,6 +15,7 @@ session.upload_progress.cleanup=0
session.upload_progress.prefix=upload_progress_
session.upload_progress.name=PHP_SESSION_UPLOAD_PROGRESS
session.upload_progress.freq=1%
+session.save_handler=files
--SKIPIF--
<?php include('skipif.inc'); ?>
--COOKIE--