index
:
mediawikicore.git
REL1_39
REL1_40
REL1_41
REL1_42
REL1_43
development
fundraising/REL1_39
fundraising/REL1_43
master
wmf/1.44.0-wmf.21
wmf/1.44.0-wmf.22
wmf/1.44.0-wmf.23
wmf/branch_cut_pretest
wmf/next
The collaborative editing software that runs Wikipedia.
Tyler Davis
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
includes
/
session
/
PHPSessionHandler.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove 2-line PHPDocs that just repeat the types from the code
thiemowmde
2025-01-17
1
-1
/
+0
*
session: Do not set session.use_trans_sid
Gergő Tisza
2025-01-06
1
-1
/
+0
*
Use real type hints for services etc. in includes/auth/, session/, user/
Bartosz Dziewoński
2024-11-02
1
-8
/
+3
*
Add namespace to the root classes of ObjectCache
Ebrahim Byagowi
2024-07-10
1
-1
/
+1
*
build: Fix line indents
Umherirrender
2024-03-11
1
-1
/
+1
*
build: Upgrade mediawiki/mediawiki-phan-config from 0.13.0 to 0.14.0 manually
James D. Forrester
2024-02-10
1
-2
/
+0
*
Replace qualifiers with import in PHPSessionHandler
Doğu Abaris
2024-01-31
1
-8
/
+10
*
Fix various typos and documentation issues
Matěj Suchánek
2023-08-27
1
-1
/
+1
*
session: Use wfTimestampNow() in PHPSessionHandler::gc for now
Umherirrender
2022-10-05
1
-2
/
+1
*
Get the MainConfig from MediaWikiServices instead of RequestContext
Umherirrender
2022-05-24
1
-1
/
+2
*
Use MainConfigNames instead of string literals, #2
Aryeh Gregor
2022-04-13
1
-1
/
+2
*
phan: Disable scalar_implicit_cast setting
Umherirrender
2022-03-18
1
-0
/
+2
*
Replace some more usages of Wikimedia\(suppress|restore)Warnings()
Reedy
2022-02-24
1
-2
/
+3
*
Apply ReturnTypeWillChange to various implementations of built in interfaces
Reedy
2022-01-25
1
-0
/
+6
*
Remove or replace usages of "sane"
Reedy
2021-11-22
1
-1
/
+1
*
Use @internal instead of @private per policy
daniel
2020-06-26
1
-7
/
+7
*
Coding style: Auto-fix MediaWiki.Classes.UnsortedUseStatements.UnsortedUse
James D. Forrester
2020-01-10
1
-1
/
+1
*
Make use of existing array value variables in foreach loops
Thiemo Kreuz
2019-12-29
1
-1
/
+1
*
Unsuppress another phan issue (part 7)
Daimona Eaytoy
2019-09-03
1
-3
/
+3
*
Import PSR NullLogger instead of using absolute class references
Aaron Schulz
2019-07-13
1
-1
/
+2
*
Use SessionManagerInterface in PHPSessionHandler
Umherirrender
2019-07-05
1
-6
/
+6
*
Add @var to class properties to clarify types
Umherirrender
2019-03-08
1
-0
/
+2
*
PHPSessionHandler: Suppress warnings in initialize()
Brad Jorsch
2018-06-13
1
-16
/
+22
*
Merge "Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenient"
jenkins-bot
2018-05-31
1
-1
/
+1
|
\
|
*
Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenient
Bartosz Dziewoński
2018-05-30
1
-1
/
+1
*
|
PHPSessionHandler: Drop now-pointless return methods for PHP5 compat.
James D. Forrester
2018-05-30
1
-39
/
+12
|
/
*
Use correct variable name in @param documentation
Umherirrender
2017-08-11
1
-1
/
+1
*
PHPSessionHandler: Workaround PHP5 bug
Brad Jorsch
2016-10-24
1
-12
/
+40
*
Improve SessionManager unit test coverage, and fix two namespacing bugs
Brad Jorsch
2016-02-26
1
-0
/
+2
*
Enforce MW_NO_SESSION, add MW_NO_SESSION_HANDLER
Brad Jorsch
2016-02-22
1
-0
/
+4
*
Convert all array() syntax to []
Kunal Mehta
2016-02-17
1
-6
/
+6
*
PHPSessionHandler: Implement SessionHandlerInterface
Brad Jorsch
2016-02-10
1
-32
/
+4
*
Update session log messages
Bryan Davis
2016-02-06
1
-2
/
+4
*
Disable automatic cache headers associated with starting a session
Bryan Davis
2016-02-03
1
-0
/
+6
*
Revert "Remove SessionManager, temporarily"
Brad Jorsch
2016-02-03
1
-0
/
+377
*
Remove SessionManager, temporarily
Brad Jorsch
2016-02-01
1
-377
/
+0
*
Avoid false "added in both Session and $_SESSION" when value is null
Brad Jorsch
2016-01-26
1
-2
/
+2
*
Do not raise a PHP warning when session write fails
Gergő Tisza
2016-01-21
1
-1
/
+3
*
SessionManager: Change behavior of getSessionById()
Brad Jorsch
2016-01-20
1
-3
/
+9
*
Add SessionManager
Brad Jorsch
2016-01-12
1
-0
/
+369