Compile Error

Namespace declaration statement has to be the very first statement in the script search►

Source file

File: .../app/presenters/SignPresenter.php:3

1: <?php 2: 3: namespace App\Presenters; 4: 5: use Nette, 6:     App\Model; 7: 8: /** 9:  * Sign in/out presenters. 10:  */ 11: class SignPresenter extends BasePresenter { 12: 13:     private $messenger; 14:     private $pom; 15:

Nette Application

Requests

array ()

Presenter

NULL

Environment

$_SERVER

REDIRECT_STATUS
"200" (3)
HTTP_HOST
"karelcerman.php5.cz" (19)
HTTP_USER_AGENT
"Mozilla/5.0 (Windows NT 6.3; WOW64; rv:28.0) Gecko/20100101 Firefox/28.0" (72)
HTTP_ACCEPT
"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8" (63)
HTTP_ACCEPT_LANGUAGE
"cs,en;q=0.7,en-us;q=0.3" (23)
HTTP_ACCEPT_ENCODING
"gzip, deflate" (13)
HTTP_REFERER
"http://karelcerman.php5.cz/www/objednavky/seznam-user" (53)
HTTP_COOKIE
"__utma=57450347.1657631584.1393426386.1397471025.1397499137.10; __utmz=57450347.1396979284.7.6.utmcsr=google|utmccn=(organic)|utmcmd=organic|utmctr=(n ... " (228)
HTTP_CONNECTION
"keep-alive" (10)
HTTP_CACHE_CONTROL
"max-age=0" (9)
PATH
"/bin:/usr/bin:/usr/ucb:/usr/bsd:/usr/local/bin" (46)
SERVER_SIGNATURE
"<address>Apache/2.2.22 (Debian) Server at karelcerman.php5.cz Port 80</address>
" (80)
SERVER_SOFTWARE
"Apache/2.2.22 (Debian)" (22)
SERVER_NAME
"karelcerman.php5.cz" (19)
SERVER_ADDR
"217.198.115.56" (14)
SERVER_PORT
"80" (2)
REMOTE_ADDR
"78.128.152.159" (14)
DOCUMENT_ROOT
"/www/sites/7/site20397/public_html" (34)
SERVER_ADMIN
"karel.cerman@gmail.com" (22)
SCRIPT_FILENAME
"/www/sites/7/site20397/public_html/www/index.php" (48)
REMOTE_PORT
"2784" (4)
REDIRECT_URL
"/www/sign/nastaveni" (19)
GATEWAY_INTERFACE
"CGI/1.1" (7)
SERVER_PROTOCOL
"HTTP/1.1" (8)
REQUEST_METHOD
"GET" (3)
QUERY_STRING
""
REQUEST_URI
"/www/sign/nastaveni" (19)
SCRIPT_NAME
"/www/index.php" (14)
PHP_SELF
"/www/index.php" (14)
REQUEST_TIME_FLOAT
1397551312.815
REQUEST_TIME
1397551312

$_SESSION

__NFNette Session

Nette Session

Nette.Http.UserStorage/
array (9)
authenticated => TRUE identity => Nette\Security\Identity #1a61
| id private => 4 | roles private => array (1)
| | 0 => "uzivatel" (8)
| data private => array (12)
| | user_id => 4 | | email => "uzivatel" (8) | | password => "0c25d1a648a3363fe30cad4541eac805b4cae5fd" (40) | | jmeno => "Pepa" (4) | | prijmeni => "Vyskoč" (7) | | ulice => "Horní Roveň" (13) | | mesto => "Dolní Roveň" (13) | | cp => 123 | | zeme => "czech" (5) | | telefon => "111222333" (9) | | create_time => Nette\DateTime #1363
| | | date => "2014-04-01 05:45:43" (19) | | | timezone_type => 3 | | | timezone => "Europe/Prague" (13)
| | role => "uzivatel" (8)
reason => NULL expireTime => 1397552475 expireDelta => 1200 expireIdentity => FALSE expireBrowser => TRUE browserCheck => TRUE authTime => 1397551271

Constants

NETTE
TRUE
NETTE_DIR
"/www/sites/7/site20397/public_html/vendor/nette/nette/Nette" (59)
NETTE_VERSION_ID
20102

Included files (57)

/www/sites/7/site20397/public_html/www/index.php
/www/sites/7/site20397/public_html/app/bootstrap.php
/www/sites/7/site20397/public_html/vendor/autoload.php
/www/sites/7/site20397/public_html/vendor/nette/nette/Nette/loader.php
/www/sites/7/site20397/public_html/vendor/nette/nette/Nette/common/exceptions.php
/www/sites/7/site20397/public_html/vendor/nette/nette/Nette/common/Object.php
/www/sites/7/site20397/public_html/vendor/nette/nette/Nette/Loaders/NetteLoader.php
/www/sites/7/site20397/public_html/vendor/nette/nette/Nette/common/shortcuts.php
/www/sites/7/site20397/public_html/vendor/nette/nette/Nette/common/Configurator.php
/www/sites/7/site20397/public_html/vendor/nette/nette/Nette/DI/CompilerExtension.php
/www/sites/7/site20397/public_html/vendor/nette/nette/Nette/DI/Compiler.php
/www/sites/7/site20397/public_html/vendor/nette/nette/Nette/Diagnostics/Debugger.php
/www/sites/7/site20397/public_html/vendor/nette/nette/Nette/Diagnostics/Dumper.php
/www/sites/7/site20397/public_html/vendor/nette/nette/Nette/Diagnostics/Bar.php
/www/sites/7/site20397/public_html/vendor/nette/nette/Nette/Diagnostics/BlueScreen.php
/www/sites/7/site20397/public_html/vendor/nette/nette/Nette/Diagnostics/DefaultBarPanel.php
/www/sites/7/site20397/public_html/vendor/nette/nette/Nette/Diagnostics/IBarPanel.php
/www/sites/7/site20397/public_html/vendor/nette/nette/Nette/Diagnostics/FireLogger.php
/www/sites/7/site20397/public_html/vendor/nette/nette/Nette/Diagnostics/Helpers.php
/www/sites/7/site20397/public_html/vendor/nette/nette/Nette/Diagnostics/Logger.php
/www/sites/7/site20397/public_html/vendor/nette/nette/Nette/Utils/Html.php
/www/sites/7/site20397/public_html/vendor/nette/nette/Nette/Utils/Strings.php
/www/sites/7/site20397/public_html/vendor/nette/nette/Nette/Loaders/RobotLoader.php
/www/sites/7/site20397/public_html/vendor/nette/nette/Nette/Caching/Storages/FileStorage.php
/www/sites/7/site20397/public_html/vendor/nette/nette/Nette/Caching/IStorage.php
/www/sites/7/site20397/public_html/vendor/nette/nette/Nette/Caching/Cache.php
/www/sites/7/site20397/public_html/vendor/nette/nette/Nette/Caching/Storages/PhpFileStorage.php
/www/sites/7/site20397/public_html/temp/cache/_Nette.Configurator/_-7f121b65d773d039fd28fa96ec452d56.php
/www/sites/7/site20397/public_html/vendor/nette/nette/Nette/DI/Container.php
/www/sites/7/site20397/public_html/vendor/nette/nette/Nette/Reflection/ClassType.php
/www/sites/7/site20397/public_html/vendor/nette/nette/Nette/Reflection/Method.php
/www/sites/7/site20397/public_html/vendor/nette/nette/Nette/Http/Session.php
/www/sites/7/site20397/public_html/vendor/nette/nette/Nette/Http/RequestFactory.php
/www/sites/7/site20397/public_html/vendor/nette/nette/Nette/Http/UrlScript.php
/www/sites/7/site20397/public_html/vendor/nette/nette/Nette/Http/Url.php
/www/sites/7/site20397/public_html/vendor/nette/nette/Nette/common/ObjectMixin.php
/www/sites/7/site20397/public_html/vendor/nette/nette/Nette/Http/Request.php
/www/sites/7/site20397/public_html/vendor/nette/nette/Nette/Http/IRequest.php
/www/sites/7/site20397/public_html/vendor/nette/nette/Nette/Http/Response.php
/www/sites/7/site20397/public_html/vendor/nette/nette/Nette/Http/IResponse.php
/www/sites/7/site20397/public_html/vendor/nette/nette/Nette/common/DateTime.php
/www/sites/7/site20397/public_html/vendor/nette/nette/Nette/Security/Identity.php
/www/sites/7/site20397/public_html/vendor/nette/nette/Nette/Security/IIdentity.php
/www/sites/7/site20397/public_html/vendor/nette/nette/Nette/Reflection/AnnotationsParser.php
/www/sites/7/site20397/public_html/vendor/nette/nette/Nette/Utils/SafeStream.php
/www/sites/7/site20397/public_html/vendor/nette/nette/Nette/common/Environment.php
/www/sites/7/site20397/public_html/vendor/nette/nette/Nette/Application/Application.php
/www/sites/7/site20397/public_html/vendor/nette/nette/Nette/Application/PresenterFactory.php
/www/sites/7/site20397/public_html/vendor/nette/nette/Nette/Application/IPresenterFactory.php
/www/sites/7/site20397/public_html/app/router/RouterFactory.php
/www/sites/7/site20397/public_html/vendor/nette/nette/Nette/Application/Routers/RouteList.php
/www/sites/7/site20397/public_html/vendor/nette/nette/Nette/common/ArrayList.php
/www/sites/7/site20397/public_html/vendor/nette/nette/Nette/Application/IRouter.php
/www/sites/7/site20397/public_html/vendor/nette/nette/Nette/Application/Routers/Route.php
/www/sites/7/site20397/public_html/vendor/nette/nette/Nette/Application/Diagnostics/RoutingPanel.php
/www/sites/7/site20397/public_html/vendor/nette/nette/Nette/Application/Request.php
/www/sites/7/site20397/public_html/vendor/nette/nette/Nette/Diagnostics/templates/bluescreen.phtml

Configuration options


Configuration

apache2handler

Apache Version Apache/2.2.22 (Debian)
Apache API Version 20051115
Server Administrator karel.cerman@gmail.com
Hostname:Port karelcerman.php5.cz:0
User/Group apache(105)/109
Max Requests Per Child: 10000 - Keep Alive: on - Max Per Connection: 100
Timeouts Connection: 30 - Keep-Alive: 2
Virtual Server Yes
Server Root /etc/apache2
Loaded Modules core mod_log_config mod_logio mod_version itk http_core mod_so mod_alias mod_auth_basic mod_authn_file mod_authz_default mod_authz_groupfile mod_authz_host mod_authz_user mod_autoindex mod_bw mod_cgi mod_deflate mod_dir mod_env mod_expires mod_headers mod_info mod_mime mod_evasive20 mod_negotiation mod_php5 mod_reqtimeout mod_rewrite mod_setenvif mod_status mod_upload_progress

DirectiveLocal ValueMaster Value
engine11
last_modified00
xbithack00

Apache Environment

VariableValue
REDIRECT_STATUS 200
HTTP_HOST karelcerman.php5.cz
HTTP_USER_AGENT Mozilla/5.0 (Windows NT 6.3; WOW64; rv:28.0) Gecko/20100101 Firefox/28.0
HTTP_ACCEPT text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
HTTP_ACCEPT_LANGUAGE cs,en;q=0.7,en-us;q=0.3
HTTP_ACCEPT_ENCODING gzip, deflate
HTTP_REFERER http://karelcerman.php5.cz/www/objednavky/seznam-user
HTTP_COOKIE __utma=57450347.1657631584.1393426386.1397471025.1397499137.10; __utmz=57450347.1396979284.7.6.utmcsr=google|utmccn=(organic)|utmcmd=organic|utmctr=(not%20provided); PHPSESSID=cthi644esaurlg2rbv7ol2ntn5; nette-browser=alqs1iqta9
HTTP_CONNECTION keep-alive
HTTP_CACHE_CONTROL max-age=0
PATH /bin:/usr/bin:/usr/ucb:/usr/bsd:/usr/local/bin
SERVER_SIGNATURE <address>Apache/2.2.22 (Debian) Server at karelcerman.php5.cz Port 80</address>
SERVER_SOFTWARE Apache/2.2.22 (Debian)
SERVER_NAME karelcerman.php5.cz
SERVER_ADDR 217.198.115.56
SERVER_PORT 80
REMOTE_ADDR 78.128.152.159
DOCUMENT_ROOT /www/sites/7/site20397/public_html
SERVER_ADMIN karel.cerman@gmail.com
SCRIPT_FILENAME /www/sites/7/site20397/public_html/www/index.php
REMOTE_PORT 2784
REDIRECT_URL /www/sign/nastaveni
GATEWAY_INTERFACE CGI/1.1
SERVER_PROTOCOL HTTP/1.1
REQUEST_METHOD GET
QUERY_STRING no value
REQUEST_URI /www/sign/nastaveni
SCRIPT_NAME /www/index.php

HTTP Headers Information

HTTP Request Headers
HTTP Request GET /www/sign/nastaveni HTTP/1.1
Host karelcerman.php5.cz
User-Agent Mozilla/5.0 (Windows NT 6.3; WOW64; rv:28.0) Gecko/20100101 Firefox/28.0
Accept text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language cs,en;q=0.7,en-us;q=0.3
Accept-Encoding gzip, deflate
Referer http://karelcerman.php5.cz/www/objednavky/seznam-user
Cookie __utma=57450347.1657631584.1393426386.1397471025.1397499137.10; __utmz=57450347.1396979284.7.6.utmcsr=google|utmccn=(organic)|utmcmd=organic|utmctr=(not%20provided); PHPSESSID=cthi644esaurlg2rbv7ol2ntn5; nette-browser=alqs1iqta9
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=cthi644esaurlg2rbv7ol2ntn5; expires=Tue, 29-Apr-2014 08:41:52 GMT; Max-Age=1209600; path=/; httponly
Set-Cookie nette-browser=alqs1iqta9; path=/; httponly
X-Frame-Options SAMEORIGIN

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

Core

PHP Version 5.5.11-1~dotdeb.1

DirectiveLocal ValueMaster Value
allow_url_fopenOffOff
allow_url_includeOffOff
always_populate_raw_post_dataOffOff
arg_separator.input&&
arg_separator.output&amp;&amp;
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_functionssystem,passthru,exec,popen,proc_close,proc_get_status,proc_nice,proc_open,proc_terminate,shell_exec,posix_*system,passthru,exec,popen,proc_close,proc_get_status,proc_nice,proc_open,proc_terminate,shell_exec,posix_*
display_errorsOffOff
display_startup_errorsOffOff
doc_root/www/sites/7/site20397/public_htmlno value
docref_extno valueno value
docref_rootno valueno value
enable_dlOffOff
enable_post_data_readingOnOn
error_append_stringno valueno value
error_log/www/sites/7/site20397/public_html/log/php_error.logno value
error_prepend_stringno valueno value
error_reporting01
exit_on_timeoutOffOff
expose_phpOnOn
extension_dir/usr/lib/php5/20121212/usr/lib/php5/20121212
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.:/usr/share/php:/usr/local/zend/share/ZendFramework/library.:/usr/share/php:/usr/share/pear
log_errorsOffOn
log_errors_max_len10241024
mail.add_x_headerOnOn
mail.force_extra_parametersno valueno value
mail.logno valueno value
max_execution_time3030
max_file_uploads2020
max_input_nesting_level6464
max_input_time3060
max_input_vars10001000
memory_limit48M32M
open_basedir/www/sites/7/site20397:/usr/local/zend/share/ZendFramework/library::/usr/share/phpno value
output_buffering40964096
output_handlerno valueno value
post_max_size10M8M
precision1414
realpath_cache_size16K16K
realpath_cache_ttl120120
register_argc_argvOffOff
report_memleaksOnOn
report_zend_debugOnOn
request_orderGPGP
sendmail_fromkarel.cerman@gmail.comno value
sendmail_path/usr/bin/cwebsmail -s 'site20397' -d 'karelcerman.php5.cz' -f 'karel.cerman@gmail.com' --/usr/sbin/sendmail -t -i 
serialize_precision100100
short_open_tagOnOn
SMTPlocalhostlocalhost
smtp_port2525
sql.safe_modeOffOff
sys_temp_dirno valueno value
track_errorsOffOff
unserialize_callback_funcno valueno value
upload_max_filesize10M2M
upload_tmp_dir/www/sites/7/site20397/tmpno value
user_dirno valueno value
user_ini.cache_ttl300300
user_ini.filename.user.ini.user.ini
variables_orderGPCSGPCS
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.26.0
Age 3
Features
AsynchDNS No
CharConv No
Debug Yes
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 Yes
Protocols dict, file, ftp, ftps, gopher, http, https, imap, imaps, ldap, pop3, pop3s, rtmp, rtsp, scp, sftp, smtp, smtps, telnet, tftp
Host x86_64-pc-linux-gnu
SSL Version OpenSSL/1.0.1e
ZLib Version 1.2.7
libSSH Version libssh2/1.4.2

date

date/time support enabled
"Olson" Timezone Database Version 2014.1
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 db4 inifile flatfile qdbm

DirectiveLocal ValueMaster Value
dba.default_handlerflatfileflatfile

dom

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

ereg

Regex Library Bundled library enabled

exif

EXIF Support enabled
EXIF Version 1.4 $Id$
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: 4d3899e089e6e45b157975ceef2ac7deb6e9d762 $

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.4.9
T1Lib Support enabled
GIF Read Support enabled
GIF Create Support enabled
JPEG Support enabled
libJPEG Version 8
PNG Support enabled
libPNG Version 1.2.49
WBMP Support enabled
XPM Support enabled
libXpm Version 30411
XBM Support enabled
WebP Support enabled

DirectiveLocal ValueMaster Value
gd.jpeg_ignore_warning00

gettext

GetText Support enabled

hash

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

DirectiveLocal ValueMaster Value
iconv.input_encodingISO-8859-1ISO-8859-1
iconv.internal_encodingISO-8859-1ISO-8859-1
iconv.output_encodingISO-8859-1ISO-8859-1

imagick

imagick moduleenabled
imagick module version 3.1.2
imagick classes Imagick, ImagickDraw, ImagickPixel, ImagickPixelIterator
ImageMagick version ImageMagick 6.7.7-10 2013-09-01 Q16 http://www.imagemagick.org
ImageMagick copyright Copyright (C) 1999-2012 ImageMagick Studio LLC
ImageMagick release date 2013-09-01
ImageMagick number of supported formats: 204
ImageMagick supported formats 3FR, A, AAI, AI, ART, ARW, AVI, AVS, B, BGR, BGRA, BIE, BMP, BMP2, BMP3, BRF, C, CAL, CALS, CANVAS, CAPTION, CIN, CIP, CLIP, CMYK, CMYKA, CR2, CRW, CUR, CUT, DCM, DCR, DCX, DDS, DFONT, DNG, DPX, EPDF, EPI, EPS, EPS2, EPS3, EPSF, EPSI, EPT, EPT2, EPT3, ERF, FAX, FITS, FRACTAL, FTS, G, G3, GIF, GIF87, GRADIENT, GRAY, GROUP4, HALD, HDR, HISTOGRAM, HRZ, HTM, HTML, ICB, ICO, ICON, INFO, INLINE, IPL, ISOBRL, J2C, J2K, JBG, JBIG, JNG, JP2, JPC, JPEG, JPG, JPX, K, K25, KDC, LABEL, M, M2V, M4V, MAC, MAP, MAT, MATTE, MEF, MIFF, MNG, MONO, MOV, MP4, MPC, MPEG, MPG, MRW, MSL, MTV, MVG, NEF, NRW, NULL, O, ORF, OTB, OTF, PAL, PALM, PAM, PATTERN, PBM, PCD, PCDS, PCL, PCT, PCX, PDB, PDF, PDFA, PEF, PES, PFA, PFB, PFM, PGM, PGX, PICON, PICT, PIX, PJPEG, PLASMA, PNG, PNG24, PNG32, PNG8, PNM, PPM, PREVIEW, PS, PS2, PS3, PSB, PSD, PTIF, PWP, R, RADIAL-GRADIENT, RAF, RAS, RGB, RGBA, RGBO, RLA, RLE, SCR, SCT, SFW, SGI, SHTML, SR2, SRF, STEGANO, SUN, TEXT, TGA, THUMBNAIL, TIFF, TIFF64, TILE, TIM, TTC, TTF, TXT, UBRL, UIL, UYVY, VDA, VICAR, VID, VIFF, VST, WBMP, WMV, WPG, X, X3F, XBM, XC, XCF, XPM, XPS, XV, XWD, Y, YCbCr, YCbCrA, YUV

DirectiveLocal ValueMaster Value
imagick.locale_fix00
imagick.progress_monitor00

imap

IMAP c-Client Version 2007f
SSL Support enabled
Kerberos Support enabled

intl

Internationalization supportenabled
version 1.1.0
ICU version 4.8.1.1
ICU Data version 4.8.1

DirectiveLocal ValueMaster Value
intl.default_localeno valueno value
intl.error_level00
intl.use_exceptions00

json

json support enabled
json version 1.2.1

ldap

LDAP Support enabled
RCS Version $Id$
Total Links 0/unlimited
API Version 3001
Vendor Name OpenLDAP
Vendor Version 20431
SASL Support Enabled

DirectiveLocal ValueMaster Value
ldap.max_linksUnlimitedUnlimited

libxml

libXML support active
libXML Compiled Version 2.8.0
libXML Loaded Version 20800
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) version 5.9.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

