wiki.techinc.nl/includes/db
daniel aa7fada9dc Avoid errors in CLI mode when user has no name
MWLBFactory tries to determine the current user's name using
posix_getpwuid(). This will however fail if the current user has no
name, which is the case when running in our standard docker environment.

Bug: T283191
Change-Id: If814d791ee7061d8632ae04602cf489b06422eee
2021-05-19 17:46:49 +00:00
..
CloneDatabase.php Use static closures where safe to use 2021-02-11 00:13:52 +00:00
MWLBFactory.php Avoid errors in CLI mode when user has no name 2021-05-19 17:46:49 +00:00
PatchFileLocation.php