Extranet\DB\Connectors\DBConnectorException

ERROR: syntax error at or near "WHERE" LINE 1: UPDATE "vote_proposal" SET WHERE "id" = '8' ^, query= UPDATE "vote_proposal" SET WHERE "id" = '8' search►

Source file

File: ...//app/Common/DB/Connectors/PgSQLConnector.php:113

103: $start = microtime(true); 104: $result = @pg_query($this->link, $sql); 105: $end = microtime(true); 106: 107: $this->onQuery($sql, ($end - $start)); 108: 109: if ($result === false) { 110: $sql = \Extranet\DB\Helpers::format($sql); 111: 112: $lastError = pg_last_error($this->link); 113: throw new DBConnectorException($lastError . ", query=\n" . $sql); 114: } 115: 116: return $result; 117: }

Call stack

  1. ...//app/Common/DB/Connectors/PgSQLConnector.php:77 source  Extranet\DB\Connectors\PgSQLConnector->query(arguments)

    67: 68: 69: /** 70: * Aktualizácia záznamu v databáze 71: * 72: * @param string $sql SQL 73: * @return integer počet aktualizovaných riadkov 74: */ 75: public function update($sql) 76: { 77: $result = $this->query($sql); 78: return pg_affected_rows($result); 79: } 80: 81:
    $sql
    "UPDATE "vote_proposal" SET  WHERE "id" = '8' " (45)
    
  2. .../extranet/var/www/klingger//app/Common/DB/Model.php:618 source  Extranet\DB\Connectors\PgSQLConnector->update(arguments)

    608: $primaryKeyValue = $this->connector->insert($sql); 609: $this->data[$primaryKey] = $primaryKeyValue; 610: } else { 611: $this->checkPermissions('update'); 612: $update = true; 613: 614: $this->sqlBuilder 615: ->where([[$this->primaryKey, $this->data[$primaryKey]]]); 616: 617: $sql = $this->sqlBuilder->buildUpdate(); 618: $updated = $this->connector->update($sql); 619: 620: // Ak nebol aktualizovaný žiadny záznam, má sa skontrolovať či to nie je 621: // kvôli existencii primárneho kľúča v dátach, ak kľúč existuje 622: // a je povolené vloženie nového záznamu, vloží sa
    $sql
    "UPDATE "vote_proposal" SET  WHERE "id" = '8' " (45)
    
  3. ...//app/Modules/ALPI/Models/ALPIVoteProposalModel.php:58 source  Extranet\DB\Model->save(arguments)

    48: "time_end" => [ 49: ["callback", "Koniec musí byť neskôr ako začiatok", ["\$this", "checkTimeEnd"]], 50: ], 51: ]; 52: 53: private $options; 54: 55: 56: public function save($insertIfNotExists = false) 57: { 58: return parent::save($insertIfNotExists); 59: } 60: 61: 62: public function checkPermissions($operation, $return = false)
    $insertIfNotExists
    FALSE
    
  4. .../var/www/klingger//bin/alpi/alpi-vote-notify.php:150 source  ALPIVoteProposalModel->save()

    140: 141: $voteProposal->save(); 142: } 143: 144: if ($type === "new") { 145: $voteProposal->setData([ 146: "id" => $voteProposal["id"], 147: "notified_started" => true, 148: ]); 149: 150: $voteProposal->save(); 151: } 152: 153: echo "\n"; 154: }
  5. .../var/www/klingger//bin/alpi/alpi-vote-notify.php:54 source  notify(arguments)

    44: function notifyNew($recipients) 45: { 46: // vybrať aktuálne hlasovania 47: $voteProposals = getNewVoteProposals(); 48: 49: if ($voteProposals->count() > 0) { 50: echo "Nové hlasovania: "; 51: echo $voteProposals->count(); 52: echo "\n==================================================\n"; 53: 54: notify($recipients, $voteProposals, "new"); 55: 56: echo "\n\n\n"; 57: } 58: }
    $recipients
    
    
    $voteProposals
    
    
    $type
    "new" (3)
    
  6. .../var/www/klingger//bin/alpi/alpi-vote-notify.php:22 source  notifyNew(arguments)

    12: 13: require_once __DIR__ . "/../bootstrap.php"; 14: 15: $lc = new LoginController(); 16: $lc->setShellUser("dejna"); 17: 18: // vybrať užívateľov s povolením hlasovať 19: $recipients = getRecipients(); 20: 21: // Poslať oznamy o nových hlasovaniach 22: notifyNew($recipients); 23: 24: // Poslať oznamy o čoskoro končiacich hlasovaniach 25: notifyNearEnd($recipients); 26:
    $recipients
    
    

Environment

$_SERVER

TERM
"xterm-256color" (14)
SHELL
"/bin/bash" (9)
SSH_CLIENT
"10.245.7.100 46876 22" (21)
OLDPWD
"/home/klingger" (14)
SSH_TTY
"/dev/pts/0" (10)
USER
"klingger" (8)
MAIL
"/var/mail/klingger" (18)
PATH
"/home/klingger/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" (75)
PWD
"/var/www/klingger" (17)
EDITOR
"mcedit" (6)
LANG
"en_US.UTF-8" (11)
SHLVL
"1"
HOME
"/home/klingger" (14)
LANGUAGE
"en_US:en" (8)
LOGNAME
"klingger" (8)
VISUAL
"mcedit" (6)
SSH_CONNECTION
"10.245.7.100 46876 10.245.7.47 22" (33)
_
"./bin/alpi/alpi-vote-notify.php" (31)
PHP_SELF
"./bin/alpi/alpi-vote-notify.php" (31)
SCRIPT_NAME
"./bin/alpi/alpi-vote-notify.php" (31)
SCRIPT_FILENAME
"./bin/alpi/alpi-vote-notify.php" (31)
PATH_TRANSLATED
"./bin/alpi/alpi-vote-notify.php" (31)
DOCUMENT_ROOT
""
REQUEST_TIME_FLOAT
1713526404.8764
REQUEST_TIME
1713526404
argv

argc
1

$_SESSION

user

Configuration options

phpinfo() _______________________________________________________________________ Configuration bcmath BCMath support => enabled Directive => Local Value => Master Value bcmath.scale => 0 => 0 bz2 BZip2 Support => Enabled Stream Wrapper support => compress.bzip2:// Stream Filter support => bzip2.decompress, bzip2.compress BZip2 Version => 1.0.6, 6-Sept-2010 calendar Calendar support => enabled Core PHP Version => 5.4.45-0+deb7u14 Directive => Local Value => Master Value allow_url_fopen => On => On allow_url_include => Off => Off always_populate_raw_post_data => Off => Off arg_separator.input => & => & arg_separator.output => & => & asp_tags => Off => Off auto_append_file => no value => no value auto_globals_jit => On => On auto_prepend_file => no value => no value browscap => no value => no value default_charset => no value => no value default_mimetype => text/html => text/html disable_classes => no value => no value disable_functions => no value => no value display_errors => STDOUT => 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 => no value => 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/lib/php5/20100525+lfs => /usr/lib/php5/20100525+lfs file_uploads => On => On highlight.comment => #998; font-style: italic => #FF8000 highlight.default => #000 => #0000BB highlight.html => #06B => #000000 highlight.keyword => #D24; font-weight: bold => #007700 highlight.string => #080 => #DD0000 html_errors => Off => Off ignore_repeated_errors => Off => Off ignore_repeated_source => Off => Off ignore_user_abort => Off => Off implicit_flush => On => On include_path => .:/usr/share/php:/usr/share/pear => .:/usr/share/php:/usr/share/pear log_errors => Off => On log_errors_max_len => 1024 => 1024 mail.add_x_header => On => On mail.force_extra_parameters => no value => no value mail.log => no value => no value max_execution_time => 0 => 0 max_file_uploads => 20 => 20 max_input_nesting_level => 64 => 64 max_input_time => -1 => -1 max_input_vars => 1000 => 1000 memory_limit => -1 => -1 open_basedir => no value => no value output_buffering => 0 => 0 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 => On => On report_memleaks => On => On report_zend_debug => Off => Off request_order => GP => GP sendmail_from => no value => no value sendmail_path => /usr/sbin/sendmail -t -i => /usr/sbin/sendmail -t -i serialize_precision => 17 => 17 short_open_tag => On => On SMTP => localhost => localhost smtp_port => 25 => 25 sql.safe_mode => Off => Off track_errors => Off => Off unserialize_callback_func => no value => no value upload_max_filesize => 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 ctype functions => enabled curl cURL support => enabled cURL Information => 7.26.0 Age => 3 Features AsynchDNS => No Debug => Yes GSS-Negotiate => Yes IDN => Yes IPv6 => Yes Largefile => Yes NTLM => Yes SPNEGO => No SSL => Yes SSPI => No krb4 => No libz => Yes CharConv => No Protocols => dict, file, ftp, ftps, gopher, http, https, imap, imaps, ldap, pop3, pop3s, rtmp, rtsp, scp, sftp, smtp, smtps, telnet, tftp Host => i486-pc-linux-gnu SSL Version => OpenSSL/1.0.1t ZLib Version => 1.2.7 libSSH Version => libssh2/1.4.2 date date/time support => enabled "Olson" Timezone Database Version => 0.system Timezone Database => internal Default timezone => Europe/Berlin 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 dba DBA support => enabled Supported handlers => cdb cdb_make db4 inifile flatfile qdbm Directive => Local Value => Master Value dba.default_handler => flatfile => flatfile dom DOM/XML => enabled DOM/XML API Version => 20031129 libxml Version => 2.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: 05041c5f0094cb46d9b516bd624d593b90cc38f9 $ Supported EXIF Version => 0220 Supported filetypes => JPEG,TIFF Directive => Local Value => Master Value exif.decode_jis_intel => JIS => JIS exif.decode_jis_motorola => JIS => JIS exif.decode_unicode_intel => UCS-2LE => UCS-2LE exif.decode_unicode_motorola => UCS-2BE => UCS-2BE exif.encode_jis => no value => no value exif.encode_unicode => ISO-8859-15 => ISO-8859-15 fileinfo fileinfo support => enabled version => 1.0.5 filter Input Validation and Filtering => enabled Revision => $Id: ad78b4a085153b8c7f4d6db5dc69df40e969c343 $ Directive => Local Value => Master Value filter.default => unsafe_raw => unsafe_raw filter.default_flags => no value => no value ftp FTP support => enabled gd GD Support => enabled GD Version => 2.0.36 FreeType Support => enabled FreeType Linkage => with freetype FreeType Version => 2.4.9 GIF Read Support => enabled GIF Create Support => enabled JPEG Support => enabled libJPEG Version => unknown PNG Support => enabled libPNG Version => 1.2.49 WBMP Support => enabled Directive => Local Value => Master Value gd.jpeg_ignore_warning => 0 => 0 gettext 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 Directive => Local Value => Master Value iconv.input_encoding => ISO-8859-1 => ISO-8859-1 iconv.internal_encoding => ISO-8859-1 => ISO-8859-1 iconv.output_encoding => ISO-8859-1 => ISO-8859-1 imagick imagick module => enabled imagick module version => 3.1.0RC1 imagick classes => Imagick, ImagickDraw, ImagickPixel, ImagickPixelIterator ImageMagick version => ImageMagick 6.7.7-10 2018-05-23 Q16 http://www.imagemagick.org ImageMagick copyright => Copyright (C) 1999-2012 ImageMagick Studio LLC ImageMagick release date => 2018-05-23 ImageMagick number of supported formats: => 204 ImageMagick supported formats => 3FR, A, AAI, AI, ART, ARW, AVI, AVS, B, BGR, BGRA, BIE, BMP, BMP2, BMP3, BRF, C, CAL, CALS, CANVAS, CAPTION, CIN, CIP, CLIP, CMYK, CMYKA, CR2, CRW, CUR, CUT, DCM, DCR, DCX, DDS, DFONT, DNG, DPX, EPDF, EPI, EPS, EPS2, EPS3, EPSF, EPSI, EPT, EPT2, EPT3, ERF, FAX, FITS, FRACTAL, FTS, G, G3, GIF, GIF87, GRADIENT, GRAY, GROUP4, HALD, HDR, HISTOGRAM, HRZ, HTM, HTML, ICB, ICO, ICON, INFO, INLINE, IPL, ISOBRL, J2C, J2K, JBG, JBIG, JNG, JP2, JPC, JPEG, JPG, JPX, K, K25, KDC, LABEL, M, M2V, M4V, MAC, MAP, MAT, MATTE, MEF, MIFF, MNG, MONO, MOV, MP4, MPC, MPEG, MPG, MRW, MSL, MTV, MVG, NEF, NRW, NULL, O, ORF, OTB, OTF, PAL, PALM, PAM, PATTERN, PBM, PCD, PCDS, PCL, PCT, PCX, PDB, PDF, PDFA, PEF, PES, PFA, PFB, PFM, PGM, PGX, PICON, PICT, PIX, PJPEG, PLASMA, PNG, PNG24, PNG32, PNG8, PNM, PPM, PREVIEW, PS, PS2, PS3, PSB, PSD, PTIF, PWP, R, RADIAL-GRADIENT, RAF, RAS, RGB, RGBA, RGBO, RLA, RLE, SCR, SCT, SFW, SGI, SHTML, SR2, SRF, STEGANO, SUN, TEXT, TGA, THUMBNAIL, TIFF, TIFF64, TILE, TIM, TTC, TTF, TXT, UBRL, UIL, UYVY, VDA, VICAR, VID, VIFF, VST, WBMP, WMV, WPG, X, X3F, XBM, XC, XCF, XPM, XPS, XV, XWD, Y, YCbCr, YCbCrA, YUV Directive => Local Value => Master Value imagick.locale_fix => 0 => 0 imagick.progress_monitor => 0 => 0 json json support => enabled json version => 1.2.1 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 Directive => Local Value => Master Value mbstring.detect_order => no value => no value mbstring.encoding_translation => Off => Off mbstring.func_overload => 0 => 0 mbstring.http_input => pass => pass mbstring.http_output => pass => pass mbstring.http_output_conv_mimetypes => ^(text/|application/xhtml\+xml) => ^(text/|application/xhtml\+xml) mbstring.internal_encoding => no value => no value mbstring.language => neutral => neutral mbstring.strict_detection => Off => Off mbstring.substitute_character => no value => no value mhash MHASH support => Enabled MHASH API Version => Emulated Support mysql MySQL Support => enabled Active Persistent Links => 0 Active Links => 0 Client API version => 5.5.60 MYSQL_MODULE_TYPE => external MYSQL_SOCKET => /var/run/mysqld/mysqld.sock MYSQL_INCLUDE => -I/usr/include/mysql MYSQL_LIBS => -L/usr/lib/i386-linux-gnu -lmysqlclient_r Directive => Local Value => Master Value mysql.allow_local_infile => On => On mysql.allow_persistent => On => On mysql.connect_timeout => 60 => 60 mysql.default_host => no value => no value mysql.default_password => no value => no value mysql.default_port => no value => no value mysql.default_socket => /var/run/mysqld/mysqld.sock => /var/run/mysqld/mysqld.sock mysql.default_user => no value => no value mysql.max_links => Unlimited => Unlimited mysql.max_persistent => Unlimited => Unlimited mysql.trace_mode => Off => Off mysqli MysqlI Support => enabled Client API library version => 5.5.60 Active Persistent Links => 0 Inactive Persistent Links => 0 Active Links => 0 Client API header version => 5.5.60 MYSQLI_SOCKET => /var/run/mysqld/mysqld.sock Directive => Local Value => Master Value mysqli.allow_local_infile => On => On mysqli.allow_persistent => On => On mysqli.default_host => no value => no value mysqli.default_port => 3306 => 3306 mysqli.default_pw => no value => no value mysqli.default_socket => /var/run/mysqld/mysqld.sock => /var/run/mysqld/mysqld.sock mysqli.default_user => no value => no value mysqli.max_links => Unlimited => Unlimited mysqli.max_persistent => Unlimited => Unlimited mysqli.reconnect => Off => Off openssl OpenSSL support => enabled OpenSSL Library Version => OpenSSL 1.0.1t 3 May 2016 OpenSSL Header Version => OpenSSL 1.0.1t 3 May 2016 pcntl pcntl support => enabled pcre PCRE (Perl Compatible Regular Expressions) Support => enabled PCRE Library Version => 8.30 2012-02-04 Directive => Local Value => Master Value pcre.backtrack_limit => 1000000 => 1000000 pcre.recursion_limit => 100000 => 100000 PDO PDO support => enabled PDO drivers => mysql, pgsql pdo_mysql PDO Driver for MySQL => enabled Client API version => 5.5.60 Directive => Local Value => Master Value pdo_mysql.default_socket => /var/run/mysqld/mysqld.sock => /var/run/mysqld/mysqld.sock pdo_pgsql PDO Driver for PostgreSQL => enabled PostgreSQL(libpq) Version => 9.1.24lts2 Module version => 1.0.2 Revision => $Id: 8e4cc97fb53f418d98b489c3e9d722e48446e676 $ pgsql PostgreSQL Support => enabled PostgreSQL(libpq) Version => 9.1.24lts2 PostgreSQL(libpq) => PostgreSQL 9.1.24lts2 on i686-pc-linux-gnu, compiled by gcc (Debian 4.7.2-5) 4.7.2, 32-bit Multibyte character support => enabled SSL support => enabled Active Persistent Links => 0 Active Links => 2 Directive => Local Value => Master Value pgsql.allow_persistent => On => On pgsql.auto_reset_persistent => Off => Off pgsql.ignore_notice => Off => Off pgsql.log_notice => Off => Off pgsql.max_links => Unlimited => Unlimited pgsql.max_persistent => Unlimited => Unlimited Phar Phar: PHP Archive support => enabled Phar EXT version => 2.0.1 Phar API version => 1.1.1 SVN revision => $Id: ba734629367f9671b25202408d13914fa63d8396 $ Phar-based phar archives => enabled Tar-based phar archives => enabled ZIP-based phar archives => enabled gzip compression => enabled bzip2 compression => enabled OpenSSL support => enabled Phar based on pear/PHP_Archive, original concept by Davey Shafik. Phar fully realized by Gregory Beaver and Marcus Boerger. Portions of tar implementation Copyright (c) 2003-2009 Tim Kientzle. Directive => Local Value => Master Value phar.cache_list => no value => no value phar.readonly => Off => Off phar.require_hash => On => On posix Revision => $Id: 1dfa9997ed76804e53c91e0ce862f3707617b6ed $ Reflection Reflection => enabled Version => $Id: f6367cdb4e3f392af4a6d441a6641de87c2e50c4 $ session Session Support => enabled Registered save handlers => files user Registered serializer handlers => php php_binary wddx Directive => Local Value => Master Value session.auto_start => Off => Off session.cache_expire => 180 => 180 session.cache_limiter => nocache => nocache session.cookie_domain => no value => no value session.cookie_httponly => Off => Off session.cookie_lifetime => 0 => 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 => 1440 => 1440 session.gc_probability => 0 => 0 session.hash_bits_per_character => 5 => 5 session.hash_function => 0 => 0 session.name => PHPSESSID => PHPSESSID session.referer_check => no value => no value session.save_handler => files => files session.save_path => /var/lib/php5 => /var/lib/php5 session.serialize_handler => php => php session.upload_progress.cleanup => On => On session.upload_progress.enabled => On => On session.upload_progress.freq => 1% => 1% session.upload_progress.min_freq => 1 => 1 session.upload_progress.name => PHP_SESSION_UPLOAD_PROGRESS => PHP_SESSION_UPLOAD_PROGRESS session.upload_progress.prefix => upload_progress_ => upload_progress_ session.use_cookies => On => On session.use_only_cookies => On => On session.use_trans_sid => 0 => 0 shmop shmop support => enabled SimpleXML Simplexml support => enabled Revision => $Id: 16070fc92ad6f69cebb2d52ad3f02794f833ce39 $ Schema support => enabled snmp NET-SNMP Support => enabled NET-SNMP Version => 5.4.3 PHP SNMP Version => 0.1 soap Soap Client => enabled Soap Server => enabled Directive => Local Value => Master Value soap.wsdl_cache => 1 => 1 soap.wsdl_cache_dir => /tmp => /tmp soap.wsdl_cache_enabled => 1 => 1 soap.wsdl_cache_limit => 5 => 5 soap.wsdl_cache_ttl => 86400 => 86400 sockets Sockets Support => enabled SPL SPL support => enabled Interfaces => Countable, OuterIterator, RecursiveIterator, SeekableIterator, SplObserver, SplSubject Classes => AppendIterator, ArrayIterator, ArrayObject, BadFunctionCallException, BadMethodCallException, CachingIterator, CallbackFilterIterator, DirectoryIterator, DomainException, EmptyIterator, FilesystemIterator, FilterIterator, GlobIterator, InfiniteIterator, InvalidArgumentException, IteratorIterator, LengthException, LimitIterator, LogicException, MultipleIterator, NoRewindIterator, OutOfBoundsException, OutOfRangeException, OverflowException, ParentIterator, RangeException, RecursiveArrayIterator, RecursiveCachingIterator, RecursiveCallbackFilterIterator, RecursiveDirectoryIterator, RecursiveFilterIterator, RecursiveIteratorIterator, RecursiveRegexIterator, RecursiveTreeIterator, RegexIterator, RuntimeException, SplDoublyLinkedList, SplFileInfo, SplFileObject, SplFixedArray, SplHeap, SplMinHeap, SplMaxHeap, SplObjectStorage, SplPriorityQueue, SplQueue, SplStack, SplTempFileObject, UnderflowException, UnexpectedValueException ssh2 SSH2 support => enabled extension version => 0.11.3 libssh2 version => 1.2.8 banner => SSH-2.0-libssh2_1.2.8 remote forwarding => enabled hostbased auth => enabled polling support => enabled publickey subsystem => enabled standard 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 sysvmsg support => enabled Revision => $Id: adf1d2d6be849c46eed3c3ee6f1cbebd1448d6e5 $ tidy Tidy support => enabled libTidy Release => 25 March 2009 Extension Version => 2.0 ($Id: 14aff36094bdd63f1d0adee006215e5e553294ea $) Directive => Local Value => Master Value tidy.clean_output => no value => no value tidy.default_config => no value => no value tokenizer Tokenizer Support => enabled wddx WDDX Support => enabled WDDX Session Serializer => enabled xdebug xdebug support => enabled Version => 2.2.1 IDE Key => klingger Supported protocols => Revision DBGp - Common DeBuGger Protocol => $Revision: 1.145 $ Directive => Local Value => Master Value xdebug.auto_trace => Off => Off xdebug.cli_color => 0 => 0 xdebug.collect_assignments => Off => Off xdebug.collect_includes => On => On xdebug.collect_params => 3 => 3 xdebug.collect_return => On => On xdebug.collect_vars => On => On xdebug.coverage_enable => On => On xdebug.default_enable => On => On xdebug.dump.COOKIE => no value => no value xdebug.dump.ENV => no value => no value xdebug.dump.FILES => no value => no value xdebug.dump.GET => no value => no value xdebug.dump.POST => no value => no value xdebug.dump.REQUEST => no value => no value xdebug.dump.SERVER => no value => no value xdebug.dump.SESSION => no value => no value xdebug.dump_globals => On => On xdebug.dump_once => On => On xdebug.dump_undefined => Off => Off xdebug.extended_info => On => On xdebug.file_link_format => no value => no value xdebug.idekey => no value => no value xdebug.max_nesting_level => 100 => 100 xdebug.overload_var_dump => On => On xdebug.profiler_aggregate => Off => Off xdebug.profiler_append => Off => Off xdebug.profiler_enable => Off => Off xdebug.profiler_enable_trigger => On => On xdebug.profiler_output_dir => /tmp/xdebug/ => /tmp/xdebug/ xdebug.profiler_output_name => cachegrind.out.%p => cachegrind.out.%p xdebug.remote_autostart => Off => Off xdebug.remote_connect_back => On => On xdebug.remote_cookie_expire_time => 3600 => 3600 xdebug.remote_enable => On => On xdebug.remote_handler => dbgp => dbgp xdebug.remote_host => localhost => localhost xdebug.remote_log => no value => no value xdebug.remote_mode => req => req xdebug.remote_port => 9000 => 9000 xdebug.scream => Off => Off xdebug.show_exception_trace => Off => Off xdebug.show_local_vars => Off => Off xdebug.show_mem_delta => Off => Off xdebug.trace_enable_trigger => Off => Off xdebug.trace_format => 0 => 0 xdebug.trace_options => 0 => 0 xdebug.trace_output_dir => /tmp => /tmp xdebug.trace_output_name => trace.%c => trace.%c xdebug.var_display_max_children => 1024 => 1024 xdebug.var_display_max_data => 2048 => 2048 xdebug.var_display_max_depth => 10 => 10 xml XML Support => active XML Namespace Support => active libxml2 Version => 2.8.0 xmlreader XMLReader => enabled xmlwriter XMLWriter => enabled zip Zip => enabled Extension Version => $Id: 6c872ebfb022206b0cc2a183c7a388c7b6ad8685 $ Zip version => 1.11.0 Libzip version => 0.10.1 zlib ZLib Support => enabled Stream Wrapper => compress.zlib:// Stream Filter => zlib.inflate, zlib.deflate Compiled Version => 1.2.1.1 Linked Version => 1.2.7 Directive => Local Value => Master Value zlib.output_compression => Off => Off zlib.output_compression_level => -1 => -1 zlib.output_handler => no value => no value Additional Modules Module Name sysvsem sysvshm

HTTP request

$_GET

empty

$_POST

empty

$_COOKIE

empty

HTTP response

Headers

no headers