memcache

memcache supportenabled
Version 3.0.8
Revision $Revision: 329835 $

DirectiveLocal ValueMaster Value
memcache.allow_failover11
memcache.chunk_size3276832768
memcache.compress_threshold2000020000
memcache.default_port1121111211
memcache.hash_functioncrc32crc32
memcache.hash_strategyconsistentconsistent
memcache.lock_timeout1515
memcache.max_failover_attempts2020
memcache.protocolasciiascii
memcache.redundancy11
memcache.session_redundancy22

memcached

memcached supportenabled
Version 2.2.0
libmemcached version 1.0.16
SASL support yes
Session support yes
igbinary support no
json support yes
msgpack support no

DirectiveLocal ValueMaster Value
memcached.compression_factor1.31.3
memcached.compression_threshold20002000
memcached.compression_typefastlzfastlz
memcached.serializerphpphp
memcached.sess_binary00
memcached.sess_connect_timeout10001000
memcached.sess_consistent_hash00
memcached.sess_lock_expire00
memcached.sess_lock_max_wait00
memcached.sess_lock_wait150000150000
memcached.sess_locking11
memcached.sess_number_of_replicas00
memcached.sess_prefixmemc.sess.key.memc.sess.key.
memcached.sess_randomize_replica_read00
memcached.sess_remove_failed00
memcached.sess_sasl_passwordno valueno value
memcached.sess_sasl_usernameno valueno value
memcached.store_retry_count22
memcached.use_sasl00

