1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

phpversion() replacements and code branch collapsing for older PHP versions

Closes GH-600.
This commit is contained in:
Ayesh Karunaratne
2022-07-02 16:07:14 +05:30
committed by GitHub
parent c3f9653226
commit 38d4e0721c
2 changed files with 4 additions and 13 deletions

View File

@@ -33,7 +33,7 @@ $exts = implode(',', get_loaded_extensions());
echo implode('|', array(
$MYSITE, // 0 : CNAME for mirror as accessed (CC, CC1, etc.)
phpversion(), // 1 : PHP version overview
PHP_VERSION, // 1 : PHP version overview
$LAST_UPDATED, // 2 : Update problems
$sqlite, // 3 : SQLite support?
$mirror_stats, // 4 : Optional local stats support