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

No alias functions

Canonical functions shall be used instead of aliases.

Closes GH-530.
This commit is contained in:
Mathias Reker ⚡️
2022-06-17 17:14:03 +02:00
committed by GitHub
parent 7dd64e1b79
commit 89ac76cd81
3 changed files with 3 additions and 3 deletions

View File

@@ -31,7 +31,7 @@ $sqlite = get_available_sqlites();
$exts = implode(',', get_loaded_extensions());
echo join('|', array(
echo implode('|', array(
$MYSITE, // 0 : CNAME for mirror as accessed (CC, CC1, etc.)
phpversion(), // 1 : PHP version overview
$LAST_UPDATED, // 2 : Update problems