Who we are
INSPIRELI is an initiative of the international social network of architecture and living, bringing together architectural professionals as well as the general public. Participants can view, share and comment on thousands of photos, and enhance their individual contact networks. INSPIRELI represents an unique platform to present the work of architects to companies as well as to end users or consumers who can contact these professionals through their INSPIRELI profile.
What we do
INSPIRELI opens up a direct channel of communication to architectural professionals and students of architecture across the globe. Every year INSPIRELI organizes a global competition, INSPIRELI AWARDS - the largest international competition for young architects and students of architecture under the age of 35. INSPIRELI AWARDS offers contestants a unique opportunity to be globally recognized by the INSPIRELI AWARDS jury, consisting of renowned professionals and academics. Contestants have the opportunity to set their work alongside best-in class architects, and compare the responses of the general public to their work.
Our team
Our team is composed of a variety of professionals including architectural professionals, designers, software developers, marketing and media specialists as well as thought leaders in our community.
Inspireli brand ambassadors representing Inspireli during discussions with architects and further cooperating subjects in particular country represent an integral part of our team.
Notice
Trying to get property of non-object search► skip error►
Source file
File: .../hosting/synopcity.com/app/model/FileRepository.php:365
355: } 356: 357: $row = $row->fetch(); 358: 359: // Create prefix 360: 361: if ($width == null && $height == null) { 362: return $row->filename; 363: } 364: 365: $nameArray = explode('/', $row->filename); 366: $fileName = end($nameArray); 367: 368: $path = str_replace($fileName, "", $row->filename); 369:
Call stack
/www/hosting/synopcity.com/temp/cache/latte/synopcity-com-app-templates-Info-_ambassadors-latte-Templateaba548b2bf89616673145c7c523eb034.php:28 source Contrast\FileRepository->getFileNameResized(arguments)
18: // main template 19: // 20: $ambassadors = $presenter->getAmbassadors() ?> 21: <div class="row"> 22: <?php $iterations = 0; foreach ($ambassadors as $ambassador) { ?> 23: <div class="col-xs-4 col-sm-3 col-lg-2"> 24: <a class="person" href="<?php if ($ambassador->profile_id != 0) { echo Latte\Runtime\Filters::escapeHtml($_presenter->link("Profile:default", array($ambassador->profile_id)), ENT_COMPAT) ;} else { ?> 25: #<?php } ?>"> 26: <div class="photo"> 27: <?php if ($ambassador->photo_file_id) { ?> <img class="desaturate" src="<?php echo Latte\Runtime\Filters::escapeHtml(Latte\Runtime\Filters::safeUrl($basePath), ENT_COMPAT) ?> 28: /data/cache/<?php echo Latte\Runtime\Filters::escapeHtml(Latte\Runtime\Filters::safeUrl($files->getFileNameResized($ambassador->photo_file_id, 200, 200)), ENT_COMPAT) ?>" 29: alt="<?php echo Latte\Runtime\Filters::escapeHtml($ambassador->name, ENT_COMPAT) ?> 30: - <?php echo Latte\Runtime\Filters::escapeHtml($ambassador->country, ENT_COMPAT) ?>"> 31: <?php } ?> 32: </div>
$id 56854
$width 200
$height 200
.../vendor/latte/latte/src/Latte/Engine.php:94 source Templateaba548b2bf89616673145c7c523eb034->render()
84: * @return void 85: */ 86: public function render($name, array $params = array()) 87: { 88: $class = $this->getTemplateClass($name); 89: if (!class_exists($class, FALSE)) { 90: $this->loadTemplate($name); 91: } 92: 93: $template = new $class($params, $this, $name); 94: $template->render(); 95: } 96: 97: 98: /**
.../vendor/latte/latte/src/Latte/Template.php:91 source Latte\Engine->render(arguments)
81: 82: 83: /** 84: * Renders template. 85: * @return void 86: * @internal 87: */ 88: public function renderChildTemplate($name, array $params = array()) 89: { 90: $name = $this->engine->getLoader()->getChildName($name, $this->name); 91: $this->engine->render($name, $params); 92: } 93: 94: 95: /**
$name "/www/hosting/synopcity.com/app/templates/Info/_ambassadors.latte" (64)
$params /www/hosting/synopcity.com/temp/cache/latte/synopcity-com-app-templates-Info-about-latte-Templated32cae05191fe4bc6e2772d77eeaf2b6.php:99 source Latte\Template->renderChildTemplate(arguments)
89: <a class="person" href="#"> 90: <div class="photo"> 91: <img src="<?php echo Latte\Runtime\Filters::escapeHtml(Latte\Runtime\Filters::safeUrl($basePath), ENT_COMPAT) ?>/images/team/lukas.png" alt="Lukáš Gruncl"> 92: </div> 93: <span><strong>Lukas Gruncl</strong> graphic designer</span> 94: </a> 95: </div> 96: </div> 97: <p class="text-center space-bottom-triple"><?php echo $template->translate("About.ambassadors") ?></p> 98: <div class="space-bottom-double"> 99: <?php $_b->templates['9eb6148e5b']->renderChildTemplate("_ambassadors.latte", $template->getParameters()) ?> 100: </div> 101: <div class="divider space-bottom-triple"></div> 102: <h2 class="text-center space-bottom-double"><?php echo Latte\Runtime\Filters::escapeHtml($template->translate("About.companies"), ENT_NOQUOTES) ?></h2> 103: <p class="text-center space-bottom-triple"><?php echo $template->translate("About.companies_text") ?></p>
$name "_ambassadors.latte" (18)
$params .../latte/src/Latte/Macros/BlockMacrosRuntime.php:31 source _lba1e0800f21_content(arguments)
21: * Calls block. 22: * @return void 23: */ 24: public static function callBlock(\stdClass $context, $name, array $params) 25: { 26: if (empty($context->blocks[$name])) { 27: $hint = isset($context->blocks) && ($t = Latte\Helpers::getSuggestion(array_keys($context->blocks), $name)) ? ", did you mean '$t'?" : '.'; 28: throw new RuntimeException("Cannot include undefined block '$name'$hint"); 29: } 30: $block = reset($context->blocks[$name]); 31: $block($context, $params); 32: } 33: 34: 35: /**
$_b $_args /www/hosting/synopcity.com/temp/cache/latte/synopcity-com-app-templates-layout-new-latte-Templateef02a2d66475f82cf17fd4a9bd6b1ce7.php:105 source Latte\Macros\BlockMacrosRuntime::callBlock(arguments)
95: " data-google-id="<?php echo Latte\Runtime\Filters::escapeHtml($presenter->apis['google']['app_id'], ENT_COMPAT) ?>" 96: class="<?php if ($_presenter->isLinkCurrent("Profile:chat")) { ?>hide-overflow<?php } ?> 97: <?php if ($new_awards == true) { ?>body-awards<?php } ?> <?php if ($layout_news == true) { ?> 98: body-news<?php } ?>" 99: <?php if ($presenter->getUser()->isLoggedIn()) { ?> data-chat-url="<?php echo Latte\Runtime\Filters::escapeHtml($_presenter->link("Profile:chat", array($presenter->getUser()->getId())), ENT_COMPAT) ?> 100: "<?php } ?>> 101: 102: <div id="wrapper" class="wrapper<?php if ($layout_news == true) { ?> wrapper-news<?php } ?>"> 103: <div id="<?php echo $_control->getSnippetId('header') ?>"><?php call_user_func(reset($_b->blocks['_header']), $_b, $template->getParameters()) ?> 104: </div> 105: <?php Latte\Macros\BlockMacrosRuntime::callBlock($_b, 'content', $template->getParameters()) ?> 106: </div> 107: 108: <?php if (isset($_b->blocks["modal"])) { Latte\Macros\BlockMacrosRuntime::callBlock($_b, 'modal', $template->getParameters()) ;} ?> 109:
$context $name "content" (7)
$params .../vendor/latte/latte/src/Latte/Engine.php:94 source Templateef02a2d66475f82cf17fd4a9bd6b1ce7->render()
84: * @return void 85: */ 86: public function render($name, array $params = array()) 87: { 88: $class = $this->getTemplateClass($name); 89: if (!class_exists($class, FALSE)) { 90: $this->loadTemplate($name); 91: } 92: 93: $template = new $class($params, $this, $name); 94: $template->render(); 95: } 96: 97: 98: /**
.../vendor/latte/latte/src/Latte/Template.php:91 source Latte\Engine->render(arguments)
81: 82: 83: /** 84: * Renders template. 85: * @return void 86: * @internal 87: */ 88: public function renderChildTemplate($name, array $params = array()) 89: { 90: $name = $this->engine->getLoader()->getChildName($name, $this->name); 91: $this->engine->render($name, $params); 92: } 93: 94: 95: /**
$name "/www/hosting/synopcity.com/app/templates/@layout-new.latte" (58)
$params /www/hosting/synopcity.com/temp/cache/latte/synopcity-com-app-templates-Info-about-latte-Templated32cae05191fe4bc6e2772d77eeaf2b6.php:597 source Latte\Template->renderChildTemplate(arguments)
587: // prolog Nette\Bridges\ApplicationLatte\UIMacros 588: 589: // snippets support 590: if (empty($_l->extends) && !empty($_control->snippetMode)) { 591: return Nette\Bridges\ApplicationLatte\UIRuntime::renderSnippets($_control, $_b, get_defined_vars()); 592: } 593: 594: // 595: // main template 596: // 597: if ($_l->extends) { ob_end_clean(); return $template->renderChildTemplate($_l->extends, get_defined_vars()); } 598: call_user_func(reset($_b->blocks['content']), $_b, get_defined_vars()) ; 599: }}
$name "/www/hosting/synopcity.com/app/templates/@layout-new.latte" (58)
$params .../vendor/latte/latte/src/Latte/Engine.php:94 source Templated32cae05191fe4bc6e2772d77eeaf2b6->render()
84: * @return void 85: */ 86: public function render($name, array $params = array()) 87: { 88: $class = $this->getTemplateClass($name); 89: if (!class_exists($class, FALSE)) { 90: $this->loadTemplate($name); 91: } 92: 93: $template = new $class($params, $this, $name); 94: $template->render(); 95: } 96: 97: 98: /**
.../src/Bridges/ApplicationLatte/Template.php:50 source Latte\Engine->render(arguments)
40: return $this->latte; 41: } 42: 43: 44: /** 45: * Renders template to output. 46: * @return void 47: */ 48: public function render($file = NULL, array $params = array()) 49: { 50: $this->latte->render($file ?: $this->file, $params + $this->params); 51: } 52: 53: 54: /**
$name "/www/hosting/synopcity.com/app/templates/Info/about.latte" (57)
$params .../src/Application/Responses/TextResponse.php:47 source Nette\Bridges\ApplicationLatte\Template->render()
37: } 38: 39: 40: /** 41: * Sends response to output. 42: * @return void 43: */ 44: public function send(Nette\Http\IRequest $httpRequest, Nette\Http\IResponse $httpResponse) 45: { 46: if ($this->source instanceof Nette\Application\UI\ITemplate) { 47: $this->source->render(); 48: 49: } else { 50: echo $this->source; 51: }
.../nette/application/src/Application/Application.php:150 source Nette\Application\Responses\TextResponse->send(arguments)
140: 141: $this->presenter = $this->presenterFactory->createPresenter($request->getPresenterName()); 142: $this->onPresenter($this, $this->presenter); 143: $response = $this->presenter->run($request); 144: 145: if ($response instanceof Responses\ForwardResponse) { 146: $this->processRequest($response->getRequest()); 147: 148: } elseif ($response) { 149: $this->onResponse($this, $response); 150: $response->send($this->httpRequest, $this->httpResponse); 151: } 152: } 153: 154:
$httpRequest $httpResponse .../nette/application/src/Application/Application.php:81 source Nette\Application\Application->processRequest(arguments)
71: 72: 73: /** 74: * Dispatch a HTTP request to a front controller. 75: * @return void 76: */ 77: public function run() 78: { 79: try { 80: $this->onStartup($this); 81: $this->processRequest($this->createInitialRequest()); 82: $this->onShutdown($this); 83: 84: } catch (\Exception $e) { 85: $this->onError($this, $e);
$request /www/hosting/synopcity.com/www/index.php:8 source Nette\Application\Application->run()
1: <?php 2: 3: // Uncomment this line if you must temporarily take down your site for maintenance. 4: // require '.maintenance.php'; 5: 6: $container = require __DIR__ . '/../app/bootstrap.php'; 7: 8: $container->getService('application')->run(); 9:
Variables
$id | 56854
|
---|---|
$width | 200
|
$height | 200
|
$row | FALSE
|
Nette Application
Requests
Presenter
Environment
$_SERVER
magick_temporary_path | "/www/hosting/synopcity.com/tmp" (30)
|
---|---|
magick_tmp_path | "/www/hosting/synopcity.com/tmp" (30)
|
magick_tmpdir | "/www/hosting/synopcity.com/tmp" (30)
|
sys_temp_dir | "/www/hosting/synopcity.com/tmp" (30)
|
sys_tmp_dir | "/www/hosting/synopcity.com/tmp" (30)
|
HOME | "/www/hosting/synopcity.com" (26)
|
USER | "www-data" (8)
|
FCGI_ROLE | "RESPONDER" (9)
|
REDIRECT_UNIQUE_ID | "YvlyZToZeQT2KW_HWpKGXgAAAIE" (27)
|
REDIRECT_SCRIPT_URL | "/en/about" (9)
|
REDIRECT_SCRIPT_URI | "http://synopcity.com/en/about" (29)
|
REDIRECT_STATUS | "200" (3)
|
UNIQUE_ID | "YvlyZToZeQT2KW_HWpKGXgAAAIE" (27)
|
SCRIPT_URL | "/en/about" (9)
|
SCRIPT_URI | "http://synopcity.com/en/about" (29)
|
proxy-nokeepalive | "1"
|
HTTP_USER_AGENT | "CCBot/2.0 (https://commoncrawl.org/faq/)" (40)
|
HTTP_ACCEPT | "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8" (63)
|
HTTP_ACCEPT_LANGUAGE | "en-US,en;q=0.5" (14)
|
HTTP_ACCEPT_ENCODING | "br,gzip" (7)
|
HTTP_HOST | "synopcity.com" (13)
|
HTTP_CONNECTION | "Keep-Alive" (10)
|
PATH | "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" (60)
|
SERVER_SIGNATURE | ""
|
SERVER_SOFTWARE | "Apache" (6)
|
SERVER_NAME | "synopcity.com" (13)
|
SERVER_ADDR | "37.235.104.82" (13)
|
SERVER_PORT | "80" (2)
|
REMOTE_ADDR | "3.229.124.74" (12)
|
DOCUMENT_ROOT | "/www/hosting/synopcity.com/www" (30)
|
REQUEST_SCHEME | "http" (4)
|
CONTEXT_PREFIX | ""
|
CONTEXT_DOCUMENT_ROOT | "/www/hosting/synopcity.com/www" (30)
|
SERVER_ADMIN | "postmaster@synopcity.com" (24)
|
SCRIPT_FILENAME | "/www/hosting/synopcity.com/www/index.php" (40)
|
REMOTE_PORT | "48166" (5)
|
REDIRECT_URL | "/en/about" (9)
|
GATEWAY_INTERFACE | "CGI/1.1" (7)
|
SERVER_PROTOCOL | "HTTP/1.1" (8)
|
REQUEST_METHOD | "GET" (3)
|
QUERY_STRING | ""
|
REQUEST_URI | "/en/about" (9)
|
SCRIPT_NAME | "/index.php" (10)
|
PHP_SELF | "/index.php" (10)
|
REQUEST_TIME_FLOAT | 1660514917.1452
|
REQUEST_TIME | 1660514917
|
$_SESSION
__NF | Nette Session |
---|
Nette Session
register_from | |
---|---|
Nette.Http.UserStorage/ | |
tracker_helper |
Constants
RANDOM_COMPAT_READ_BUFFER | 8
|
---|---|
PHP_FLOAT_DIG | 15
|
PHP_FLOAT_EPSILON | 2.2204460492503e-16
|
PHP_FLOAT_MIN | 2.2250738585072e-308
|
PHP_FLOAT_MAX | 1.7976931348623e+308
|
PHP_OS_FAMILY | "Linux" (5)
|
PHP_INT_MIN | -9223372036854775808
|
tFPDF_VERSION | "1.24" (4)
|
Included files (248)
/www/hosting/synopcity.com/www/index.php |
/www/hosting/synopcity.com/app/bootstrap.php |
/www/hosting/synopcity.com/vendor/autoload.php |
/www/hosting/synopcity.com/vendor/composer/autoload_real.php |
/www/hosting/synopcity.com/vendor/composer/platform_check.php |
/www/hosting/synopcity.com/vendor/composer/ClassLoader.php |
/www/hosting/synopcity.com/vendor/composer/autoload_static.php |
/www/hosting/synopcity.com/vendor/tracy/tracy/src/shortcuts.php |
/www/hosting/synopcity.com/vendor/nette/safe-stream/src/loader.php |
/www/hosting/synopcity.com/vendor/nette/safe-stream/src/SafeStream/SafeStream.php |
/www/hosting/synopcity.com/vendor/ralouphie/getallheaders/src/getallheaders.php |
/www/hosting/synopcity.com/vendor/paragonie/random_compat/lib/random.php |
/www/hosting/synopcity.com/vendor/paragonie/random_compat/lib/byte_safe_strings.php |
/www/hosting/synopcity.com/vendor/paragonie/random_compat/lib/cast_to_int.php |
/www/hosting/synopcity.com/vendor/paragonie/random_compat/lib/error_polyfill.php |
/www/hosting/synopcity.com/vendor/paragonie/random_compat/lib/random_bytes_mcrypt.php |
/www/hosting/synopcity.com/vendor/paragonie/random_compat/lib/random_int.php |
/www/hosting/synopcity.com/vendor/guzzlehttp/promises/src/functions_include.php |
/www/hosting/synopcity.com/vendor/guzzlehttp/promises/src/functions.php |
/www/hosting/synopcity.com/vendor/guzzlehttp/psr7/src/functions_include.php |
/www/hosting/synopcity.com/vendor/guzzlehttp/psr7/src/functions.php |
/www/hosting/synopcity.com/vendor/symfony/polyfill-php72/bootstrap.php |
/www/hosting/synopcity.com/vendor/symfony/polyfill-php72/Php72.php |
/www/hosting/synopcity.com/vendor/symfony/polyfill-php70/bootstrap.php |
/www/hosting/synopcity.com/vendor/symfony/polyfill-intl-normalizer/bootstrap.php |
/www/hosting/synopcity.com/vendor/symfony/polyfill-intl-idn/bootstrap.php |
/www/hosting/synopcity.com/vendor/symfony/polyfill-mbstring/bootstrap.php |
/www/hosting/synopcity.com/vendor/guzzlehttp/guzzle/src/functions_include.php |
/www/hosting/synopcity.com/vendor/guzzlehttp/guzzle/src/functions.php |
/www/hosting/synopcity.com/vendor/mtdowling/jmespath.php/src/JmesPath.php |
/www/hosting/synopcity.com/vendor/nette/deprecated/src/loader.php |
/www/hosting/synopcity.com/vendor/nette/deprecated/src/Loaders/NetteLoader.php |
/www/hosting/synopcity.com/vendor/nette/bootstrap/src/Bootstrap/Configurator.php |
/www/hosting/synopcity.com/vendor/nette/utils/src/Utils/Object.php |
/www/hosting/synopcity.com/vendor/nette/di/src/DI/CompilerExtension.php |
/www/hosting/synopcity.com/vendor/tracy/tracy/src/Tracy/Bar.php |
/www/hosting/synopcity.com/vendor/tracy/tracy/src/Tracy/BlueScreen.php |
/www/hosting/synopcity.com/vendor/tracy/tracy/src/Tracy/Dumper.php |
/www/hosting/synopcity.com/vendor/latte/latte/src/Latte/exceptions.php |
/www/hosting/synopcity.com/vendor/latte/latte/src/Latte/IMacro.php |
/www/hosting/synopcity.com/vendor/latte/latte/src/Latte/Macros/MacroSet.php |
/www/hosting/synopcity.com/vendor/latte/latte/src/Latte/Object.php |
/www/hosting/synopcity.com/vendor/nette/utils/src/Utils/ArrayHash.php |
/www/hosting/synopcity.com/vendor/nette/utils/src/Utils/ArrayList.php |
/www/hosting/synopcity.com/vendor/nette/utils/src/Utils/DateTime.php |
/www/hosting/synopcity.com/vendor/nette/utils/src/Utils/Image.php |
/www/hosting/synopcity.com/vendor/nette/utils/src/Utils/ObjectMixin.php |
/www/hosting/synopcity.com/vendor/nette/neon/src/Neon/Exception.php |
/www/hosting/synopcity.com/vendor/nette/neon/src/Neon/Entity.php |
/www/hosting/synopcity.com/vendor/nette/neon/src/Neon/Neon.php |
/www/hosting/synopcity.com/vendor/nette/deprecated/src/shortcuts.php |
/www/hosting/synopcity.com/vendor/aws/aws-sdk-php/src/functions.php |
/www/hosting/synopcity.com/vendor/facebook/php-sdk-v4/src/Facebook/polyfills.php |
/www/hosting/synopcity.com/vendor/google/apiclient/src/Google/autoload.php |
/www/hosting/synopcity.com/vendor/tracy/tracy/src/Tracy/Debugger.php |
/www/hosting/synopcity.com/vendor/tracy/tracy/src/Tracy/ILogger.php |
/www/hosting/synopcity.com/vendor/tracy/tracy/src/Tracy/DefaultBarPanel.php |
/www/hosting/synopcity.com/vendor/tracy/tracy/src/Tracy/IBarPanel.php |
/www/hosting/synopcity.com/vendor/tracy/tracy/src/Tracy/FireLogger.php |
/www/hosting/synopcity.com/vendor/tracy/tracy/src/Tracy/Helpers.php |
/www/hosting/synopcity.com/vendor/tracy/tracy/src/Tracy/Logger.php |
/www/hosting/synopcity.com/vendor/nette/bootstrap/src/Bridges/Framework/TracyBridge.php |
/www/hosting/synopcity.com/vendor/nette/nette/Nette/Framework.php |
/www/hosting/synopcity.com/vendor/nette/robot-loader/src/RobotLoader/RobotLoader.php |
/www/hosting/synopcity.com/vendor/nette/caching/src/Caching/Storages/FileStorage.php |
/www/hosting/synopcity.com/vendor/nette/caching/src/Caching/IStorage.php |
/www/hosting/synopcity.com/vendor/nette/caching/src/Caching/Cache.php |
/www/hosting/synopcity.com/vendor/nette/di/src/DI/Config/Loader.php |
/www/hosting/synopcity.com/vendor/nette/di/src/DI/Config/Adapters/NeonAdapter.php |
/www/hosting/synopcity.com/vendor/nette/di/src/DI/Config/IAdapter.php |
/www/hosting/synopcity.com/vendor/nette/neon/src/Neon/Decoder.php |
/www/hosting/synopcity.com/vendor/nette/di/src/DI/Statement.php |
/www/hosting/synopcity.com/vendor/nette/utils/src/Utils/Validators.php |
/www/hosting/synopcity.com/vendor/nette/utils/src/Utils/exceptions.php |
/www/hosting/synopcity.com/vendor/nette/di/src/DI/ContainerLoader.php |
/www/hosting/synopcity.com/temp/cache/Nette.Configurator/Container_a4e180c9d8.php |
/www/hosting/synopcity.com/vendor/nette/di/src/DI/Container.php |
/www/hosting/synopcity.com/vendor/nette/application/src/Bridges/ApplicationLatte/ILatteFactory.php |
/www/hosting/synopcity.com/vendor/nette/reflection/src/Reflection/AnnotationsParser.php |
/www/hosting/synopcity.com/vendor/nette/caching/src/Caching/Storages/FileJournal.php |
/www/hosting/synopcity.com/vendor/nette/caching/src/Caching/Storages/IJournal.php |
/www/hosting/synopcity.com/vendor/nette/http/src/Http/Session.php |
/www/hosting/synopcity.com/vendor/nette/http/src/Http/RequestFactory.php |
/www/hosting/synopcity.com/vendor/nette/http/src/Http/UrlScript.php |
/www/hosting/synopcity.com/vendor/nette/http/src/Http/Url.php |
/www/hosting/synopcity.com/vendor/nette/utils/src/Utils/Strings.php |
/www/hosting/synopcity.com/vendor/nette/utils/src/Utils/Callback.php |
/www/hosting/synopcity.com/vendor/nette/http/src/Http/Request.php |
/www/hosting/synopcity.com/vendor/nette/http/src/Http/IRequest.php |
/www/hosting/synopcity.com/vendor/nette/http/src/Http/Response.php |
/www/hosting/synopcity.com/vendor/nette/http/src/Http/IResponse.php |
/www/hosting/synopcity.com/vendor/nette/http/src/Http/Helpers.php |
/www/hosting/synopcity.com/vendor/nette/deprecated/src/Environment.php |
/www/hosting/synopcity.com/vendor/nette/application/src/Application/Application.php |
/www/hosting/synopcity.com/vendor/nette/application/src/Application/PresenterFactory.php |
/www/hosting/synopcity.com/vendor/nette/application/src/Application/IPresenterFactory.php |
/www/hosting/synopcity.com/vendor/nette/application/src/Bridges/ApplicationDI/PresenterFactoryCallback.php |
/www/hosting/synopcity.com/app/router/RouterFactory.php |
/www/hosting/synopcity.com/app/model/UsersRepository.php |
/www/hosting/synopcity.com/app/model/Repository.php |
/www/hosting/synopcity.com/vendor/nette/database/src/Database/Context.php |
/www/hosting/synopcity.com/vendor/nette/database/src/Database/Connection.php |
/www/hosting/synopcity.com/vendor/nette/database/src/Database/Helpers.php |
/www/hosting/synopcity.com/vendor/nette/database/src/Bridges/DatabaseTracy/ConnectionPanel.php |
/www/hosting/synopcity.com/vendor/nette/database/src/Database/Structure.php |
/www/hosting/synopcity.com/vendor/nette/database/src/Database/IStructure.php |
/www/hosting/synopcity.com/vendor/nette/database/src/Database/Conventions/DiscoveredConventions.php |
/www/hosting/synopcity.com/vendor/nette/database/src/Database/IConventions.php |
/www/hosting/synopcity.com/app/model/PhotoRepository.php |
/www/hosting/synopcity.com/app/model/ArticlesRepository.php |
/www/hosting/synopcity.com/vendor/nette/application/src/Application/Routers/RouteList.php |
/www/hosting/synopcity.com/vendor/nette/application/src/Application/IRouter.php |
/www/hosting/synopcity.com/vendor/nette/application/src/Application/Routers/Route.php |
/www/hosting/synopcity.com/vendor/nette/application/src/Bridges/ApplicationTracy/RoutingPanel.php |
/www/hosting/synopcity.com/vendor/nette/application/src/Application/Request.php |
/www/hosting/synopcity.com/app/presenters/InfoPresenter.php |
/www/hosting/synopcity.com/app/presenters/BasePresenter.php |
/www/hosting/synopcity.com/vendor/nette/application/src/Application/UI/Presenter.php |
/www/hosting/synopcity.com/vendor/nette/application/src/Application/UI/Control.php |
/www/hosting/synopcity.com/vendor/nette/application/src/Application/UI/PresenterComponent.php |
/www/hosting/synopcity.com/vendor/nette/component-model/src/ComponentModel/Container.php |
/www/hosting/synopcity.com/vendor/nette/component-model/src/ComponentModel/Component.php |
/www/hosting/synopcity.com/vendor/nette/component-model/src/ComponentModel/IComponent.php |
/www/hosting/synopcity.com/vendor/nette/component-model/src/ComponentModel/IContainer.php |
/www/hosting/synopcity.com/vendor/nette/application/src/Application/UI/ISignalReceiver.php |
/www/hosting/synopcity.com/vendor/nette/application/src/Application/UI/IStatePersistent.php |
/www/hosting/synopcity.com/vendor/nette/application/src/Application/UI/IRenderable.php |
/www/hosting/synopcity.com/vendor/nette/application/src/Application/IPresenter.php |
/www/hosting/synopcity.com/vendor/nette/security/src/Security/User.php |
/www/hosting/synopcity.com/vendor/nette/security/src/Security/IUserStorage.php |
/www/hosting/synopcity.com/vendor/nette/http/src/Http/UserStorage.php |
/www/hosting/synopcity.com/app/model/UserManager.php |
/www/hosting/synopcity.com/vendor/nette/security/src/Security/IAuthenticator.php |
/www/hosting/synopcity.com/vendor/nette/security/src/Bridges/SecurityTracy/UserPanel.php |
/www/hosting/synopcity.com/vendor/nette/application/src/Bridges/ApplicationLatte/TemplateFactory.php |
/www/hosting/synopcity.com/vendor/nette/application/src/Application/UI/ITemplateFactory.php |
/www/hosting/synopcity.com/vendor/nette/application/src/Application/UI/PresenterComponentReflection.php |
/www/hosting/synopcity.com/vendor/nette/reflection/src/Reflection/ClassType.php |
/www/hosting/synopcity.com/vendor/latte/latte/src/Latte/Engine.php |
/www/hosting/synopcity.com/vendor/nette/utils/src/Utils/Html.php |
/www/hosting/synopcity.com/vendor/nette/utils/src/Utils/IHtmlString.php |
/www/hosting/synopcity.com/vendor/nette/application/src/Bridges/ApplicationLatte/Template.php |
/www/hosting/synopcity.com/vendor/nette/application/src/Application/UI/ITemplate.php |
/www/hosting/synopcity.com/vendor/nette/application/src/Bridges/ApplicationLatte/Loader.php |
/www/hosting/synopcity.com/vendor/latte/latte/src/Latte/Loaders/FileLoader.php |
/www/hosting/synopcity.com/vendor/latte/latte/src/Latte/ILoader.php |
/www/hosting/synopcity.com/vendor/nette/http/src/Http/SessionSection.php |
/www/hosting/synopcity.com/vendor/nette/utils/src/Utils/Random.php |
/www/hosting/synopcity.com/app/model/FileRepository.php |
/www/hosting/synopcity.com/app/model/FriendsRepository.php |
/www/hosting/synopcity.com/vendor/nette/database/src/Database/Drivers/MySqlDriver.php |
/www/hosting/synopcity.com/vendor/nette/database/src/Database/ISupplementalDriver.php |
/www/hosting/synopcity.com/vendor/nette/database/src/Database/ResultSet.php |
/www/hosting/synopcity.com/vendor/nette/database/src/Database/IRowContainer.php |
/www/hosting/synopcity.com/vendor/nette/database/src/Database/SqlPreprocessor.php |
/www/hosting/synopcity.com/vendor/nette/database/src/Database/Row.php |
/www/hosting/synopcity.com/vendor/nette/database/src/Database/IRow.php |
/www/hosting/synopcity.com/app/model/CategoriesTreeRepository.php |
/www/hosting/synopcity.com/vendor/nette/database/src/Database/Table/Selection.php |
/www/hosting/synopcity.com/vendor/nette/database/src/Database/Table/IRowContainer.php |
/www/hosting/synopcity.com/vendor/nette/database/src/Database/Table/SqlBuilder.php |
/www/hosting/synopcity.com/vendor/nette/database/src/Database/Table/ActiveRow.php |
/www/hosting/synopcity.com/vendor/nette/database/src/Database/Table/IRow.php |
/www/hosting/synopcity.com/app/model/CategoriesRepository.php |
/www/hosting/synopcity.com/app/model/ConversationRepository.php |
/www/hosting/synopcity.com/app/model/ConversationMessageRepository.php |
/www/hosting/synopcity.com/app/model/TranslatesLanguagesRepository.php |
/www/hosting/synopcity.com/app/misc/Translator.php |
/www/hosting/synopcity.com/vendor/nette/utils/src/Utils/ITranslator.php |
/www/hosting/synopcity.com/app/model/CountriesRepository.php |
/www/hosting/synopcity.com/app/model/Flags.php |
/www/hosting/synopcity.com/app/model/NotificationsRepository.php |
/www/hosting/synopcity.com/vendor/facebook/php-sdk-v4/src/Facebook/Facebook.php |
/www/hosting/synopcity.com/vendor/facebook/php-sdk-v4/src/Facebook/FacebookApp.php |
/www/hosting/synopcity.com/vendor/facebook/php-sdk-v4/src/Facebook/FacebookClient.php |
/www/hosting/synopcity.com/vendor/facebook/php-sdk-v4/src/Facebook/HttpClients/HttpClientsFactory.php |
/www/hosting/synopcity.com/vendor/facebook/php-sdk-v4/src/Facebook/HttpClients/FacebookCurlHttpClient.php |
/www/hosting/synopcity.com/vendor/facebook/php-sdk-v4/src/Facebook/HttpClients/FacebookHttpClientInterface.php |
/www/hosting/synopcity.com/vendor/facebook/php-sdk-v4/src/Facebook/HttpClients/FacebookCurl.php |
/www/hosting/synopcity.com/vendor/facebook/php-sdk-v4/src/Facebook/PseudoRandomString/PseudoRandomStringGeneratorFactory.php |
/www/hosting/synopcity.com/vendor/facebook/php-sdk-v4/src/Facebook/PseudoRandomString/RandomBytesPseudoRandomStringGenerator.php |
/www/hosting/synopcity.com/vendor/facebook/php-sdk-v4/src/Facebook/PseudoRandomString/PseudoRandomStringGeneratorInterface.php |
/www/hosting/synopcity.com/vendor/facebook/php-sdk-v4/src/Facebook/PseudoRandomString/PseudoRandomStringGeneratorTrait.php |
/www/hosting/synopcity.com/vendor/facebook/php-sdk-v4/src/Facebook/Url/FacebookUrlDetectionHandler.php |
/www/hosting/synopcity.com/vendor/facebook/php-sdk-v4/src/Facebook/Url/UrlDetectionInterface.php |
/www/hosting/synopcity.com/vendor/facebook/php-sdk-v4/src/Facebook/PersistentData/PersistentDataFactory.php |
/www/hosting/synopcity.com/vendor/facebook/php-sdk-v4/src/Facebook/PersistentData/FacebookSessionPersistentDataHandler.php |
/www/hosting/synopcity.com/vendor/facebook/php-sdk-v4/src/Facebook/PersistentData/PersistentDataInterface.php |
/www/hosting/synopcity.com/vendor/google/apiclient/src/Google/Client.php |
/www/hosting/synopcity.com/vendor/google/apiclient/src/Google/Config.php |
/www/hosting/synopcity.com/vendor/google/apiclient/src/Google/Service/Drive.php |
/www/hosting/synopcity.com/vendor/google/apiclient/src/Google/Service.php |
/www/hosting/synopcity.com/vendor/google/apiclient/src/Google/Service/Resource.php |
/www/hosting/synopcity.com/vendor/google/apiclient/src/Google/Collection.php |
/www/hosting/synopcity.com/vendor/google/apiclient/src/Google/Model.php |
/www/hosting/synopcity.com/vendor/abraham/twitteroauth/src/TwitterOAuth.php |
/www/hosting/synopcity.com/vendor/abraham/twitteroauth/src/Config.php |
/www/hosting/synopcity.com/vendor/abraham/twitteroauth/src/Response.php |
/www/hosting/synopcity.com/vendor/abraham/twitteroauth/src/HmacSha1.php |
/www/hosting/synopcity.com/vendor/abraham/twitteroauth/src/SignatureMethod.php |
/www/hosting/synopcity.com/vendor/abraham/twitteroauth/src/Consumer.php |
/www/hosting/synopcity.com/app/model/ArticlesCategoriesRepository.php |
/www/hosting/synopcity.com/vendor/nette/component-model/src/ComponentModel/RecursiveComponentIterator.php |
/www/hosting/synopcity.com/vendor/nette/application/src/Application/Responses/TextResponse.php |
/www/hosting/synopcity.com/vendor/nette/application/src/Application/IResponse.php |
/www/hosting/synopcity.com/vendor/nette/application/src/Application/exceptions.php |
/www/hosting/synopcity.com/temp/cache/latte/synopcity-com-app-templates-Info-about-latte-Templated32cae05191fe4bc6e2772d77eeaf2b6.php |
/www/hosting/synopcity.com/vendor/latte/latte/src/Latte/Template.php |
/www/hosting/synopcity.com/vendor/latte/latte/src/Latte/Runtime/Filters.php |
/www/hosting/synopcity.com/temp/cache/latte/synopcity-com-app-templates-layout-new-latte-Templateef02a2d66475f82cf17fd4a9bd6b1ce7.php |
/www/hosting/synopcity.com/vendor/latte/latte/src/Latte/Helpers.php |
/www/hosting/synopcity.com/app/presenters/ProfilePresenter.php |
/www/hosting/synopcity.com/vendor/istom1n/fpdi-tfpdf/src/tfpdf.php |
/www/hosting/synopcity.com/vendor/istom1n/fpdi-tfpdf/src/fpdf_tpl.php |
/www/hosting/synopcity.com/vendor/istom1n/fpdi-tfpdf/src/fpdi.php |
/www/hosting/synopcity.com/temp/cache/latte/hosting-synopcity-com-app-templates-_header-latte-Templatea359037f63349c00744b7c86edd3edb5.php |
/www/hosting/synopcity.com/app/presenters/NewsPresenter.php |
/www/hosting/synopcity.com/app/presenters/FilterPresenter.php |
/www/hosting/synopcity.com/app/presenters/HomepagePresenter.php |
/www/hosting/synopcity.com/app/presenters/SignPresenter.php |
/www/hosting/synopcity.com/app/presenters/AwardsPresenter.php |
/www/hosting/synopcity.com/vendor/nette/forms/src/Bridges/FormsLatte/Runtime.php |
/www/hosting/synopcity.com/vendor/nette/reflection/src/Reflection/Method.php |
/www/hosting/synopcity.com/vendor/nette/application/src/Application/UI/Form.php |
/www/hosting/synopcity.com/vendor/nette/forms/src/Forms/Form.php |
/www/hosting/synopcity.com/vendor/nette/forms/src/Forms/Container.php |
/www/hosting/synopcity.com/vendor/nette/forms/src/Forms/Controls/CsrfProtection.php |
/www/hosting/synopcity.com/vendor/nette/forms/src/Forms/Controls/HiddenField.php |
/www/hosting/synopcity.com/vendor/nette/forms/src/Forms/Controls/BaseControl.php |
/www/hosting/synopcity.com/vendor/nette/forms/src/Forms/IControl.php |
/www/hosting/synopcity.com/vendor/nette/forms/src/Forms/Controls/TextInput.php |
/www/hosting/synopcity.com/vendor/nette/forms/src/Forms/Controls/TextBase.php |
/www/hosting/synopcity.com/vendor/nette/forms/src/Forms/Rules.php |
/www/hosting/synopcity.com/vendor/nette/forms/src/Forms/Validator.php |
/www/hosting/synopcity.com/vendor/nette/forms/src/Forms/Controls/SelectBox.php |
/www/hosting/synopcity.com/vendor/nette/forms/src/Forms/Controls/ChoiceControl.php |
/www/hosting/synopcity.com/vendor/nette/forms/src/Forms/Rule.php |
/www/hosting/synopcity.com/vendor/nette/forms/src/Forms/Controls/Checkbox.php |
/www/hosting/synopcity.com/vendor/nette/forms/src/Forms/Controls/SubmitButton.php |
/www/hosting/synopcity.com/vendor/nette/forms/src/Forms/Controls/Button.php |
/www/hosting/synopcity.com/vendor/nette/forms/src/Forms/ISubmitterControl.php |
/www/hosting/synopcity.com/vendor/nette/application/src/Application/UI/Link.php |
/www/hosting/synopcity.com/vendor/nette/forms/src/Forms/Helpers.php |
/www/hosting/synopcity.com/vendor/nette/utils/src/Utils/Json.php |
/www/hosting/synopcity.com/vendor/latte/latte/src/Latte/Macros/BlockMacrosRuntime.php |
/www/hosting/synopcity.com/temp/cache/latte/synopcity-com-app-templates-Info-_ambassadors-latte-Templateaba548b2bf89616673145c7c523eb034.php |
/www/hosting/synopcity.com/app/model/AwardsAmbassadorsRepository.php |
/www/hosting/synopcity.com/vendor/tracy/tracy/src/Tracy/assets/BlueScreen/bluescreen.phtml |
Configuration options
Configuration
bcmath
BCMath support | enabled |
Directive | Local Value | Master Value |
---|---|---|
bcmath.scale | 0 | 0 |
bz2
BZip2 Support | Enabled |
Stream Wrapper support | compress.bzip2:// |
Stream Filter support | bzip2.decompress, bzip2.compress |
BZip2 Version | 1.0.8, 13-Jul-2019 |
calendar
Calendar support | enabled |
cgi-fcgi
php-fpm | active |
Directive | Local Value | Master Value |
---|---|---|
cgi.discard_path | 0 | 0 |
cgi.fix_pathinfo | 1 | 1 |
cgi.force_redirect | 1 | 1 |
cgi.nph | 0 | 0 |
cgi.redirect_status_env | no value | no value |
cgi.rfc2616_headers | 0 | 0 |
fastcgi.error_header | no value | no value |
fastcgi.logging | 1 | 1 |
fpm.config | no value | no value |
Core
PHP Version | 5.6.40-60+0~20220627.67+debian11~1.gbp1f7ffd |
Directive | Local Value | Master Value |
---|---|---|
allow_url_fopen | On | On |
allow_url_include | Off | Off |
always_populate_raw_post_data | 0 | 0 |
arg_separator.input | & | & |
arg_separator.output | & | & |
asp_tags | Off | Off |
auto_append_file | no value | no value |
auto_globals_jit | On | On |
auto_prepend_file | no value | no value |
browscap | no value | no value |
default_charset | UTF-8 | UTF-8 |
default_mimetype | text/html | text/html |
disable_classes | no value | no value |
disable_functions | apache_child_terminate, backtick, dl, eval, exec, gzuncompress, is_executable, leak, passthru, pclose, pcntl_alarm, pcntl_exec, pcntl_fork, pcntl_get_last_error, pcntl_getpriority, pcntl_setpriority, pcntl_signal, pcntl_signal_dispatch, pcntl_sigprocmask, pcntl_sigtimedwait, pcntl_sigwaitinfo, pcntl_strerror, pcntl_wait, pcntl_waitpid, pcntl_wexitstatus, pcntl_wifexited, pcntl_wifsignaled, pcntl_wifstopped, pcntl_wstopsig, pcntl_wtermsig, popen, posix_getpwuid, posix_kill, posix_mkfifo, posix_setpgid, posix_setsid, posix_setuid, posix_uname, proc_close, proc_get_status, proc_nice, proc_open, proc_terminate, putenv, shell_exec, show_source, socket_connect, socket_create, socket_last_error, socket_read, socket_select, socket_set_nonblock, socket_set_option, socket_strerror, syslog, system, zlib_decode | apache_child_terminate, backtick, dl, eval, exec, gzuncompress, is_executable, leak, passthru, pclose, pcntl_alarm, pcntl_exec, pcntl_fork, pcntl_get_last_error, pcntl_getpriority, pcntl_setpriority, pcntl_signal, pcntl_signal_dispatch, pcntl_sigprocmask, pcntl_sigtimedwait, pcntl_sigwaitinfo, pcntl_strerror, pcntl_wait, pcntl_waitpid, pcntl_wexitstatus, pcntl_wifexited, pcntl_wifsignaled, pcntl_wifstopped, pcntl_wstopsig, pcntl_wtermsig, popen, posix_getpwuid, posix_kill, posix_mkfifo, posix_setpgid, posix_setsid, posix_setuid, posix_uname, proc_close, proc_get_status, proc_nice, proc_open, proc_terminate, putenv, shell_exec, show_source, socket_connect, socket_create, socket_last_error, socket_read, socket_select, socket_set_nonblock, socket_set_option, socket_strerror, syslog, system, zlib_decode |
display_errors | On | Off |
display_startup_errors | Off | Off |
doc_root | no value | no value |
docref_ext | no value | no value |
docref_root | no value | no value |
enable_dl | Off | Off |
enable_post_data_reading | On | On |
error_append_string | no value | no value |
error_log | /var/log/php/synopcity.com/synopcity.com.error.log | /var/log/php/synopcity.com/synopcity.com.error.log |
error_prepend_string | no value | no value |
error_reporting | 0 | 22519 |
exit_on_timeout | Off | Off |
expose_php | Off | Off |
extension_dir | /usr/lib/php/20131226 | /usr/lib/php/20131226 |
file_uploads | On | On |
highlight.comment | #998; font-style: italic | #FF8000 |
highlight.default | #000 | #0000BB |
highlight.html | #06B | #000000 |
highlight.keyword | #D24; font-weight: bold | #007700 |
highlight.string | #080 | #DD0000 |
html_errors | Off | On |
ignore_repeated_errors | Off | Off |
ignore_repeated_source | Off | Off |
ignore_user_abort | Off | Off |
implicit_flush | Off | Off |
include_path | .:/usr/share/php | .:/usr/share/php |
input_encoding | no value | no value |
internal_encoding | no value | no value |
log_errors | Off | Off |
log_errors_max_len | 1024 | 1024 |
mail.add_x_header | On | On |
mail.force_extra_parameters | no value | no value |
mail.log | no value | no value |
max_execution_time | 30 | 30 |
max_file_uploads | 30 | 30 |
max_input_nesting_level | 64 | 64 |
max_input_time | 30 | 30 |
max_input_vars | 1000 | 1000 |
memory_limit | 128M | 128M |
open_basedir | /www/hosting/synopcity.com:/www/error-pages | /www/hosting/synopcity.com:/www/error-pages |
output_buffering | 4096 | 4096 |
output_encoding | no value | no value |
output_handler | no value | no value |
post_max_size | 20M | 20M |
precision | 14 | 14 |
realpath_cache_size | 16K | 16K |
realpath_cache_ttl | 120 | 120 |
register_argc_argv | Off | Off |
report_memleaks | On | On |
report_zend_debug | On | On |
request_order | GP | GP |
sendmail_from | no value | no value |
sendmail_path | /usr/sbin/sendmail -t -i -f info@synopcity.com | /usr/sbin/sendmail -t -i -f info@synopcity.com |
serialize_precision | 17 | 17 |
short_open_tag | Off | Off |
SMTP | localhost | localhost |
smtp_port | 25 | 25 |
sql.safe_mode | Off | Off |
sys_temp_dir | /www/hosting/synopcity.com/tmp | /www/hosting/synopcity.com/tmp |
track_errors | Off | Off |
unserialize_callback_func | no value | no value |
upload_max_filesize | 20M | 20M |
upload_tmp_dir | /www/hosting/synopcity.com/tmp | /www/hosting/synopcity.com/tmp |
user_dir | no value | no value |
user_ini.cache_ttl | 300 | 300 |
user_ini.filename | .user.ini | .user.ini |
variables_order | GPCS | GPCS |
xmlrpc_error_number | 0 | 0 |
xmlrpc_errors | Off | Off |
zend.detect_unicode | On | On |
zend.enable_gc | On | On |
zend.multibyte | Off | Off |
zend.script_encoding | no value | no value |
ctype
ctype functions | enabled |
curl
cURL support | enabled |
cURL Information | 7.74.0 |
Age | 7 |
Features | |
AsynchDNS | Yes |
CharConv | No |
Debug | No |
GSS-Negotiate | No |
IDN | Yes |
IPv6 | Yes |
krb4 | No |
Largefile | Yes |
libz | Yes |
NTLM | Yes |
NTLMWB | Yes |
SPNEGO | Yes |
SSL | Yes |
SSPI | No |
TLS-SRP | Yes |
Protocols | dict, file, ftp, ftps, gopher, http, https, imap, imaps, ldap, ldaps, mqtt, pop3, pop3s, rtmp, rtsp, scp, sftp, smb, smbs, smtp, smtps, telnet, tftp |
Host | x86_64-pc-linux-gnu |
SSL Version | OpenSSL/1.1.1n |
ZLib Version | 1.2.11 |
libSSH Version | libssh2/1.9.0 |
date
date/time support | enabled |
"Olson" Timezone Database Version | 0.system |
Timezone Database | internal |
Default timezone | Europe/Prague |
Directive | Local Value | Master Value |
---|---|---|
date.default_latitude | 31.7667 | 31.7667 |
date.default_longitude | 35.2333 | 35.2333 |
date.sunrise_zenith | 90.583333 | 90.583333 |
date.sunset_zenith | 90.583333 | 90.583333 |
date.timezone | Europe/Prague | Europe/Prague |
dba
DBA support | enabled |
libdb header version | Berkeley DB 5.3.28: (September 9, 2013) |
libdb library version | Berkeley DB 5.3.28: (September 9, 2013) |
Supported handlers | cdb cdb_make db4 inifile flatfile qdbm |
Directive | Local Value | Master Value |
---|---|---|
dba.default_handler | flatfile | flatfile |
dom
DOM/XML | enabled |
DOM/XML API Version | 20031129 |
libxml Version | 2.9.14 |
HTML Support | enabled |
XPath Support | enabled |
XPointer Support | enabled |
Schema Support | enabled |
RelaxNG Support | enabled |
ereg
Regex Library | Bundled library enabled |
exif
EXIF Support | enabled |
EXIF Version | 1.4 $Id: cad29b729548e4206f0697710cc9e177f26fdff3 $ |
Supported EXIF Version | 0220 |
Supported filetypes | JPEG,TIFF |
Directive | Local Value | Master Value |
---|---|---|
exif.decode_jis_intel | JIS | JIS |
exif.decode_jis_motorola | JIS | JIS |
exif.decode_unicode_intel | UCS-2LE | UCS-2LE |
exif.decode_unicode_motorola | UCS-2BE | UCS-2BE |
exif.encode_jis | no value | no value |
exif.encode_unicode | ISO-8859-15 | ISO-8859-15 |
fileinfo
fileinfo support | enabled |
version | 1.0.5 |
libmagic | 517 |
filter
Input Validation and Filtering | enabled |
Revision | $Id: 5b79667bd9a68977a9b4f7505223a8e216e04908 $ |
Directive | Local Value | Master Value |
---|---|---|
filter.default | unsafe_raw | unsafe_raw |
filter.default_flags | no value | no value |
ftp
FTP support | enabled |
gd
GD Support | enabled |
GD headers Version | 2.3.0 |
GD library Version | 2.3.3 |
FreeType Support | enabled |
FreeType Linkage | with freetype |
FreeType Version | 2.10.4 |
GIF Read Support | enabled |
GIF Create Support | enabled |
JPEG Support | enabled |
libJPEG Version | 6b |
PNG Support | enabled |
libPNG Version | 1.6.37 |
WBMP Support | enabled |
XPM Support | enabled |
libXpm Version | 30411 |
XBM Support | enabled |
WebP Support | enabled |
Directive | Local Value | Master Value |
---|---|---|
gd.jpeg_ignore_warning | 0 | 0 |
gettext
GetText Support | enabled |
hash
hash support | enabled |
Hashing Engines | md2 md4 md5 sha1 sha224 sha256 sha384 sha512 ripemd128 ripemd160 ripemd256 ripemd320 whirlpool tiger128,3 tiger160,3 tiger192,3 tiger128,4 tiger160,4 tiger192,4 snefru snefru256 gost gost-crypto adler32 crc32 crc32b fnv132 fnv1a32 fnv164 fnv1a64 joaat haval128,3 haval160,3 haval192,3 haval224,3 haval256,3 haval128,4 haval160,4 haval192,4 haval224,4 haval256,4 haval128,5 haval160,5 haval192,5 haval224,5 haval256,5 |
iconv
iconv support | enabled |
iconv implementation | glibc |
iconv library version | 2.31 |
Directive | Local Value | Master Value |
---|---|---|
iconv.input_encoding | no value | no value |
iconv.internal_encoding | no value | no value |
iconv.output_encoding | no value | no value |
imap
IMAP c-Client Version | 2007f |
SSL Support | enabled |
Kerberos Support | enabled |
Directive | Local Value | Master Value |
---|---|---|
imap.enable_insecure_rsh | Off | Off |
interbase
Firebird/InterBase Support | dynamic |
Compile-time Client Library Version | Firebird API version 30 |
Run-time Client Library Version | LI-V6.3.7.33374 Firebird 3.0 |
Directive | Local Value | Master Value |
---|---|---|
ibase.allow_persistent | On | On |
ibase.dateformat | %Y-%m-%d | %Y-%m-%d |
ibase.default_charset | no value | no value |
ibase.default_db | no value | no value |
ibase.default_password | no value | no value |
ibase.default_user | no value | no value |
ibase.max_links | Unlimited | Unlimited |
ibase.max_persistent | Unlimited | Unlimited |
ibase.timeformat | %H:%M:%S | %H:%M:%S |
ibase.timestampformat | %Y-%m-%d %H:%M:%S | %Y-%m-%d %H:%M:%S |
intl
Internationalization support | enabled |
---|---|
version | 1.1.0 |
ICU version | 67.1 |
ICU Data version | 67.1 |
Directive | Local Value | Master Value |
---|---|---|
intl.default_locale | no value | no value |
intl.error_level | 0 | 0 |
intl.use_exceptions | 0 | 0 |
ionCube Loader
ionCube Loader developed by ionCube Ltd.
Visit ioncube.com for latest Loaders and support. This Loader also includes features for real-time error reporting and malware protection. Visit ioncube24.com for more details. |
Loader version | 10.4.5 |
ionCube24 features | unconfigured |
Directive | Local Value | Master Value |
---|---|---|
ic24.api.log_msg_errors | 0 | 0 |
ic24.api.max_timeout | 7 | 7 |
ic24.api_access_key | ******** | ******** |
ic24.api_check_ip | 1 | 1 |
ic24.enable | 0 | 0 |
ic24.home_dir | no value | no value |
ic24.phperr.enable | auto | auto |
ic24.phperr.ignore | 0 | 0 |
ic24.sec.block_stdin | 1 | 1 |
ic24.sec.block_uploaded_files | 1 | 1 |
ic24.sec.enable | auto | auto |
ic24.sec.exclusion_key | ******** | ******** |
ic24.sec.initial_action | block | block |
ic24.sec.initial_cache_all | 1 | 1 |
ic24.sec.initial_notify | always | always |
ic24.sec.initial_state | 1 | 1 |
ic24.sec.stop_on_error | 1 | 1 |
ic24.sec.trusted_include_paths | ******** | ******** |
ic24.slt | 7 | 7 |
ic24.update_domains_retry_interval | 30 | 30 |
ioncube.loader.encoded_paths | no value | no value |
json
json support | enabled |
json version | 1.2.1 |
ldap
LDAP Support | enabled |
RCS Version | $Id: 03ca03d3adee59787d58cd342d8f864c5d96252a $ |
Total Links | 0/unlimited |
API Version | 3001 |
Vendor Name | OpenLDAP |
Vendor Version | 20457 |
SASL Support | Enabled |
Directive | Local Value | Master Value |
---|---|---|
ldap.max_links | Unlimited | Unlimited |
libxml
libXML support | active |
libXML Compiled Version | 2.9.14 |
libXML Loaded Version | 20914 |
libXML streams | enabled |
mbstring
Multibyte Support | enabled |
Multibyte string engine | libmbfl |
HTTP input encoding translation | disabled |
libmbfl version | 1.3.2 |
mbstring extension makes use of "streamable kanji code filter and converter", which is distributed under the GNU Lesser General Public License version 2.1. |
---|
Multibyte (japanese) regex support | enabled |
Multibyte regex (oniguruma) backtrack check | On |
Multibyte regex (oniguruma) version | 5.9.5 |
Directive | Local Value | Master Value |
---|---|---|
mbstring.detect_order | no value | no value |
mbstring.encoding_translation | Off | Off |
mbstring.func_overload | 0 | 0 |
mbstring.http_input | no value | no value |
mbstring.http_output | no value | no value |
mbstring.http_output_conv_mimetypes | ^(text/|application/xhtml\+xml) | ^(text/|application/xhtml\+xml) |
mbstring.internal_encoding | no value | no value |
mbstring.language | neutral | neutral |
mbstring.strict_detection | Off | Off |
mbstring.substitute_character | no value | no value |
mcrypt
mcrypt support | enabled |
---|---|
mcrypt_filter support | enabled |
Version | 2.5.8 |
Api No | 20021217 |
Supported ciphers | cast-128 gost rijndael-128 twofish arcfour cast-256 loki97 rijndael-192 saferplus wake blowfish-compat des rijndael-256 serpent xtea blowfish enigma rc2 tripledes |
Supported modes | cbc cfb ctr ecb ncfb nofb ofb stream |
Directive | Local Value | Master Value |
---|---|---|
mcrypt.algorithms_dir | no value | no value |
mcrypt.modes_dir | no value | no value |
mhash
MHASH support | Enabled |
MHASH API Version | Emulated Support |
mssql
MSSQL Support | enabled |
---|---|
Active Persistent Links | 0 |
Active Links | 0 |
Library version | FreeTDS |
Directive | Local Value | Master Value |
---|---|---|
mssql.allow_persistent | On | On |
mssql.batchsize | 0 | 0 |
mssql.charset | no value | no value |
mssql.compatability_mode | Off | Off |
mssql.compatibility_mode | Off | Off |
mssql.connect_timeout | 5 | 5 |
mssql.datetimeconvert | On | On |
mssql.max_links | Unlimited | Unlimited |
mssql.max_persistent | Unlimited | Unlimited |
mssql.max_procs | Unlimited | Unlimited |
mssql.min_error_severity | 10 | 10 |
mssql.min_message_severity | 10 | 10 |
mssql.secure_connection | Off | Off |
mssql.textlimit | Server default | Server default |
mssql.textsize | Server default | Server default |
mssql.timeout | 60 | 60 |
mysql
MySQL Support | enabled |
---|---|
Active Persistent Links | 0 |
Active Links | 0 |
Client API version | mysqlnd 5.0.11-dev - 20120503 - $Id: 76b08b24596e12d4553bd41fc93cccd5bac2fe7a $ |
Directive | Local Value | Master Value |
---|---|---|
mysql.allow_local_infile | On | On |
mysql.allow_persistent | On | On |
mysql.connect_timeout | 60 | 60 |
mysql.default_host | no value | no value |
mysql.default_password | no value | no value |
mysql.default_port | no value | no value |
mysql.default_socket | no value | no value |
mysql.default_user | no value | no value |
mysql.max_links | Unlimited | Unlimited |
mysql.max_persistent | Unlimited | Unlimited |
mysql.trace_mode | Off | Off |
mysqli
MysqlI Support | enabled |
---|---|
Client API library version | mysqlnd 5.0.11-dev - 20120503 - $Id: 76b08b24596e12d4553bd41fc93cccd5bac2fe7a $ |
Active Persistent Links | 0 |
Inactive Persistent Links | 0 |
Active Links | 0 |
Directive | Local Value | Master Value |
---|---|---|
mysqli.allow_local_infile | On | On |
mysqli.allow_persistent | On | On |
mysqli.default_host | no value | no value |
mysqli.default_port | 3306 | 3306 |
mysqli.default_pw | no value | no value |
mysqli.default_socket | no value | no value |
mysqli.default_user | no value | no value |
mysqli.max_links | Unlimited | Unlimited |
mysqli.max_persistent | Unlimited | Unlimited |
mysqli.reconnect | Off | Off |
mysqli.rollback_on_cached_plink | Off | Off |
mysqlnd
mysqlnd | enabled |
---|---|
Version | mysqlnd 5.0.11-dev - 20120503 - $Id: 76b08b24596e12d4553bd41fc93cccd5bac2fe7a $ |
Compression | supported |
core SSL | supported |
extended SSL | supported |
Command buffer size | 4096 |
Read buffer size | 32768 |
Read timeout | 31536000 |
Collecting statistics | Yes |
Collecting memory statistics | No |
Tracing | n/a |
Loaded plugins | mysqlnd,debug_trace,auth_plugin_mysql_native_password,auth_plugin_mysql_clear_password,auth_plugin_sha256_password |
API Extensions | mysql,mysqli,pdo_mysql |
mysqlnd statistics | |
---|---|
bytes_sent | 243367 |
bytes_received | 13637441 |
packets_sent | 4838 |
packets_received | 34489 |
protocol_overhead_in | 137956 |
protocol_overhead_out | 19352 |
bytes_received_ok_packet | 0 |
bytes_received_eof_packet | 0 |
bytes_received_rset_header_packet | 21420 |
bytes_received_rset_field_meta_packet | 0 |
bytes_received_rset_row_packet | 12095 |
bytes_received_prepare_response_packet | 521119 |
bytes_received_change_user_packet | 13069425 |
packets_sent_command | 2406 |
packets_received_ok | 0 |
packets_received_eof | 0 |
packets_received_rset_header | 2380 |
packets_received_rset_field_meta | 0 |
packets_received_rset_row | 2394 |
packets_received_prepare_response | 13217 |
packets_received_change_user | 16472 |
result_set_queries | 2380 |
non_result_set_queries | 14 |
no_index_used | 216 |
bad_index_used | 0 |
slow_queries | 0 |
buffered_sets | 2380 |
unbuffered_sets | 0 |
ps_buffered_sets | 0 |
ps_unbuffered_sets | 0 |
flushed_normal_sets | 0 |
flushed_ps_sets | 0 |
ps_prepared_never_executed | 0 |
ps_prepared_once_executed | 0 |
rows_fetched_from_server_normal | 14092 |
rows_fetched_from_server_ps | 0 |
rows_buffered_from_client_normal | 14092 |
rows_buffered_from_client_ps | 0 |
rows_fetched_from_client_normal_buffered | 14092 |
rows_fetched_from_client_normal_unbuffered | 0 |
rows_fetched_from_client_ps_buffered | 0 |
rows_fetched_from_client_ps_unbuffered | 0 |
rows_fetched_from_client_ps_cursor | 0 |
rows_affected_normal | 1 |
rows_affected_ps | 0 |
rows_skipped_normal | 14092 |
rows_skipped_ps | 0 |
copy_on_write_saved | 44105 |
copy_on_write_performed | 0 |
command_buffer_too_small | 0 |
connect_success | 13 |
connect_failure | 0 |
connection_reused | 0 |
reconnect | 0 |
pconnect_success | 0 |
active_connections | 18446744073709551605 |
active_persistent_connections | 0 |
explicit_close | 12 |
implicit_close | 0 |
disconnect_close | 0 |
in_middle_of_command_close | 0 |
explicit_free_result | 2380 |
implicit_free_result | 0 |
explicit_stmt_close | 0 |
implicit_stmt_close | 0 |
mem_emalloc_count | 0 |
mem_emalloc_amount | 0 |
mem_ecalloc_count | 0 |
mem_ecalloc_amount | 0 |
mem_erealloc_count | 0 |
mem_erealloc_amount | 0 |
mem_efree_count | 0 |
mem_efree_amount | 0 |
mem_malloc_count | 0 |
mem_malloc_amount | 0 |
mem_calloc_count | 0 |
mem_calloc_amount | 0 |
mem_realloc_count | 0 |
mem_realloc_amount | 0 |
mem_free_count | 0 |
mem_free_amount | 0 |
mem_estrndup_count | 0 |
mem_strndup_count | 0 |
mem_estndup_count | 0 |
mem_strdup_count | 0 |
proto_text_fetched_null | 0 |
proto_text_fetched_bit | 0 |
proto_text_fetched_tinyint | 55 |
proto_text_fetched_short | 0 |
proto_text_fetched_int24 | 0 |
proto_text_fetched_int | 15389 |
proto_text_fetched_bigint | 2466 |
proto_text_fetched_decimal | 0 |
proto_text_fetched_float | 0 |
proto_text_fetched_double | 0 |
proto_text_fetched_date | 1 |
proto_text_fetched_year | 0 |
proto_text_fetched_time | 0 |
proto_text_fetched_datetime | 9 |
proto_text_fetched_timestamp | 5 |
proto_text_fetched_string | 15850 |
proto_text_fetched_blob | 0 |
proto_text_fetched_enum | 9420 |
proto_text_fetched_set | 0 |
proto_text_fetched_geometry | 0 |
proto_text_fetched_other | 0 |
proto_binary_fetched_null | 0 |
proto_binary_fetched_bit | 0 |
proto_binary_fetched_tinyint | 0 |
proto_binary_fetched_short | 0 |
proto_binary_fetched_int24 | 0 |
proto_binary_fetched_int | 0 |
proto_binary_fetched_bigint | 0 |
proto_binary_fetched_decimal | 0 |
proto_binary_fetched_float | 0 |
proto_binary_fetched_double | 0 |
proto_binary_fetched_date | 0 |
proto_binary_fetched_year | 0 |
proto_binary_fetched_time | 0 |
proto_binary_fetched_datetime | 0 |
proto_binary_fetched_timestamp | 0 |
proto_binary_fetched_string | 0 |
proto_binary_fetched_json | 0 |
proto_binary_fetched_blob | 0 |
proto_binary_fetched_enum | 0 |
proto_binary_fetched_set | 0 |
proto_binary_fetched_geometry | 0 |
proto_binary_fetched_other | 0 |
init_command_executed_count | 0 |
init_command_failed_count | 0 |
com_quit | 12 |
com_init_db | 0 |
com_query | 2394 |
com_field_list | 0 |
com_create_db | 0 |
com_drop_db | 0 |
com_refresh | 0 |
com_shutdown | 0 |
com_statistics | 0 |
com_process_info | 0 |
com_connect | 0 |
com_process_kill | 0 |
com_debug | 0 |
com_ping | 0 |
com_time | 0 |
com_delayed_insert | 0 |
com_change_user | 0 |
com_binlog_dump | 0 |
com_table_dump | 0 |
com_connect_out | 0 |
com_register_slave | 0 |
com_stmt_prepare | 0 |
com_stmt_execute | 0 |
com_stmt_send_long_data | 0 |
com_stmt_close | 0 |
com_stmt_reset | 0 |
com_stmt_set_option | 0 |
com_stmt_fetch | 0 |
com_deamon | 0 |
bytes_received_real_data_normal | 12940622 |
bytes_received_real_data_ps | 0 |
openssl
OpenSSL support | enabled |
OpenSSL Library Version | OpenSSL 1.1.1n 15 Mar 2022 |
OpenSSL Header Version | OpenSSL 1.1.1n 15 Mar 2022 |
Openssl default config | /usr/lib/ssl/openssl.cnf |
Directive | Local Value | Master Value |
---|---|---|
openssl.cafile | no value | no value |
openssl.capath | no value | no value |
pcre
PCRE (Perl Compatible Regular Expressions) Support | enabled |
PCRE Library Version | 8.44 2020-02-12 |
Directive | Local Value | Master Value |
---|---|---|
pcre.backtrack_limit | 1000000 | 1000000 |
pcre.recursion_limit | 100000 | 100000 |
PDO
PDO support | enabled |
---|---|
PDO drivers | dblib, firebird, mysql, pgsql, sqlite |
pdo_dblib
PDO Driver for FreeTDS/Sybase DB-lib | enabled |
---|---|
Flavour | freetds |
PDO_Firebird
PDO Driver for Firebird | enabled |
---|
pdo_mysql
PDO Driver for MySQL | enabled |
---|---|
Client API version | mysqlnd 5.0.11-dev - 20120503 - $Id: 76b08b24596e12d4553bd41fc93cccd5bac2fe7a $ |
Directive | Local Value | Master Value |
---|---|---|
pdo_mysql.default_socket | /var/run/mysqld/mysqld.sock | /var/run/mysqld/mysqld.sock |
pdo_pgsql
PDO Driver for PostgreSQL | enabled |
---|---|
PostgreSQL(libpq) Version | 13.5 (Debian 13.5-0+deb11u1) |
Module version | 1.0.2 |
Revision | $Id: 0e858dd2051ca8c2fd3c781909a0670ab5fecd36 $ |
pdo_sqlite
PDO Driver for SQLite 3.x | enabled |
---|---|
SQLite Library | 3.34.1 |
pgsql
PostgreSQL Support | enabled |
---|---|
PostgreSQL(libpq) Version | 13.5 (Debian 13.5-0+deb11u1) |
PostgreSQL(libpq) | PostgreSQL 13.5 (Debian 13.5-0+deb11u1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 10.2.1-6) 10.2.1 20210110, 64-bit |
Multibyte character support | enabled |
SSL support | enabled |
Active Persistent Links | 0 |
Active Links | 0 |
Directive | Local Value | Master Value |
---|---|---|
pgsql.allow_persistent | On | On |
pgsql.auto_reset_persistent | Off | Off |
pgsql.ignore_notice | Off | Off |
pgsql.log_notice | Off | Off |
pgsql.max_links | Unlimited | Unlimited |
pgsql.max_persistent | Unlimited | Unlimited |
Phar
Phar: PHP Archive support | enabled |
---|---|
Phar EXT version | 2.0.2 |
Phar API version | 1.1.1 |
SVN revision | $Id: 6e5cec2462a6ded53d4379ea9a69487a60d5c43c $ |
Phar-based phar archives | enabled |
Tar-based phar archives | enabled |
ZIP-based phar archives | enabled |
gzip compression | enabled |
bzip2 compression | enabled |
Native OpenSSL support | enabled |
Phar based on pear/PHP_Archive, original concept by Davey Shafik. Phar fully realized by Gregory Beaver and Marcus Boerger. Portions of tar implementation Copyright (c) 2003-2009 Tim Kientzle. |
Directive | Local Value | Master Value |
---|---|---|
phar.cache_list | no value | no value |
phar.readonly | On | On |
phar.require_hash | On | On |
posix
Revision | $Id: 5f4acc20904b1406142f2a0ede068db048c77e77 $ |
pspell
PSpell Support | enabled |
readline
Readline Support | enabled |
---|---|
Readline library | EditLine wrapper |
Directive | Local Value | Master Value |
---|---|---|
cli.pager | no value | no value |
cli.prompt | \b \> | \b \> |
recode
Recode Support | enabled |
Revision | $Id: cde03aacd1a1218dcad9dabc2f284594a0a4aa16 $ |
Reflection
Reflection | enabled |
---|---|
Version | $Id: 5f15287237d5f78d75b19c26915aa7bd83dee8b8 $ |
session
Session Support | enabled |
Registered save handlers | files user |
Registered serializer handlers | php_serialize php php_binary wddx |
Directive | Local Value | Master Value |
---|---|---|
session.auto_start | Off | Off |
session.cache_expire | 180 | 180 |
session.cache_limiter | nocache | nocache |
session.cookie_domain | no value | no value |
session.cookie_httponly | On | Off |
session.cookie_lifetime | 2678400 | 0 |
session.cookie_path | / | / |
session.cookie_secure | Off | Off |
session.entropy_file | /dev/urandom | /dev/urandom |
session.entropy_length | 32 | 32 |
session.gc_divisor | 1000 | 1000 |
session.gc_maxlifetime | 2678400 | 1440 |
session.gc_probability | 0 | 0 |
session.hash_bits_per_character | 5 | 5 |
session.hash_function | 0 | 0 |
session.name | PHPSESSID | PHPSESSID |
session.referer_check | no value | no value |
session.save_handler | files | files |
session.save_path | /www/hosting/synopcity.com/tmp | /www/hosting/synopcity.com/tmp |
session.serialize_handler | php | php |
session.upload_progress.cleanup | On | On |
session.upload_progress.enabled | On | On |
session.upload_progress.freq | 1% | 1% |
session.upload_progress.min_freq | 1 | 1 |
session.upload_progress.name | PHP_SESSION_UPLOAD_PROGRESS | PHP_SESSION_UPLOAD_PROGRESS |
session.upload_progress.prefix | upload_progress_ | upload_progress_ |
session.use_cookies | On | On |
session.use_only_cookies | On | On |
session.use_strict_mode | Off | Off |
session.use_trans_sid | 0 | 0 |
shmop
shmop support | enabled |
SimpleXML
Simplexml support | enabled |
---|---|
Revision | $Id: d7077fc935154236afb4fe70814ba358efdbdca4 $ |
Schema support | enabled |
soap
Soap Client | enabled |
Soap Server | enabled |
Directive | Local Value | Master Value |
---|---|---|
soap.wsdl_cache | 1 | 1 |
soap.wsdl_cache_dir | /www/hosting/synopcity.com/tmp | /www/hosting/synopcity.com/tmp |
soap.wsdl_cache_enabled | 1 | 1 |
soap.wsdl_cache_limit | 5 | 5 |
soap.wsdl_cache_ttl | 86400 | 86400 |
sockets
Sockets Support | enabled |
SPL
SPL support | enabled |
---|---|
Interfaces | Countable, OuterIterator, RecursiveIterator, SeekableIterator, SplObserver, SplSubject |
Classes | AppendIterator, ArrayIterator, ArrayObject, BadFunctionCallException, BadMethodCallException, CachingIterator, CallbackFilterIterator, DirectoryIterator, DomainException, EmptyIterator, FilesystemIterator, FilterIterator, GlobIterator, InfiniteIterator, InvalidArgumentException, IteratorIterator, LengthException, LimitIterator, LogicException, MultipleIterator, NoRewindIterator, OutOfBoundsException, OutOfRangeException, OverflowException, ParentIterator, RangeException, RecursiveArrayIterator, RecursiveCachingIterator, RecursiveCallbackFilterIterator, RecursiveDirectoryIterator, RecursiveFilterIterator, RecursiveIteratorIterator, RecursiveRegexIterator, RecursiveTreeIterator, RegexIterator, RuntimeException, SplDoublyLinkedList, SplFileInfo, SplFileObject, SplFixedArray, SplHeap, SplMinHeap, SplMaxHeap, SplObjectStorage, SplPriorityQueue, SplQueue, SplStack, SplTempFileObject, UnderflowException, UnexpectedValueException |
sqlite3
SQLite3 support | enabled |
---|---|
SQLite3 module version | 0.7-dev |
SQLite Library | 3.34.1 |
Directive | Local Value | Master Value |
---|---|---|
sqlite3.defensive | 1 | 1 |
sqlite3.extension_dir | no value | no value |
standard
Dynamic Library Support | enabled |
Path to sendmail | /usr/sbin/sendmail -t -i -f info@synopcity.com |
Directive | Local Value | Master Value |
---|---|---|
assert.active | 1 | 1 |
assert.bail | 0 | 0 |
assert.callback | no value | no value |
assert.quiet_eval | 0 | 0 |
assert.warning | 1 | 1 |
auto_detect_line_endings | 0 | 0 |
default_socket_timeout | 30 | 30 |
from | no value | no value |
url_rewriter.tags | a=href,area=href,frame=src,input=src,form=fakeentry | a=href,area=href,frame=src,input=src,form=fakeentry |
user_agent | no value | no value |
sysvmsg
sysvmsg support | enabled |
Revision | $Id: 58590192720bc56939152fde3645d808b348bb9b $ |
tokenizer
Tokenizer Support | enabled |
wddx
WDDX Support | enabled |
---|---|
WDDX Session Serializer | enabled |
xml
XML Support | active |
XML Namespace Support | active |
libxml2 Version | 2.9.14 |
xmlreader
XMLReader | enabled |
xmlrpc
core library version | xmlrpc-epi v. 0.54 |
php extension version | 0.51 |
author | Dan Libby |
homepage | http://xmlrpc-epi.sourceforge.net |
open sourced by | Epinions.com |
xmlwriter
XMLWriter | enabled |
xsl
XSL | enabled |
libxslt Version | 1.1.34 |
libxslt compiled against libxml Version | 2.9.10 |
EXSLT | enabled |
libexslt Version | 1.1.34 |
Zend OPcache
Opcode Caching | Up and Running |
Optimization | Enabled |
Startup | OK |
Shared memory model | mmap |
Cache hits | 10560875 |
Cache misses | 33622 |
Used memory | 268402856 |
Free memory | 30976 |
Wasted memory | 1624 |
Interned Strings Used memory | 4194264 |
Interned Strings Free memory | 40 |
Cached scripts | 1453 |
Cached keys | 2586 |
Max keys | 3907 |
OOM restarts | 0 |
Hash keys restarts | 0 |
Manual restarts | 1 |
Directive | Local Value | Master Value |
---|---|---|
opcache.blacklist_filename | no value | no value |
opcache.consistency_checks | 0 | 0 |
opcache.dups_fix | Off | Off |
opcache.enable | On | On |
opcache.enable_cli | Off | Off |
opcache.enable_file_override | Off | Off |
opcache.error_log | no value | no value |
opcache.fast_shutdown | 0 | 0 |
opcache.file_update_protection | 2 | 2 |
opcache.force_restart_timeout | 180 | 180 |
opcache.inherited_hack | On | On |
opcache.interned_strings_buffer | 4 | 4 |
opcache.load_comments | 1 | 1 |
opcache.lockfile_path | /www/hosting/synopcity.com/tmp | /www/hosting/synopcity.com/tmp |
opcache.log_verbosity_level | 1 | 1 |
opcache.max_accelerated_files | 100000 | 100000 |
opcache.max_file_size | 0 | 0 |
opcache.max_wasted_percentage | 5 | 5 |
opcache.memory_consumption | 256 | 256 |
opcache.optimization_level | 0x7FFFBFFF | 0x7FFFBFFF |
opcache.preferred_memory_model | no value | no value |
opcache.protect_memory | 0 | 0 |
opcache.restrict_api | no value | no value |
opcache.revalidate_freq | 2 | 2 |
opcache.revalidate_path | Off | Off |
opcache.save_comments | 1 | 1 |
opcache.use_cwd | On | On |
opcache.validate_permission | Off | Off |
opcache.validate_root | Off | Off |
opcache.validate_timestamps | On | On |
zip
Zip | enabled |
Zip version | 1.12.5 |
Libzip version | 1.7.3 |
zlib
ZLib Support | enabled |
---|---|
Stream Wrapper | compress.zlib:// |
Stream Filter | zlib.inflate, zlib.deflate |
Compiled Version | 1.2.11 |
Linked Version | 1.2.11 |
Directive | Local Value | Master Value |
---|---|---|
zlib.output_compression | Off | Off |
zlib.output_compression_level | -1 | -1 |
zlib.output_handler | no value | no value |
Additional Modules
Module Name |
---|
sysvsem |
sysvshm |
HTTP request
$_GET
empty
$_POST
empty
$_COOKIE
empty
HTTP response
Headers
X-Frame-Options: SAMEORIGIN
X-Powered-By: Nette Framework
Content-Type: text/html; charset=utf-8
Vary: X-Requested-With
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Set-Cookie: nette-browser=da40ciopvy; path=/; httponly
Set-Cookie: PHPSESSID=kqj1b7cj7oupcdrd2rlton8c83; expires=Wed, 14-Sep-2022 22:08:37 GMT; Max-Age=2678400; path=/; HttpOnly
Set-Cookie: last_language=en; expires=Mon, 14-Aug-2023 22:08:37 GMT; Max-Age=31536000; path=/
- Report generated at 2022/08/15 00:08:37
- http://synopcity.com/en/about
- PHP 5.6.40-60+0~20220627.67+debian11~1.gbp1f7ffd
- Apache
- Tracy 2.3.12
- Nette Framework 2.3.10 (released on 2016-04-13)