[ Index ] |
PHP Cross Reference of phpBB-3.2.11-deutsch |
[Source view] [Print] [Project Stats]
This file is part of the phpBB Forum Software package.
Copyright: | (c) phpBB Limited |
License: | GNU General Public License, version 2 (GPL-2.0) |
File Size: | 209 lines (4 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
check_server_environment:: (11 methods):
__construct()
run()
set_test_passed()
check_php_version()
check_image_size()
check_pcre()
check_json()
check_xml()
check_available_dbms()
get_step_count()
get_task_lang_name()
Class: check_server_environment - X-Ref
Installer task that checks if the server meats phpBB requirements__construct(\phpbb\install\helper\database $database_helper,\phpbb\install\helper\iohandler\iohandler_interface $response) X-Ref |
Constructor param: \phpbb\install\helper\database $database_helper param: \phpbb\install\helper\iohandler\iohandler_interface $response |
run() X-Ref |
{@inheritdoc} |
set_test_passed($is_passed) X-Ref |
Sets $this->tests_passed param: bool $is_passed |
check_php_version() X-Ref |
Check if the requirements for PHP version is met |
check_image_size() X-Ref |
Checks if the installed PHP has getimagesize() available |
check_pcre() X-Ref |
Checks if the installed PHP supports PCRE |
check_json() X-Ref |
Checks whether PHP's JSON extension is available or not |
check_xml() X-Ref |
Checks whether or not the XML PHP extension is available (Required by the text formatter) |
check_available_dbms() X-Ref |
Check if any supported DBMS is available |
get_step_count() X-Ref |
{@inheritdoc} |
get_task_lang_name() X-Ref |
{@inheritdoc} |
Generated: Wed Nov 11 20:33:01 2020 | Cross-referenced by PHPXref 0.7.1 |