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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user