Class 'Budovy\TextResponse' not found search►
File: .../app/presenters/DownloadPresenter.php:27
17: 18: function actionDefault($id) { 19: $item = $this->documentRepository->findById($id); 20: $meta = $this->documentRepository->getDocumentsMeta($id); 21: 22: $this->httpResponse->setHeader('Content-Length', $meta->size); 23: $this->httpResponse->setHeader('Content-Description', 'File Transfer'); 24: $this->httpResponse->setHeader('Content-Transfer-Encoding', 'binary'); 25: $this->httpResponse->setHeader('Content-Type', $meta->mime); 26: 27: $this->sendResponse(new TextResponse($item->data)); 28: } 29: }
array (1)0 => Nette\Application\Request #4ca0| method private => "GET" (3) | flags private => array (1)| | secured => FALSE| name private => "Download" (8) | params private => array (2)| | action => "default" (7) | | id => "6"| post private => array () | files private => array ()
Budovy\DownloadPresenter #a762documentRepository => Budovy\DocumentRepository #185e| connection protected => Nette\Database\Context #5e40httpResponse => Nette\Http\Response #4a8b| | connection private => Nette\Database\Connection #b567| table protected => Nette\Database\Table\Selection #51ab| | | onConnect => NULL | | | onQuery => array (1) [ ... ] | | | params private => array (3) [ ... ] | | | options private => array (1) [ ... ] | | | driver private => Nette\Database\Drivers\MySqlDriver #5fbe { ... } | | | preprocessor private => Nette\Database\SqlPreprocessor #3fa8 { ... } | | | context private => Nette\Database\Context #5e40 { RECURSION } | | | pdo private => PDO #ab3b| | reflection private => Nette\Database\Reflection\DiscoveredReflection #e5d7| | | connection protected => Nette\Database\Connection #b567 { ... } | | | cache protected => Nette\Caching\Cache #42df { ... } | | | structure protected => array (3) [ ... ] | | | loadedStructure protected => array (3) [ ... ]| | cacheStorage private => Nette\Caching\Storages\FileStorage #6707| | | dir private => "/data/www/budovy/temp/cache" (27) | | | useDirs private => TRUE | | | journal private => Nette\Caching\Storages\FileJournal #7999 { ... } | | | locks private => NULL| | preprocessor private => NULL| | connection protected => Nette\Database\Connection #b567| | | onConnect => NULL | | | onQuery => array (1) [ ... ] | | | params private => array (3) [ ... ] | | | options private => array (1) [ ... ] | | | driver private => Nette\Database\Drivers\MySqlDriver #5fbe { ... } | | | preprocessor private => Nette\Database\SqlPreprocessor #3fa8 { ... } | | | context private => Nette\Database\Context #5e40 { ... } | | | pdo private => PDO #ab3b| | reflection protected => Nette\Database\Reflection\DiscoveredReflection #e5d7| | | connection protected => Nette\Database\Connection #b567 { ... } | | | cache protected => Nette\Caching\Cache #42df { ... } | | | structure protected => array (3) [ ... ] | | | loadedStructure protected => array (3) [ ... ]| | cache protected => Nette\Caching\Cache #6f5d| | | storage private => Nette\Caching\Storages\FileStorage #6707 { ... } | | | namespace private => "Nette.Database.560c5d1fbb9e3ced51b430f97ff6125b\x00" (48) | | | key private => NULL | | | data private => NULL| | sqlBuilder protected => Nette\Database\Table\SqlBuilder #96a5| | | driver private => Nette\Database\Drivers\MySqlDriver #5fbe { ... } | | | tableName protected => "document" (8) | | | databaseReflection protected => Nette\Database\Reflection\DiscoveredReflection #e5d7 { ... } | | | delimitedTable protected => "`document`" (10) | | | select protected => array () | | | where protected => array () | | | conditions protected => array () | | | parameters protected => array (5) [ ... ] | | | order protected => array () | | | limit protected => NULL | | | offset protected => NULL | | | group protected => "" | | | having protected => ""| | name protected => "document" (8) | | primary protected => "id" (2) | | primarySequence protected => FALSE | | rows protected => NULL | | data protected => NULL | | dataRefreshed protected => FALSE | | globalRefCache protected => array (1)| | | "" => array (1) [ ... ]| | refCache protected => array (1)| | | referencingPrototype => array ()| | generalCacheKey protected => NULL | | specificCacheKey protected => NULL | | aggregation protected => array () | | accessedColumns protected => NULL | | previousAccessedColumns protected => NULL | | observeCache protected => FALSE | | keys protected => array ()| cookieDomain => "" | cookiePath => "/" | cookieSecure => FALSE | cookieHttpOnly => TRUE | code private => 200webLoader => WebLoader\LoaderFactory #00b9| httpRequest private => Nette\Http\Request #e838authenticator private => NULL invalidLinkMode => 2 onShutdown => NULL request private => Nette\Application\Request #4ca0| | method private => "GET" (3) | | url private => Nette\Http\UrlScript #3da1| serviceLocator private => SystemContainer #8863| | | scriptPath private => "/" | | | scheme private => "http" (4) | | | user private => "" | | | pass private => "" | | | host private => "budovy" (6) | | | port private => 80 | | | path private => "/download/default/6" (19) | | | query private => "" | | | fragment private => ""| | query private => array () | | post private => array () | | files private => array () | | cookies private => array (2)| | | PHPSESSID => "etfj9sjli082t276gq5g6n3h12" (26) | | | "nette-browser" => "qpk3dgnkt0" (10)| | headers private => array (8)| | | host => "budovy" (6) | | | "user-agent" => "Mozilla/5.0 (X11; Linux x86_64; rv:27.0) Gecko/20100101 Firefox/27.0" (68) | | | accept => "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8" (63) | | | "accept-language" => "en-US,en;q=0.5" (14) | | | "accept-encoding" => "gzip, deflate" (13) | | | cookie => "PHPSESSID=etfj9sjli082t276gq5g6n3h12; nette-browser=qpk3dgnkt0" (62) | | | connection => "keep-alive" (10) | | | "cache-control" => "max-age=0" (9)| | remoteAddress private => "127.0.0.1" (9) | | remoteHost private => NULL| | meta protected => array (1)| tempPaths private => array (1)| | | types => array (62) [ ... ]| | parameters => array (9)| | | appDir => "/data/www/budovy/app" (20) | | | wwwDir => "/data/www/budovy/www" (20) | | | debugMode => TRUE | | | productionMode => FALSE | | | environment => "development" (11) | | | consoleMode => FALSE | | | container => array (3) [ ... ] | | | tempDir => "/data/www/budovy/app/../temp" (28) | | | webloader => array (4) [ ... ]| | registry private => array (21)| | | "nette.httpRequestFactory" => Nette\Http\RequestFactory #4bd3 { ... } | | | httpRequest => Nette\Http\Request #e838 { ... } | | | httpResponse => Nette\Http\Response #4a8b { ... } | | | session => Nette\Http\Session #1b36 { ... } | | | "nette.presenterFactory" => Nette\Application\PresenterFactory #eb0f { ... } | | | 49_Budovy_RouterFactory => Budovy\RouterFactory #2895 | | | router => Nette\Application\Routers\RouteList #bcfb { ... } | | | application => Nette\Application\Application #6421 { ... } | | | container => SystemContainer #8863 { RECURSION } | | | "nette.httpContext" => Nette\Http\Context #012b { ... } | | | "nette.userStorage" => Nette\Http\UserStorage #f14b { ... } | | | "nette.cacheJournal" => Nette\Caching\Storages\FileJournal #7999 { ... } | | | cacheStorage => Nette\Caching\Storages\FileStorage #6707 { ... } | | | "nette.database.default" => Nette\Database\Connection #b567 { ... } | | | "nette.database.default.context" => Nette\Database\Context #5e40 { ... } | | | database => Nette\Database\Context #5e40 { ... } | | | userRepository => Budovy\UserRepository #ea5e { ... } | | | 58_Budovy_UserManager => Budovy\UserManager #2d68 { ... } | | | user => Nette\Security\User #bf1b { ... } | | | documentRepository => Budovy\DocumentRepository #185e { ... } | | | "webloader.factory" => WebLoader\LoaderFactory #00b9 { RECURSION }| | creating private => array ()| | default => "webtemp" (7)| method private => "GET" (3) | flags private => array (1)response private => NULL autoCanonicalize => TRUE absoluteUrls => FALSE globalParams private => array () globalState private => NULL globalStateSinces private => NULL action private => "default" (7) view private => "default" (7) layout private => NULL payload private => stdClass #6a2b signalReceiver private => "" signal private => NULL ajaxMode private => FALSE startupCheck private => TRUE lastCreatedRequest private => NULL lastCreatedRequestFlag private => NULL context private => SystemContainer #8863| | secured => FALSE| name private => "Download" (8) | params private => array (2)| | action => "default" (7) | | id => "6"| post private => array () | files private => array ()| meta protected => array (1)application private => Nette\Application\Application #6421| | types => array (62)| parameters => array (9)| | | "nette\object" => array (30) [ ... ] | | | "nette\di\extensions\netteaccessor" => array (1) [ ... ] | | | "nette\caching\storages\ijournal" => array (1) [ ... ] | | | "nette\caching\storages\filejournal" => array (1) [ ... ] | | | "nette\caching\istorage" => array (1) [ ... ] | | | "nette\caching\storages\filestorage" => array (1) [ ... ] | | | "nette\http\requestfactory" => array (1) [ ... ] | | | "nette\http\irequest" => array (1) [ ... ] | | | "nette\http\request" => array (1) [ ... ] | | | "nette\http\iresponse" => array (1) [ ... ] | | | "nette\http\response" => array (1) [ ... ] | | | "nette\http\context" => array (1) [ ... ] | | | "nette\http\session" => array (1) [ ... ] | | | "nette\security\iuserstorage" => array (1) [ ... ] | | | "nette\http\userstorage" => array (1) [ ... ] | | | "nette\security\user" => array (1) [ ... ] | | | "nette\application\application" => array (1) [ ... ] | | | "nette\application\ipresenterfactory" => array (1) [ ... ] | | | "nette\application\presenterfactory" => array (1) [ ... ] | | | "nette\application\irouter" => array (1) [ ... ] | | | "nette\mail\imailer" => array (1) [ ... ] | | | "nette\mail\sendmailmailer" => array (1) [ ... ] | | | "nette\database\connection" => array (1) [ ... ] | | | "nette\database\context" => array (1) [ ... ] | | | "webloader\ioutputnamingconvention" => array (2) [ ... ] | | | "webloader\defaultoutputnamingconvention" => array (2) [ ... ] | | | "webloader\ifilecollection" => array (2) [ ... ] | | | "webloader\filecollection" => array (2) [ ... ] | | | "webloader\compiler" => array (2) [ ... ] | | | "webloader\loaderfactory" => array (1) [ ... ] | | | "budovy\unitfactory" => array (1) [ ... ] | | | "budovy\contactfactory" => array (1) [ ... ] | | | "budovy\operationfactory" => array (1) [ ... ] | | | "budovy\userfactory" => array (1) [ ... ] | | | "budovy\documenttypefactory" => array (1) [ ... ] | | | "budovy\documentfactory" => array (1) [ ... ] | | | "budovy\contactbindingfactory" => array (1) [ ... ] | | | "budovy\scheduledtaskfactory" => array (1) [ ... ] | | | "budovy\breakdownfactory" => array (1) [ ... ] | | | "budovy\periodictaskstatisticfactory" => array (1) [ ... ] | | | "budovy\periodictaskrealizationfactory" => array (1) [ ... ] | | | "budovy\periodictaskfactory" => array (1) [ ... ] | | | "budovy\scheduledtaskrealizationfactory" => array (1) [ ... ] | | | "budovy\authorizescheduledtaskfactory" => array (1) [ ... ] | | | "budovy\repository" => array (13) [ ... ] | | | "budovy\breakdownrepository" => array (1) [ ... ] | | | "budovy\periodictaskrealizationrepository" => array (1) [ ... ] | | | "budovy\rolerepository" => array (1) [ ... ] | | | "budovy\documentrepository" => array (1) [ ... ] | | | "budovy\userrepository" => array (1) [ ... ] | | | "budovy\routerfactory" => array (1) [ ... ] | | | "budovy\documenttyperepository" => array (1) [ ... ] | | | "budovy\operationrepository" => array (1) [ ... ] | | | "budovy\scheduledtaskrealizationrepository" => array (1) [ ... ] | | | "budovy\periodictaskrepository" => array (1) [ ... ] | | | "budovy\scheduledtaskrepository" => array (1) [ ... ] | | | "budovy\contactbindingrepository" => array (1) [ ... ] | | | "budovy\unitrepository" => array (1) [ ... ] | | | "budovy\contactrepository" => array (1) [ ... ] | | | "nette\security\iauthenticator" => array (1) [ ... ] | | | "budovy\usermanager" => array (1) [ ... ] | | | "nette\di\container" => array (1) [ ... ]| | appDir => "/data/www/budovy/app" (20) | | wwwDir => "/data/www/budovy/www" (20) | | debugMode => TRUE | | productionMode => FALSE | | environment => "development" (11) | | consoleMode => FALSE | | container => array (3)| registry private => array (21)| | | class => "SystemContainer" (15) | | | parent => "Nette\DI\Container" (18) | | | accessors => TRUE| | tempDir => "/data/www/budovy/app/../temp" (28) | | webloader => array (4)| | | jsDefaults => array (9) [ ... ] | | | cssDefaults => array (9) [ ... ] | | | js => array (1) [ ... ] | | | css => array (1) [ ... ]| | "nette.httpRequestFactory" => Nette\Http\RequestFactory #4bd3| creating private => array ()| | | urlFilters => array (2) [ ... ] | | | binary private => FALSE | | | proxies private => array ()| | httpRequest => Nette\Http\Request #e838| | | method private => "GET" (3) | | | url private => Nette\Http\UrlScript #3da1 { ... } | | | query private => array () | | | post private => array () | | | files private => array () | | | cookies private => array (2) [ ... ] | | | headers private => array (8) [ ... ] | | | remoteAddress private => "127.0.0.1" (9) | | | remoteHost private => NULL| | httpResponse => Nette\Http\Response #4a8b| | | cookieDomain => "" | | | cookiePath => "/" | | | cookieSecure => FALSE | | | cookieHttpOnly => TRUE | | | code private => 200| | session => Nette\Http\Session #1b36| | | regenerated private => NULL | | | options private => array (14) [ ... ] | | | request private => Nette\Http\Request #e838 { ... } | | | response private => Nette\Http\Response #4a8b { ... }| | "nette.presenterFactory" => Nette\Application\PresenterFactory #eb0f| | | caseSensitive => FALSE | | | mapping private => array (2) [ ... ] | | | baseDir private => "/data/www/budovy/app" (20) | | | cache private => array (1) [ ... ] | | | container private => SystemContainer #8863 { RECURSION }| | 49_Budovy_RouterFactory => Budovy\RouterFactory #2895 | | router => Nette\Application\Routers\RouteList #bcfb| | | cachedRoutes private => NULL | | | module private => "" | | | list private => array (2) [ ... ]| | application => Nette\Application\Application #6421| | | catchExceptions => FALSE | | | errorPresenter => "Error" (5) | | | onStartup => NULL | | | onShutdown => NULL | | | onRequest => NULL | | | onResponse => NULL | | | onError => NULL | | | requests private => array (1) [ ... ] | | | presenter private => Budovy\DownloadPresenter #a762 { RECURSION } | | | httpRequest private => Nette\Http\Request #e838 { ... } | | | httpResponse private => Nette\Http\Response #4a8b { ... } | | | presenterFactory private => Nette\Application\PresenterFactory #eb0f { ... } | | | router private => Nette\Application\Routers\RouteList #bcfb { ... }| | container => SystemContainer #8863 { RECURSION } | | "nette.httpContext" => Nette\Http\Context #012b| | | request private => Nette\Http\Request #e838 { ... } | | | response private => Nette\Http\Response #4a8b { ... }| | "nette.userStorage" => Nette\Http\UserStorage #f14b| | | namespace private => "" | | | sessionHandler private => Nette\Http\Session #1b36 { ... } | | | sessionSection private => Nette\Http\SessionSection #7236 { ... }| | "nette.cacheJournal" => Nette\Caching\Storages\FileJournal #7999| | | file private => "/data/www/budovy/app/../temp/btfj.dat" (37) | | | handle private => NULL | | | lastNode private => 2 | | | processIdentifier private => NULL | | | nodeCache private => array () | | | nodeChanged private => array () | | | toCommit private => array () | | | deletedLinks private => array () | | | dataNodeFreeSpace private => array ()| | cacheStorage => Nette\Caching\Storages\FileStorage #6707| | | dir private => "/data/www/budovy/temp/cache" (27) | | | useDirs private => TRUE | | | journal private => Nette\Caching\Storages\FileJournal #7999 { ... } | | | locks private => NULL| | "nette.database.default" => Nette\Database\Connection #b567| | | onConnect => NULL | | | onQuery => array (1) [ ... ] | | | params private => array (3) [ ... ] | | | options private => array (1) [ ... ] | | | driver private => Nette\Database\Drivers\MySqlDriver #5fbe { ... } | | | preprocessor private => Nette\Database\SqlPreprocessor #3fa8 { ... } | | | context private => Nette\Database\Context #5e40 { ... } | | | pdo private => PDO #ab3b| | "nette.database.default.context" => Nette\Database\Context #5e40| | | connection private => Nette\Database\Connection #b567 { ... } | | | reflection private => Nette\Database\Reflection\DiscoveredReflection #e5d7 { ... } | | | cacheStorage private => Nette\Caching\Storages\FileStorage #6707 { ... } | | | preprocessor private => NULL| | database => Nette\Database\Context #5e40| | | connection private => Nette\Database\Connection #b567 { ... } | | | reflection private => Nette\Database\Reflection\DiscoveredReflection #e5d7 { ... } | | | cacheStorage private => Nette\Caching\Storages\FileStorage #6707 { ... } | | | preprocessor private => NULL| | userRepository => Budovy\UserRepository #ea5e| | | connection protected => Nette\Database\Context #5e40 { ... } | | | table protected => Nette\Database\Table\Selection #6d16 { ... }| | 58_Budovy_UserManager => Budovy\UserManager #2d68| | | userRepository private => Budovy\UserRepository #ea5e { ... }| | user => Nette\Security\User #bf1b| | | guestRole => "guest" (5) | | | authenticatedRole => "authenticated" (13) | | | onLoggedIn => NULL | | | onLoggedOut => NULL | | | storage private => Nette\Http\UserStorage #f14b { ... } | | | authenticator private => Budovy\UserManager #2d68 { ... } | | | authorizator private => NULL| | documentRepository => Budovy\DocumentRepository #185e| | | connection protected => Nette\Database\Context #5e40 { ... } | | | table protected => Nette\Database\Table\Selection #51ab { ... }| | "webloader.factory" => WebLoader\LoaderFactory #00b9| | | httpRequest private => Nette\Http\Request #e838 { ... } | | | serviceLocator private => SystemContainer #8863 { RECURSION } | | | tempPaths private => array (1) [ ... ]| catchExceptions => FALSE | errorPresenter => "Error" (5) | onStartup => NULL | onShutdown => NULL | onRequest => NULL | onResponse => NULL | onError => NULL | requests private => array (1)httpContext private => Nette\Http\Context #012b| | 0 => Nette\Application\Request #4ca0| presenter private => Budovy\DownloadPresenter #a762 { RECURSION } | httpRequest private => Nette\Http\Request #e838| | | method private => "GET" (3) | | | flags private => array (1) [ ... ] | | | name private => "Download" (8) | | | params private => array (2) [ ... ] | | | post private => array () | | | files private => array ()| | method private => "GET" (3) | | url private => Nette\Http\UrlScript #3da1| httpResponse private => Nette\Http\Response #4a8b| | | scriptPath private => "/" | | | scheme private => "http" (4) | | | user private => "" | | | pass private => "" | | | host private => "budovy" (6) | | | port private => 80 | | | path private => "/download/default/6" (19) | | | query private => "" | | | fragment private => ""| | query private => array () | | post private => array () | | files private => array () | | cookies private => array (2)| | | PHPSESSID => "etfj9sjli082t276gq5g6n3h12" (26) | | | "nette-browser" => "qpk3dgnkt0" (10)| | headers private => array (8)| | | host => "budovy" (6) | | | "user-agent" => "Mozilla/5.0 (X11; Linux x86_64; rv:27.0) Gecko/20100101 Firefox/27.0" (68) | | | accept => "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8" (63) | | | "accept-language" => "en-US,en;q=0.5" (14) | | | "accept-encoding" => "gzip, deflate" (13) | | | cookie => "PHPSESSID=etfj9sjli082t276gq5g6n3h12; nette-browser=qpk3dgnkt0" (62) | | | connection => "keep-alive" (10) | | | "cache-control" => "max-age=0" (9)| | remoteAddress private => "127.0.0.1" (9) | | remoteHost private => NULL| | cookieDomain => "" | | cookiePath => "/" | | cookieSecure => FALSE | | cookieHttpOnly => TRUE | | code private => 200| presenterFactory private => Nette\Application\PresenterFactory #eb0f| | caseSensitive => FALSE | | mapping private => array (2)| router private => Nette\Application\Routers\RouteList #bcfb| | | "*" => array (3) [ ... ] | | | Nette => array (3) [ ... ]| | baseDir private => "/data/www/budovy/app" (20) | | cache private => array (1)| | | Download => array (2) [ ... ]| | container private => SystemContainer #8863| | | meta protected => array (1) [ ... ] | | | parameters => array (9) [ ... ] | | | registry private => array (21) [ ... ] | | | creating private => array ()| | cachedRoutes private => NULL | | module private => "" | | list private => array (2)| | | 0 => Nette\Application\Routers\Route #ac14 { ... } | | | 1 => Nette\Application\Routers\Route #0ce0 { ... }| request private => Nette\Http\Request #e838httpRequest private => Nette\Http\Request #e838| | method private => "GET" (3) | | url private => Nette\Http\UrlScript #3da1| response private => Nette\Http\Response #4a8b| | | scriptPath private => "/" | | | scheme private => "http" (4) | | | user private => "" | | | pass private => "" | | | host private => "budovy" (6) | | | port private => 80 | | | path private => "/download/default/6" (19) | | | query private => "" | | | fragment private => ""| | query private => array () | | post private => array () | | files private => array () | | cookies private => array (2)| | | PHPSESSID => "etfj9sjli082t276gq5g6n3h12" (26) | | | "nette-browser" => "qpk3dgnkt0" (10)| | headers private => array (8)| | | host => "budovy" (6) | | | "user-agent" => "Mozilla/5.0 (X11; Linux x86_64; rv:27.0) Gecko/20100101 Firefox/27.0" (68) | | | accept => "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8" (63) | | | "accept-language" => "en-US,en;q=0.5" (14) | | | "accept-encoding" => "gzip, deflate" (13) | | | cookie => "PHPSESSID=etfj9sjli082t276gq5g6n3h12; nette-browser=qpk3dgnkt0" (62) | | | connection => "keep-alive" (10) | | | "cache-control" => "max-age=0" (9)| | remoteAddress private => "127.0.0.1" (9) | | remoteHost private => NULL| | cookieDomain => "" | | cookiePath => "/" | | cookieSecure => FALSE | | cookieHttpOnly => TRUE | | code private => 200| method private => "GET" (3) | url private => Nette\Http\UrlScript #3da1session private => Nette\Http\Session #1b36| | scriptPath private => "/" | | scheme private => "http" (4) | | user private => "" | | pass private => "" | | host private => "budovy" (6) | | port private => 80 | | path private => "/download/default/6" (19) | | query private => "" | | fragment private => ""| query private => array () | post private => array () | files private => array () | cookies private => array (2)| | PHPSESSID => "etfj9sjli082t276gq5g6n3h12" (26) | | "nette-browser" => "qpk3dgnkt0" (10)| headers private => array (8)| | host => "budovy" (6) | | "user-agent" => "Mozilla/5.0 (X11; Linux x86_64; rv:27.0) Gecko/20100101 Firefox/27.0" (68) | | accept => "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8" (63) | | "accept-language" => "en-US,en;q=0.5" (14) | | "accept-encoding" => "gzip, deflate" (13) | | cookie => "PHPSESSID=etfj9sjli082t276gq5g6n3h12; nette-browser=qpk3dgnkt0" (62) | | connection => "keep-alive" (10) | | "cache-control" => "max-age=0" (9)| remoteAddress private => "127.0.0.1" (9) | remoteHost private => NULL| regenerated private => NULL | options private => array (14)user private => Nette\Security\User #bf1b| | gc_maxlifetime => 1209600 | | cookie_lifetime => 1209600 | | referer_check => "" | | use_cookies => 1 | | use_only_cookies => 1 | | use_trans_sid => 0 | | cookie_path => "/" | | cookie_domain => "" | | cookie_secure => FALSE | | cookie_httponly => TRUE | | cache_limiter => NULL | | cache_expire => NULL | | hash_function => NULL | | hash_bits_per_character => NULL| request private => Nette\Http\Request #e838| | method private => "GET" (3) | | url private => Nette\Http\UrlScript #3da1| response private => Nette\Http\Response #4a8b| | | scriptPath private => "/" | | | scheme private => "http" (4) | | | user private => "" | | | pass private => "" | | | host private => "budovy" (6) | | | port private => 80 | | | path private => "/download/default/6" (19) | | | query private => "" | | | fragment private => ""| | query private => array () | | post private => array () | | files private => array () | | cookies private => array (2)| | | PHPSESSID => "etfj9sjli082t276gq5g6n3h12" (26) | | | "nette-browser" => "qpk3dgnkt0" (10)| | headers private => array (8)| | | host => "budovy" (6) | | | "user-agent" => "Mozilla/5.0 (X11; Linux x86_64; rv:27.0) Gecko/20100101 Firefox/27.0" (68) | | | accept => "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8" (63) | | | "accept-language" => "en-US,en;q=0.5" (14) | | | "accept-encoding" => "gzip, deflate" (13) | | | cookie => "PHPSESSID=etfj9sjli082t276gq5g6n3h12; nette-browser=qpk3dgnkt0" (62) | | | connection => "keep-alive" (10) | | | "cache-control" => "max-age=0" (9)| | remoteAddress private => "127.0.0.1" (9) | | remoteHost private => NULL| | cookieDomain => "" | | cookiePath => "/" | | cookieSecure => FALSE | | cookieHttpOnly => TRUE | | code private => 200| guestRole => "guest" (5) | authenticatedRole => "authenticated" (13) | onLoggedIn => NULL | onLoggedOut => NULL | storage private => Nette\Http\UserStorage #f14btemplate private => NULL invalidSnippets private => array () snippetMode => NULL params protected => array (2)| | namespace private => "" | | sessionHandler private => Nette\Http\Session #1b36| authenticator private => Budovy\UserManager #2d68| | | regenerated private => NULL | | | options private => array (14) [ ... ] | | | request private => Nette\Http\Request #e838 { ... } | | | response private => Nette\Http\Response #4a8b { ... }| | sessionSection private => Nette\Http\SessionSection #7236| | | session private => Nette\Http\Session #1b36 { ... } | | | name private => "Nette.Http.UserStorage/" (23) | | | data private => array (9) [ ... ] | | | meta private => array (3) [ ... ] | | | warnOnUndefined => FALSE| | userRepository private => Budovy\UserRepository #ea5e| authorizator private => NULL| | | connection protected => Nette\Database\Context #5e40 { ... } | | | table protected => Nette\Database\Table\Selection #6d16 { ... }| action => "default" (7) | id => "6"components private => array () cloning private => NULL parent private => NULL name private => "Download" (8) monitors private => array () httpResponse private => Nette\Http\Response #4a8b| cookieDomain => "" | cookiePath => "/" | cookieSecure => FALSE | cookieHttpOnly => TRUE | code private => 200
| REDIRECT_UNIQUE_ID | "UwCzB3Ah5llmFPkwXYCRkAAAAAM" (27)
|
|---|---|
| REDIRECT_STATUS | "200" (3)
|
| UNIQUE_ID | "UwCzB3Ah5llmFPkwXYCRkAAAAAM" (27)
|
| HTTP_HOST | "budovy" (6)
|
| HTTP_USER_AGENT | "Mozilla/5.0 (X11; Linux x86_64; rv:27.0) Gecko/20100101 Firefox/27.0" (68)
|
| 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 | "gzip, deflate" (13)
|
| HTTP_COOKIE | "PHPSESSID=etfj9sjli082t276gq5g6n3h12; nette-browser=qpk3dgnkt0" (62)
|
| HTTP_CONNECTION | "keep-alive" (10)
|
| HTTP_CACHE_CONTROL | "max-age=0" (9)
|
| PATH | "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" (49)
|
| SERVER_SIGNATURE | ""
|
| SERVER_SOFTWARE | "Apache/2.4.6 (Fedora) OpenSSL/1.0.1e-fips PHP/5.5.9" (51)
|
| SERVER_NAME | "budovy" (6)
|
| SERVER_ADDR | "127.0.0.1" (9)
|
| SERVER_PORT | "80" (2)
|
| REMOTE_ADDR | "127.0.0.1" (9)
|
| DOCUMENT_ROOT | "/data/www/budovy/www" (20)
|
| REQUEST_SCHEME | "http" (4)
|
| CONTEXT_PREFIX | ""
|
| CONTEXT_DOCUMENT_ROOT | "/data/www/budovy/www" (20)
|
| SERVER_ADMIN | "root@localhost" (14)
|
| SCRIPT_FILENAME | "/data/www/budovy/www/index.php" (30)
|
| REMOTE_PORT | "42044" (5)
|
| REDIRECT_URL | "/download/default/6" (19)
|
| GATEWAY_INTERFACE | "CGI/1.1" (7)
|
| SERVER_PROTOCOL | "HTTP/1.1" (8)
|
| REQUEST_METHOD | "GET" (3)
|
| QUERY_STRING | ""
|
| REQUEST_URI | "/download/default/6" (19)
|
| SCRIPT_NAME | "/index.php" (10)
|
| PHP_SELF | "/index.php" (10)
|
| REQUEST_TIME_FLOAT | 1392554759.433
|
| REQUEST_TIME | 1392554759
|
| __NF | Nette Session |
|---|
| Nette.Http.UserStorage/ | array (9) |
|---|---|
| history | array (9) |
| Nette.Application.Flash/5vlc | array (1) |
| Nette.Application.Flash/yb1y | array (1) |
| Nette.Application.Flash/oz1t | array (1) |
| Nette.Application.Flash/2wjw | array (1) |
| Nette.Application.Flash/w9s3 | array (1) |
| Nette.Application.Flash/3itz | array (1) |
| Nette.Application.Flash/0fcs | array (1) |
| Nette.Application.Flash/5we7 | array (1) |
| Nette.Application.Flash/zi5o | array (1) |
| lastRequest | array (1) |
| Nette.Application/requests | array ()
|
| Nette.Application.Flash/lc4x | array (1) |
| Nette.Application.Flash/usrz | array (1) |
| Nette.Application.Flash/ip84 | array (1) |
| Nette.Application.Flash/e06z | array (1) |
| Nette.Application.Flash/cbxt | array (1) |
| NETTE | TRUE
|
|---|---|
| NETTE_DIR | "/data/www/budovy/vendor/nette/nette/Nette" (41)
|
| NETTE_VERSION_ID | 20100
|
| /data/www/budovy/www/index.php |
| /data/www/budovy/app/bootstrap.php |
| /data/www/budovy/vendor/autoload.php |
| /data/www/budovy/vendor/nette/nette/Nette/loader.php |
| /data/www/budovy/vendor/nette/nette/Nette/common/exceptions.php |
| /data/www/budovy/vendor/nette/nette/Nette/common/Object.php |
| /data/www/budovy/vendor/nette/nette/Nette/Loaders/NetteLoader.php |
| /data/www/budovy/vendor/nette/nette/Nette/common/shortcuts.php |
| /data/www/budovy/vendor/nette/nette/Nette/common/Configurator.php |
| /data/www/budovy/vendor/nette/nette/Nette/DI/CompilerExtension.php |
| /data/www/budovy/vendor/nette/nette/Nette/DI/Compiler.php |
| /data/www/budovy/vendor/nette/nette/Nette/Diagnostics/Debugger.php |
| /data/www/budovy/vendor/nette/nette/Nette/Diagnostics/Dumper.php |
| /data/www/budovy/vendor/nette/nette/Nette/Diagnostics/Bar.php |
| /data/www/budovy/vendor/nette/nette/Nette/Diagnostics/BlueScreen.php |
| /data/www/budovy/vendor/nette/nette/Nette/Diagnostics/DefaultBarPanel.php |
| /data/www/budovy/vendor/nette/nette/Nette/Diagnostics/IBarPanel.php |
| /data/www/budovy/vendor/nette/nette/Nette/Diagnostics/FireLogger.php |
| /data/www/budovy/vendor/nette/nette/Nette/Diagnostics/Helpers.php |
| /data/www/budovy/vendor/nette/nette/Nette/Diagnostics/Logger.php |
| /data/www/budovy/vendor/nette/nette/Nette/Utils/Html.php |
| /data/www/budovy/vendor/nette/nette/Nette/Utils/Strings.php |
| /data/www/budovy/vendor/nette/nette/Nette/Loaders/RobotLoader.php |
| /data/www/budovy/vendor/nette/nette/Nette/Caching/Storages/FileStorage.php |
| /data/www/budovy/vendor/nette/nette/Nette/Caching/IStorage.php |
| /data/www/budovy/vendor/nette/nette/Nette/Caching/Cache.php |
| /data/www/budovy/vendor/others/Vodacek/Forms/Controls/DateInput.php |
| /data/www/budovy/vendor/nette/nette/Nette/Forms/Controls/BaseControl.php |
| /data/www/budovy/vendor/nette/nette/Nette/ComponentModel/Component.php |
| /data/www/budovy/vendor/nette/nette/Nette/ComponentModel/IComponent.php |
| /data/www/budovy/vendor/nette/nette/Nette/Forms/IControl.php |
| /data/www/budovy/vendor/nette/nette/Nette/Forms/Container.php |
| /data/www/budovy/vendor/nette/nette/Nette/ComponentModel/Container.php |
| /data/www/budovy/vendor/nette/nette/Nette/ComponentModel/IContainer.php |
| /data/www/budovy/vendor/nette/nette/Nette/common/ObjectMixin.php |
| /data/www/budovy/vendor/nette/nette/Nette/Utils/Callback.php |
| /data/www/budovy/vendor/nette/nette/Nette/Forms/Form.php |
| /data/www/budovy/vendor/nette/nette/Nette/Forms/Rules.php |
| /data/www/budovy/vendor/nette/nette/Nette/Forms/Controls/CsrfProtection.php |
| /data/www/budovy/vendor/nette/nette/Nette/Forms/Controls/HiddenField.php |
| /data/www/budovy/vendor/nette/nette/Nette/Forms/Controls/SelectBox.php |
| /data/www/budovy/vendor/nette/nette/Nette/Forms/Controls/ChoiceControl.php |
| /data/www/budovy/vendor/nette/nette/Nette/Caching/Storages/PhpFileStorage.php |
| /data/www/budovy/temp/cache/_Nette.Configurator/_-02d24fab6fbcb9db52034c2d5c900a75.php |
| /data/www/budovy/vendor/nette/nette/Nette/DI/Container.php |
| /data/www/budovy/vendor/nette/nette/Nette/Reflection/ClassType.php |
| /data/www/budovy/vendor/nette/nette/Nette/Reflection/Method.php |
| /data/www/budovy/vendor/nette/nette/Nette/Http/Session.php |
| /data/www/budovy/vendor/nette/nette/Nette/Http/RequestFactory.php |
| /data/www/budovy/vendor/nette/nette/Nette/Http/UrlScript.php |
| /data/www/budovy/vendor/nette/nette/Nette/Http/Url.php |
| /data/www/budovy/vendor/nette/nette/Nette/Http/Request.php |
| /data/www/budovy/vendor/nette/nette/Nette/Http/IRequest.php |
| /data/www/budovy/vendor/nette/nette/Nette/Http/Response.php |
| /data/www/budovy/vendor/nette/nette/Nette/Http/IResponse.php |
| /data/www/budovy/vendor/nette/nette/Nette/common/DateTime.php |
| /data/www/budovy/vendor/nette/nette/Nette/Security/Identity.php |
| /data/www/budovy/vendor/nette/nette/Nette/Security/IIdentity.php |
| /data/www/budovy/vendor/nette/nette/Nette/Reflection/AnnotationsParser.php |
| /data/www/budovy/vendor/nette/nette/Nette/Utils/SafeStream.php |
| /data/www/budovy/vendor/nette/nette/Nette/common/Environment.php |
| /data/www/budovy/vendor/nette/nette/Nette/Application/Application.php |
| /data/www/budovy/vendor/nette/nette/Nette/Application/PresenterFactory.php |
| /data/www/budovy/vendor/nette/nette/Nette/Application/IPresenterFactory.php |
| /data/www/budovy/app/router/RouterFactory.php |
| /data/www/budovy/vendor/nette/nette/Nette/Application/Routers/RouteList.php |
| /data/www/budovy/vendor/nette/nette/Nette/common/ArrayList.php |
| /data/www/budovy/vendor/nette/nette/Nette/Application/IRouter.php |
| /data/www/budovy/vendor/nette/nette/Nette/Application/Routers/Route.php |
| /data/www/budovy/vendor/nette/nette/Nette/Application/Diagnostics/RoutingPanel.php |
| /data/www/budovy/vendor/nette/nette/Nette/Application/Request.php |
| /data/www/budovy/app/presenters/DownloadPresenter.php |
| /data/www/budovy/app/presenters/BasePresenter.php |
| /data/www/budovy/vendor/nette/nette/Nette/Application/UI/Presenter.php |
| /data/www/budovy/vendor/nette/nette/Nette/Application/UI/Control.php |
| /data/www/budovy/vendor/nette/nette/Nette/Application/UI/PresenterComponent.php |
| /data/www/budovy/vendor/nette/nette/Nette/Application/UI/ISignalReceiver.php |
| /data/www/budovy/vendor/nette/nette/Nette/Application/UI/IStatePersistent.php |
| /data/www/budovy/vendor/nette/nette/Nette/Application/UI/IRenderable.php |
| /data/www/budovy/vendor/nette/nette/Nette/Application/IPresenter.php |
| /data/www/budovy/vendor/nette/nette/Nette/DI/Helpers.php |
| /data/www/budovy/vendor/nette/nette/Nette/Reflection/Parameter.php |
| /data/www/budovy/vendor/nette/nette/Nette/Http/Context.php |
| /data/www/budovy/vendor/nette/nette/Nette/Security/User.php |
| /data/www/budovy/vendor/nette/nette/Nette/Security/IUserStorage.php |
| /data/www/budovy/vendor/nette/nette/Nette/Http/UserStorage.php |
| /data/www/budovy/app/repository/UserManager.php |
| /data/www/budovy/vendor/nette/nette/Nette/Security/IAuthenticator.php |
| /data/www/budovy/app/repository/UserRepository.php |
| /data/www/budovy/app/repository/Repository.php |
| /data/www/budovy/vendor/nette/nette/Nette/Database/Connection.php |
| /data/www/budovy/vendor/nette/nette/Nette/Database/Context.php |
| /data/www/budovy/vendor/nette/nette/Nette/Database/Reflection/DiscoveredReflection.php |
| /data/www/budovy/vendor/nette/nette/Nette/Database/IReflection.php |
| /data/www/budovy/vendor/nette/nette/Nette/Caching/Storages/FileJournal.php |
| /data/www/budovy/vendor/nette/nette/Nette/Caching/Storages/IJournal.php |
| /data/www/budovy/vendor/nette/nette/Nette/Database/Helpers.php |
| /data/www/budovy/vendor/nette/nette/Nette/Database/Diagnostics/ConnectionPanel.php |
| /data/www/budovy/vendor/nette/nette/Nette/Database/Table/Selection.php |
| /data/www/budovy/vendor/nette/nette/Nette/Database/Table/IRowContainer.php |
| /data/www/budovy/vendor/nette/nette/Nette/Database/IRowContainer.php |
| /data/www/budovy/vendor/nette/nette/Nette/Database/Table/SqlBuilder.php |
| /data/www/budovy/vendor/nette/nette/Nette/Database/Drivers/MySqlDriver.php |
| /data/www/budovy/vendor/nette/nette/Nette/Database/ISupplementalDriver.php |
| /data/www/budovy/vendor/nette/nette/Nette/Database/ResultSet.php |
| /data/www/budovy/vendor/nette/nette/Nette/Database/SqlPreprocessor.php |
| /data/www/budovy/vendor/nette/nette/Nette/Security/Diagnostics/UserPanel.php |
| /data/www/budovy/vendor/nette/nette/Nette/Reflection/Property.php |
| /data/www/budovy/app/repository/DocumentRepository.php |
| /data/www/budovy/vendor/others/WebLoader/LoaderFactory.php |
| /data/www/budovy/vendor/nette/nette/Nette/Application/UI/PresenterComponentReflection.php |
| /data/www/budovy/vendor/nette/nette/Nette/Http/SessionSection.php |
| /data/www/budovy/vendor/nette/nette/Nette/Database/Table/ActiveRow.php |
| /data/www/budovy/vendor/nette/nette/Nette/Database/Table/IRow.php |
| /data/www/budovy/vendor/nette/nette/Nette/Database/IRow.php |
| /data/www/budovy/vendor/nette/nette/Nette/Utils/Finder.php |
| /data/www/budovy/vendor/nette/nette/Nette/Iterators/RecursiveFilter.php |
| /data/www/budovy/vendor/nette/nette/Nette/Iterators/Filter.php |
| /data/www/budovy/vendor/nette/nette/Nette/Diagnostics/templates/bluescreen.phtml |
| Apache Version | Apache/2.4.6 (Fedora) OpenSSL/1.0.1e-fips PHP/5.5.9 |
| Apache API Version | 20120211 |
| Server Administrator | root@localhost |
| Hostname:Port | budovy:0 |
| User/Group | pt(1000)/48 |
| Max Requests | Per Child: 0 - Keep Alive: on - Max Per Connection: 100 |
| Timeouts | Connection: 60 - Keep-Alive: 5 |
| Virtual Server | Yes |
| Server Root | /etc/httpd |
| Loaded Modules | core mod_so http_core mod_access_compat mod_actions mod_alias mod_allowmethods mod_auth_basic mod_auth_digest mod_authn_anon mod_authn_core mod_authn_dbd mod_authn_dbm mod_authn_file mod_authn_socache mod_authz_core mod_authz_dbd mod_authz_dbm mod_authz_groupfile mod_authz_host mod_authz_owner mod_authz_user mod_autoindex mod_cache mod_cache_disk mod_data mod_dbd mod_deflate mod_dir mod_dumpio mod_echo mod_env mod_expires mod_ext_filter mod_filter mod_headers mod_include mod_info mod_log_config mod_logio mod_macro mod_mime_magic mod_mime mod_negotiation mod_remoteip mod_reqtimeout mod_rewrite mod_setenvif mod_slotmem_plain mod_slotmem_shm mod_socache_dbm mod_socache_memcache mod_socache_shmcb mod_status mod_substitute mod_suexec mod_unique_id mod_unixd mod_userdir mod_version mod_vhost_alias mod_dav mod_dav_fs mod_dav_lock mod_lua prefork mod_proxy mod_lbmethod_bybusyness mod_lbmethod_byrequests mod_lbmethod_bytraffic mod_lbmethod_heartbeat mod_proxy_ajp mod_proxy_balancer mod_proxy_connect mod_proxy_express mod_proxy_fcgi mod_proxy_fdpass mod_proxy_ftp mod_proxy_http mod_proxy_scgi mod_ssl mod_systemd mod_cgi mod_php5 |
| Directive | Local Value | Master Value |
|---|---|---|
| engine | 1 | 1 |
| last_modified | 0 | 0 |
| xbithack | 0 | 0 |
| Variable | Value |
|---|---|
| REDIRECT_UNIQUE_ID | UwCzB3Ah5llmFPkwXYCRkAAAAAM |
| REDIRECT_STATUS | 200 |
| UNIQUE_ID | UwCzB3Ah5llmFPkwXYCRkAAAAAM |
| HTTP_HOST | budovy |
| HTTP_USER_AGENT | Mozilla/5.0 (X11; Linux x86_64; rv:27.0) Gecko/20100101 Firefox/27.0 |
| HTTP_ACCEPT | text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 |
| HTTP_ACCEPT_LANGUAGE | en-US,en;q=0.5 |
| HTTP_ACCEPT_ENCODING | gzip, deflate |
| HTTP_COOKIE | PHPSESSID=etfj9sjli082t276gq5g6n3h12; nette-browser=qpk3dgnkt0 |
| HTTP_CONNECTION | keep-alive |
| HTTP_CACHE_CONTROL | max-age=0 |
| PATH | /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin |
| SERVER_SIGNATURE | no value |
| SERVER_SOFTWARE | Apache/2.4.6 (Fedora) OpenSSL/1.0.1e-fips PHP/5.5.9 |
| SERVER_NAME | budovy |
| SERVER_ADDR | 127.0.0.1 |
| SERVER_PORT | 80 |
| REMOTE_ADDR | 127.0.0.1 |
| DOCUMENT_ROOT | /data/www/budovy/www |
| REQUEST_SCHEME | http |
| CONTEXT_PREFIX | no value |
| CONTEXT_DOCUMENT_ROOT | /data/www/budovy/www |
| SERVER_ADMIN | root@localhost |
| SCRIPT_FILENAME | /data/www/budovy/www/index.php |
| REMOTE_PORT | 42044 |
| REDIRECT_URL | /download/default/6 |
| GATEWAY_INTERFACE | CGI/1.1 |
| SERVER_PROTOCOL | HTTP/1.1 |
| REQUEST_METHOD | GET |
| QUERY_STRING | no value |
| REQUEST_URI | /download/default/6 |
| SCRIPT_NAME | /index.php |
| HTTP Request Headers | |
|---|---|
| HTTP Request | GET /download/default/6 HTTP/1.1 |
| Host | budovy |
| User-Agent | Mozilla/5.0 (X11; Linux x86_64; rv:27.0) Gecko/20100101 Firefox/27.0 |
| Accept | text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 |
| Accept-Language | en-US,en;q=0.5 |
| Accept-Encoding | gzip, deflate |
| Cookie | PHPSESSID=etfj9sjli082t276gq5g6n3h12; nette-browser=qpk3dgnkt0 |
| Connection | keep-alive |
| Cache-Control | max-age=0 |
| HTTP Response Headers | |
| X-Powered-By | Nette Framework |
| 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 | PHPSESSID=etfj9sjli082t276gq5g6n3h12; expires=Sun, 02-Mar-2014 12:45:59 GMT; Max-Age=1209600; path=/; httponly |
| Set-Cookie | nette-browser=qpk3dgnkt0; path=/; httponly |
| X-Frame-Options | SAMEORIGIN |
| Vary | X-Requested-With |
| Content-Length | 47891 |
| Content-Description | File Transfer |
| Content-Transfer-Encoding | binary |
| 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.5.9 |
| 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 | no value | no value |
| 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 | /data/www/budovy/log/php_error.log | no value |
| error_prepend_string | no value | no value |
| error_reporting | 0 | 22527 |
| exit_on_timeout | Off | Off |
| expose_php | On | On |
| extension_dir | /usr/lib64/php/modules | /usr/lib64/php/modules |
| 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/pear:/usr/share/php | .:/usr/share/pear:/usr/share/php |
| 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 | 8M | 8M |
| 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 | Off | Off |
| SMTP | localhost | localhost |
| smtp_port | 25 | 25 |
| sql.safe_mode | Off | Off |
| sys_temp_dir | no value | no value |
| track_errors | Off | Off |
| unserialize_callback_func | no value | no value |
| upload_max_filesize | 2M | 2M |
| 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.32.0 |
| Age | 3 |
| Features | |
| AsynchDNS | Yes |
| CharConv | No |
| Debug | No |
| GSS-Negotiate | Yes |
| IDN | Yes |
| IPv6 | Yes |
| krb4 | No |
| Largefile | Yes |
| libz | Yes |
| NTLM | Yes |
| NTLMWB | Yes |
| SPNEGO | No |
| SSL | Yes |
| SSPI | No |
| TLS-SRP | No |
| Protocols | dict, file, ftp, ftps, gopher, http, https, imap, imaps, ldap, ldaps, pop3, pop3s, rtsp, scp, sftp, smtp, smtps, telnet, tftp |
| Host | x86_64-redhat-linux-gnu |
| SSL Version | NSS/3.15.4 |
| ZLib Version | 1.2.8 |
| libSSH Version | libssh2/1.4.3 |
| 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 | no value | no value |
| DOM/XML | enabled |
| DOM/XML API Version | 20031129 |
| libxml Version | 2.9.1 |
| 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$ |
| 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-dev |
| Input Validation and Filtering | enabled |
| Revision | $Id: 4d3899e089e6e45b157975ceef2ac7deb6e9d762 $ |
| 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.1.0 |
| FreeType Support | enabled |
| FreeType Linkage | with freetype |
| FreeType Version | 2.5.0 |
| T1Lib Support | enabled |
| GIF Read Support | enabled |
| GIF Create Support | enabled |
| JPEG Support | enabled |
| libJPEG Version | 6b |
| PNG Support | enabled |
| libPNG Version | 1.6.3 |
| 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 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.18 |
| 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 |
| json support | enabled |
| json version | 1.3.3 |
| JSON-C headers version | 0.11 |
| JSON-C library version | 0.11 |
| libXML support | active |
| libXML Compiled Version | 2.9.1 |
| libXML Loaded Version | 20901 |
| 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) backtrack check | On |
| Multibyte regex (oniguruma) version | 5.9.2 |
| 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 | none | no value |
| 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 support | Enabled |
| MHASH API Version | Emulated Support |
| MySQL Support | enabled |
|---|---|
| Active Persistent Links | 0 |
| Active Links | 0 |
| Client API version | mysqlnd 5.0.11-dev - 20120503 - $Id: bf9ad53b11c9a57efdb1057292d73b928b8c5c77 $ |
| 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/lib/mysql/mysql.sock | /var/lib/mysql/mysql.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 | mysqlnd 5.0.11-dev - 20120503 - $Id: bf9ad53b11c9a57efdb1057292d73b928b8c5c77 $ |
| 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 | /var/lib/mysql/mysql.sock | /var/lib/mysql/mysql.sock |
| mysqli.default_user | no value | no value |
| mysqli.max_links | Unlimited | Unlimited |
| mysqli.max_persistent | Unlimited | Unlimited |
| mysqli.reconnect | Off | Off |
| mysqlnd | enabled |
|---|---|
| Version | mysqlnd 5.0.11-dev - 20120503 - $Id: bf9ad53b11c9a57efdb1057292d73b928b8c5c77 $ |
| 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 | 274 |
| bytes_received | 466 |
| packets_sent | 8 |
| packets_received | 16 |
| protocol_overhead_in | 64 |
| protocol_overhead_out | 32 |
| bytes_received_ok_packet | 0 |
| bytes_received_eof_packet | 0 |
| bytes_received_rset_header_packet | 18 |
| bytes_received_rset_field_meta_packet | 0 |
| bytes_received_rset_row_packet | 21 |
| bytes_received_prepare_response_packet | 256 |
| bytes_received_change_user_packet | 64 |
| packets_sent_command | 3 |
| packets_received_ok | 0 |
| packets_received_eof | 0 |
| packets_received_rset_header | 2 |
| packets_received_rset_field_meta | 0 |
| packets_received_rset_row | 3 |
| packets_received_prepare_response | 5 |
| packets_received_change_user | 4 |
| result_set_queries | 2 |
| non_result_set_queries | 1 |
| no_index_used | 0 |
| bad_index_used | 0 |
| slow_queries | 0 |
| buffered_sets | 2 |
| 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 | 2 |
| rows_fetched_from_server_ps | 0 |
| rows_buffered_from_client_normal | 2 |
| rows_buffered_from_client_ps | 0 |
| rows_fetched_from_client_normal_buffered | 2 |
| 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 | 0 |
| rows_affected_ps | 0 |
| rows_skipped_normal | 2 |
| rows_skipped_ps | 0 |
| copy_on_write_saved | 5 |
| copy_on_write_performed | 0 |
| command_buffer_too_small | 0 |
| connect_success | 1 |
| connect_failure | 0 |
| connection_reused | 0 |
| reconnect | 0 |
| pconnect_success | 0 |
| active_connections | 1 |
| active_persistent_connections | 0 |
| explicit_close | 0 |
| implicit_close | 0 |
| disconnect_close | 0 |
| in_middle_of_command_close | 0 |
| explicit_free_result | 2 |
| 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 | 0 |
| proto_text_fetched_short | 0 |
| proto_text_fetched_int24 | 0 |
| proto_text_fetched_int | 1 |
| proto_text_fetched_bigint | 1 |
| proto_text_fetched_decimal | 0 |
| proto_text_fetched_float | 0 |
| proto_text_fetched_double | 0 |
| proto_text_fetched_date | 0 |
| proto_text_fetched_year | 0 |
| proto_text_fetched_time | 0 |
| proto_text_fetched_datetime | 1 |
| proto_text_fetched_timestamp | 0 |
| proto_text_fetched_string | 2 |
| proto_text_fetched_blob | 0 |
| proto_text_fetched_enum | 0 |
| 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_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 | 0 |
| com_init_db | 0 |
| com_query | 3 |
| 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 | 43 |
| bytes_received_real_data_ps | 0 |
| OpenSSL support | enabled |
| OpenSSL Library Version | OpenSSL 1.0.1e-fips 11 Feb 2013 |
| OpenSSL Header Version | OpenSSL 1.0.1e-fips 11 Feb 2013 |
| PCRE (Perl Compatible Regular Expressions) Support | enabled |
| PCRE Library Version | 8.33 2013-05-28 |
| Directive | Local Value | Master Value |
|---|---|---|
| pcre.backtrack_limit | 1000000 | 1000000 |
| pcre.recursion_limit | 100000 | 100000 |
| PDO support | enabled |
|---|---|
| PDO drivers | mysql, sqlite |
| PDO Driver for MySQL | enabled |
|---|---|
| Client API version | mysqlnd 5.0.11-dev - 20120503 - $Id: bf9ad53b11c9a57efdb1057292d73b928b8c5c77 $ |
| Directive | Local Value | Master Value |
|---|---|---|
| pdo_mysql.default_socket | /var/lib/mysql/mysql.sock | /var/lib/mysql/mysql.sock |
| PDO Driver for SQLite 3.x | enabled |
|---|---|
| SQLite Library | 3.8.3 |
| Phar: PHP Archive support | enabled |
|---|---|
| Phar EXT version | 2.0.2 |
| Phar API version | 1.1.1 |
| SVN revision | $Id: a5488937a80433d434af6753d3db8517feaf91df $ |
| 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 |
| Revision | $Id: 1dfa9997ed76804e53c91e0ce862f3707617b6ed $ |
| Reflection | enabled |
|---|---|
| Version | $Id: 31d836a7ac92a37b5c580836d91ad4736fe2f376 $ |
| 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 | 1209600 | 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 | 1209600 | 1440 |
| session.gc_probability | 1 | 1 |
| 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/php/session | no value |
| 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 support | enabled |
| Simplexml support | enabled |
|---|---|
| Revision | $Id: 363ea1fc44b0b7775e2ec3ce8456530fec6d1660 $ |
| Schema support | enabled |
| Soap Client | enabled |
| Soap Server | enabled |
| Directive | Local Value | Master Value |
|---|---|---|
| soap.wsdl_cache | 1 | 1 |
| soap.wsdl_cache_dir | /var/lib/php/wsdlcache | /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 |
| SQLite3 support | enabled |
|---|---|
| SQLite3 module version | 0.7-dev |
| SQLite Library | 3.8.3 |
| Directive | Local Value | Master Value |
|---|---|---|
| sqlite3.extension_dir | no value | no value |
| 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 $ |
| Tokenizer Support | enabled |
| WDDX Support | enabled |
|---|---|
| WDDX Session Serializer | enabled |
| XML Support | active |
| XML Namespace Support | active |
| libxml2 Version | 2.9.1 |
| XMLReader | enabled |
| core library version | xmlrpc-epi v. 0.51 |
| php extension version | 0.51 |
| author | Dan Libby |
| homepage | http://xmlrpc-epi.sourceforge.net |
| open sourced by | Epinions.com |
| XMLWriter | enabled |
| XSL | enabled |
| libxslt Version | 1.1.28 |
| libxslt compiled against libxml Version | 2.9.1 |
| EXSLT | enabled |
| libexslt Version | 1.1.28 |
| ZLib Support | enabled |
|---|---|
| Stream Wrapper | compress.zlib:// |
| Stream Filter | zlib.inflate, zlib.deflate |
| Compiled Version | 1.2.8 |
| Linked Version | 1.2.8 |
| 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 |
|---|
| selinux |
| sysvsem |
| sysvshm |
| Host | budovy |
|---|---|
| User-Agent | Mozilla/5.0 (X11; Linux x86_64; rv:27.0) Gecko/20100101 Firefox/27.0 |
| Accept | text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 |
| Accept-Language | en-US,en;q=0.5 |
| Accept-Encoding | gzip, deflate |
| Cookie | PHPSESSID=etfj9sjli082t276gq5g6n3h12; nette-browser=qpk3dgnkt0 |
| Connection | keep-alive |
| Cache-Control | max-age=0 |
empty
empty
| PHPSESSID | "etfj9sjli082t276gq5g6n3h12" (26)
|
|---|---|
| nette-browser | "qpk3dgnkt0" (10)
|
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: PHPSESSID=etfj9sjli082t276gq5g6n3h12; expires=Sun, 02-Mar-2014 12:45:59 GMT; Max-Age=1209600; path=/; httponly
Set-Cookie: nette-browser=qpk3dgnkt0; path=/; httponly
X-Frame-Options: SAMEORIGIN
X-Powered-By: Nette Framework
Vary: X-Requested-With
Content-Length: 47891
Content-Description: File Transfer
Content-Transfer-Encoding: binary
Content-Type: image/jpeg