aboutsummaryrefslogtreecommitdiffstats
path: root/includes/PHPVersionCheck.php
Commit message (Expand)AuthorAgeFilesLines
* Restore PHP 4.0 compatibility to PHPVersionCheckPetr Pchelko2021-06-071-1/+1
* Use null coalecing operators everywhere consistenctly.Petr Pchelko2021-06-031-1/+1
* Prepare for REL1_36 cut, labelling master as 1.37-alphaJames D. Forrester2021-04-061-1/+1
* Exclude includes/PHPVersionCheck.php from phan scanningReedy2021-03-291-2/+0
* PHPVersionCheck: Graceful handling for missing php-intlAmmarpad2021-03-201-0/+1
* Make ParserOptionsTest work on PHP<7.4.9 with opcache enabledTim Starling2021-03-021-1/+0
* PHPVersionCheck: Complain about known-bad versions above minimumJames D. Forrester2021-02-251-8/+48
* PHPVersionCheck: The PHP Group only support PHP >= 7.3.0Reedy2021-01-301-1/+1
* Improve class property documentationUmherirrender2020-10-301-1/+1
* Fix broken PHPDoc comments that don't start with /**Thiemo Kreuz2020-07-231-2/+2
* Prepare for REL1_35 cut, labelling master as 1.36-alphaJames D. Forrester2020-07-141-1/+1
* doxygen: Changed Doxygen tags causing warnings during documentation generationHolger Knust2020-04-141-1/+1
* PHPVersionCheck: Refactor triggerError() to be easier to understandTimo Tijhof2020-03-021-38/+49
* The PHP Group stopped supporting 7.1 in late 2019Reedy2020-03-021-1/+1
* Increase PHP requirement from 7.2.9 to 7.2.22 due to segfault issueJames D. Forrester2020-02-241-1/+1
* PHPVersionCheck: Simplify warning as part of dropping HHVM supportJames D. Forrester2019-10-101-47/+16
* Set minimum PHP version to 7.2.9Reedy2019-10-101-1/+1
* Merge "PHP Version Check: Adjust wording on composer dependencies"jenkins-bot2019-10-071-2/+2
|\
| * PHP Version Check: Adjust wording on composer dependenciesKosta Harlan2019-10-021-2/+2
* | Drop HHVM support from MediaWikiJames D. Forrester2019-10-021-22/+5
* | Prepare for REL1_34 cut, labelling master as 1.35-alphaJames D. Forrester2019-09-301-1/+1
|/
* PHPVersionCheck: Consistently use double quotes for HTML attributesFomafix2019-09-221-4/+4
* docs: Avoid some scalar jugglingDaimona Eaytoy2019-09-191-2/+2
* Bump PHP version requirement to 7.2.0+James D. Forrester2019-09-161-2/+2
* Remove spurious `@class` tags in two filesTimo Tijhof2019-09-091-2/+0
* PHPVersionCheck: remove version_compare() existence checkMax Semenik2019-06-141-4/+1
* Use https://www.php.net/ instead of https://secure.php.net/Fomafix2019-04-121-2/+2
* Prepare for REL1_33 cut, labelling master as 1.34-alphaJames D. Forrester2019-04-101-1/+1
* Fix PhanPluginDuplicateConditional* errors (#1)Kunal Mehta2019-03-231-0/+1
* Update required PHP version to 7.0.13James D. Forrester2019-02-141-1/+1
* PHPVersionCheck: Remove obsolete load.php code and simplifyTimo Tijhof2018-10-281-44/+42
* Add docs and minor cleanup in PHPVersionCheck.phpAlangi Derick2018-10-181-9/+11
* 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