From 45b4434add2714ff90ed615d223c2fe8388c783d Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Sun, 21 Oct 2018 20:39:07 +0200 Subject: [PATCH] Bump minimum PHP requirement for php.net sites to 5.4 Currently all mirrors already use at least 5.4 versions and also the code in the repository already uses 5.4 syntax in some places, such as releases/feed.php file with __DIR__ constant. This patch syncs this state a bit. --- README.md | 2 +- mirroring.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 113c89a4fd..14a2f97474 100644 --- a/README.md +++ b/README.md @@ -24,5 +24,5 @@ To install a full official mirror please see [the mirroring guidelines](http://p ## Code requirements -Code must function on a vanilla PHP 5.3 installation as some php.net mirrors still run PHP 5.3. +Code must function on a vanilla PHP 5.4 installation as some php.net mirrors still run PHP 5.4. Please keep this in mind before filing a pull request. diff --git a/mirroring.php b/mirroring.php index 7f2b84ca61..b09acf666f 100644 --- a/mirroring.php +++ b/mirroring.php @@ -51,7 +51,7 @@

- Official mirror program participants are required to use PHP 5.3.21 or + Official mirror program participants are required to use PHP 5.4 or greater, but please note that we encourage maintainers to always use the latest stable versions of actively-developed branches. Please note that we do, somewhat regularly (about once per year) require existing