* use call_user_func instead of $class::isCompiled() for php 5.2 (re r69128)
authorMark A. Hershberger <mah@users.mediawiki.org>
Wed, 7 Jul 2010 13:39:57 +0000 (13:39 +0000)
committerMark A. Hershberger <mah@users.mediawiki.org>
Wed, 7 Jul 2010 13:39:57 +0000 (13:39 +0000)
commitb56235a5776e40036573051aa98cf3784d7a9940
tree5a8cd835b6538c5369e70d35bc24ce356a59d623
parent93cfca41e544529e1a360f645cd2be852d5444a4
* use call_user_func instead of $class::isCompiled() for php 5.2 (re r69128)
* in performInstallation, $step is always a string, check $stepObj instead
* remove installUser() method that only called setupUser, which only MySQL needs and is added by modifying the steps
includes/installer/Installer.php