Nette\Application\BadRequestException #404

'Invalid parameter name 'valueIds%5B30%5D' search►

Source file

File: /var/www/clients/client0/web658/web/libs/Nette/Application/UI/Presenter.php   Line: 709

699: 700:     /** 701:      * Throws HTTP error. 702:      * @param  string 703:      * @param  int HTTP error code 704:      * @return void 705:      * @throws Nette\Application\BadRequestException 706:      */ 707:     public function error($message NULL$code Http\IResponse::S404_NOT_FOUND) 708:     { 709:         throw new Application\BadRequestException($message, $code); 710:     } 711: 712: 713:

Call stack

  1. /var/www/clients/client0/web658/web/libs/Nette/Application/UI/Presenter.php:1263 source   Nette\Application\UI\Presenter-> error (arguments )

    $message
    "'Invalid parameter name 'valueIds%5B30%5D'" (42)
    
    1253:         $this->globalParams = array(); 1254:         $selfParams = array(); 1255: 1256:         $params $this->request->getParameters(); 1257:         if ($this->isAjax()) { 1258:             $params += $this->request->getPost(); 1259:         } 1260: 1261:         foreach ($params as $key => $value) { 1262:             if (!preg_match('#^((?:[a-z0-9_]+-)*)((?!\d+$)[a-z0-9_]+)$#i'$key$matches)) { 1263:                 $this->error("'Invalid parameter name '$key'"); 1264:             } 1265:             if (!$matches[1]) { 1266:                 $selfParams[$key] = $value; 1267:             } else {
  2. /var/www/clients/client0/web658/web/libs/Nette/Application/UI/Presenter.php:174 source   Nette\Application\UI\Presenter-> initGlobalParameters ()

    164:      * @return Nette\Application\IResponse 165:      */ 166:     public function run(Application\Request $request) 167:     { 168:         try { 169:             // STARTUP 170:             $this->request $request; 171:             $this->payload = (object) NULL; 172:             $this->setParent($this->getParent(), $request->getPresenterName()); 173: 174:             $this->initGlobalParameters(); 175:             $this->checkRequirements($this->getReflection()); 176:             $this->startup(); 177:             if (!$this->startupCheck) { 178:                 $class $this->getReflection()->getMethod('startup')->getDeclaringClass()->getName();
  3. /var/www/clients/client0/web658/web/libs/Nette/Application/Application.php:131 source   Nette\Application\UI\Presenter-> run (arguments )

    $request
    {
       method private => "GET" (3)
       {
          secured => FALSE
       }
       name private => "Front:Products" (14)
       {
          lang => "cs" (2)
          node => NULL
          page_id => 2
          action => "default" (7)
          typeId => "1"
          isNew => "1"
          "valueIds%5B30%5D" => "42" (2)
       }
       post private => array(0) 
       files private => array(0) 
       frozen private => TRUE
    }
    
    121:                     $this->presenter $this->presenterFactory->createPresenter($presenterName); 122:                 } catch (InvalidPresenterException $e) { 123:                     throw new BadRequestException($e->getMessage(), 404$e); 124:                 } 125: 126:                 $this->presenterFactory->getPresenterClass($presenterName); 127:                 $request->setPresenterName($presenterName); 128:                 $request->freeze(); 129: 130:                 // Execute presenter 131:                 $response = $this->presenter->run($request); 132:                 if ($response) { 133:                     $this->onResponse($this$response); 134:                 } 135:
  4. /var/www/clients/client0/web658/web/app/bootstrap.php:835 source   Nette\Application\Application-> run ()

    825: 826: 827: 828: 829: 830: 831:    # run 832: 833: 834: 835:    $container->application->run(); 836:
  5. /var/www/clients/client0/web658/web/www/index.php:65 source   require (arguments )

    #0
    "/var/www/clients/client0/web658/web/app/bootstrap.php" (53)
    
    55: 56: 57:     # use router cache 58: 59:     define('USE_ROUTER_CACHE'FALSE); 60: 61: 62: 63:     # load bootstrap file 64: 65:     require APP_DIR . '/bootstrap.php'; 66:

Nette Application

Requests

[
   {
      method private => "GET" (3)
      {
         secured => FALSE
      }
      name private => "Front:Products" (14)
      {
         lang => "cs" (2)
         node => NULL
         page_id => 2
         action => "default" (7)
         typeId => "1"
         isNew => "1"
         "valueIds%5B30%5D" => "42" (2)
      }
      post private => array(0) 
      files private => array(0) 
      frozen private => TRUE
   }
]

Presenter

{
   item protected => NULL
   typeId protected => NULL
   paramId protected => NULL
   valueIds protected => NULL
   valueIdsCheck protected => NULL
   isNew protected => NULL
   isStock protected => NULL
   productsCount protected => NULL
   showFiltr protected => NULL
   page protected => NULL
   mainPage protected => NULL
   subPage protected => NULL
   user protected => NULL
   userLoggedIn protected => FALSE
   admin protected => NULL
   adminLoggedIn protected => FALSE
   adminMode protected => FALSE
   newOrder protected => NULL
   newOrderItem protected => NULL
   lang protected => NULL
   activeLangId protected => NULL
   activeCurrency protected => NULL
   activeCurrencyPlaces protected => NULL
   pages protected => NULL
   global protected => NULL
   session protected => NULL
   breadcrumbsParts protected => NULL
   fulltext protected => NULL
   langs protected => NULL
   invalidLinkMode => 2
   onShutdown => NULL
   {
      method private => "GET" (3)
      {
         secured => FALSE
      }
      name private => "Front:Products" (14)
      {
         lang => "cs" (2)
         node => NULL
         page_id => 2
         action => "default" (7)
         typeId => "1"
         isNew => "1"
         "valueIds%5B30%5D" => "42" (2)
      }
      post private => array(0) 
      files private => array(0) 
      frozen private => TRUE
   }
   response private => NULL
   autoCanonicalize => TRUE
   absoluteUrls => FALSE
   globalParams private => array(0) 
   globalState private => NULL
   globalStateSinces private => NULL
   action private => NULL
   view private => NULL
   layout private => NULL
   payload private => stdClass(0) 
   signalReceiver private => NULL
   signal private => NULL
   ajaxMode private => FALSE
   startupCheck private => NULL
   lastCreatedRequest private => NULL
   lastCreatedRequestFlag private => NULL
   {
      {
         "nette\object" => FALSE
         "nette\caching\storages\ijournal" => "nette.cacheJournal" (18)
         "nette\caching\storages\filejournal" => "nette.cacheJournal" (18)
         "nette\caching\istorage" => "cacheStorage" (12)
         "nette\caching\storages\filestorage" => "cacheStorage" (12)
         "nette\http\requestfactory" => "nette.httpRequestFactory" (24)
         "nette\http\irequest" => "httpRequest" (11)
         "nette\http\request" => "httpRequest" (11)
         "nette\http\iresponse" => "httpResponse" (12)
         "nette\http\response" => "httpResponse" (12)
         "nette\http\context" => "nette.httpContext" (17)
         "nette\http\session" => "session" (7)
         "nette\security\iuserstorage" => "nette.userStorage" (17)
         "nette\http\userstorage" => "nette.userStorage" (17)
         "nette\security\user" => "user" (4)
         "nette\application\application" => "application" (11)
         "nette\application\ipresenterfactory" => "nette.presenterFactory" (22)
         "nette\application\presenterfactory" => "nette.presenterFactory" (22)
         "nette\arraylist" => "router" (6)
         traversable => "router" (6)
         iteratoraggregate => "router" (6)
         countable => "router" (6)
         arrayaccess => "router" (6)
         "nette\application\irouter" => "router" (6)
         "nette\application\routers\routelist" => "router" (6)
         "nette\mail\imailer" => "nette.mailer" (12)
         "nette\mail\sendmailmailer" => "nette.mailer" (12)
         "nette\di\nestedaccessor" => "nette.database" (14)
         pdo => "nette.database.default" (22)
         "nette\database\connection" => "nette.database.default" (22)
         tablemultilang => FALSE
         table => FALSE
         filescategories => "filesCategories" (15)
         status => "status" (6)
         shipping => "shipping" (8)
         payments => "payments" (8)
         files => "files" (5)
         neworder => "newOrder" (8)
         orders => "orders" (6)
         ordersitems => "ordersItems" (11)
         invoices => "invoices" (8)
         invoicesitems => "invoicesItems" (13)
         sliders => "sliders" (7)
         countries => "countries" (9)
         producttypesparamsvalues => "productTypesParamsValues" (24)
         pneulevels => "pneuLevels" (10)
         productsxlsimport => "productsXlsImport" (17)
         pneub2b => "pneuB2B" (7)
         producttypesparams => "productTypesParams" (18)
         producttypes => "productTypes" (12)
         newsletteremails => "newsletterEmails" (16)
         newslettermessages => "newsletterMessages" (18)
         newslettergroups => "newsletterGroups" (16)
         customers => "customers" (9)
         productsimagesdescriptions => "productsImagesDescriptions" (26)
         languages => "languages" (9)
         multileveltablemultilang => FALSE
         pages => "pages" (5)
         pagestypes => "pagesTypes" (10)
         text => "text" (4)
         dbtables => "dbTables" (8)
         usersroles => "usersRoles" (10)
         "nette\security\iauthenticator" => "authenticator" (13)
         authenticator => "authenticator" (13)
         users => "users" (5)
         terms => "terms" (5)
         emailtemplates => "emailTemplates" (14)
         availabilities => "availabilities" (14)
         categories => "categories" (10)
         products => "products" (8)
         productsimages => "productsImages" (14)
         articles => "articles" (8)
         fulltext => "fulltext" (8)
         redirects => "redirects" (9)
         imagescrops => "imagesCrops" (11)
         settings => "settings" (8)
         "nette\freezableobject" => "container" (9)
         "nette\ifreezable" => "container" (9)
         "nette\di\icontainer" => "container" (9)
         "nette\di\container" => "container" (9)
      }
      meta => array(0) 
      {
         appDir => "/var/www/clients/client0/web658/web/app" (39)
         wwwDir => "/var/www/pneuprestanov.cz/web/www" (33)
         debugMode => TRUE
         productionMode => FALSE
         environment => "production" (10)
         consoleMode => FALSE
         container => array(2) { ... }
         tempDir => "/var/www/clients/client0/web658/web/app/../temp" (47)
         pneuB2B => array(3) { ... }
      }
      {
         appDir => "/var/www/clients/client0/web658/web/app" (39)
         wwwDir => "/var/www/pneuprestanov.cz/web/www" (33)
         debugMode => TRUE
         productionMode => FALSE
         environment => "production" (10)
         consoleMode => FALSE
         container => array(2) { ... }
         tempDir => "/var/www/clients/client0/web658/web/app/../temp" (47)
         pneuB2B => array(3) { ... }
      }
      {
         "nette.httpRequestFactory" => Nette\Http\RequestFactory(2) { ... }
         httpRequest => Nette\Http\Request(9) { ... }
         httpResponse => Nette\Http\Response(5) { ... }
         session => Nette\Http\Session(4) { ... }
         "nette.cacheJournal" => Nette\Caching\Storages\FileJournal(9) { ... }
         cacheStorage => Nette\Caching\Storages\FileStorage(4) { ... }
         "nette.database.defaultConnectionPanel" => Nette\Database\Diagnostics\ConnectionPanel(5) { ... }
         "nette.database.default" => Nette\Database\Connection(6) { ... }
         redirects => Redirects(7) { ... }
         pagesTypes => PagesTypes(7) { ... }
         usersRoles => UsersRoles(7) { ... }
         languages => Languages(7) { ... }
         pages => Pages(7) { ... }
         terms => Terms(7) { ... }
         availabilities => Availabilities(7) { ... }
         categories => Categories(7) { ... }
         productsImagesDescriptions => ProductsImagesDescriptions(7) { ... }
         productsImages => ProductsImages(7) { ... }
         productTypesParamsValues => ProductTypesParamsValues(7) { ... }
         productTypesParams => ProductTypesParams(7) { ... }
         productTypes => ProductTypes(7) { ... }
         payments => Payments(7) { ... }
         db => Nette\Database\Connection(6) { ... }
         router => Nette\Application\Routers\RouteList(3) { ... }
         "nette.presenterFactory" => Nette\Application\PresenterFactory(4) { ... }
         application => Nette\Application\Application(14) { ... }
         container => SystemContainer(8) { *RECURSION* }
      }
      factories private => array(0) 
      creating private => array(0) 
      frozen private => FALSE
   }
   template private => NULL
   invalidSnippets private => array(0) 
   snippetMode => NULL
   params protected => array(0) 
   components private => array(0) 
   cloning private => NULL
   parent private => NULL
   name private => "Front:Products" (14)
   monitors private => array(0) 
}

Environment

$_SERVER

PHP_FCGI_MAX_REQUESTS
"5000" (4)
PHP_DOCUMENT_ROOT
"/var/www/clients/client0/web658" (31)
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" (60)
PHPRC
"/etc/php5/5.3/cgi/" (18)
PWD
"/var/www/php-fcgi-scripts/web7" (30)
CONTENT_LENGTH
"0"
HTTP_CONNECTION
"close" (5)
SCRIPT_NAME
"/index.php" (10)
REQUEST_URI
"/eshop?typeId=1&isNew=1&valueIds%255B30%255D=42" (47)
QUERY_STRING
"typeId=1&isNew=1&valueIds%255B30%255D=42" (40)
REQUEST_METHOD
"GET" (3)
SERVER_PROTOCOL
"HTTP/1.1" (8)
GATEWAY_INTERFACE
"CGI/1.1" (7)
REDIRECT_QUERY_STRING
"typeId=1&isNew=1&valueIds%255B30%255D=42" (40)
REDIRECT_URL
"/eshop" (6)
REMOTE_PORT
"43486" (5)
SCRIPT_FILENAME
"/var/www/pneuprestanov.cz/web/www/index.php" (43)
SERVER_ADMIN
"webmaster@pneuprestanov.cz" (26)
CONTEXT_DOCUMENT_ROOT
"/var/www/pneuprestanov.cz/web/www" (33)
CONTEXT_PREFIX
""
REQUEST_SCHEME
"http" (4)
DOCUMENT_ROOT
"/var/www/pneuprestanov.cz/web/www" (33)
REMOTE_ADDR
"18.234.139.149" (14)
SERVER_PORT
"80" (2)
SERVER_ADDR
"83.167.244.149" (14)
SERVER_NAME
"www.pneuprestanov.cz" (20)
SERVER_SOFTWARE
"Apache" (6)
SERVER_SIGNATURE
""
HTTP_HOST
"www.pneuprestanov.cz" (20)
HTTP_USER_AGENT
"claudebot" (9)
HTTP_ACCEPT
"*/*" (3)
GEOIP_COUNTRY_NAME
"United States" (13)
GEOIP_COUNTRY_CODE
"US" (2)
GEOIP_CONTINENT_CODE
"NA" (2)
GEOIP_ADDR
"18.234.139.149" (14)
REDIRECT_STATUS
"200" (3)
REDIRECT_GEOIP_COUNTRY_NAME
"United States" (13)
REDIRECT_GEOIP_COUNTRY_CODE
"US" (2)
REDIRECT_GEOIP_CONTINENT_CODE
"NA" (2)
REDIRECT_GEOIP_ADDR
"18.234.139.149" (14)
FCGI_ROLE
"RESPONDER" (9)
PHP_SELF
"/index.php" (10)
REQUEST_TIME_FLOAT
1711652615.74110698699951171875
REQUEST_TIME
1711652615
argv
[
   0 => "typeId=1&isNew=1&valueIds%255B30%255D=42" (40)
]
argc
1

$_SESSION

empty

Constants

WWW_DIR
"/var/www/clients/client0/web658/web/www" (39)
APP_DIR
"/var/www/clients/client0/web658/web/www/../app" (46)
LIBS_DIR
"/var/www/clients/client0/web658/web/www/../libs" (47)
FS_DIR
"/var/www/clients/client0/web658/web/www/files" (45)
FS_TEMP
"/var/www/clients/client0/web658/web/www/files/temp" (50)
CACHE_DIR
"/var/www/clients/client0/web658/web/www/../temp/cache" (53)
MULTILANG
FALSE
USE_ROUTER_CACHE
FALSE
NETTE
TRUE
NETTE_DIR
"/var/www/clients/client0/web658/web/libs/Nette" (46)
NETTE_VERSION_ID
20004
NETTE_PACKAGE
"5.3" (3)

Included files (112)

/var/www/clients/client0/web658/web/www/index.php
/var/www/clients/client0/web658/web/app/bootstrap.php
/var/www/clients/client0/web658/web/libs/Nette/loader.php
/var/www/clients/client0/web658/web/libs/Nette/common/exceptions.php
/var/www/clients/client0/web658/web/libs/Nette/common/Object.php
/var/www/clients/client0/web658/web/libs/Nette/Utils/LimitedScope.php
/var/www/clients/client0/web658/web/libs/Nette/Loaders/AutoLoader.php
/var/www/clients/client0/web658/web/libs/Nette/Loaders/NetteLoader.php
/var/www/clients/client0/web658/web/libs/Nette/Diagnostics/Helpers.php
/var/www/clients/client0/web658/web/libs/Nette/Diagnostics/shortcuts.php
/var/www/clients/client0/web658/web/libs/Nette/Utils/Html.php
/var/www/clients/client0/web658/web/libs/Nette/Diagnostics/Debugger.php
/var/www/clients/client0/web658/web/libs/Nette/Diagnostics/Logger.php
/var/www/clients/client0/web658/web/libs/Nette/Diagnostics/FireLogger.php
/var/www/clients/client0/web658/web/libs/Nette/Diagnostics/BlueScreen.php
/var/www/clients/client0/web658/web/libs/Nette/Diagnostics/Bar.php
/var/www/clients/client0/web658/web/libs/Nette/Diagnostics/DefaultBarPanel.php
/var/www/clients/client0/web658/web/libs/Nette/Diagnostics/IBarPanel.php
/var/www/clients/client0/web658/web/libs/Nette/Utils/SafeStream.php
/var/www/clients/client0/web658/web/libs/Nette/Application/Routers/Route.php
/var/www/clients/client0/web658/web/libs/Nette/Application/IRouter.php
/var/www/clients/client0/web658/web/libs/Nette/Utils/Finder.php
/var/www/clients/client0/web658/web/libs/Nette/Iterators/Filter.php
/var/www/clients/client0/web658/web/libs/Nette/common/Callback.php
/var/www/clients/client0/web658/web/libs/Nette/common/DateTime.php
/var/www/clients/client0/web658/web/libs/Nette/Config/Configurator.php
/var/www/clients/client0/web658/web/libs/Nette/Loaders/RobotLoader.php
/var/www/clients/client0/web658/web/libs/Nette/Caching/Storages/FileStorage.php
/var/www/clients/client0/web658/web/libs/Nette/Caching/IStorage.php
/var/www/clients/client0/web658/web/libs/Nette/Caching/Cache.php
/var/www/clients/client0/web658/web/libs/Nette/common/Framework.php
/var/www/clients/client0/web658/web/libs/HttpAuthExtension/HttpAuthExtension.php
/var/www/clients/client0/web658/web/libs/Nette/Config/CompilerExtension.php
/var/www/clients/client0/web658/web/libs/Nette/Caching/Storages/PhpFileStorage.php
/var/www/clients/client0/web658/web/temp/cache/_Nette.Configurator/_-cb0d725637240a5c21916fb9c7ecc734.php
/var/www/clients/client0/web658/web/libs/Nette/DI/Container.php
/var/www/clients/client0/web658/web/libs/Nette/common/FreezableObject.php
/var/www/clients/client0/web658/web/libs/Nette/common/IFreezable.php
/var/www/clients/client0/web658/web/libs/Nette/DI/IContainer.php
/var/www/clients/client0/web658/web/libs/Nette/Reflection/ClassType.php
/var/www/clients/client0/web658/web/libs/Nette/Reflection/Method.php
/var/www/clients/client0/web658/web/libs/Nette/Http/Session.php
/var/www/clients/client0/web658/web/libs/Nette/Http/RequestFactory.php
/var/www/clients/client0/web658/web/libs/Nette/Http/UrlScript.php
/var/www/clients/client0/web658/web/libs/Nette/Http/Url.php
/var/www/clients/client0/web658/web/libs/Nette/common/ObjectMixin.php
/var/www/clients/client0/web658/web/libs/Nette/Utils/Strings.php
/var/www/clients/client0/web658/web/libs/Nette/Http/Request.php
/var/www/clients/client0/web658/web/libs/Nette/Http/IRequest.php
/var/www/clients/client0/web658/web/libs/Nette/Http/Response.php
/var/www/clients/client0/web658/web/libs/Nette/Http/IResponse.php
/var/www/clients/client0/web658/web/libs/Nette/common/Environment.php
/var/www/clients/client0/web658/web/app/model/Redirects.php
/var/www/clients/client0/web658/web/app/model/system/Table.php
/var/www/clients/client0/web658/web/libs/Nette/Database/Connection.php
/var/www/clients/client0/web658/web/libs/Nette/Database/Statement.php
/var/www/clients/client0/web658/web/libs/Nette/Database/Drivers/MySqlDriver.php
/var/www/clients/client0/web658/web/libs/Nette/Database/ISupplementalDriver.php
/var/www/clients/client0/web658/web/libs/Nette/Database/Row.php
/var/www/clients/client0/web658/web/libs/Nette/common/ArrayHash.php
/var/www/clients/client0/web658/web/libs/Nette/Reflection/Property.php
/var/www/clients/client0/web658/web/libs/Nette/Database/SqlPreprocessor.php
/var/www/clients/client0/web658/web/libs/Nette/Caching/Storages/FileJournal.php
/var/www/clients/client0/web658/web/libs/Nette/Caching/Storages/IJournal.php
/var/www/clients/client0/web658/web/libs/Nette/Database/Reflection/DiscoveredReflection.php
/var/www/clients/client0/web658/web/libs/Nette/Database/IReflection.php
/var/www/clients/client0/web658/web/libs/Nette/Database/Diagnostics/ConnectionPanel.php
/var/www/clients/client0/web658/web/app/model/system/DbTables.php
/var/www/clients/client0/web658/web/libs/Nette/Database/Table/Selection.php
/var/www/clients/client0/web658/web/app/model/PagesTypes.php
/var/www/clients/client0/web658/web/libs/Nette/Database/Helpers.php
/var/www/clients/client0/web658/web/libs/Nette/Database/Table/ActiveRow.php
/var/www/clients/client0/web658/web/app/model/UsersRoles.php
/var/www/clients/client0/web658/web/app/model/Languages.php
/var/www/clients/client0/web658/web/app/model/Pages.php
/var/www/clients/client0/web658/web/app/model/system/MultilevelTableMultilang.php
/var/www/clients/client0/web658/web/app/model/system/TableMultilang.php
/var/www/clients/client0/web658/web/app/model/Terms.php
/var/www/clients/client0/web658/web/app/model/Availabilities.php
/var/www/clients/client0/web658/web/app/model/Categories.php
/var/www/clients/client0/web658/web/app/model/Files.php
/var/www/clients/client0/web658/web/app/model/ProductsImagesDescriptions.php
/var/www/clients/client0/web658/web/app/model/ProductsImages.php
/var/www/clients/client0/web658/web/app/model/ProductTypesParamsValues.php
/var/www/clients/client0/web658/web/app/model/ProductTypesParams.php
/var/www/clients/client0/web658/web/app/model/ProductTypes.php
/var/www/clients/client0/web658/web/app/model/Payments.php
/var/www/clients/client0/web658/web/libs/Nette/Application/Routers/RouteList.php
/var/www/clients/client0/web658/web/libs/Nette/common/ArrayList.php
/var/www/clients/client0/web658/web/libs/Nette/Application/Application.php
/var/www/clients/client0/web658/web/libs/Nette/Application/PresenterFactory.php
/var/www/clients/client0/web658/web/libs/Nette/Application/IPresenterFactory.php
/var/www/clients/client0/web658/web/libs/Nette/Application/Diagnostics/RoutingPanel.php
/var/www/clients/client0/web658/web/libs/Nette/Application/Request.php
/var/www/clients/client0/web658/web/app/FrontModule/presenters/ProductsPresenter.php
/var/www/clients/client0/web658/web/app/FrontModule/presenters/PagePresenter.php
/var/www/clients/client0/web658/web/app/FrontModule/presenters/BasePresenter.php
/var/www/clients/client0/web658/web/libs/Nette/Application/UI/Presenter.php
/var/www/clients/client0/web658/web/libs/Nette/Application/UI/Control.php
/var/www/clients/client0/web658/web/libs/Nette/Application/UI/PresenterComponent.php
/var/www/clients/client0/web658/web/libs/Nette/ComponentModel/Container.php
/var/www/clients/client0/web658/web/libs/Nette/ComponentModel/Component.php
/var/www/clients/client0/web658/web/libs/Nette/ComponentModel/IComponent.php
/var/www/clients/client0/web658/web/libs/Nette/ComponentModel/IContainer.php
/var/www/clients/client0/web658/web/libs/Nette/Application/UI/ISignalReceiver.php
/var/www/clients/client0/web658/web/libs/Nette/Application/UI/IStatePersistent.php
/var/www/clients/client0/web658/web/libs/Nette/Application/UI/IRenderable.php
/var/www/clients/client0/web658/web/libs/Nette/Application/IPresenter.php
/var/www/clients/client0/web658/web/libs/Nette/DI/Helpers.php
/var/www/clients/client0/web658/web/libs/Nette/Reflection/Parameter.php
/var/www/clients/client0/web658/web/libs/Nette/Application/exceptions.php
/var/www/clients/client0/web658/web/libs/Nette/Diagnostics/templates/bluescreen.phtml

Configuration options


Configuration

bcmath

BCMath support enabled

DirectiveLocal ValueMaster Value
bcmath.scale00

bz2

BZip2 Support Enabled
Stream Wrapper support compress.bzip2://
Stream Filter support bzip2.decompress, bzip2.compress
BZip2 Version 1.0.6, 6-Sept-2010

calendar

Calendar support enabled

cgi-fcgi

DirectiveLocal ValueMaster Value
cgi.check_shebang_line11
cgi.discard_path00
cgi.fix_pathinfo11
cgi.force_redirect11
cgi.nph00
cgi.redirect_status_envno valueno value
cgi.rfc2616_headers00
fastcgi.logging11

Core

PHP Version 5.4.45

DirectiveLocal ValueMaster Value
allow_url_fopenOnOn
allow_url_includeOffOff
always_populate_raw_post_dataOffOff
arg_separator.input&&
arg_separator.output&&
asp_tagsOffOff
auto_append_fileno valueno value
auto_globals_jitOnOn
auto_prepend_fileno valueno value
browscapno valueno value
default_charsetno valueno value
default_mimetypetext/htmltext/html
disable_classesno valueno value
disable_functionsleak, system, exec, passthru, proc_open, popen, shell_exec, readlink, symlink, link, pfsockopen, ini_alter, dl, openlog, syslog, putenv, pcntl_exec, pcntl_fork, pcntl_signal, pcntl_waitpid, pcntl_wexitstatus, pcntl_wifexited, pcntl_wifsignaled, pcntl_wifstopped, pcntl_wstopsig, pcntl_wtermsig, socket_accept, socket_bind, socket_create, socket_create_listen, socket_listen, socket_create_pairleak, system, exec, passthru, proc_open, popen, shell_exec, readlink, symlink, link, pfsockopen, ini_alter, dl, openlog, syslog, putenv, pcntl_exec, pcntl_fork, pcntl_signal, pcntl_waitpid, pcntl_wexitstatus, pcntl_wifexited, pcntl_wifsignaled, pcntl_wifstopped, pcntl_wstopsig, pcntl_wtermsig, socket_accept, socket_bind, socket_create, socket_create_listen, socket_listen, socket_create_pair
display_errorsOnOff
display_startup_errorsOffOff
doc_rootno valueno value
docref_extno valueno value
docref_rootno valueno value
enable_dlOffOff
enable_post_data_readingOnOn
error_append_stringno valueno value
error_log/var/www/clients/client0/web658/web/log/php_error.logno value
error_prepend_stringno valueno value
error_reporting022519
exit_on_timeoutOffOff
expose_phpOnOn
extension_dir/opt/phpfarm/inst/php-5.4.45/lib/php/20100525/opt/phpfarm/inst/php-5.4.45/lib/php/20100525
file_uploadsOnOn
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_errorsOffOff
ignore_repeated_errorsOffOff
ignore_repeated_sourceOffOff
ignore_user_abortOffOff
implicit_flushOffOff
include_path.:.:
log_errorsOffOn
log_errors_max_len10241024
mail.add_x_headerOnOn
mail.force_extra_parametersno valueno value
mail.logno valueno value
max_execution_time36003600
max_file_uploads2020
max_input_nesting_level6464
max_input_time6060
max_input_vars50005000
memory_limit512M512M
open_basedir/var/www/clients/client0/web658/web:/var/www/clients/client0/web658/tmp:/var/www/pneuprestanov.cz/web:/srv/www/pneuprestanov.cz/web:/usr/share/php5:/tmp:/usr/share/phpmyadmin:/etc/phpmyadmin:/var/lib/phpmyadmin/var/www/clients/client0/web658/web:/var/www/clients/client0/web658/tmp:/var/www/pneuprestanov.cz/web:/srv/www/pneuprestanov.cz/web:/usr/share/php5:/tmp:/usr/share/phpmyadmin:/etc/phpmyadmin:/var/lib/phpmyadmin
output_buffering40964096
output_handlerno valueno value
post_max_size210M210M
precision1414
realpath_cache_size16K16K
realpath_cache_ttl120120
register_argc_argvOnOn
report_memleaksOnOn
report_zend_debugOnOn
request_orderGPGP
sendmail_fromno valueno value
sendmail_path/usr/sbin/sendmail -t -i -fwebmaster@pneuprestanov.cz/usr/sbin/sendmail -t -i -fwebmaster@pneuprestanov.cz
serialize_precision100100
short_open_tagOnOn
SMTPlocalhostlocalhost
smtp_port2525
sql.safe_modeOffOff
track_errorsOffOff
unserialize_callback_funcno valueno value
upload_max_filesize200M200M
upload_tmp_dir/var/www/clients/client0/web658/tmp/var/www/clients/client0/web658/tmp
user_dirno valueno value
user_ini.cache_ttl300300
user_ini.filename.user.ini.user.ini
variables_orderEGPCSEGPCS
xmlrpc_error_number00
xmlrpc_errorsOffOff
zend.detect_unicodeOnOn
zend.enable_gcOnOn
zend.multibyteOffOff
zend.script_encodingno valueno value

ctype

ctype functions enabled

curl

cURL support enabled
cURL Information 7.75.0
Age 8
Features
AsynchDNS Yes
Debug No
GSS-Negotiate No
IDN No
IPv6 Yes
Largefile Yes
NTLM Yes
SPNEGO No
SSL Yes
SSPI No
krb4 No
libz Yes
CharConv No
Protocols dict, file, ftp, ftps, gopher, gophers, http, https, imap, imaps, ldap, ldaps, mqtt, pop3, pop3s, rtsp, smb, smbs, smtp, smtps, telnet, tftp
Host x86_64-pc-linux-gnu
SSL Version OpenSSL/1.0.1v
ZLib Version 1.2.11

date

date/time support enabled
"Olson" Timezone Database Version 2014.8
Timezone Database internal
Default timezone Europe/Prague

DirectiveLocal ValueMaster Value
date.default_latitude31.766731.7667
date.default_longitude35.233335.2333
date.sunrise_zenith90.58333390.583333
date.sunset_zenith90.58333390.583333
date.timezoneEurope/PragueEurope/Prague

dba

DBA support enabled
Supported handlers cdb cdb_make inifile flatfile

DirectiveLocal ValueMaster Value
dba.default_handlerflatfileflatfile

dom

DOM/XML enabled
DOM/XML API Version 20031129
libxml Version 2.9.4
HTML Support enabled
XPath Support enabled
XPointer Support enabled
Schema Support enabled
RelaxNG Support enabled

ereg

Regex Library Bundled library enabled

exif

EXIF Support enabled
EXIF Version 1.4 $Id: 05041c5f0094cb46d9b516bd624d593b90cc38f9 $
Supported EXIF Version 0220
Supported filetypes JPEG,TIFF

DirectiveLocal ValueMaster Value
exif.decode_jis_intelJISJIS
exif.decode_jis_motorolaJISJIS
exif.decode_unicode_intelUCS-2LEUCS-2LE
exif.decode_unicode_motorolaUCS-2BEUCS-2BE
exif.encode_jisno valueno value
exif.encode_unicodeISO-8859-15ISO-8859-15

fileinfo

fileinfo support enabled
version 1.0.5

filter

Input Validation and Filtering enabled
Revision $Id: ad78b4a085153b8c7f4d6db5dc69df40e969c343 $

DirectiveLocal ValueMaster Value
filter.defaultunsafe_rawunsafe_raw
filter.default_flagsno valueno value

ftp

FTP support enabled

gd

GD Support enabled
GD Version bundled (2.1.0 compatible)
FreeType Support enabled
FreeType Linkage with freetype
FreeType Version 2.9.1
T1Lib Support enabled
GIF Read Support enabled
GIF Create Support enabled
JPEG Support enabled
libJPEG Version 6b
PNG Support enabled
libPNG Version 1.6.36
WBMP Support enabled
XBM Support enabled

DirectiveLocal ValueMaster Value
gd.jpeg_ignore_warning00

gettext

GetText Support enabled

gmp

gmp support enabled
GMP version 6.1.2

hash

hash support enabled
Hashing Engines md2 md4 md5 sha1 sha224 sha256 sha384 sha512 ripemd128 ripemd160 ripemd256 ripemd320 whirlpool tiger128,3 tiger160,3 tiger192,3 tiger128,4 tiger160,4 tiger192,4 snefru snefru256 gost 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

iconv support enabled
iconv implementation glibc
iconv library version 2.28

DirectiveLocal ValueMaster Value
iconv.input_encodingISO-8859-1ISO-8859-1
iconv.internal_encodingUTF-8ISO-8859-1
iconv.output_encodingISO-8859-1ISO-8859-1

imagick

imagick moduleenabled
imagick module version 3.3.0
imagick classes Imagick, ImagickDraw, ImagickPixel, ImagickPixelIterator, ImagickKernel
Imagick compiled with ImageMagick version ImageMagick 6.9.10-23 Q16 x86_64 20190101 https://imagemagick.org
Imagick using ImageMagick library version ImageMagick 6.9.10-23 Q16 x86_64 20190101 https://imagemagick.org
ImageMagick copyright © 1999-2019 ImageMagick Studio LLC
ImageMagick release date 20190101
ImageMagick number of supported formats: 242
ImageMagick supported formats 3FR, 3G2, 3GP, AAI, AI, ART, ARW, AVI, AVS, BGR, BGRA, BGRO, BIE, BMP, BMP2, BMP3, BRF, CAL, CALS, CANVAS, CAPTION, CIN, CIP, CLIP, CMYK, CMYKA, CR2, CRW, CUR, CUT, DATA, DCM, DCR, DCX, DDS, DFONT, DJVU, DNG, DOT, DPX, DXT1, DXT5, EPDF, EPI, EPS, EPS2, EPS3, EPSF, EPSI, EPT, EPT2, EPT3, ERF, EXR, FAX, FILE, FITS, FRACTAL, FTP, FTS, G3, G4, GIF, GIF87, GRADIENT, GRAY, GRAYA, GROUP4, GV, H, HALD, HDR, HEIC, HISTOGRAM, HRZ, HTM, HTML, HTTP, HTTPS, ICB, ICO, ICON, IIQ, INFO, INLINE, IPL, ISOBRL, ISOBRL6, J2C, J2K, JBG, JBIG, JNG, JNX, JP2, JPC, JPE, JPEG, JPG, JPM, JPS, JPT, JSON, K25, KDC, LABEL, M2V, M4V, MAC, MAGICK, MAP, MASK, MAT, MATTE, MEF, MIFF, MKV, MNG, MONO, MOV, MP4, MPC, MPEG, MPG, MRW, MSL, MSVG, MTV, MVG, NEF, NRW, NULL, ORF, OTB, OTF, PAL, PALM, PAM, PANGO, PATTERN, PBM, PCD, PCDS, PCL, PCT, PCX, PDB, PDF, PDFA, PEF, PES, PFA, PFB, PFM, PGM, PGX, PICON, PICT, PIX, PJPEG, PLASMA, PNG, PNG00, PNG24, PNG32, PNG48, PNG64, PNG8, PNM, PPM, PREVIEW, PS, PS2, PS3, PSB, PSD, PTIF, PWP, RADIAL-GRADIENT, RAF, RAS, RAW, RGB, RGBA, RGBO, RGF, RLA, RLE, RMF, RW2, SCR, SCT, SFW, SGI, SHTML, SIX, SIXEL, SPARSE-COLOR, SR2, SRF, STEGANO, SUN, SVG, SVGZ, TEXT, TGA, THUMBNAIL, TIFF, TIFF64, TILE, TIM, TTC, TTF, TXT, UBRL, UBRL6, UIL, UYVY, VDA, VICAR, VID, VIFF, VIPS, VST, WBMP, WEBP, WMF, WMV, WMZ, WPG, X, X3F, XBM, XC, XCF, XPM, XPS, XV, XWD, YCbCr, YCbCrA, YUV

DirectiveLocal ValueMaster Value
imagick.locale_fix00
imagick.progress_monitor00
imagick.skip_version_check00

json

json support enabled
json version 1.2.1

libxml

libXML support active
libXML Compiled Version 2.9.4
libXML Loaded Version 20904
libXML streams enabled

mbstring

Multibyte Support enabled
Multibyte string engine libmbfl
HTTP input encoding translation disabled
libmbfl version 1.3.2

mbstring extension makes use of "streamable kanji code filter and converter", which is distributed under the GNU Lesser General Public License version 2.1.

Multibyte (japanese) regex support enabled
Multibyte regex (oniguruma) backtrack check On
Multibyte regex (oniguruma) version 4.7.1

DirectiveLocal ValueMaster Value
mbstring.detect_orderno valueno value
mbstring.encoding_translationOffOff
mbstring.func_overload00
mbstring.http_inputpasspass
mbstring.http_outputpasspass
mbstring.http_output_conv_mimetypes^(text/|application/xhtml\+xml)^(text/|application/xhtml\+xml)
mbstring.internal_encodingno valueno value
mbstring.languageneutralneutral
mbstring.strict_detectionOffOff
mbstring.substitute_characterno valueno value

mcrypt

mcrypt supportenabled
mcrypt_filter supportenabled
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

DirectiveLocal ValueMaster Value
mcrypt.algorithms_dirno valueno value
mcrypt.modes_dirno valueno value

mhash

MHASH support Enabled
MHASH API Version Emulated Support

mssql

MSSQL Supportenabled
Active Persistent Links 0
Active Links 0
Library version FreeTDS

DirectiveLocal ValueMaster Value
mssql.allow_persistentOnOn
mssql.batchsize00
mssql.charsetno valueno value
mssql.compatability_modeOffOff
mssql.connect_timeout55
mssql.datetimeconvertOnOn
mssql.max_linksUnlimitedUnlimited
mssql.max_persistentUnlimitedUnlimited
mssql.max_procsUnlimitedUnlimited
mssql.min_error_severity1010
mssql.min_message_severity1010
mssql.secure_connectionOffOff
mssql.textlimitServer defaultServer default
mssql.textsizeServer defaultServer default
mssql.timeout6060

mysql

MySQL Supportenabled
Active Persistent Links 0
Active Links 0
Client API version mysqlnd 5.0.10 - 20111026 - $Id: c85105d7c6f7d70d609bb4c000257868a40840ab $

DirectiveLocal ValueMaster Value
mysql.allow_local_infileOnOn
mysql.allow_persistentOffOff
mysql.connect_timeout6060
mysql.default_hostno valueno value
mysql.default_passwordno valueno value
mysql.default_portno valueno value
mysql.default_socket/var/run/mysqld/mysqld.sock/var/run/mysqld/mysqld.sock
mysql.default_userno valueno value
mysql.max_linksUnlimitedUnlimited
mysql.max_persistentUnlimitedUnlimited
mysql.trace_modeOffOff

mysqli

MysqlI Supportenabled
Client API library version mysqlnd 5.0.10 - 20111026 - $Id: c85105d7c6f7d70d609bb4c000257868a40840ab $
Active Persistent Links 0
Inactive Persistent Links 0
Active Links 0

DirectiveLocal ValueMaster Value
mysqli.allow_local_infileOnOn
mysqli.allow_persistentOffOff
mysqli.default_hostno valueno value
mysqli.default_port33063306
mysqli.default_pwno valueno value
mysqli.default_socket/var/run/mysqld/mysqld.sock/var/run/mysqld/mysqld.sock
mysqli.default_userno valueno value
mysqli.max_linksUnlimitedUnlimited
mysqli.max_persistentUnlimitedUnlimited
mysqli.reconnectOffOff

mysqlnd

mysqlndenabled
Version mysqlnd 5.0.10 - 20111026 - $Id: c85105d7c6f7d70d609bb4c000257868a40840ab $
Compression supported
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,example,debug_trace,auth_plugin_mysql_native_password,auth_plugin_mysql_clear_password
API Extensions mysqli,pdo_mysql,mysql

mysqlnd statistics
bytes_sent 5925
bytes_received 245768
packets_sent 152
packets_received 4514
protocol_overhead_in 18056
protocol_overhead_out 608
bytes_received_ok_packet 0
bytes_received_eof_packet 0
bytes_received_rset_header_packet 621
bytes_received_rset_field_meta_packet 0
bytes_received_rset_row_packet 389
bytes_received_prepare_response_packet 41224
bytes_received_change_user_packet 202961
packets_sent_command 74
packets_received_ok 0
packets_received_eof 0
packets_received_rset_header 69
packets_received_rset_field_meta 0
packets_received_rset_row 73
packets_received_prepare_response 654
packets_received_change_user 3714
result_set_queries 69
non_result_set_queries 4
no_index_used 38
bad_index_used 0
slow_queries 0
buffered_sets 69
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 3645
rows_fetched_from_server_ps 0
rows_buffered_from_client_normal 3645
rows_buffered_from_client_ps 0
rows_fetched_from_client_normal_buffered 3645
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 3645
rows_skipped_ps 0
copy_on_write_saved 23205
copy_on_write_performed 0
command_buffer_too_small 0
connect_success 2
connect_failure 0
connection_reused 0
reconnect 0
pconnect_success 0
active_connections 0
active_persistent_connections 0
explicit_close 1
implicit_close 0
disconnect_close 0
in_middle_of_command_close 0
explicit_free_result 69
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 2276
proto_text_fetched_short 6
proto_text_fetched_int24 0
proto_text_fetched_int 1558
proto_text_fetched_bigint 9134
proto_text_fetched_decimal 0
proto_text_fetched_float 10
proto_text_fetched_double 0
proto_text_fetched_date 0
proto_text_fetched_year 0
proto_text_fetched_time 0
proto_text_fetched_datetime 0
proto_text_fetched_timestamp 0
proto_text_fetched_string 8385
proto_text_fetched_blob 452
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 1
com_init_db 0
com_query 73
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 164846
bytes_received_real_data_ps 0

example statistics
stat1 0
stat2 0

openssl

OpenSSL support enabled
OpenSSL Library Version OpenSSL 1.0.1v-dev xx XXX xxxx
OpenSSL Header Version OpenSSL 1.0.1v-dev xx XXX xxxx

pcntl

pcntl supportenabled

pcre

PCRE (Perl Compatible Regular Expressions) Support enabled
PCRE Library Version 8.37 2015-04-28

DirectiveLocal ValueMaster Value
pcre.backtrack_limit10000001000000
pcre.recursion_limit100000100000

PDO

PDO supportenabled
PDO drivers mysql, sqlite

pdo_mysql

PDO Driver for MySQLenabled
Client API version mysqlnd 5.0.10 - 20111026 - $Id: c85105d7c6f7d70d609bb4c000257868a40840ab $

DirectiveLocal ValueMaster Value
pdo_mysql.default_socket/var/run/mysqld/mysqld.sock/var/run/mysqld/mysqld.sock

pdo_sqlite

PDO Driver for SQLite 3.xenabled
SQLite Library 3.8.10.2

Phar

Phar: PHP Archive supportenabled
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.

DirectiveLocal ValueMaster Value
phar.cache_listno valueno value
phar.readonlyOnOn
phar.require_hashOnOn

posix

Revision $Id: 1dfa9997ed76804e53c91e0ce862f3707617b6ed $

Reflection

Reflectionenabled
Version $Id: f6367cdb4e3f392af4a6d441a6641de87c2e50c4 $

session

Session Support enabled
Registered save handlers files user
Registered serializer handlers php php_binary wddx

DirectiveLocal ValueMaster Value
session.auto_startOffOff
session.cache_expire180180
session.cache_limiternocachenocache
session.cookie_domainno valueno value
session.cookie_httponlyOffOff
session.cookie_lifetime00
session.cookie_path//
session.cookie_secureOffOff
session.entropy_file/dev/urandom/dev/urandom
session.entropy_length00
session.gc_divisor10001000
session.gc_maxlifetime14401440
session.gc_probability00
session.hash_bits_per_character55
session.hash_function00
session.namePHPSESSIDPHPSESSID
session.referer_checkno valueno value
session.save_handlerfilesfiles
session.save_path/var/www/clients/client0/web658/tmp/var/www/clients/client0/web658/tmp
session.serialize_handlerphpphp
session.upload_progress.cleanupOnOn
session.upload_progress.enabledOnOn
session.upload_progress.freq1%1%
session.upload_progress.min_freq11
session.upload_progress.namePHP_SESSION_UPLOAD_PROGRESSPHP_SESSION_UPLOAD_PROGRESS
session.upload_progress.prefixupload_progress_upload_progress_
session.use_cookiesOnOn
session.use_only_cookiesOnOn
session.use_trans_sid00

shmop

shmop support enabled

SimpleXML

Simplexml supportenabled
Revision $Id: 16070fc92ad6f69cebb2d52ad3f02794f833ce39 $
Schema support enabled

soap

Soap Client enabled
Soap Server enabled

DirectiveLocal ValueMaster Value
soap.wsdl_cache11
soap.wsdl_cache_dir/tmp/tmp
soap.wsdl_cache_enabled11
soap.wsdl_cache_limit55
soap.wsdl_cache_ttl8640086400

sockets

Sockets Support enabled

SPL

SPL supportenabled
Interfaces Countable, OuterIterator, RecursiveIterator, SeekableIterator, SplObserver, SplSubject
Classes AppendIterator, ArrayIterator, ArrayObject, BadFunctionCallException, BadMethodCallException, CachingIterator, CallbackFilterIterator, DirectoryIterator, DomainException, EmptyIterator, FilesystemIterator, FilterIterator, GlobIterator, InfiniteIterator, InvalidArgumentException, IteratorIterator, LengthException, LimitIterator, LogicException, MultipleIterator, NoRewindIterator, OutOfBoundsException, OutOfRangeException, OverflowException, ParentIterator, RangeException, RecursiveArrayIterator, RecursiveCachingIterator, RecursiveCallbackFilterIterator, RecursiveDirectoryIterator, RecursiveFilterIterator, RecursiveIteratorIterator, RecursiveRegexIterator, RecursiveTreeIterator, RegexIterator, RuntimeException, SplDoublyLinkedList, SplFileInfo, SplFileObject, SplFixedArray, SplHeap, SplMinHeap, SplMaxHeap, SplObjectStorage, SplPriorityQueue, SplQueue, SplStack, SplTempFileObject, UnderflowException, UnexpectedValueException

sqlite3

SQLite3 supportenabled
SQLite3 module version 0.7
SQLite Library 3.8.10.2

DirectiveLocal ValueMaster Value
sqlite3.extension_dirno valueno value

standard

Dynamic Library Support enabled
Path to sendmail /usr/sbin/sendmail -t -i -fwebmaster@pneuprestanov.cz

DirectiveLocal ValueMaster Value
assert.active11
assert.bail00
assert.callbackno valueno value
assert.quiet_eval00
assert.warning11
auto_detect_line_endings00
default_socket_timeout6060
fromno valueno value
url_rewriter.tagsa=href,area=href,frame=src,input=src,form=fakeentrya=href,area=href,frame=src,input=src,form=fakeentry
user_agentno valueno value

sysvmsg

sysvmsg support enabled
Revision $Id: adf1d2d6be849c46eed3c3ee6f1cbebd1448d6e5 $

tokenizer

Tokenizer Support enabled

wddx

WDDX Supportenabled
WDDX Session Serializer enabled

xml

XML Support active
XML Namespace Support active
libxml2 Version 2.9.4

xmlreader

XMLReader enabled

xmlwriter

XMLWriter enabled

xsl

XSL enabled
libxslt Version 1.1.32
libxslt compiled against libxml Version 2.9.4
EXSLT enabled
libexslt Version 1.1.32

zip

Zip enabled
Extension Version $Id: 6c872ebfb022206b0cc2a183c7a388c7b6ad8685 $
Zip version 1.11.0
Libzip version 0.10.1

zlib

ZLib Supportenabled
Stream Wrapper compress.zlib://
Stream Filter zlib.inflate, zlib.deflate
Compiled Version 1.2.11
Linked Version 1.2.11

DirectiveLocal ValueMaster Value
zlib.output_compressionOffOff
zlib.output_compression_level-1-1
zlib.output_handlerno valueno value

Additional Modules

Module Name

HTTP request

Headers

Content-Length0
Connectionclose
Hostwww.pneuprestanov.cz
User-Agentclaudebot
Accept*/*

$_GET

typeId
"1"
isNew
"1"
valueIds%5B30%5D
"42" (2)

$_POST

empty

$_COOKIE

empty

HTTP response

Headers

X-Powered-By: Nette Framework
Content-Type: text/html; charset=utf-8
X-Frame-Options: SAMEORIGIN