diff options
author | Xinchen Hui <laruence@gmail.com> | 2017-05-09 11:15:32 +0800 |
---|---|---|
committer | Xinchen Hui <laruence@gmail.com> | 2017-05-09 11:15:32 +0800 |
commit | 8f2d3539f20340cc4eb7b00d543efc9a1ed0bc49 (patch) | |
tree | 350f3bc5a2a97469605070153c3bf83780facfed /ext/session/tests/rfc1867_sid_post.phpt | |
parent | 282d09a740298f991b453ce851265e53536dd002 (diff) | |
parent | 05c90e599425e4f0d917f8181f162cfa4baa4d73 (diff) | |
download | php-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_sid_post.phpt')
-rw-r--r-- | ext/session/tests/rfc1867_sid_post.phpt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/session/tests/rfc1867_sid_post.phpt b/ext/session/tests/rfc1867_sid_post.phpt index eaa9e1813a..858101c3b7 100644 --- a/ext/session/tests/rfc1867_sid_post.phpt +++ b/ext/session/tests/rfc1867_sid_post.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=0 +session.save_handler=files --SKIPIF-- <?php include('skipif.inc'); ?> --POST_RAW-- |