mhash

MHASH support Enabled
MHASH API Version Emulated Support

mysql

MySQL Supportenabled
Active Persistent Links 0
Active Links 0
Client API version mysqlnd 5.0.11-dev - 20120503 - $Id: bf9ad53b11c9a57efdb1057292d73b928b8c5c77 $

DirectiveLocal ValueMaster Value
mysql.allow_local_infileOnOn
mysql.allow_persistentOffOff
mysql.connect_timeout3030
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_links200200
mysql.max_persistent200200
mysql.trace_modeOffOff

mysqli

MysqlI Supportenabled
Client API library version mysqlnd 5.0.11-dev - 20120503 - $Id: bf9ad53b11c9a57efdb1057292d73b928b8c5c77 $
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_links200200
mysqli.max_persistent200200
mysqli.reconnectOffOff

mysqlnd

mysqlndenabled
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 300
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 0
bytes_received 0
packets_sent 0
packets_received 0
protocol_overhead_in 0
protocol_overhead_out 0
bytes_received_ok_packet 0
bytes_received_eof_packet 0
bytes_received_rset_header_packet 0
bytes_received_rset_field_meta_packet 0
bytes_received_rset_row_packet 0
bytes_received_prepare_response_packet 0
bytes_received_change_user_packet 0
packets_sent_command 0
packets_received_ok 0
packets_received_eof 0
packets_received_rset_header 0
packets_received_rset_field_meta 0
packets_received_rset_row 0
packets_received_prepare_response 0
packets_received_change_user 0
result_set_queries 0
non_result_set_queries 0
no_index_used 0
bad_index_used 0
slow_queries 0
buffered_sets 0
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 0
rows_fetched_from_server_ps 0
rows_buffered_from_client_normal 0
rows_buffered_from_client_ps 0
rows_fetched_from_client_normal_buffered 0
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 0
rows_skipped_ps 0
copy_on_write_saved 0
copy_on_write_performed 0
command_buffer_too_small 0
connect_success 0
connect_failure 0
connection_reused 0
reconnect 0
pconnect_success 0
active_connections 0
active_persistent_connections 0
explicit_close 0
implicit_close 0
disconnect_close 0
in_middle_of_command_close 0
explicit_free_result 0
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 0
proto_text_fetched_bigint 0
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 0
proto_text_fetched_timestamp 0
proto_text_fetched_string 0
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 0
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 0
bytes_received_real_data_ps 0

