summaryrefslogtreecommitdiff
path: root/ext/session/tests/bug73100.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/bug73100.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/bug73100.phpt')
-rw-r--r--ext/session/tests/bug73100.phpt3
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/session/tests/bug73100.phpt b/ext/session/tests/bug73100.phpt
index de2f68eb8c..b53ebc07b4 100644
--- a/ext/session/tests/bug73100.phpt
+++ b/ext/session/tests/bug73100.phpt
@@ -4,6 +4,9 @@ Bug #73100 (session_destroy null dereference in ps_files_path_create)
<?php
if (!extension_loaded('session')) die('skip session extension not available');
?>
+--INI--
+session.save_path=
+session.save_handler=files
--FILE--
<?php
ob_start();