aboutsummaryrefslogtreecommitdiffstats
path: root/includes/PHPVersionCheck.php
Commit message (Expand)AuthorAgeFilesLines
...
* Prepare for REL1_32 cut, labelling master as 1.33-alphaJames D. Forrester2018-10-151-1/+1
* Fix common typo "MediWiki" in MW coreAlangi Derick2018-08-141-1/+1
* Whitelist phpcs Squiz.Scope.MemberVarScope in PHPVersionCheckUmherirrender2018-08-071-0/+1
* Insert space before compatibility link in PHP version messagepetarpetkovic2018-05-251-1/+1
* Bump PHP version requirement to 7.0.0+James D. Forrester2018-05-241-2/+2
* Merge "PHPVersionCheck: Properly check for `xml` extension in PHP 7.2+"jenkins-bot2018-04-251-1/+1
|\
| * PHPVersionCheck: Properly check for `xml` extension in PHP 7.2+Kunal Mehta2018-04-241-1/+1
* | Prepare for REL1_31 cut, labelling master as 1.32-alphaJames D. Forrester2018-04-171-1/+1
|/
* Display PHP version in old version error messagesReedy2018-04-131-1/+2
* PHPVersionCheck: Remove bogus @return tagsKunal Mehta2018-04-081-7/+0
* Don't use `phpcs:ignoreFile` to selectively ignore sniffsKunal Mehta2018-04-081-5/+5
* PHPVersionCheck: PHP 5.5.0 is no longer supported by upstream, but 5.6.0 isJames D. Forrester2018-01-181-3/+3
* Merge "Bump min supported HHVM version to 3.18.5"jenkins-bot2018-01-101-2/+2
|\
| * Bump min supported HHVM version to 3.18.5Reedy2018-01-101-2/+2
* | build: Updating mediawiki/mediawiki-codesniffer to 15.0.0Umherirrender2018-01-011-3/+5
|/
* Prepare for 1.31 branchJames D. Forrester2017-09-191-1/+1
* PHPVersionCheck: Use HTTPS download URL for downloading PHPKunal Mehta2017-08-211-1/+1
* Add missing type to @param documentationUmherirrender2017-08-111-3/+3
* PHPVersionCheck: Add 'fileinfo' extensionBartosz Dziewoński2017-08-091-0/+1
* Add HHVM version checkFlorian Schmidt2017-05-191-24/+69
* Prepare for 1.30 branchJames D. Forrester2017-04-261-1/+1
* Miscellaneous indentation tweaksBartosz Dziewoński2017-02-271-14/+15
* Rebuilt PHPVersionCheck to be an own classFlorian Schmidt2016-11-031-171/+212
* Bump version number to 1.29.0-alpha for 1.29 development cycleChad Horohoe2016-10-251-1/+1
* Move fatal PHP functions checks to initializationChad Horohoe2016-06-141-1/+59
* Bump mediawiki version in PHPVersionCheck.php to 1.28Paladox2016-05-231-1/+1
* Bump required PHP version to 5.5.9Chad Horohoe2016-02-101-1/+1
* Zend don't support less than PHP 5.5...Reedy2016-01-121-1/+1
* phpcs: Use __DIR__ constant instead of callingumherirrender2015-11-151-0/+2
* Improve error message from when vendor files don't existReedy2015-10-311-1/+1
* Fix remaining Generic.Files.LineLength failuresAmir E. Aharoni2015-10-031-0/+2
* Fix Generic.Files.LineLength phpcs failure in 11 files under includes/Amir E. Aharoni2015-10-031-4/+4
* Begin 1.27 development cycleJames D. Forrester2015-09-261-1/+1
* Rework PHP and vendor checkpaladox2015-07-211-52/+94
* Check for dependencies in entry point and Maintenance.phpaude2015-05-231-0/+157