openssl

OpenSSL support enabled
OpenSSL Library Version OpenSSL 1.0.1e 11 Feb 2013
OpenSSL Header Version OpenSSL 1.0.1e 11 Feb 2013

pcre

PCRE (Perl Compatible Regular Expressions) Support enabled
PCRE Library Version 8.34 2013-12-15

DirectiveLocal ValueMaster Value
pcre.backtrack_limit10000001000000
pcre.recursion_limit100000100000

PDO

PDO supportenabled
PDO drivers mysql, pgsql

pdo_mysql

PDO Driver for MySQLenabled
Client API version mysqlnd 5.0.11-dev - 20120503 - $Id: bf9ad53b11c9a57efdb1057292d73b928b8c5c77 $

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

pdo_pgsql

PDO Driver for PostgreSQLenabled
PostgreSQL(libpq) Version 9.1.12
Module version 1.0.2
Revision $Id$

pgsql

PostgreSQL Supportenabled
PostgreSQL(libpq) Version 9.1.12
PostgreSQL(libpq) PostgreSQL 9.1.12 on x86_64-unknown-linux-gnu, compiled by gcc (Debian 4.7.2-5) 4.7.2, 64-bit
Multibyte character support enabled
SSL support enabled
Active Persistent Links 0
Active Links 0

