* Revert r69013 (Use `` instead of wfShellExec() like the old installer). This fails...
authorChad Horohoe <demon@users.mediawiki.org>
Sun, 17 Oct 2010 20:34:25 +0000 (20:34 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Sun, 17 Oct 2010 20:34:25 +0000 (20:34 +0000)
commit045ea2db0069d0af23c4a658d6c15dd9084add5f
treed7fe5a88c95c981406d85803ec8fd42b25c3b56e
parent79cb225ea3221eee2b6bdcc54a2e69e0c158d2c8
* Revert r69013 (Use `` instead of wfShellExec() like the old installer). This fails for people in safe_mode and for people with shell_exec in disable_functions. wfShellExec() handles these scenarios. For installation, we'll set $wgMaxShellMemory at 0 to disable the ulimit.
* Make envCheckShellLocale() use wfShellExec() as well (also works on OSX :)
includes/installer/CoreInstaller.php
includes/installer/Installer.php