aboutsummaryrefslogtreecommitdiffstats
path: root/includes/ForkController.php
Commit message (Expand)AuthorAgeFilesLines
* Unbreak ForkControllerNiklas Laxström2021-07-141-2/+2
* ForkController: Throw more meaningful error for missing PHP extensionsAmmarpad2021-04-171-12/+12
* Clean up ForkController using current code conventionsDannyS7122021-03-211-4/+19
* Fix numerous PSR12.Properties.ConstantVisibility.NotFoundReedy2020-05-121-1/+1
* Remove usages of $wgMemcmainframe982020-01-201-4/+0
* Convert FileBackendGroup to serviceAryeh Gregor2019-10-251-1/+0
* LockManagerGroupFactory to replace singletonsAryeh Gregor2019-08-271-1/+0
* build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0 and make passJames D. Forrester2019-05-131-0/+1
* Treat phpdbg as run from the command line when checking PHP_SAPIKunal Mehta2018-01-031-1/+1
* Call resetChildProcessServices() in ForkControllerAaron Schulz2016-10-111-1/+2
* Call destroy method that actually exists instead of one that doesn't anymore.Stanislav Malyshev2016-10-111-1/+1
* Revert "Allow reset of global services."Catrope2016-04-111-13/+13
* Allow reset of global services.daniel2016-04-111-13/+13
* Convert all array() syntax to []Kunal Mehta2016-02-171-4/+4
* Make ForkController destroy redis instances tooAaron Schulz2015-12-041-0/+2
* Add missing @param to function docsumherirrender2014-08-141-0/+1
* Make it easy to get the number of the currently running childChad Horohoe2014-01-081-1/+12
* Declare visibility on all properties in ForkControllerChad Horohoe2014-01-081-4/+4
* Fixed spacing in files direct in includes folderumherirrender2013-04-211-1/+3
* (Bug 37957) Replace php_sapi_name() with PHP_SAPIOri Livneh2013-02-041-1/+1
* [LockManager] Refactoring to allow proper cross-wiki support.Aaron Schulz2013-01-281-1/+1
* Added missing GPLv2 headers in some places.Alexandre Emsenhuber2012-05-141-0/+20
* Destroy any lock manager connections when forking.Aaron2012-04-201-0/+1
* Make sure ForkController nukes any connection resources that backends might h...Aaron Schulz2012-03-091-1/+2
* More return documentationSam Reed2012-02-091-0/+1
* * Fix class nameTim Starling2011-12-201-2/+2
* Trim trailing whitespaceSam Reed2011-09-041-1/+1
* And even more documentationSam Reed2011-05-281-0/+2
* Follow up r83140. Add a clear() method to ObjectCache so that it can be used ...Platonides2011-03-061-2/+2
* Removal of unused globalsSam Reed2010-07-241-2/+0
* * add ForkController class to Maintenance groupAlexandre Emsenhuber2010-01-151-9/+11
* Assorted minor live patches to command-line scripts.Tim Starling2009-04-301-1/+3
* Allow children to respond to SIGTERMTim Starling2009-03-181-0/+1
* * Added restart-on-error feature to ForkController, changed the interface to ...Tim Starling2009-02-271-42/+98
* * Refactored the forking code from runJobs.php to a new class called ForkCont...Tim Starling2009-02-261-0/+103