DirectiveLocal ValueMaster Value
pgsql.allow_persistentOnOn
pgsql.auto_reset_persistentOffOff
pgsql.ignore_noticeOffOff
pgsql.log_noticeOffOff
pgsql.max_linksUnlimitedUnlimited
pgsql.max_persistentUnlimitedUnlimited

Phar

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

pspell

PSpell Support enabled

recode

Recode Support enabled
Revision $Id: 3fff0a7f7f38d14822c458730319d132d602a061 $

Reflection

Reflectionenabled
Version $Id: 31d836a7ac92a37b5c580836d91ad4736fe2f376 $

session

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

DirectiveLocal ValueMaster Value
session.auto_startOffOff
session.cache_expire180180
session.cache_limiternocachenocache
session.cookie_domainno valueno value
session.cookie_httponlyOnOff
session.cookie_lifetime12096000
session.cookie_path//
session.cookie_secureOffOff
session.entropy_fileno valueno value
session.entropy_length00
session.gc_divisor10001000
session.gc_maxlifetime12096001440
session.gc_probability11
session.hash_bits_per_character55
session.hash_function00
session.namePHPSESSIDPHPSESSID
session.referer_checkno valueno value
session.save_handlerfilesfiles
session.save_path/var/lib/php5/var/lib/php5
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_strict_modeOffOff
session.use_trans_sid00

