On 07/19/2015 04:35 AM, bawolff wrote:
According to our docs/internal checks, our min php version is 5.3.3. However as of 6e283d394f31, MediaWiki doesn't work with php 5.3.3 (You aren't allowed to implement an interface using an abstract method, on that version of PHP so you get "Fatal error: Can't inherit abstract function IDatabase::getType() (previously declared abstract in DatabaseBase) in git/includes/db/Database.php on line 32").
This was introduced in https://gerrit.wikimedia.org/r/#/c/222188/, which we could work around by removing the abstract definitions.
-- Legoktm