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
/
ForkController.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
Respond to some messages from Phan on PHP 8.1
Tim Starling
2023-01-06
1
-1
/
+1
*
Hard deprecate JobQueueGroup::singleton()/destroySingletons()
Umherirrender
2022-06-24
1
-1
/
+0
*
Unbreak ForkController
Niklas Laxström
2021-07-14
1
-2
/
+2
*
ForkController: Throw more meaningful error for missing PHP extensions
Ammarpad
2021-04-17
1
-12
/
+12
*
Clean up ForkController using current code conventions
DannyS712
2021-03-21
1
-4
/
+19
*
Fix numerous PSR12.Properties.ConstantVisibility.NotFound
Reedy
2020-05-12
1
-1
/
+1
*
Remove usages of $wgMemc
mainframe98
2020-01-20
1
-4
/
+0
*
Convert FileBackendGroup to service
Aryeh Gregor
2019-10-25
1
-1
/
+0
*
LockManagerGroupFactory to replace singletons
Aryeh Gregor
2019-08-27
1
-1
/
+0
*
build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0 and make pass
James D. Forrester
2019-05-13
1
-0
/
+1
*
Treat phpdbg as run from the command line when checking PHP_SAPI
Kunal Mehta
2018-01-03
1
-1
/
+1
*
Call resetChildProcessServices() in ForkController
Aaron Schulz
2016-10-11
1
-1
/
+2
*
Call destroy method that actually exists instead of one that doesn't anymore.
Stanislav Malyshev
2016-10-11
1
-1
/
+1
*
Revert "Allow reset of global services."
Catrope
2016-04-11
1
-13
/
+13
*
Allow reset of global services.
daniel
2016-04-11
1
-13
/
+13
*
Convert all array() syntax to []
Kunal Mehta
2016-02-17
1
-4
/
+4
*
Make ForkController destroy redis instances too
Aaron Schulz
2015-12-04
1
-0
/
+2
*
Add missing @param to function docs
umherirrender
2014-08-14
1
-0
/
+1
*
Make it easy to get the number of the currently running child
Chad Horohoe
2014-01-08
1
-1
/
+12
*
Declare visibility on all properties in ForkController
Chad Horohoe
2014-01-08
1
-4
/
+4
*
Fixed spacing in files direct in includes folder
umherirrender
2013-04-21
1
-1
/
+3
*
(Bug 37957) Replace php_sapi_name() with PHP_SAPI
Ori Livneh
2013-02-04
1
-1
/
+1
*
[LockManager] Refactoring to allow proper cross-wiki support.
Aaron Schulz
2013-01-28
1
-1
/
+1
*
Added missing GPLv2 headers in some places.
Alexandre Emsenhuber
2012-05-14
1
-0
/
+20
*
Destroy any lock manager connections when forking.
Aaron
2012-04-20
1
-0
/
+1
*
Make sure ForkController nukes any connection resources that backends might h...
Aaron Schulz
2012-03-09
1
-1
/
+2
*
More return documentation
Sam Reed
2012-02-09
1
-0
/
+1
*
* Fix class name
Tim Starling
2011-12-20
1
-2
/
+2
*
Trim trailing whitespace
Sam Reed
2011-09-04
1
-1
/
+1
*
And even more documentation
Sam Reed
2011-05-28
1
-0
/
+2
*
Follow up r83140. Add a clear() method to ObjectCache so that it can be used ...
Platonides
2011-03-06
1
-2
/
+2
*
Removal of unused globals
Sam Reed
2010-07-24
1
-2
/
+0
*
* add ForkController class to Maintenance group
Alexandre Emsenhuber
2010-01-15
1
-9
/
+11
*
Assorted minor live patches to command-line scripts.
Tim Starling
2009-04-30
1
-1
/
+3
*
Allow children to respond to SIGTERM
Tim Starling
2009-03-18
1
-0
/
+1
*
* Added restart-on-error feature to ForkController, changed the interface to ...
Tim Starling
2009-02-27
1
-42
/
+98
*
* Refactored the forking code from runJobs.php to a new class called ForkCont...
Tim Starling
2009-02-26
1
-0
/
+103