-
-
Notifications
You must be signed in to change notification settings - Fork 6.9k
Fixed UPGRADE.md for "Respect ini session use strict mode" #18362
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
samdark
merged 36 commits into
yiisoft:master
from
rhertogh:respect_ini_session_use_strict_mode
Nov 1, 2020
Merged
Changes from all commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
83fda4b
Merge pull request #1 from yiisoft/master
rhertogh 5231894
Merge branch 'master' of https://github.com/yiisoft/yii2
rhertogh e388dfc
Merge branch 'master' of https://github.com/yiisoft/yii2
rhertogh 6b56e2c
Merge branch 'master' of https://github.com/yiisoft/yii2
rhertogh 0d8eac2
Proof of concept for respecting the session.use_strict_mode in settin…
rhertogh 6896a92
Respect ini session.use_strict_mode
rhertogh fcc82c5
Fixed SessionTestTrait when running consecutive tests
rhertogh 4fa0b66
Using session.use_strict_mode to keep track of strict mode status (so…
rhertogh 927f2ae
Merge branch 'master' into respect_ini_session_use_strict_mode
rhertogh 3a8ad23
Added documentation for Respect ini session.use_strict_mode
rhertogh 4b37b14
Support using 'native' session after a custom session handler has bee…
rhertogh 83b9827
Added test to ensure Yii session handler does not interfere with nati…
rhertogh b0c58cf
Added missing 'since' phpdoc for Session::[set/get]UseStrictMode()
rhertogh cd8c0e3
Disable session garbage collection when testing (https://www.leaseweb…
rhertogh 002c7e8
Another attempt to solve the "session_start(): ps_files_cleanup_dir: …
rhertogh 8de2a59
Set sessin directory permissions in order to solve the "session_start…
rhertogh 697e2d8
Only set session dir permissions if a sessision.save_path is set. Add…
rhertogh 9093103
Set session directory to github runner temp in order to solve the "se…
rhertogh 4f98235
Merge branch 'master' into respect_ini_session_use_strict_mode
samdark 2c8621d
Merge branch 'master' into respect_ini_session_use_strict_mode
samdark 0e9e4ab
Merge branch 'master' into respect_ini_session_use_strict_mode
samdark cdef723
Merge branch 'master' of https://github.com/yiisoft/yii2 into respect…
rhertogh 5373ab1
Merge branch 'master' into respect_ini_session_use_strict_mode
samdark 574ac5c
Implemented polyfill for Session::$useStrictMode for PHP < 5.5.2
rhertogh e0f86b1
Merge branch 'master' into respect_ini_session_use_strict_mode
samdark 8449ce5
Merge branch 'master' of https://github.com/yiisoft/yii2 into respect…
rhertogh 1956afc
Fixed changelog after upstream merge
rhertogh cac9cdc
Merge branch 'master' into respect_ini_session_use_strict_mode
samdark 7d1e2ed
Merge branch 'master' into respect_ini_session_use_strict_mode
rhertogh 4e48311
Merge branch 'master' into respect_ini_session_use_strict_mode
samdark ec28f9e
Merge branch 'master' into respect_ini_session_use_strict_mode
rhertogh aab82b9
Merge branch 'master' into respect_ini_session_use_strict_mode
samdark 911c10a
Merge branch 'master' into respect_ini_session_use_strict_mode
samdark 9e2241c
Fixed version for session.use_strict_mode in upgrade.md
rhertogh 8841146
Merge branch 'master' of https://github.com/yiisoft/yii2 into respect…
rhertogh f7f62ce
Fixed version for session.use_strict_mode in upgrade.md (fixed once m…
rhertogh File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.