1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2024-11-22 06:42:41 +01:00

Bump required PHP version

Test Plan:
  arc lint

Reviewers: epriestley

Reviewed By: epriestley

CC: aran

Differential Revision: https://secure.phabricator.com/D2127
This commit is contained in:
vrana 2012-04-06 12:55:05 -07:00
parent a5f0323d5c
commit 8295bddba7

View file

@ -314,7 +314,7 @@ try {
* that exclude core functionality.
*/
function sanity_check_environment() {
$min_version = '5.2.0';
$min_version = '5.2.3';
$cur_version = phpversion();
if (version_compare($cur_version, $min_version, '<')) {
die_with_bad_php(