diff options
author | Xinchen Hui <laruence@gmail.com> | 2017-05-09 11:14:40 +0800 |
---|---|---|
committer | Xinchen Hui <laruence@gmail.com> | 2017-05-09 11:14:40 +0800 |
commit | 05c90e599425e4f0d917f8181f162cfa4baa4d73 (patch) | |
tree | 46b81d77cd588c500cddef57464936fb9563584e /ext/session/tests/bug73100.phpt | |
parent | 15dbe775d1912f0572524e61066e787d8862a9c4 (diff) | |
parent | 1b22e9dc2eaa754d1733f9e73e7041d3a006d7fc (diff) | |
download | php-git-05c90e599425e4f0d917f8181f162cfa4baa4d73.tar.gz |
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0:
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.phpt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/session/tests/bug73100.phpt b/ext/session/tests/bug73100.phpt index 0503541375..3f3e92561a 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(); |