shmop

shmop support enabled

SimpleXML

Simplexml supportenabled
Revision $Id: 363ea1fc44b0b7775e2ec3ce8456530fec6d1660 $
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

standard

Dynamic Library Support enabled
Path to sendmail /usr/bin/cwebsmail -s 'site20397' -d 'karelcerman.php5.cz' -f 'karel.cerman@gmail.com' --

DirectiveLocal ValueMaster Value
assert.active11
assert.bail00
assert.callbackno valueno value
assert.quiet_eval00
assert.warning11
auto_detect_line_endings00
default_socket_timeout1010
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 $

tidy

Tidy supportenabled
libTidy Release 25 March 2009
Extension Version 2.0 ($Id$)

DirectiveLocal ValueMaster Value
tidy.clean_outputno valueno value
tidy.default_configno valueno value

tokenizer

Tokenizer Support enabled

wddx

WDDX Supportenabled
WDDX Session Serializer enabled

xml

XML Support active
XML Namespace Support active
libxml2 Version 2.8.0

xmlreader

XMLReader enabled

xmlrpc

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

XMLWriter enabled

xsl

XSL enabled
libxslt Version 1.1.26
libxslt compiled against libxml Version 2.8.0
EXSLT enabled
libexslt Version 1.1.26

Zend OPcache

