aboutsummaryrefslogtreecommitdiffstats
path: root/includes/session/PHPSessionHandler.php
Commit message (Expand)AuthorAgeFilesLines
* Remove 2-line PHPDocs that just repeat the types from the codethiemowmde2025-01-171-1/+0
* session: Do not set session.use_trans_sidGergő Tisza2025-01-061-1/+0
* Use real type hints for services etc. in includes/auth/, session/, user/Bartosz Dziewoński2024-11-021-8/+3
* Add namespace to the root classes of ObjectCacheEbrahim Byagowi2024-07-101-1/+1
* build: Fix line indentsUmherirrender2024-03-111-1/+1
* build: Upgrade mediawiki/mediawiki-phan-config from 0.13.0 to 0.14.0 manuallyJames D. Forrester2024-02-101-2/+0
* Replace qualifiers with import in PHPSessionHandlerDoğu Abaris2024-01-311-8/+10
* Fix various typos and documentation issuesMatěj Suchánek2023-08-271-1/+1
* session: Use wfTimestampNow() in PHPSessionHandler::gc for nowUmherirrender2022-10-051-2/+1
* Get the MainConfig from MediaWikiServices instead of RequestContextUmherirrender2022-05-241-1/+2
* Use MainConfigNames instead of string literals, #2Aryeh Gregor2022-04-131-1/+2
* phan: Disable scalar_implicit_cast settingUmherirrender2022-03-181-0/+2
* Replace some more usages of Wikimedia\(suppress|restore)Warnings()Reedy2022-02-241-2/+3
* Apply ReturnTypeWillChange to various implementations of built in interfacesReedy2022-01-251-0/+6
* Remove or replace usages of "sane"Reedy2021-11-221-1/+1
* Use @internal instead of @private per policydaniel2020-06-261-7/+7
* Coding style: Auto-fix MediaWiki.Classes.UnsortedUseStatements.UnsortedUseJames D. Forrester2020-01-101-1/+1
* Make use of existing array value variables in foreach loopsThiemo Kreuz2019-12-291-1/+1
* Unsuppress another phan issue (part 7)Daimona Eaytoy2019-09-031-3/+3
* Import PSR NullLogger instead of using absolute class referencesAaron Schulz2019-07-131-1/+2
* Use SessionManagerInterface in PHPSessionHandlerUmherirrender2019-07-051-6/+6
* Add @var to class properties to clarify typesUmherirrender2019-03-081-0/+2
* PHPSessionHandler: Suppress warnings in initialize()Brad Jorsch2018-06-131-16/+22
* Merge "Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenient"jenkins-bot2018-05-311-1/+1
|\
| * Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenientBartosz Dziewoński2018-05-301-1/+1
* | PHPSessionHandler: Drop now-pointless return methods for PHP5 compat.James D. Forrester2018-05-301-39/+12
|/
* Use correct variable name in @param documentationUmherirrender2017-08-111-1/+1
* PHPSessionHandler: Workaround PHP5 bugBrad Jorsch2016-10-241-12/+40
* Improve SessionManager unit test coverage, and fix two namespacing bugsBrad Jorsch2016-02-261-0/+2
* Enforce MW_NO_SESSION, add MW_NO_SESSION_HANDLERBrad Jorsch2016-02-221-0/+4
* Convert all array() syntax to []Kunal Mehta2016-02-171-6/+6
* PHPSessionHandler: Implement SessionHandlerInterfaceBrad Jorsch2016-02-101-32/+4
* Update session log messagesBryan Davis2016-02-061-2/+4
* Disable automatic cache headers associated with starting a sessionBryan Davis2016-02-031-0/+6
* Revert "Remove SessionManager, temporarily"Brad Jorsch2016-02-031-0/+377
* Remove SessionManager, temporarilyBrad Jorsch2016-02-011-377/+0
* Avoid false "added in both Session and $_SESSION" when value is nullBrad Jorsch2016-01-261-2/+2
* Do not raise a PHP warning when session write failsGergő Tisza2016-01-211-1/+3
* SessionManager: Change behavior of getSessionById()Brad Jorsch2016-01-201-3/+9
* Add SessionManagerBrad Jorsch2016-01-121-0/+369