aboutsummaryrefslogtreecommitdiffstats
path: root/includes/PHPVersionCheck.php
Commit message (Expand)AuthorAgeFilesLines
* Prepare active branch following REL1_43 cut, labelling as 1.44-alphaArlo Breault2024-10-221-1/+1
* PHPVersionCheck: Clarify Composer dependencies vs PHP extensionsBartosz DziewoƄski2024-05-201-16/+16
* Prepare active branch following REL1_42 cut, labelling as 1.43-alphaJames D. Forrester2024-04-081-1/+1
* PHPVersionCheck: Update text to match currently supported upstream PHP versio...Reedy2024-01-131-2/+2
* Prepare active branch following REL1_41 cut, labelling as 1.42-alphaJames D. Forrester2023-10-091-1/+1
* PHPVersionCheck: Remove unused foreach keyDerick Alangi2023-09-241-1/+1
* Remove deprecated HTTP header field 'Pragma'Fomafix2023-09-141-1/+0
* Use 'Cache-Control: no-cache' instead of 'Cache-control: none'Fomafix2023-09-061-1/+1
* Expand the PHP installation instructionsWaldir Pimenta2023-05-211-3/+6
* Tweak "missing dependencies" message when running installer.phpWaldir Pimenta2023-05-201-4/+4
* Prepare active branch following REL1_40 cut, labelling as 1.41-alphaJames D. Forrester2023-03-131-1/+1
* .phan/config.php: Update minimum_target_php_versionReedy2022-10-031-1/+1
* Drop PHP 7.2 & PHP 7.3 support in MediaWiki master; require 7.4.3James D. Forrester2022-09-291-4/+1
* Prepare active branch following REL1_39 cut, labelling as 1.40-alphaJames D. Forrester2022-09-051-1/+1
* Prepare active branch following REL1_38 cut, labelling as 1.39-alphaJames D. Forrester2022-03-141-1/+1
* Tweak error message for missing composer dependencieswctaiwan2021-11-171-3/+3
* PHPVersionCheck: Mark PHP 7.4.0 - 7.4.2 as buggyReedy2021-10-121-0/+2
* Prepare for REL1_37 cut, labelling master as 1.38-alphaJames D. Forrester2021-09-131-1/+1
* 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