InvalidArgumentException
File: ...//app/Modules/File/Lib/FilesystemFileStorage.php:43
33: 34: /** 35: * Získanie obsahu súboru 36: * 37: * @param string $file Cesta k súboru 38: */ 39: public function exists($file, $return = true) 40: { 41: if (file_exists($this->baseDir.$file) === false) { 42: if ($return === false) { 43: throw new InvalidArgumentException('Súbor '.$this->baseDir.$file.' neexistuje!'); 44: } 45: 46: return false; 47: }
...//app/Modules/File/Lib/FilesystemFileStorage.php:59 source FilesystemFileStorage->exists(arguments)
49: return true; 50: } 51: 52: /** 53: * Test či súbor existuje 54: * 55: * @param string $file Cesta k súboru 56: */ 57: public function read($file) 58: { 59: $this->exists($file, false); 60: 61: return file_get_contents($this->baseDir.$file); 62: } 63:
$file | "website_article/3a4/a3a/e30/3a4a3ae30d4f3f12ecdcbca3150ca2c936c18b840157dc305241a87c08e8005a694fa73fafa4e6fc" (108)
|
---|---|
$return | FALSE
|
.../klingger//app/Modules/Photo/Model/PhotoModel.php:180 source FilesystemFileStorage->read(arguments)
170: 171: public function getFullFilePath() 172: { 173: return $this->fileStorage->baseDir.$this->getFilePath(); 174: } 175: 176: public function getFileContent() 177: { 178: $filePath = $this->getFilePath(); 179: 180: return $this->fileStorage->read($filePath); 181: } 182: 183: public function getName() 184: {
$file | "website_article/3a4/a3a/e30/3a4a3ae30d4f3f12ecdcbca3150ca2c936c18b840157dc305241a87c08e8005a694fa73fafa4e6fc" (108)
|
---|
.../klingger//app/Modules/Photo/Model/PhotoModel.php:468 source PhotoModel->getFileContent()
458: * 459: * @param string Cesta kde má byť súbor uložený 460: * @param string Rozmer fotografie vo formáte sirkaxvyska, napr. 300x300 461: * @param string typ zobraznia fotografie 462: * full - celá fotografia zmenšená aby sa vošla do zadaných rozmerov 463: * crop - orezaná fotografia na zadaný pomer strána 464: * @return string Cesta k súboru 465: */ 466: private function createCacheFile($cacheFile, $size, $type) 467: { 468: $blob = $this->getFileContent(); 469: 470: $image = new Imagick(); 471: $image->readImageBlob($blob); 472: list($width, $height) = explode('x', $size);
.../klingger//app/Modules/Photo/Model/PhotoModel.php:435 source PhotoModel->createCacheFile(arguments)
425: if (file_exists($cacheFileDir) === false) { 426: $this->cacheStorage->mkdir($cacheFileDir, 0777, true); 427: } 428: 429: $cacheFile = $cacheFileDir.$size.'.'.$this->getExtension(); 430: 431: if ($this->cacheStorage->exists($cacheFile) === true) { 432: return $cacheFile; 433: } 434: 435: return $this->createCacheFile($cacheFile, $size, $type); 436: } 437: 438: 439: /**
$cacheFile | "website_article/3a4/a3a/e30/3a4a3ae30d4f3f12ecdcbca3150ca2c936c18b840157dc305241a87c08e8005a694fa73fafa4e6fc/thumb/160x160.jpg" (126)
|
---|---|
$size | "160x160" (7)
|
$type | "thumb" (5)
|
.../klingger//app/Modules/Photo/Model/PhotoModel.php:406 source PhotoModel->getCacheFilePath(arguments)
396: if ($type !== null) { 397: $parts[] = $type; 398: } 399: 400: return implode('/', $parts).'/'; 401: } 402: 403: 404: public function getCache($size, $type = 'full') 405: { 406: $cacheFilePath = $this->getCacheFilePath($size, $type); 407: return $this->cacheStorage->read($cacheFilePath); 408: } 409: 410:
$size | "160x160" (7)
|
---|---|
$type | "thumb" (5)
|
.../www/klingger//app/Modules/Cache/View/CacheView.php:172 source PhotoModel->getCache(arguments)
162: 163: $photo->maxImageSize = $config->getIniValue('modules', 'photo.maxImageSize'); 164: $photo->resourceId = $resource; 165: 166: $photo->setFileStorage(new FilesystemFileStorage($photoStorageDir)); 167: if ($photo['public'] === 't') { 168: $cacheDir = $config->basePath . 'www/cache/'; 169: } 170: $photo->setCacheStorage(new FilesystemFileStorage($cacheDir)); 171: 172: $cache = $photo->getCache($size, $type); 173: 174: header('Content-Type: ' . $photo['mimetype']); 175: header('Cache-Control: private, max-age=10800, pre-check=10800'); 176: header('Pragma: private');
$size | "160x160" (7)
|
---|---|
$type | "thumb" (5)
|
.../www/klingger//app/Modules/Cache/View/CacheView.php:39 source CacheView->photo()
29: 30: public function unknownAction($action) 31: { 32: switch ($action) { 33: case 'photo': 34: case 'person': 35: case 'auction': 36: case 'event_photo': 37: case 'rtv_channel': 38: case 'website_article': 39: $this->photo(); 40: break; 41: 42: case 'newsmon_article': 43: $this->newsmonArticle();
.../var/www/klingger//main/view/DynamicView.php:51 source CacheView->unknownAction(arguments)
41: $action = $http->classParams[0]; 42: } else { 43: $action = "index"; 44: } 45: 46: if (array_key_exists($action, $this->actions)) { // moze byt ako kluc v poli (nove) 47: $this->body = $this->$action(); // volanie funkcie, ktorej nazov je v retazci $action 48: } else if (in_array($action, $this->actions)) { // uz nemoze byt ako hodnota v poli (stare) 49: throw new OutOfBoundsException("action is a value where it should have been key"); 50: } else { 51: $this->body = $this->unknownAction($action); // volanie chybovej funkcie 52: } 53: 54: $this->constructHistory($action, $_REQUEST); 55: $this->title = $this->getTitle($action, $_REQUEST); // TODO: tu by mohlo byt $this->history->getRecentTitle() pretoze inak sa getTitle vola zbytocne 2x
$action | "website_article" (15)
|
---|
.../var/www/klingger//main/helpers/HTTPFrontend.php:203 source DynamicView->show()
193: die; 194: } else if ($obj->authRequired) { 195: 196: // ak je neprihlaseny a modul vyzaduje prihlaseneho 197: $this->redirect("/Login/?continue=" . urlencode(base64_encode(substr($_SERVER["REQUEST_URI"], strlen($this->baseURL))))); 198: die; 199: } 200: } 201: 202: // zavolame funkciu show, ktora vykona pozadovanu akciu; 203: $obj->show(); 204: 205: } catch (AccessDeniedException $e) { 206: if (\Tracy\Debugger::$productionMode === false) { 207: throw $e;
.../alternet/extranet/var/www/klingger//www/index.php:6 source HTTPFrontend->run()
1: <?php 2: 3: require_once "../bootstrap.php"; 4: 5: $http=HTTPFrontend::getInstance(); 6: $http->run(); 7: 8: ?>
REDIRECT_HTTPS | "on" (2)
|
---|---|
REDIRECT_SSL_TLS_SNI | "www.mojoperator.klingger.21.sk" (30)
|
REDIRECT_STATUS | "200" (3)
|
HTTPS | "on" (2)
|
SSL_TLS_SNI | "www.mojoperator.klingger.21.sk" (30)
|
SSL_SERVER_S_DN_C | "SK" (2)
|
SSL_SERVER_S_DN_ST | "Slovakia" (8)
|
SSL_SERVER_S_DN_L | "Kosice" (6)
|
SSL_SERVER_S_DN_O | "Alternet" (8)
|
SSL_SERVER_S_DN_OU | "IT" (2)
|
SSL_SERVER_S_DN_CN | "extranet.21.sk" (14)
|
SSL_SERVER_S_DN_Email | "webmaster@21.sk" (15)
|
SSL_SERVER_I_DN_C | "SK" (2)
|
SSL_SERVER_I_DN_ST | "Slovakia" (8)
|
SSL_SERVER_I_DN_L | "Kosice" (6)
|
SSL_SERVER_I_DN_O | "Alternet" (8)
|
SSL_SERVER_I_DN_OU | "IT" (2)
|
SSL_SERVER_I_DN_CN | "extranet.21.sk" (14)
|
SSL_SERVER_I_DN_Email | "webmaster@21.sk" (15)
|
SSL_VERSION_INTERFACE | "mod_ssl/2.2.22" (14)
|
SSL_VERSION_LIBRARY | "OpenSSL/1.0.1t" (14)
|
SSL_PROTOCOL | "TLSv1.2" (7)
|
SSL_SECURE_RENEG | "true" (4)
|
SSL_COMPRESS_METHOD | "NULL" (4)
|
SSL_CIPHER | "ECDHE-RSA-AES256-GCM-SHA384" (27)
|
SSL_CIPHER_EXPORT | "false" (5)
|
SSL_CIPHER_USEKEYSIZE | "256" (3)
|
SSL_CIPHER_ALGKEYSIZE | "256" (3)
|
SSL_CLIENT_VERIFY | "NONE" (4)
|
SSL_SERVER_M_VERSION | "3"
|
SSL_SERVER_M_SERIAL | "CFA6B57BAB50ED11" (16)
|
SSL_SERVER_V_START | "Jan 28 14:44:20 2015 GMT" (24)
|
SSL_SERVER_V_END | "Jan 28 14:44:20 2016 GMT" (24)
|
SSL_SERVER_S_DN | "/C=SK/ST=Slovakia/L=Kosice/O=Alternet/OU=IT/CN=extranet.21.sk/emailAddress=webmaster@21.sk" (90)
|
SSL_SERVER_I_DN | "/C=SK/ST=Slovakia/L=Kosice/O=Alternet/OU=IT/CN=extranet.21.sk/emailAddress=webmaster@21.sk" (90)
|
SSL_SERVER_A_KEY | "rsaEncryption" (13)
|
SSL_SERVER_A_SIG | "sha1WithRSAEncryption" (21)
|
SSL_SESSION_ID | "DAC328033E1A63E85A6EF522B078591F37FFA805D1DF98352E028214568361DE" (64)
|
HTTP_HOST | "www.mojoperator.klingger.21.sk" (30)
|
HTTP_ACCEPT | "*/*" (3)
|
PATH | "/usr/local/bin:/usr/bin:/bin" (28)
|
SERVER_SIGNATURE | "<address>Apache/2.2.22 (Debian) Server at www.mojoperator.klingger.21.sk Port 443</address>
" (92)
|
SERVER_SOFTWARE | "Apache/2.2.22 (Debian)" (22)
|
SERVER_NAME | "www.mojoperator.klingger.21.sk" (30)
|
SERVER_ADDR | "194.145.206.60" (14)
|
SERVER_PORT | "443" (3)
|
REMOTE_ADDR | "176.102.98.88" (13)
|
DOCUMENT_ROOT | "/var/www/klingger/www" (21)
|
SERVER_ADMIN | "webmaster@localhost" (19)
|
SCRIPT_FILENAME | "/var/www/klingger/www/index.php" (31)
|
REMOTE_PORT | "35536" (5)
|
REDIRECT_URL | "/cache/website_article/3a4/a3a/e30/3a4a3ae30d4f3f12ecdcbca3150ca2c936c18b840157dc305241a87c08e8005a694fa73fafa4e6fc/thumb/160x160.jpg" (133)
|
GATEWAY_INTERFACE | "CGI/1.1" (7)
|
SERVER_PROTOCOL | "HTTP/1.1" (8)
|
REQUEST_METHOD | "GET" (3)
|
QUERY_STRING | ""
|
REQUEST_URI | "/cache/website_article/3a4/a3a/e30/3a4a3ae30d4f3f12ecdcbca3150ca2c936c18b840157dc305241a87c08e8005a694fa73fafa4e6fc/thumb/160x160.jpg" (133)
|
SCRIPT_NAME | "/index.php" (10)
|
PHP_SELF | "/index.php" (10)
|
REQUEST_TIME_FLOAT | 1717313468.762
|
REQUEST_TIME | 1717313468
|
empty
Apache Version | Apache/2.2.22 (Debian) |
Apache API Version | 20051115 |
Server Administrator | webmaster@localhost |
Hostname:Port | www.mojoperator.klingger.21.sk:0 |
User/Group | www-data(33)/33 |
Max Requests | Per Child: 0 - Keep Alive: on - Max Per Connection: 100 |
Timeouts | Connection: 300 - Keep-Alive: 15 |
Virtual Server | Yes |
Server Root | /etc/apache2 |
Loaded Modules | core mod_log_config mod_logio mod_version prefork http_core mod_so mod_alias mod_auth_basic mod_authn_file mod_authz_default mod_authz_groupfile mod_authz_host mod_authz_user mod_autoindex mod_cgi mod_deflate mod_dir mod_env mod_mime mod_negotiation mod_php5 mod_reqtimeout mod_rewrite mod_setenvif mod_ssl mod_status |
Directive | Local Value | Master Value |
---|---|---|
engine | 1 | 1 |
last_modified | 0 | 0 |
xbithack | 0 | 0 |
Variable | Value |
---|---|
REDIRECT_HTTPS | on |
REDIRECT_SSL_TLS_SNI | www.mojoperator.klingger.21.sk |
REDIRECT_STATUS | 200 |
HTTPS | on |
SSL_TLS_SNI | www.mojoperator.klingger.21.sk |
SSL_SERVER_S_DN_C | SK |
SSL_SERVER_S_DN_ST | Slovakia |
SSL_SERVER_S_DN_L | Kosice |
SSL_SERVER_S_DN_O | Alternet |
SSL_SERVER_S_DN_OU | IT |
SSL_SERVER_S_DN_CN | extranet.21.sk |
SSL_SERVER_S_DN_Email | webmaster@21.sk |
SSL_SERVER_I_DN_C | SK |
SSL_SERVER_I_DN_ST | Slovakia |
SSL_SERVER_I_DN_L | Kosice |
SSL_SERVER_I_DN_O | Alternet |
SSL_SERVER_I_DN_OU | IT |
SSL_SERVER_I_DN_CN | extranet.21.sk |
SSL_SERVER_I_DN_Email | webmaster@21.sk |
SSL_VERSION_INTERFACE | mod_ssl/2.2.22 |
SSL_VERSION_LIBRARY | OpenSSL/1.0.1t |
SSL_PROTOCOL | TLSv1.2 |
SSL_SECURE_RENEG | true |
SSL_COMPRESS_METHOD | NULL |
SSL_CIPHER | ECDHE-RSA-AES256-GCM-SHA384 |
SSL_CIPHER_EXPORT | false |
SSL_CIPHER_USEKEYSIZE | 256 |
SSL_CIPHER_ALGKEYSIZE | 256 |
SSL_CLIENT_VERIFY | NONE |
SSL_SERVER_M_VERSION | 3 |
SSL_SERVER_M_SERIAL | CFA6B57BAB50ED11 |
SSL_SERVER_V_START | Jan 28 14:44:20 2015 GMT |
SSL_SERVER_V_END | Jan 28 14:44:20 2016 GMT |
SSL_SERVER_S_DN | /C=SK/ST=Slovakia/L=Kosice/O=Alternet/OU=IT/CN=extranet.21.sk/emailAddress=webmaster@21.sk |
SSL_SERVER_I_DN | /C=SK/ST=Slovakia/L=Kosice/O=Alternet/OU=IT/CN=extranet.21.sk/emailAddress=webmaster@21.sk |
SSL_SERVER_A_KEY | rsaEncryption |
SSL_SERVER_A_SIG | sha1WithRSAEncryption |
SSL_SESSION_ID | DAC328033E1A63E85A6EF522B078591F37FFA805D1DF98352E028214568361DE |
HTTP_HOST | www.mojoperator.klingger.21.sk |
HTTP_ACCEPT | */* |
PATH | /usr/local/bin:/usr/bin:/bin |
SERVER_SIGNATURE | <address>Apache/2.2.22 (Debian) Server at www.mojoperator.klingger.21.sk Port 443</address> |
SERVER_SOFTWARE | Apache/2.2.22 (Debian) |
SERVER_NAME | www.mojoperator.klingger.21.sk |
SERVER_ADDR | 194.145.206.60 |
SERVER_PORT | 443 |
REMOTE_ADDR | 176.102.98.88 |
DOCUMENT_ROOT | /var/www/klingger/www |
SERVER_ADMIN | webmaster@localhost |
SCRIPT_FILENAME | /var/www/klingger/www/index.php |
REMOTE_PORT | 35536 |
REDIRECT_URL | /cache/website_article/3a4/a3a/e30/3a4a3ae30d4f3f12ecdcbca3150ca2c936c18b840157dc305241a87c08e8005a694fa73fafa4e6fc/thumb/160x160.jpg |
GATEWAY_INTERFACE | CGI/1.1 |
SERVER_PROTOCOL | HTTP/1.1 |
REQUEST_METHOD | GET |
QUERY_STRING | no value |
REQUEST_URI | /cache/website_article/3a4/a3a/e30/3a4a3ae30d4f3f12ecdcbca3150ca2c936c18b840157dc305241a87c08e8005a694fa73fafa4e6fc/thumb/160x160.jpg |
SCRIPT_NAME | /index.php |
HTTP Request Headers | |
---|---|
HTTP Request | GET /cache/website_article/3a4/a3a/e30/3a4a3ae30d4f3f12ecdcbca3150ca2c936c18b840157dc305241a87c08e8005a694fa73fafa4e6fc/thumb/160x160.jpg HTTP/1.1 |
Host | www.mojoperator.klingger.21.sk |
Accept | */* |
HTTP Response Headers | |
X-Powered-By | PHP/5.4.45-0+deb7u14 |
Set-Cookie | PHPSESSID=fdretcs61ublm4qgg8eqdsehu4; path=/; samesite=none; domain=www.mojoperator.klingger.21.sk; secure |
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 |
BCMath support | enabled |
Directive | Local Value | Master Value |
---|---|---|
bcmath.scale | 0 | 0 |
BZip2 Support | Enabled |
Stream Wrapper support | compress.bzip2:// |
Stream Filter support | bzip2.decompress, bzip2.compress |
BZip2 Version | 1.0.6, 6-Sept-2010 |
Calendar support | enabled |
PHP Version | 5.4.45-0+deb7u14 |
Directive | Local Value | Master Value |
---|---|---|
allow_url_fopen | On | On |
allow_url_include | Off | Off |
always_populate_raw_post_data | Off | Off |
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 | no value | no value |
default_mimetype | text/html | text/html |
disable_classes | no value | no value |
disable_functions | pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, | pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, |
display_errors | Off | On |
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 | no value | no value |
error_prepend_string | no value | no value |
error_reporting | 0 | 32767 |
exit_on_timeout | Off | Off |
expose_php | On | On |
extension_dir | /usr/lib/php5/20100525+lfs | /usr/lib/php5/20100525+lfs |
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/pear | .:/usr/share/php:/usr/share/pear |
log_errors | Off | On |
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 | 20 | 20 |
max_input_nesting_level | 64 | 64 |
max_input_time | 60 | 60 |
max_input_vars | 1000 | 1000 |
memory_limit | 128M | 128M |
open_basedir | no value | no value |
output_buffering | 4096 | 4096 |
output_handler | no value | no value |
post_max_size | 32M | 32M |
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 | /usr/sbin/sendmail -t -i |
serialize_precision | 17 | 17 |
short_open_tag | On | On |
SMTP | localhost | localhost |
smtp_port | 25 | 25 |
sql.safe_mode | Off | Off |
track_errors | Off | Off |
unserialize_callback_func | no value | no value |
upload_max_filesize | 32M | 32M |
upload_tmp_dir | no value | no value |
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 functions | enabled |
cURL support | enabled |
cURL Information | 7.26.0 |
Age | 3 |
Features | |
AsynchDNS | No |
Debug | Yes |
GSS-Negotiate | Yes |
IDN | Yes |
IPv6 | Yes |
Largefile | Yes |
NTLM | Yes |
SPNEGO | No |
SSL | Yes |
SSPI | No |
krb4 | No |
libz | Yes |
CharConv | No |
Protocols | dict, file, ftp, ftps, gopher, http, https, imap, imaps, ldap, pop3, pop3s, rtmp, rtsp, scp, sftp, smtp, smtps, telnet, tftp |
Host | i486-pc-linux-gnu |
SSL Version | OpenSSL/1.0.1t |
ZLib Version | 1.2.7 |
libSSH Version | libssh2/1.4.2 |
date/time support | enabled |
"Olson" Timezone Database Version | 0.system |
Timezone Database | internal |
Default timezone | Europe/Bratislava |
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/Bratislava | Europe/Bratislava |
DBA support | enabled |
Supported handlers | cdb cdb_make db4 inifile flatfile qdbm |
Directive | Local Value | Master Value |
---|---|---|
dba.default_handler | flatfile | flatfile |
DOM/XML | enabled |
DOM/XML API Version | 20031129 |
libxml Version | 2.8.0 |
HTML Support | enabled |
XPath Support | enabled |
XPointer Support | enabled |
Schema Support | enabled |
RelaxNG Support | enabled |
Regex Library | Bundled library enabled |
EXIF Support | enabled |
EXIF Version | 1.4 $Id: 05041c5f0094cb46d9b516bd624d593b90cc38f9 $ |
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 support | enabled |
version | 1.0.5 |
Input Validation and Filtering | enabled |
Revision | $Id: ad78b4a085153b8c7f4d6db5dc69df40e969c343 $ |
Directive | Local Value | Master Value |
---|---|---|
filter.default | unsafe_raw | unsafe_raw |
filter.default_flags | no value | no value |
FTP support | enabled |
GD Support | enabled |
GD Version | 2.0.36 |
FreeType Support | enabled |
FreeType Linkage | with freetype |
FreeType Version | 2.4.9 |
GIF Read Support | enabled |
GIF Create Support | enabled |
JPEG Support | enabled |
libJPEG Version | unknown |
PNG Support | enabled |
libPNG Version | 1.2.49 |
WBMP Support | enabled |
Directive | Local Value | Master Value |
---|---|---|
gd.jpeg_ignore_warning | 0 | 0 |
GetText Support | enabled |
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 adler32 crc32 crc32b fnv132 fnv164 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 support | enabled |
iconv implementation | glibc |
iconv library version | 2.13 |
Directive | Local Value | Master Value |
---|---|---|
iconv.input_encoding | ISO-8859-1 | ISO-8859-1 |
iconv.internal_encoding | ISO-8859-1 | ISO-8859-1 |
iconv.output_encoding | ISO-8859-1 | ISO-8859-1 |
imagick module | enabled |
---|---|
imagick module version | 3.1.0RC1 |
imagick classes | Imagick, ImagickDraw, ImagickPixel, ImagickPixelIterator |
ImageMagick version | ImageMagick 6.7.7-10 2018-05-23 Q16 http://www.imagemagick.org |
ImageMagick copyright | Copyright (C) 1999-2012 ImageMagick Studio LLC |
ImageMagick release date | 2018-05-23 |
ImageMagick number of supported formats: | 204 |
ImageMagick supported formats | 3FR, A, AAI, AI, ART, ARW, AVI, AVS, B, BGR, BGRA, BIE, BMP, BMP2, BMP3, BRF, C, CAL, CALS, CANVAS, CAPTION, CIN, CIP, CLIP, CMYK, CMYKA, CR2, CRW, CUR, CUT, DCM, DCR, DCX, DDS, DFONT, DNG, DPX, EPDF, EPI, EPS, EPS2, EPS3, EPSF, EPSI, EPT, EPT2, EPT3, ERF, FAX, FITS, FRACTAL, FTS, G, G3, GIF, GIF87, GRADIENT, GRAY, GROUP4, HALD, HDR, HISTOGRAM, HRZ, HTM, HTML, ICB, ICO, ICON, INFO, INLINE, IPL, ISOBRL, J2C, J2K, JBG, JBIG, JNG, JP2, JPC, JPEG, JPG, JPX, K, K25, KDC, LABEL, M, M2V, M4V, MAC, MAP, MAT, MATTE, MEF, MIFF, MNG, MONO, MOV, MP4, MPC, MPEG, MPG, MRW, MSL, MTV, MVG, NEF, NRW, NULL, O, ORF, OTB, OTF, PAL, PALM, PAM, PATTERN, PBM, PCD, PCDS, PCL, PCT, PCX, PDB, PDF, PDFA, PEF, PES, PFA, PFB, PFM, PGM, PGX, PICON, PICT, PIX, PJPEG, PLASMA, PNG, PNG24, PNG32, PNG8, PNM, PPM, PREVIEW, PS, PS2, PS3, PSB, PSD, PTIF, PWP, R, RADIAL-GRADIENT, RAF, RAS, RGB, RGBA, RGBO, RLA, RLE, SCR, SCT, SFW, SGI, SHTML, SR2, SRF, STEGANO, SUN, TEXT, TGA, THUMBNAIL, TIFF, TIFF64, TILE, TIM, TTC, TTF, TXT, UBRL, UIL, UYVY, VDA, VICAR, VID, VIFF, VST, WBMP, WMV, WPG, X, X3F, XBM, XC, XCF, XPM, XPS, XV, XWD, Y, YCbCr, YCbCrA, YUV |
Directive | Local Value | Master Value |
---|---|---|
imagick.locale_fix | 0 | 0 |
imagick.progress_monitor | 0 | 0 |
json support | enabled |
json version | 1.2.1 |
libXML support | active |
libXML Compiled Version | 2.8.0 |
libXML Loaded Version | 20800 |
libXML streams | enabled |
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) version | 5.9.1 |
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 | pass | pass |
mbstring.http_output | pass | pass |
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 |
MHASH support | Enabled |
MHASH API Version | Emulated Support |
MySQL Support | enabled |
---|---|
Active Persistent Links | 0 |
Active Links | 0 |
Client API version | 5.5.60 |
MYSQL_MODULE_TYPE | external |
MYSQL_SOCKET | /var/run/mysqld/mysqld.sock |
MYSQL_INCLUDE | -I/usr/include/mysql |
MYSQL_LIBS | -L/usr/lib/i386-linux-gnu -lmysqlclient_r |
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 | /var/run/mysqld/mysqld.sock | /var/run/mysqld/mysqld.sock |
mysql.default_user | no value | no value |
mysql.max_links | Unlimited | Unlimited |
mysql.max_persistent | Unlimited | Unlimited |
mysql.trace_mode | Off | Off |
MysqlI Support | enabled |
---|---|
Client API library version | 5.5.60 |
Active Persistent Links | 0 |
Inactive Persistent Links | 0 |
Active Links | 0 |
Client API header version | 5.5.60 |
MYSQLI_SOCKET | /var/run/mysqld/mysqld.sock |
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 | /var/run/mysqld/mysqld.sock | /var/run/mysqld/mysqld.sock |
mysqli.default_user | no value | no value |
mysqli.max_links | Unlimited | Unlimited |
mysqli.max_persistent | Unlimited | Unlimited |
mysqli.reconnect | Off | Off |
OpenSSL support | enabled |
OpenSSL Library Version | OpenSSL 1.0.1t 3 May 2016 |
OpenSSL Header Version | OpenSSL 1.0.1t 3 May 2016 |
PCRE (Perl Compatible Regular Expressions) Support | enabled |
PCRE Library Version | 8.30 2012-02-04 |
Directive | Local Value | Master Value |
---|---|---|
pcre.backtrack_limit | 1000000 | 1000000 |
pcre.recursion_limit | 100000 | 100000 |
PDO support | enabled |
---|---|
PDO drivers | mysql, pgsql |
PDO Driver for MySQL | enabled |
---|---|
Client API version | 5.5.60 |
Directive | Local Value | Master Value |
---|---|---|
pdo_mysql.default_socket | /var/run/mysqld/mysqld.sock | /var/run/mysqld/mysqld.sock |
PDO Driver for PostgreSQL | enabled |
---|---|
PostgreSQL(libpq) Version | 9.1.24lts2 |
Module version | 1.0.2 |
Revision | $Id: 8e4cc97fb53f418d98b489c3e9d722e48446e676 $ |
PostgreSQL Support | enabled |
---|---|
PostgreSQL(libpq) Version | 9.1.24lts2 |
PostgreSQL(libpq) | PostgreSQL 9.1.24lts2 on i686-pc-linux-gnu, compiled by gcc (Debian 4.7.2-5) 4.7.2, 32-bit |
Multibyte character support | enabled |
SSL support | enabled |
Active Persistent Links | 0 |
Active Links | 1 |
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: PHP Archive support | enabled |
---|---|
Phar EXT version | 2.0.1 |
Phar API version | 1.1.1 |
SVN revision | $Id: ba734629367f9671b25202408d13914fa63d8396 $ |
Phar-based phar archives | enabled |
Tar-based phar archives | enabled |
ZIP-based phar archives | enabled |
gzip compression | enabled |
bzip2 compression | enabled |
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 |
Revision | $Id: 1dfa9997ed76804e53c91e0ce862f3707617b6ed $ |
Reflection | enabled |
---|---|
Version | $Id: f6367cdb4e3f392af4a6d441a6641de87c2e50c4 $ |
Session Support | enabled |
Registered save handlers | files user |
Registered serializer handlers | php php_binary wddx |
Directive | Local Value | Master Value |
---|---|---|
session.auto_start | Off | Off |
session.cache_expire | 360 | 360 |
session.cache_limiter | nocache | nocache |
session.cookie_domain | www.mojoperator.klingger.21.sk | no value |
session.cookie_httponly | Off | Off |
session.cookie_lifetime | 0 | 0 |
session.cookie_path | /; samesite=none | / |
session.cookie_secure | On | Off |
session.entropy_file | /dev/urandom | /dev/urandom |
session.entropy_length | 32 | 32 |
session.gc_divisor | 1000 | 1000 |
session.gc_maxlifetime | 14400 | 14400 |
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 | /var/lib/php5 | /var/lib/php5 |
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_trans_sid | 0 | 0 |
shmop support | enabled |
Simplexml support | enabled |
---|---|
Revision | $Id: 16070fc92ad6f69cebb2d52ad3f02794f833ce39 $ |
Schema support | enabled |
Soap Client | enabled |
Soap Server | enabled |
Directive | Local Value | Master Value |
---|---|---|
soap.wsdl_cache | 1 | 1 |
soap.wsdl_cache_dir | /tmp | /tmp |
soap.wsdl_cache_enabled | 1 | 1 |
soap.wsdl_cache_limit | 5 | 5 |
soap.wsdl_cache_ttl | 86400 | 86400 |
Sockets Support | enabled |
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 |
SSH2 support | enabled |
---|---|
extension version | 0.11.3 |
libssh2 version | 1.2.8 |
banner | SSH-2.0-libssh2_1.2.8 |
remote forwarding | enabled |
hostbased auth | enabled |
polling support | enabled |
publickey subsystem | enabled |
Dynamic Library Support | enabled |
Path to sendmail | /usr/sbin/sendmail -t -i |
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 | 60 | 60 |
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 support | enabled |
Revision | $Id: adf1d2d6be849c46eed3c3ee6f1cbebd1448d6e5 $ |
Tidy support | enabled |
---|---|
libTidy Release | 25 March 2009 |
Extension Version | 2.0 ($Id: 14aff36094bdd63f1d0adee006215e5e553294ea $) |
Directive | Local Value | Master Value |
---|---|---|
tidy.clean_output | no value | no value |
tidy.default_config | no value | no value |
Tokenizer Support | enabled |
WDDX Support | enabled |
---|---|
WDDX Session Serializer | enabled |
xdebug support | enabled |
---|---|
Version | 2.2.1 |
IDE Key | no value |
Supported protocols | Revision |
---|---|
DBGp - Common DeBuGger Protocol | $Revision: 1.145 $ |
Directive | Local Value | Master Value |
---|---|---|
xdebug.auto_trace | Off | Off |
xdebug.cli_color | 0 | 0 |
xdebug.collect_assignments | Off | Off |
xdebug.collect_includes | On | On |
xdebug.collect_params | 3 | 3 |
xdebug.collect_return | On | On |
xdebug.collect_vars | On | On |
xdebug.coverage_enable | On | On |
xdebug.default_enable | On | On |
xdebug.dump.COOKIE | no value | no value |
xdebug.dump.ENV | no value | no value |
xdebug.dump.FILES | no value | no value |
xdebug.dump.GET | no value | no value |
xdebug.dump.POST | no value | no value |
xdebug.dump.REQUEST | no value | no value |
xdebug.dump.SERVER | no value | no value |
xdebug.dump.SESSION | no value | no value |
xdebug.dump_globals | On | On |
xdebug.dump_once | On | On |
xdebug.dump_undefined | Off | Off |
xdebug.extended_info | On | On |
xdebug.file_link_format | no value | no value |
xdebug.idekey | no value | no value |
xdebug.max_nesting_level | 100 | 100 |
xdebug.overload_var_dump | On | On |
xdebug.profiler_aggregate | Off | Off |
xdebug.profiler_append | Off | Off |
xdebug.profiler_enable | Off | Off |
xdebug.profiler_enable_trigger | On | On |
xdebug.profiler_output_dir | /tmp/xdebug/ | /tmp/xdebug/ |
xdebug.profiler_output_name | cachegrind.out.%p | cachegrind.out.%p |
xdebug.remote_autostart | Off | Off |
xdebug.remote_connect_back | On | On |
xdebug.remote_cookie_expire_time | 3600 | 3600 |
xdebug.remote_enable | On | On |
xdebug.remote_handler | dbgp | dbgp |
xdebug.remote_host | localhost | localhost |
xdebug.remote_log | no value | no value |
xdebug.remote_mode | req | req |
xdebug.remote_port | 9000 | 9000 |
xdebug.scream | Off | Off |
xdebug.show_exception_trace | Off | Off |
xdebug.show_local_vars | Off | Off |
xdebug.show_mem_delta | Off | Off |
xdebug.trace_enable_trigger | Off | Off |
xdebug.trace_format | 0 | 0 |
xdebug.trace_options | 0 | 0 |
xdebug.trace_output_dir | /tmp | /tmp |
xdebug.trace_output_name | trace.%c | trace.%c |
xdebug.var_display_max_children | 1024 | 1024 |
xdebug.var_display_max_data | 2048 | 2048 |
xdebug.var_display_max_depth | 10 | 10 |
XML Support | active |
XML Namespace Support | active |
libxml2 Version | 2.8.0 |
XMLReader | enabled |
XMLWriter | enabled |
Zip | enabled |
Extension Version | $Id: 6c872ebfb022206b0cc2a183c7a388c7b6ad8685 $ |
Zip version | 1.11.0 |
Libzip version | 0.10.1 |
ZLib Support | enabled |
---|---|
Stream Wrapper | compress.zlib:// |
Stream Filter | zlib.inflate, zlib.deflate |
Compiled Version | 1.2.1.1 |
Linked Version | 1.2.7 |
Directive | Local Value | Master Value |
---|---|---|
zlib.output_compression | Off | Off |
zlib.output_compression_level | -1 | -1 |
zlib.output_handler | no value | no value |
Module Name |
---|
sysvsem |
sysvshm |
Host | www.mojoperator.klingger.21.sk |
---|---|
Accept | */* |
empty
empty
empty
X-Powered-By: PHP/5.4.45-0+deb7u14
Set-Cookie: PHPSESSID=fdretcs61ublm4qgg8eqdsehu4; path=/; samesite=none; domain=www.mojoperator.klingger.21.sk; secure
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
Content-Type: text/html; charset=UTF-8