General: Increase the minimum supported version of PHP to 7.0.0.

This also removes the random compat library which is no longer necessary, and adjusts unit tests and CI workflows that no longer need to take PHP 5.6 into account.

Thank you for your service, PHP 5. Onwards!

Props SergeyBiryukov, mukesh27, dingo_d, audrasjb, jrf, costdev, azaozz, JavierCasares, hellofromTonya, samiamnot, spacedmonkey, masteradhoc, knutsp, garyjones, chanthaboune

Fixes #57345


git-svn-id: https://develop.svn.wordpress.org/trunk@56141 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
John Blackbourn
2023-07-05 17:39:55 +00:00
parent 28fa6d1a34
commit f7dbb2462b
19 changed files with 13 additions and 1386 deletions

View File

@@ -37,7 +37,7 @@ $tinymce_version = '49110-20201110';
*
* @global string $required_php_version
*/
$required_php_version = '5.6.20';
$required_php_version = '7.0.0';
/**
* Holds the required MySQL version.