Opcode Caching Up and Running
Optimization Enabled
Startup OK
Shared memory model mmap
Cache hits 2339412
Cache misses 4198648
Used memory 67074976
Free memory 26216
Wasted memory 7672
Interned Strings Used memory 4194248
Interned Strings Free memory 56
Cached scripts 877
Cached keys 1468
Max keys 3907
OOM restarts 0
Hash keys restarts 0
Manual restarts 0

DirectiveLocal ValueMaster Value
opcache.blacklist_filenameno valueno value
opcache.consistency_checks00
opcache.dups_fixOffOff
opcache.enableOnOn
opcache.enable_cliOffOff
opcache.enable_file_overrideOffOff
opcache.error_logno valueno value
opcache.fast_shutdown00
opcache.file_update_protection22
opcache.force_restart_timeout180180
opcache.inherited_hackOnOn
opcache.interned_strings_buffer44
opcache.load_comments11
opcache.log_verbosity_level11
opcache.max_accelerated_files20002000
opcache.max_file_size00
opcache.max_wasted_percentage55
opcache.memory_consumption6464
opcache.optimization_level0xFFFFFFFF0xFFFFFFFF
opcache.preferred_memory_modelno valueno value
opcache.protect_memory00
opcache.restrict_apino valueno value
opcache.revalidate_freq22
opcache.revalidate_pathOffOff
opcache.save_comments11
opcache.use_cwdOnOn
opcache.validate_timestampsOnOn

