52 $title =
elgg_echo(
'admin:server:requirements:php_extension', [$extension]);
71 $title =
elgg_echo(
'admin:server:requirements:php_extension', [$extension]);
85 if (empty(ini_get(
'session.gc_probability')) || empty(ini_get(
'session.gc_divisor'))) {
95 $server =
$db->isMariaDB() ?
'mariadb' :
$db->getConnection(DbConfig::READ_WRITE)->getDatabasePlatform()->getName();
107 $client_parts = explode(
'\\', get_class(
$db->getConnection(DbConfig::READ_WRITE)->getDriver()));
114 if (
$client !==
'PDO MySQL Driver') {
122 Request::REWRITE_TEST_TOKEN => 1,
elgg_http_add_url_query_elements($url, array $elements)
Sets elements in a URL's query string.
elgg_normalize_site_url($unsafe_url)
From untrusted input, get a site URL safe for forwarding.
elgg_echo($message_key, array $args=[], $language="")
Elgg language module Functions to manage language and translations.
const MARIADB_MINIMAL_VERSION
elgg_view_image_block($image, $body, $vars=[])
Wrapper function for the image block display pattern.
const MYSQL_MINIMAL_VERSION
foreach($recommendedExtensions as $extension) if(empty(ini_get('session.gc_probability'))||empty(ini_get('session.gc_divisor'))) $db
elgg_format_element($tag_name, array $attributes=[], $text= '', array $options=[])
Format an HTML element.
foreach($requiredExtensions as $extension) $recommendedExtensions
elgg_view_icon($name, $vars=[])
View an icon glyph.
_elgg_services()
Get the global service provider.
elgg echo
Translates a string.
const PHP_MINIMAL_VERSION