PHP: Bump minimum version

95% of 5.6 sites are on 5.6.30 or higher, hence this specific minimum version.

Fixes #46594.




git-svn-id: https://develop.svn.wordpress.org/trunk@44982 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Aaron Jorbin
2019-03-22 15:46:56 +00:00
parent 96922900c5
commit 42547da41d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ $tinymce_version = '4920-20181217';
*
* @global string $required_php_version
*/
$required_php_version = '5.2.4';
$required_php_version = '5.6.30';
/**
* Holds the required MySQL version