zip

Zip enabled
Extension Version $Id: 05dd1ecc211075107543b0ef8cee488dd229fccf $
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.1.1
Linked Version 1.2.7

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

Additional Modules

Module Name
sysvsem
sysvshm

HTTP request

Headers

Hostkarelcerman.php5.cz
User-AgentMozilla/5.0 (Windows NT 6.3; WOW64; rv:28.0) Gecko/20100101 Firefox/28.0
Accepttext/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Languagecs,en;q=0.7,en-us;q=0.3
Accept-Encodinggzip, deflate
Refererhttp://karelcerman.php5.cz/www/objednavky/seznam-user
Cookie__utma=57450347.1657631584.1393426386.1397471025.1397499137.10; __utmz=57450347.1396979284.7.6.utmcsr=google|utmccn=(organic)|utmcmd=organic|utmctr=(not%20provided); PHPSESSID=cthi644esaurlg2rbv7ol2ntn5; nette-browser=alqs1iqta9
Connectionkeep-alive
Cache-Controlmax-age=0

$_GET

empty

$_POST

empty

$_COOKIE

__utma
"57450347.1657631584.1393426386.1397471025.1397499137.10" (55)
__utmz
"57450347.1396979284.7.6.utmcsr=google|utmccn=(organic)|utmcmd=organic|utmctr=(not provided)" (91)
PHPSESSID
"cthi644esaurlg2rbv7ol2ntn5" (26)
nette-browser
"alqs1iqta9" (10)

HTTP response

Headers

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=cthi644esaurlg2rbv7ol2ntn5; expires=Tue, 29-Apr-2014 08:41:52 GMT; Max-Age=1209600; path=/; httponly
Set-Cookie: nette-browser=alqs1iqta9; path=/; httponly
X-Frame-Options: SAMEORIGIN
X-Powered-By: Nette Framework
Content-Type: text/html; charset=utf-8