Allow to provide the db password inside a file instead of using
authorPlatonides <platonides@users.mediawiki.org>
Thu, 16 Jun 2011 20:58:12 +0000 (20:58 +0000)
committerPlatonides <platonides@users.mediawiki.org>
Thu, 16 Jun 2011 20:58:12 +0000 (20:58 +0000)
commit5cf5ec639b0fe3e39b49092f06fef6d53fb06a10
treead4c0f6df422b37337608f0ee315afbaf2581e80
parentf2875b43f3dc766d6d079d294c04e41824573c8e
Allow to provide the db password inside a file instead of using
the command line, so that it isn't exposed in the process list.

Sadly, use of /dev/stdin or <(process) doesn't work in Linux,
since they are shown as symlinks to pipe:[12345678] and php
dereferences all of them. It has to be a real file.
However, such constructs work in Solaris, where they are
presented as character devices.
maintenance/install.php