diff --git a/.gitignore b/.gitignore index 23268885..786fee1e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /.idea /atlassian-ide-plugin.xml Build +/Vendor/*/tmp/ diff --git a/Classes/Backend/PmaModule.php b/Classes/Backend/PmaModule.php index 359cb12a..b112be3b 100644 --- a/Classes/Backend/PmaModule.php +++ b/Classes/Backend/PmaModule.php @@ -67,7 +67,7 @@ public function main() $MCONF['name'] = 'tools_txphpmyadmin'; $MCONF['script'] = '_DISPATCH'; $MCONF['access'] = 'admin'; - $MCONF['PMA_subdir'] = 'Vendor/phpMyAdmin-4.8.4-all-languages/'; + $MCONF['PMA_subdir'] = 'Vendor/phpMyAdmin-4.8.5-all-languages/'; $MCONF['PMA_script'] = 'index.php'; $this->MCONF = $MCONF; diff --git a/Documentation/Changelog/Index.rst b/Documentation/Changelog/Index.rst index b6c27c57..0ee8a4dc 100644 --- a/Documentation/Changelog/Index.rst +++ b/Documentation/Changelog/Index.rst @@ -14,6 +14,10 @@ The following is an overview of the changes in this extension. For more details 2019-01-26 Andreas Beutel - Version 5.2.5 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - [FEATURE] Mark pMA compatible with TYPO3 9 LTS and PHP 7.2 +- [FEATURE] Updated pMA to the latest stable 4.8.x release (4.8.5) +- [SECURITY] Includes serious vendor security fixes +- `PMASA-2019-1 `_: Arbitrary file read vulnerability +- `PMASA-2019-2 `_: SQL injection in Designer feature 2018-12-11 Andreas Beutel - Version 5.2.4 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ diff --git a/Settings.yml b/Settings.yml index a1061a0d..a996819e 100644 --- a/Settings.yml +++ b/Settings.yml @@ -4,10 +4,10 @@ --- conf.py: - copyright: 2002-2018 + copyright: 2002-2019 project: phpMyAdmin Extension for TYPO3 - version: 5.2.4 - release: 5.2.4 + version: 5.2.5 + release: 5.2.5 latex_documents: - - Index - phpmyadmin.tex diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/RELEASE-DATE-4.8.4 b/Vendor/phpMyAdmin-4.8.4-all-languages/RELEASE-DATE-4.8.4 deleted file mode 100644 index cc01d26d..00000000 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/RELEASE-DATE-4.8.4 +++ /dev/null @@ -1 +0,0 @@ -Tue Dec 11 02:02:39 UTC 2018 diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/locale/az/LC_MESSAGES/phpmyadmin.mo b/Vendor/phpMyAdmin-4.8.4-all-languages/locale/az/LC_MESSAGES/phpmyadmin.mo deleted file mode 100644 index e944944a..00000000 Binary files a/Vendor/phpMyAdmin-4.8.4-all-languages/locale/az/LC_MESSAGES/phpmyadmin.mo and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/locale/ca/LC_MESSAGES/phpmyadmin.mo b/Vendor/phpMyAdmin-4.8.4-all-languages/locale/ca/LC_MESSAGES/phpmyadmin.mo deleted file mode 100644 index b973f0b5..00000000 Binary files a/Vendor/phpMyAdmin-4.8.4-all-languages/locale/ca/LC_MESSAGES/phpmyadmin.mo and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/locale/de/LC_MESSAGES/phpmyadmin.mo b/Vendor/phpMyAdmin-4.8.4-all-languages/locale/de/LC_MESSAGES/phpmyadmin.mo deleted file mode 100644 index 43cd736b..00000000 Binary files a/Vendor/phpMyAdmin-4.8.4-all-languages/locale/de/LC_MESSAGES/phpmyadmin.mo and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/locale/es/LC_MESSAGES/phpmyadmin.mo b/Vendor/phpMyAdmin-4.8.4-all-languages/locale/es/LC_MESSAGES/phpmyadmin.mo deleted file mode 100644 index c020abda..00000000 Binary files a/Vendor/phpMyAdmin-4.8.4-all-languages/locale/es/LC_MESSAGES/phpmyadmin.mo and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/locale/ja/LC_MESSAGES/phpmyadmin.mo b/Vendor/phpMyAdmin-4.8.4-all-languages/locale/ja/LC_MESSAGES/phpmyadmin.mo deleted file mode 100644 index 02636848..00000000 Binary files a/Vendor/phpMyAdmin-4.8.4-all-languages/locale/ja/LC_MESSAGES/phpmyadmin.mo and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/locale/lt/LC_MESSAGES/phpmyadmin.mo b/Vendor/phpMyAdmin-4.8.4-all-languages/locale/lt/LC_MESSAGES/phpmyadmin.mo deleted file mode 100644 index 5cc8f2fe..00000000 Binary files a/Vendor/phpMyAdmin-4.8.4-all-languages/locale/lt/LC_MESSAGES/phpmyadmin.mo and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/locale/nb/LC_MESSAGES/phpmyadmin.mo b/Vendor/phpMyAdmin-4.8.4-all-languages/locale/nb/LC_MESSAGES/phpmyadmin.mo deleted file mode 100644 index e94d29ff..00000000 Binary files a/Vendor/phpMyAdmin-4.8.4-all-languages/locale/nb/LC_MESSAGES/phpmyadmin.mo and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/locale/pl/LC_MESSAGES/phpmyadmin.mo b/Vendor/phpMyAdmin-4.8.4-all-languages/locale/pl/LC_MESSAGES/phpmyadmin.mo deleted file mode 100644 index ff2881c6..00000000 Binary files a/Vendor/phpMyAdmin-4.8.4-all-languages/locale/pl/LC_MESSAGES/phpmyadmin.mo and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/locale/si/LC_MESSAGES/phpmyadmin.mo b/Vendor/phpMyAdmin-4.8.4-all-languages/locale/si/LC_MESSAGES/phpmyadmin.mo deleted file mode 100644 index 4a5613bb..00000000 Binary files a/Vendor/phpMyAdmin-4.8.4-all-languages/locale/si/LC_MESSAGES/phpmyadmin.mo and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/locale/vi/LC_MESSAGES/phpmyadmin.mo b/Vendor/phpMyAdmin-4.8.4-all-languages/locale/vi/LC_MESSAGES/phpmyadmin.mo deleted file mode 100644 index f7ec2ee7..00000000 Binary files a/Vendor/phpMyAdmin-4.8.4-all-languages/locale/vi/LC_MESSAGES/phpmyadmin.mo and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/paragonie/random_compat/build-phar.sh b/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/paragonie/random_compat/build-phar.sh deleted file mode 100755 index b4a5ba31..00000000 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/paragonie/random_compat/build-phar.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/usr/bin/env bash - -basedir=$( dirname $( readlink -f ${BASH_SOURCE[0]} ) ) - -php -dphar.readonly=0 "$basedir/other/build_phar.php" $* \ No newline at end of file diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/paragonie/random_compat/other/build_phar.php b/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/paragonie/random_compat/other/build_phar.php deleted file mode 100644 index 70ef4b2e..00000000 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/paragonie/random_compat/other/build_phar.php +++ /dev/null @@ -1,57 +0,0 @@ -buildFromDirectory(dirname(__DIR__).'/lib'); -rename( - dirname(__DIR__).'/lib/index.php', - dirname(__DIR__).'/lib/random.php' -); - -/** - * If we pass an (optional) path to a private key as a second argument, we will - * sign the Phar with OpenSSL. - * - * If you leave this out, it will produce an unsigned .phar! - */ -if ($argc > 1) { - if (!@is_readable($argv[1])) { - echo 'Could not read the private key file:', $argv[1], "\n"; - exit(255); - } - $pkeyFile = file_get_contents($argv[1]); - - $private = openssl_get_privatekey($pkeyFile); - if ($private !== false) { - $pkey = ''; - openssl_pkey_export($private, $pkey); - $phar->setSignatureAlgorithm(Phar::OPENSSL, $pkey); - - /** - * Save the corresponding public key to the file - */ - if (!@is_readable($dist.'/random_compat.phar.pubkey')) { - $details = openssl_pkey_get_details($private); - file_put_contents( - $dist.'/random_compat.phar.pubkey', - $details['key'] - ); - } - } else { - echo 'An error occurred reading the private key from OpenSSL.', "\n"; - exit(255); - } -} diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/paragonie/random_compat/psalm-autoload.php b/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/paragonie/random_compat/psalm-autoload.php deleted file mode 100644 index d71d1b81..00000000 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/paragonie/random_compat/psalm-autoload.php +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/locale/gu/LC_MESSAGES/sqlparser.mo b/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/locale/gu/LC_MESSAGES/sqlparser.mo deleted file mode 100644 index b36a1107..00000000 Binary files a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/locale/gu/LC_MESSAGES/sqlparser.mo and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/locale/nb/LC_MESSAGES/sqlparser.mo b/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/locale/nb/LC_MESSAGES/sqlparser.mo deleted file mode 100644 index 4b2c743c..00000000 Binary files a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/locale/nb/LC_MESSAGES/sqlparser.mo and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/locale/zh_TW/LC_MESSAGES/sqlparser.mo b/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/locale/zh_TW/LC_MESSAGES/sqlparser.mo deleted file mode 100644 index 357eaa79..00000000 Binary files a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/locale/zh_TW/LC_MESSAGES/sqlparser.mo and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/.editorconfig b/Vendor/phpMyAdmin-4.8.5-all-languages/.editorconfig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/.editorconfig rename to Vendor/phpMyAdmin-4.8.5-all-languages/.editorconfig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/.eslintignore b/Vendor/phpMyAdmin-4.8.5-all-languages/.eslintignore similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/.eslintignore rename to Vendor/phpMyAdmin-4.8.5-all-languages/.eslintignore diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/.eslintrc.json b/Vendor/phpMyAdmin-4.8.5-all-languages/.eslintrc.json similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/.eslintrc.json rename to Vendor/phpMyAdmin-4.8.5-all-languages/.eslintrc.json diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/CODE_OF_CONDUCT.md b/Vendor/phpMyAdmin-4.8.5-all-languages/CODE_OF_CONDUCT.md similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/CODE_OF_CONDUCT.md rename to Vendor/phpMyAdmin-4.8.5-all-languages/CODE_OF_CONDUCT.md diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/CONTRIBUTING.md b/Vendor/phpMyAdmin-4.8.5-all-languages/CONTRIBUTING.md similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/CONTRIBUTING.md rename to Vendor/phpMyAdmin-4.8.5-all-languages/CONTRIBUTING.md diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/ChangeLog b/Vendor/phpMyAdmin-4.8.5-all-languages/ChangeLog similarity index 89% rename from Vendor/phpMyAdmin-4.8.4-all-languages/ChangeLog rename to Vendor/phpMyAdmin-4.8.5-all-languages/ChangeLog index 7c63c388..9d8e457d 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/ChangeLog +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/ChangeLog @@ -1,6 +1,21 @@ phpMyAdmin - ChangeLog ====================== +4.8.5 (2019-01-25) +- issue Developer debug data was saved to the PHP error log +- issue #14217 Fix issue when adding user on MySQL 8.0.11 +- issue #13788 Exporting a view structure based on another view with a sub-query throws no database selected error +- issue #14635 Fix PHP error in GitRevision, error in processing request, error code 200 +- issue #14787 Cannot execute stored procedure +- issue Add Burmese language +- issue #14794 Not responding to click, frozen interface, plugin Text_Plain_Sql error +- issue #14786 Table level Operations functions missing +- issue #14791 PHP warning, db_export.php#L91 urldecode() +- issue #14775 Export to SQL format not available for tables +- issue #14782 Error message shown instead of two-factor QR code when adding 2fa to a user +- issue [security] Arbitrary file read/delete relating to MySQL LOAD DATA LOCAL INFILE and an evil server instance (PMASA-2019-1) +- issue [security] SQL injection in Designer (PMASA-2019-2) + 4.8.4 (2018-12-11) - issue #14452 Remove hash param in edit query URL - issue #14295 Issue in Changing theme diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/DCO b/Vendor/phpMyAdmin-4.8.5-all-languages/DCO similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/DCO rename to Vendor/phpMyAdmin-4.8.5-all-languages/DCO diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/LICENSE b/Vendor/phpMyAdmin-4.8.5-all-languages/LICENSE similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/LICENSE rename to Vendor/phpMyAdmin-4.8.5-all-languages/LICENSE diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/README b/Vendor/phpMyAdmin-4.8.5-all-languages/README similarity index 99% rename from Vendor/phpMyAdmin-4.8.4-all-languages/README rename to Vendor/phpMyAdmin-4.8.5-all-languages/README index 5300f30b..ba880862 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/README +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/README @@ -1,7 +1,7 @@ phpMyAdmin - Readme =================== -Version 4.8.4 +Version 4.8.5 A web interface for MySQL and MariaDB. diff --git a/Vendor/phpMyAdmin-4.8.5-all-languages/RELEASE-DATE-4.8.5 b/Vendor/phpMyAdmin-4.8.5-all-languages/RELEASE-DATE-4.8.5 new file mode 100644 index 00000000..58ee383d --- /dev/null +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/RELEASE-DATE-4.8.5 @@ -0,0 +1 @@ +Sat Jan 26 03:04:17 UTC 2019 diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/ajax.php b/Vendor/phpMyAdmin-4.8.5-all-languages/ajax.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/ajax.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/ajax.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/browse_foreigners.php b/Vendor/phpMyAdmin-4.8.5-all-languages/browse_foreigners.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/browse_foreigners.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/browse_foreigners.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/changelog.php b/Vendor/phpMyAdmin-4.8.5-all-languages/changelog.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/changelog.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/changelog.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/chk_rel.php b/Vendor/phpMyAdmin-4.8.5-all-languages/chk_rel.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/chk_rel.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/chk_rel.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/composer.json b/Vendor/phpMyAdmin-4.8.5-all-languages/composer.json similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/composer.json rename to Vendor/phpMyAdmin-4.8.5-all-languages/composer.json diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/composer.lock b/Vendor/phpMyAdmin-4.8.5-all-languages/composer.lock similarity index 95% rename from Vendor/phpMyAdmin-4.8.4-all-languages/composer.lock rename to Vendor/phpMyAdmin-4.8.5-all-languages/composer.lock index 6c6ff0a6..fb29a3e4 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/composer.lock +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/composer.lock @@ -1,11 +1,10 @@ { "_readme": [ "This file locks the dependencies of your project to a known state", - "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", + "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "hash": "3633a93066cb475490574995e581eded", - "content-hash": "0be64e9fd89a4dcc361fc4b8785ed1c2", + "content-hash": "546f5ce1f7778a51182ee46f0356d063", "packages": [ { "name": "bacon/bacon-qr-code", @@ -51,7 +50,7 @@ ], "description": "BaconQrCode is a QR code generator for PHP.", "homepage": "https://github.com/Bacon/BaconQrCode", - "time": "2017-10-17 09:59:25" + "time": "2017-10-17T09:59:25+00:00" }, { "name": "google/recaptcha", @@ -98,7 +97,7 @@ "recaptcha", "spam" ], - "time": "2018-08-05 09:31:53" + "time": "2018-08-05T09:31:53+00:00" }, { "name": "paragonie/constant_time_encoding", @@ -161,20 +160,20 @@ "hex2bin", "rfc4648" ], - "time": "2018-04-30 17:57:16" + "time": "2018-04-30T17:57:16+00:00" }, { "name": "paragonie/random_compat", - "version": "v2.0.17", + "version": "v2.0.18", "source": { "type": "git", "url": "https://github.com/paragonie/random_compat.git", - "reference": "29af24f25bab834fcbb38ad2a69fa93b867e070d" + "reference": "0a58ef6e3146256cc3dc7cc393927bcc7d1b72db" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/paragonie/random_compat/zipball/29af24f25bab834fcbb38ad2a69fa93b867e070d", - "reference": "29af24f25bab834fcbb38ad2a69fa93b867e070d", + "url": "https://api.github.com/repos/paragonie/random_compat/zipball/0a58ef6e3146256cc3dc7cc393927bcc7d1b72db", + "reference": "0a58ef6e3146256cc3dc7cc393927bcc7d1b72db", "shasum": "" }, "require": { @@ -210,7 +209,7 @@ "pseudorandom", "random" ], - "time": "2018-07-04 16:31:37" + "time": "2019-01-03T20:59:08+00:00" }, { "name": "phpmyadmin/motranslator", @@ -260,7 +259,7 @@ "mo", "translator" ], - "time": "2018-02-12 13:22:52" + "time": "2018-02-12T13:22:52+00:00" }, { "name": "phpmyadmin/shapefile", @@ -314,20 +313,20 @@ "shape", "shp" ], - "time": "2017-05-15 08:31:47" + "time": "2017-05-15T08:31:47+00:00" }, { "name": "phpmyadmin/sql-parser", - "version": "v4.2.5", + "version": "v4.3.1", "source": { "type": "git", "url": "https://github.com/phpmyadmin/sql-parser.git", - "reference": "a156028d60b4b9e11f43cc432f0a19507e87c658" + "reference": "0eb16ef5e3acacbc792be336754e42d98791a33f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpmyadmin/sql-parser/zipball/a156028d60b4b9e11f43cc432f0a19507e87c658", - "reference": "a156028d60b4b9e11f43cc432f0a19507e87c658", + "url": "https://api.github.com/repos/phpmyadmin/sql-parser/zipball/0eb16ef5e3acacbc792be336754e42d98791a33f", + "reference": "0eb16ef5e3acacbc792be336754e42d98791a33f", "shasum": "" }, "require": { @@ -375,20 +374,20 @@ "parser", "sql" ], - "time": "2018-10-31 18:40:52" + "time": "2019-01-05T13:46:38+00:00" }, { "name": "phpseclib/phpseclib", - "version": "2.0.12", + "version": "2.0.13", "source": { "type": "git", "url": "https://github.com/phpseclib/phpseclib.git", - "reference": "8814dc7841db159daed0b32c2b08fb7e03c6afe7" + "reference": "42603ce3f42a27f7e14e54feab95db7b680ad473" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/8814dc7841db159daed0b32c2b08fb7e03c6afe7", - "reference": "8814dc7841db159daed0b32c2b08fb7e03c6afe7", + "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/42603ce3f42a27f7e14e54feab95db7b680ad473", + "reference": "42603ce3f42a27f7e14e54feab95db7b680ad473", "shasum": "" }, "require": { @@ -467,20 +466,20 @@ "x.509", "x509" ], - "time": "2018-11-04 05:45:48" + "time": "2018-12-16T17:45:25+00:00" }, { "name": "pragmarx/google2fa", - "version": "v4.0.0", + "version": "v3.0.3", "source": { "type": "git", "url": "https://github.com/antonioribeiro/google2fa.git", - "reference": "b0526ba1cca520ac3a64b23863fe7b6d4f9dd232" + "reference": "6949226739e4424f40031e6f1c96b1fd64047335" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/antonioribeiro/google2fa/zipball/b0526ba1cca520ac3a64b23863fe7b6d4f9dd232", - "reference": "b0526ba1cca520ac3a64b23863fe7b6d4f9dd232", + "url": "https://api.github.com/repos/antonioribeiro/google2fa/zipball/6949226739e4424f40031e6f1c96b1fd64047335", + "reference": "6949226739e4424f40031e6f1c96b1fd64047335", "shasum": "" }, "require": { @@ -490,8 +489,12 @@ "symfony/polyfill-php56": "~1.2" }, "require-dev": { + "bacon/bacon-qr-code": "~1.0", "phpunit/phpunit": "~4|~5|~6" }, + "suggest": { + "bacon/bacon-qr-code": "Required to generate inline QR Codes." + }, "type": "library", "extra": { "component": "package", @@ -521,9 +524,10 @@ "2fa", "Authentication", "Two Factor Authentication", - "google2fa" + "google2fa", + "laravel" ], - "time": "2018-10-06 22:48:01" + "time": "2018-08-29T13:28:06+00:00" }, { "name": "psr/container", @@ -572,7 +576,7 @@ "container-interop", "psr" ], - "time": "2017-02-14 16:28:37" + "time": "2017-02-14T16:28:37+00:00" }, { "name": "samyoul/u2f-php-server", @@ -610,7 +614,7 @@ } ], "description": "Server side handling class for FIDO U2F registration and authentication", - "time": "2018-10-26 12:43:39" + "time": "2018-10-26T12:43:39+00:00" }, { "name": "symfony/expression-language", @@ -659,7 +663,7 @@ ], "description": "Symfony ExpressionLanguage Component", "homepage": "https://symfony.com", - "time": "2018-11-11 11:18:13" + "time": "2018-11-11T11:18:13+00:00" }, { "name": "symfony/polyfill-ctype", @@ -706,7 +710,7 @@ }, { "name": "Gert de Pagter", - "email": "BackEndTea@gmail.com" + "email": "backendtea@gmail.com" } ], "description": "Symfony polyfill for ctype functions", @@ -717,7 +721,7 @@ "polyfill", "portable" ], - "time": "2018-08-06 14:22:27" + "time": "2018-08-06T14:22:27+00:00" }, { "name": "symfony/polyfill-mbstring", @@ -776,7 +780,7 @@ "portable", "shim" ], - "time": "2018-09-21 13:07:52" + "time": "2018-09-21T13:07:52+00:00" }, { "name": "symfony/polyfill-php56", @@ -832,7 +836,7 @@ "portable", "shim" ], - "time": "2018-09-21 06:26:08" + "time": "2018-09-21T06:26:08+00:00" }, { "name": "symfony/polyfill-util", @@ -884,7 +888,7 @@ "polyfill", "shim" ], - "time": "2018-09-30 16:36:12" + "time": "2018-09-30T16:36:12+00:00" }, { "name": "tecnickcom/tcpdf", @@ -946,7 +950,7 @@ "pdf417", "qrcode" ], - "time": "2018-10-16 17:24:05" + "time": "2018-10-16T17:24:05+00:00" }, { "name": "twig/extensions", @@ -1001,35 +1005,35 @@ "i18n", "text" ], - "time": "2018-12-05 18:34:18" + "time": "2018-12-05T18:34:18+00:00" }, { "name": "twig/twig", - "version": "v1.35.4", + "version": "v1.37.1", "source": { "type": "git", "url": "https://github.com/twigphp/Twig.git", - "reference": "7e081e98378a1e78c29cc9eba4aefa5d78a05d2a" + "reference": "66be9366c76cbf23e82e7171d47cbfa54a057a62" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/twigphp/Twig/zipball/7e081e98378a1e78c29cc9eba4aefa5d78a05d2a", - "reference": "7e081e98378a1e78c29cc9eba4aefa5d78a05d2a", + "url": "https://api.github.com/repos/twigphp/Twig/zipball/66be9366c76cbf23e82e7171d47cbfa54a057a62", + "reference": "66be9366c76cbf23e82e7171d47cbfa54a057a62", "shasum": "" }, "require": { - "php": ">=5.3.3", + "php": ">=5.4.0", "symfony/polyfill-ctype": "^1.8" }, "require-dev": { "psr/container": "^1.0", "symfony/debug": "^2.7", - "symfony/phpunit-bridge": "^3.3" + "symfony/phpunit-bridge": "^3.4.19|^4.1.8" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.35-dev" + "dev-master": "1.37-dev" } }, "autoload": { @@ -1067,7 +1071,7 @@ "keywords": [ "templating" ], - "time": "2018-07-13 07:12:17" + "time": "2019-01-14T14:59:29+00:00" } ], "packages-dev": [ @@ -1114,7 +1118,7 @@ ], "description": "Sends PHP test coverage information to Codacy.", "homepage": "https://github.com/codacy/php-codacy-coverage", - "time": "2018-03-22 16:43:39" + "time": "2018-03-22T16:43:39+00:00" }, { "name": "doctrine/instantiator", @@ -1168,7 +1172,7 @@ "constructor", "instantiate" ], - "time": "2015-06-14 21:17:01" + "time": "2015-06-14T21:17:01+00:00" }, { "name": "gitonomy/gitlib", @@ -1224,7 +1228,7 @@ ], "description": "Library for accessing git", "homepage": "http://gitonomy.com", - "time": "2018-04-22 19:55:36" + "time": "2018-04-22T19:55:36+00:00" }, { "name": "phpdocumentor/reflection-common", @@ -1278,7 +1282,7 @@ "reflection", "static analysis" ], - "time": "2017-09-11 18:02:19" + "time": "2017-09-11T18:02:19+00:00" }, { "name": "phpdocumentor/reflection-docblock", @@ -1323,7 +1327,7 @@ } ], "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", - "time": "2017-08-08 06:39:58" + "time": "2017-08-08T06:39:58+00:00" }, { "name": "phpdocumentor/type-resolver", @@ -1370,7 +1374,7 @@ "email": "me@mikevanriel.com" } ], - "time": "2017-06-03 08:32:36" + "time": "2017-06-03T08:32:36+00:00" }, { "name": "phpmyadmin/coding-standard", @@ -1407,7 +1411,7 @@ "phpcs", "phpmyadmin" ], - "time": "2017-09-28 09:13:00" + "time": "2017-09-28T09:13:00+00:00" }, { "name": "phpspec/prophecy", @@ -1470,7 +1474,7 @@ "spy", "stub" ], - "time": "2018-08-05 17:53:17" + "time": "2018-08-05T17:53:17+00:00" }, { "name": "phpunit/php-code-coverage", @@ -1532,7 +1536,7 @@ "testing", "xunit" ], - "time": "2015-10-06 15:47:00" + "time": "2015-10-06T15:47:00+00:00" }, { "name": "phpunit/php-file-iterator", @@ -1579,7 +1583,7 @@ "filesystem", "iterator" ], - "time": "2017-11-27 13:52:08" + "time": "2017-11-27T13:52:08+00:00" }, { "name": "phpunit/php-text-template", @@ -1620,7 +1624,7 @@ "keywords": [ "template" ], - "time": "2015-06-21 13:50:34" + "time": "2015-06-21T13:50:34+00:00" }, { "name": "phpunit/php-timer", @@ -1669,7 +1673,7 @@ "keywords": [ "timer" ], - "time": "2017-02-26 11:10:40" + "time": "2017-02-26T11:10:40+00:00" }, { "name": "phpunit/php-token-stream", @@ -1718,7 +1722,7 @@ "keywords": [ "tokenizer" ], - "time": "2017-12-04 08:55:13" + "time": "2017-12-04T08:55:13+00:00" }, { "name": "phpunit/phpunit", @@ -1790,7 +1794,7 @@ "testing", "xunit" ], - "time": "2017-06-21 08:07:12" + "time": "2017-06-21T08:07:12+00:00" }, { "name": "phpunit/phpunit-mock-objects", @@ -1846,7 +1850,7 @@ "mock", "xunit" ], - "time": "2015-10-02 06:51:40" + "time": "2015-10-02T06:51:40+00:00" }, { "name": "phpunit/phpunit-selenium", @@ -1901,7 +1905,7 @@ "testing", "xunit" ], - "time": "2014-11-02 09:23:27" + "time": "2014-11-02T09:23:27+00:00" }, { "name": "psr/log", @@ -1948,7 +1952,7 @@ "psr", "psr-3" ], - "time": "2018-11-20 15:27:04" + "time": "2018-11-20T15:27:04+00:00" }, { "name": "sebastian/comparator", @@ -2012,7 +2016,7 @@ "compare", "equality" ], - "time": "2017-01-29 09:50:25" + "time": "2017-01-29T09:50:25+00:00" }, { "name": "sebastian/diff", @@ -2064,7 +2068,7 @@ "keywords": [ "diff" ], - "time": "2017-05-22 07:24:03" + "time": "2017-05-22T07:24:03+00:00" }, { "name": "sebastian/environment", @@ -2114,7 +2118,7 @@ "environment", "hhvm" ], - "time": "2016-08-18 05:49:44" + "time": "2016-08-18T05:49:44+00:00" }, { "name": "sebastian/exporter", @@ -2181,7 +2185,7 @@ "export", "exporter" ], - "time": "2016-06-17 09:04:28" + "time": "2016-06-17T09:04:28+00:00" }, { "name": "sebastian/global-state", @@ -2232,7 +2236,7 @@ "keywords": [ "global state" ], - "time": "2015-10-12 03:26:01" + "time": "2015-10-12T03:26:01+00:00" }, { "name": "sebastian/recursion-context", @@ -2285,7 +2289,7 @@ ], "description": "Provides functionality to recursively process PHP variables", "homepage": "http://www.github.com/sebastianbergmann/recursion-context", - "time": "2016-10-03 07:41:43" + "time": "2016-10-03T07:41:43+00:00" }, { "name": "sebastian/version", @@ -2320,20 +2324,20 @@ ], "description": "Library that helps with managing the version number of Git-hosted PHP projects", "homepage": "https://github.com/sebastianbergmann/version", - "time": "2015-06-21 13:59:46" + "time": "2015-06-21T13:59:46+00:00" }, { "name": "squizlabs/php_codesniffer", - "version": "3.3.2", + "version": "3.4.0", "source": { "type": "git", "url": "https://github.com/squizlabs/PHP_CodeSniffer.git", - "reference": "6ad28354c04b364c3c71a34e4a18b629cc3b231e" + "reference": "379deb987e26c7cd103a7b387aea178baec96e48" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/6ad28354c04b364c3c71a34e4a18b629cc3b231e", - "reference": "6ad28354c04b364c3c71a34e4a18b629cc3b231e", + "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/379deb987e26c7cd103a7b387aea178baec96e48", + "reference": "379deb987e26c7cd103a7b387aea178baec96e48", "shasum": "" }, "require": { @@ -2371,7 +2375,7 @@ "phpcs", "standards" ], - "time": "2018-09-23 23:08:17" + "time": "2018-12-19T23:57:18+00:00" }, { "name": "symfony/console", @@ -2432,7 +2436,7 @@ ], "description": "Symfony Console Component", "homepage": "https://symfony.com", - "time": "2018-11-20 15:55:20" + "time": "2018-11-20T15:55:20+00:00" }, { "name": "symfony/debug", @@ -2489,7 +2493,7 @@ ], "description": "Symfony Debug Component", "homepage": "https://symfony.com", - "time": "2018-11-11 11:18:13" + "time": "2018-11-11T11:18:13+00:00" }, { "name": "symfony/process", @@ -2538,7 +2542,7 @@ ], "description": "Symfony Process Component", "homepage": "https://symfony.com", - "time": "2018-11-11 11:18:13" + "time": "2018-11-11T11:18:13+00:00" }, { "name": "symfony/yaml", @@ -2588,24 +2592,25 @@ ], "description": "Symfony Yaml Component", "homepage": "https://symfony.com", - "time": "2018-11-11 11:18:13" + "time": "2018-11-11T11:18:13+00:00" }, { "name": "webmozart/assert", - "version": "1.3.0", + "version": "1.4.0", "source": { "type": "git", "url": "https://github.com/webmozart/assert.git", - "reference": "0df1908962e7a3071564e857d86874dad1ef204a" + "reference": "83e253c8e0be5b0257b881e1827274667c5c17a9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/webmozart/assert/zipball/0df1908962e7a3071564e857d86874dad1ef204a", - "reference": "0df1908962e7a3071564e857d86874dad1ef204a", + "url": "https://api.github.com/repos/webmozart/assert/zipball/83e253c8e0be5b0257b881e1827274667c5c17a9", + "reference": "83e253c8e0be5b0257b881e1827274667c5c17a9", "shasum": "" }, "require": { - "php": "^5.3.3 || ^7.0" + "php": "^5.3.3 || ^7.0", + "symfony/polyfill-ctype": "^1.8" }, "require-dev": { "phpunit/phpunit": "^4.6", @@ -2638,7 +2643,7 @@ "check", "validate" ], - "time": "2018-01-29 19:49:41" + "time": "2018-12-25T11:19:39+00:00" } ], "aliases": [], diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/config.inc.php b/Vendor/phpMyAdmin-4.8.5-all-languages/config.inc.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/config.inc.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/config.inc.php diff --git a/Vendor/phpMyAdmin-4.8.5-all-languages/config.sample.inc.php b/Vendor/phpMyAdmin-4.8.5-all-languages/config.sample.inc.php new file mode 100644 index 00000000..5eede6dd --- /dev/null +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/config.sample.inc.php @@ -0,0 +1,154 @@ +. + * + * @package PhpMyAdmin + */ + +/** + * This is needed for cookie based authentication to encrypt password in + * cookie. Needs to be 32 chars long. + */ +$cfg['blowfish_secret'] = ''; /* YOU MUST FILL IN THIS FOR COOKIE AUTH! */ + +/** + * Servers configuration + */ +$i = 0; + +/** + * First server + */ +$i++; +/* Authentication type */ +$cfg['Servers'][$i]['auth_type'] = 'cookie'; +/* Server parameters */ +$cfg['Servers'][$i]['host'] = 'localhost'; +$cfg['Servers'][$i]['compress'] = false; +$cfg['Servers'][$i]['AllowNoPassword'] = false; + +/** + * phpMyAdmin configuration storage settings. + */ + +/* User used to manipulate with storage */ +// $cfg['Servers'][$i]['controlhost'] = ''; +// $cfg['Servers'][$i]['controlport'] = ''; +// $cfg['Servers'][$i]['controluser'] = 'pma'; +// $cfg['Servers'][$i]['controlpass'] = 'pmapass'; + +/* Storage database and tables */ +// $cfg['Servers'][$i]['pmadb'] = 'phpmyadmin'; +// $cfg['Servers'][$i]['bookmarktable'] = 'pma__bookmark'; +// $cfg['Servers'][$i]['relation'] = 'pma__relation'; +// $cfg['Servers'][$i]['table_info'] = 'pma__table_info'; +// $cfg['Servers'][$i]['table_coords'] = 'pma__table_coords'; +// $cfg['Servers'][$i]['pdf_pages'] = 'pma__pdf_pages'; +// $cfg['Servers'][$i]['column_info'] = 'pma__column_info'; +// $cfg['Servers'][$i]['history'] = 'pma__history'; +// $cfg['Servers'][$i]['table_uiprefs'] = 'pma__table_uiprefs'; +// $cfg['Servers'][$i]['tracking'] = 'pma__tracking'; +// $cfg['Servers'][$i]['userconfig'] = 'pma__userconfig'; +// $cfg['Servers'][$i]['recent'] = 'pma__recent'; +// $cfg['Servers'][$i]['favorite'] = 'pma__favorite'; +// $cfg['Servers'][$i]['users'] = 'pma__users'; +// $cfg['Servers'][$i]['usergroups'] = 'pma__usergroups'; +// $cfg['Servers'][$i]['navigationhiding'] = 'pma__navigationhiding'; +// $cfg['Servers'][$i]['savedsearches'] = 'pma__savedsearches'; +// $cfg['Servers'][$i]['central_columns'] = 'pma__central_columns'; +// $cfg['Servers'][$i]['designer_settings'] = 'pma__designer_settings'; +// $cfg['Servers'][$i]['export_templates'] = 'pma__export_templates'; + +/** + * End of servers configuration + */ + +/** + * Directories for saving/loading files from server + */ +$cfg['UploadDir'] = ''; +$cfg['SaveDir'] = ''; + +/** + * Whether to display icons or text or both icons and text in table row + * action segment. Value can be either of 'icons', 'text' or 'both'. + * default = 'both' + */ +//$cfg['RowActionType'] = 'icons'; + +/** + * Defines whether a user should be displayed a "show all (records)" + * button in browse mode or not. + * default = false + */ +//$cfg['ShowAll'] = true; + +/** + * Number of rows displayed when browsing a result set. If the result + * set contains more rows, "Previous" and "Next". + * Possible values: 25, 50, 100, 250, 500 + * default = 25 + */ +//$cfg['MaxRows'] = 50; + +/** + * Disallow editing of binary fields + * valid values are: + * false allow editing + * 'blob' allow editing except for BLOB fields + * 'noblob' disallow editing except for BLOB fields + * 'all' disallow editing + * default = 'blob' + */ +//$cfg['ProtectBinary'] = false; + +/** + * Default language to use, if not browser-defined or user-defined + * (you find all languages in the locale folder) + * uncomment the desired line: + * default = 'en' + */ +//$cfg['DefaultLang'] = 'en'; +//$cfg['DefaultLang'] = 'de'; + +/** + * How many columns should be used for table display of a database? + * (a value larger than 1 results in some information being hidden) + * default = 1 + */ +//$cfg['PropertiesNumColumns'] = 2; + +/** + * Set to true if you want DB-based query history.If false, this utilizes + * JS-routines to display query history (lost by window close) + * + * This requires configuration storage enabled, see above. + * default = false + */ +//$cfg['QueryHistoryDB'] = true; + +/** + * When using DB-based query history, how many entries should be kept? + * default = 25 + */ +//$cfg['QueryHistoryMax'] = 100; + +/** + * Whether or not to query the user before sending the error report to + * the phpMyAdmin team when a JavaScript error occurs + * + * Available options + * ('ask' | 'always' | 'never') + * default = 'ask' + */ +//$cfg['SendErrorReports'] = 'always'; + +/** + * You can find more configuration options in the documentation + * in the doc/ folder or at . + */ diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/db_central_columns.php b/Vendor/phpMyAdmin-4.8.5-all-languages/db_central_columns.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/db_central_columns.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/db_central_columns.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/db_datadict.php b/Vendor/phpMyAdmin-4.8.5-all-languages/db_datadict.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/db_datadict.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/db_datadict.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/db_designer.php b/Vendor/phpMyAdmin-4.8.5-all-languages/db_designer.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/db_designer.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/db_designer.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/db_events.php b/Vendor/phpMyAdmin-4.8.5-all-languages/db_events.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/db_events.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/db_events.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/db_export.php b/Vendor/phpMyAdmin-4.8.5-all-languages/db_export.php similarity index 93% rename from Vendor/phpMyAdmin-4.8.4-all-languages/db_export.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/db_export.php index 74010bef..6059c1bd 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/db_export.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/db_export.php @@ -84,15 +84,6 @@ $table_select = $_POST['selected_tbl']; } -// Check if the selected tables are defined in $_POST -// (from clicking Back button on export.php) -foreach (array('table_select', 'table_structure', 'table_data') as $one_key) { - if (isset($_POST[$one_key])) { - $_POST[$one_key] = urldecode($_POST[$one_key]); - $_POST[$one_key] = explode(",", $_POST[$one_key]); - } -} - foreach ($tables as $each_table) { if (isset($_POST['table_select']) && is_array($_POST['table_select'])) { $is_checked = Export::getCheckedClause( diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/db_import.php b/Vendor/phpMyAdmin-4.8.5-all-languages/db_import.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/db_import.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/db_import.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/db_multi_table_query.php b/Vendor/phpMyAdmin-4.8.5-all-languages/db_multi_table_query.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/db_multi_table_query.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/db_multi_table_query.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/db_operations.php b/Vendor/phpMyAdmin-4.8.5-all-languages/db_operations.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/db_operations.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/db_operations.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/db_qbe.php b/Vendor/phpMyAdmin-4.8.5-all-languages/db_qbe.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/db_qbe.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/db_qbe.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/db_routines.php b/Vendor/phpMyAdmin-4.8.5-all-languages/db_routines.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/db_routines.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/db_routines.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/db_search.php b/Vendor/phpMyAdmin-4.8.5-all-languages/db_search.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/db_search.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/db_search.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/db_sql.php b/Vendor/phpMyAdmin-4.8.5-all-languages/db_sql.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/db_sql.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/db_sql.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/db_sql_autocomplete.php b/Vendor/phpMyAdmin-4.8.5-all-languages/db_sql_autocomplete.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/db_sql_autocomplete.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/db_sql_autocomplete.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/db_sql_format.php b/Vendor/phpMyAdmin-4.8.5-all-languages/db_sql_format.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/db_sql_format.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/db_sql_format.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/db_structure.php b/Vendor/phpMyAdmin-4.8.5-all-languages/db_structure.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/db_structure.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/db_structure.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/db_tracking.php b/Vendor/phpMyAdmin-4.8.5-all-languages/db_tracking.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/db_tracking.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/db_tracking.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/db_triggers.php b/Vendor/phpMyAdmin-4.8.5-all-languages/db_triggers.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/db_triggers.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/db_triggers.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/error_report.php b/Vendor/phpMyAdmin-4.8.5-all-languages/error_report.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/error_report.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/error_report.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/export.php b/Vendor/phpMyAdmin-4.8.5-all-languages/export.php similarity index 99% rename from Vendor/phpMyAdmin-4.8.4-all-languages/export.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/export.php index 4eaf4229..ab6ca1e5 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/export.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/export.php @@ -21,14 +21,6 @@ * Get the variables sent or posted to this script and a core script */ include_once 'libraries/common.inc.php'; -/** - * If we are sending the export file (as opposed to just displaying it - * as text), we have to bypass the usual PhpMyAdmin\Response mechanism - */ -if (isset($_POST['output_format']) && $_POST['output_format'] == 'sendit') { - $response = Response::getInstance(); - $response->disable(); -} $response = Response::getInstance(); $header = $response->getHeader(); @@ -46,6 +38,7 @@ } exit; } + /** * Sets globals from $_POST * @@ -266,6 +259,14 @@ } } +/** + * If we are sending the export file (as opposed to just displaying it + * as text), we have to bypass the usual PhpMyAdmin\Response mechanism + */ +if (isset($_POST['output_format']) && $_POST['output_format'] == 'sendit' && ! $save_on_server) { + $response->disable(); +} + // Generate error url and check for needed variables if ($export_type == 'server') { $err_url = 'server_export.php' . Url::getCommon(); diff --git a/Vendor/phpMyAdmin-4.8.5-all-languages/ext_icon.svg b/Vendor/phpMyAdmin-4.8.5-all-languages/ext_icon.svg new file mode 100644 index 00000000..0fa6a9f8 --- /dev/null +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/ext_icon.svg @@ -0,0 +1 @@ +ext_icon \ No newline at end of file diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/favicon.ico b/Vendor/phpMyAdmin-4.8.5-all-languages/favicon.ico similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/favicon.ico rename to Vendor/phpMyAdmin-4.8.5-all-languages/favicon.ico diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/gis_data_editor.php b/Vendor/phpMyAdmin-4.8.5-all-languages/gis_data_editor.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/gis_data_editor.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/gis_data_editor.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/import.php b/Vendor/phpMyAdmin-4.8.5-all-languages/import.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/import.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/import.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/import_status.php b/Vendor/phpMyAdmin-4.8.5-all-languages/import_status.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/import_status.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/import_status.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/index.php b/Vendor/phpMyAdmin-4.8.5-all-languages/index.php similarity index 99% rename from Vendor/phpMyAdmin-4.8.4-all-languages/index.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/index.php index e80ceef4..2274e691 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/index.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/index.php @@ -134,10 +134,12 @@ } if ($GLOBALS['PMA_Config']->isGitRevision()) { + // If ajax request to get revision if (isset($_REQUEST['git_revision']) && $response->isAjax()) { GitRevision::display(); exit; } + // Else show empty html echo '
'; } diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/ajax.js b/Vendor/phpMyAdmin-4.8.5-all-languages/js/ajax.js similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/ajax.js rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/ajax.js diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/chart.js b/Vendor/phpMyAdmin-4.8.5-all-languages/js/chart.js similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/chart.js rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/chart.js diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/codemirror/addon/lint/sql-lint.js b/Vendor/phpMyAdmin-4.8.5-all-languages/js/codemirror/addon/lint/sql-lint.js similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/codemirror/addon/lint/sql-lint.js rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/codemirror/addon/lint/sql-lint.js diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/common.js b/Vendor/phpMyAdmin-4.8.5-all-languages/js/common.js similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/common.js rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/common.js diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/config.js b/Vendor/phpMyAdmin-4.8.5-all-languages/js/config.js similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/config.js rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/config.js diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/console.js b/Vendor/phpMyAdmin-4.8.5-all-languages/js/console.js similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/console.js rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/console.js diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/cross_framing_protection.js b/Vendor/phpMyAdmin-4.8.5-all-languages/js/cross_framing_protection.js similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/cross_framing_protection.js rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/cross_framing_protection.js diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/db_central_columns.js b/Vendor/phpMyAdmin-4.8.5-all-languages/js/db_central_columns.js similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/db_central_columns.js rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/db_central_columns.js diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/db_multi_table_query.js b/Vendor/phpMyAdmin-4.8.5-all-languages/js/db_multi_table_query.js similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/db_multi_table_query.js rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/db_multi_table_query.js diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/db_operations.js b/Vendor/phpMyAdmin-4.8.5-all-languages/js/db_operations.js similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/db_operations.js rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/db_operations.js diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/db_qbe.js b/Vendor/phpMyAdmin-4.8.5-all-languages/js/db_qbe.js similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/db_qbe.js rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/db_qbe.js diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/db_query_generator.js b/Vendor/phpMyAdmin-4.8.5-all-languages/js/db_query_generator.js similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/db_query_generator.js rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/db_query_generator.js diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/db_search.js b/Vendor/phpMyAdmin-4.8.5-all-languages/js/db_search.js similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/db_search.js rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/db_search.js diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/db_structure.js b/Vendor/phpMyAdmin-4.8.5-all-languages/js/db_structure.js similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/db_structure.js rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/db_structure.js diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/db_tracking.js b/Vendor/phpMyAdmin-4.8.5-all-languages/js/db_tracking.js similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/db_tracking.js rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/db_tracking.js diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/designer/database.js b/Vendor/phpMyAdmin-4.8.5-all-languages/js/designer/database.js similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/designer/database.js rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/designer/database.js diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/designer/history.js b/Vendor/phpMyAdmin-4.8.5-all-languages/js/designer/history.js similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/designer/history.js rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/designer/history.js diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/designer/init.js b/Vendor/phpMyAdmin-4.8.5-all-languages/js/designer/init.js similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/designer/init.js rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/designer/init.js diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/designer/move.js b/Vendor/phpMyAdmin-4.8.5-all-languages/js/designer/move.js similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/designer/move.js rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/designer/move.js diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/designer/objects.js b/Vendor/phpMyAdmin-4.8.5-all-languages/js/designer/objects.js similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/designer/objects.js rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/designer/objects.js diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/designer/page.js b/Vendor/phpMyAdmin-4.8.5-all-languages/js/designer/page.js similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/designer/page.js rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/designer/page.js diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/doclinks.js b/Vendor/phpMyAdmin-4.8.5-all-languages/js/doclinks.js similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/doclinks.js rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/doclinks.js diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/error_report.js b/Vendor/phpMyAdmin-4.8.5-all-languages/js/error_report.js similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/error_report.js rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/error_report.js diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/export.js b/Vendor/phpMyAdmin-4.8.5-all-languages/js/export.js similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/export.js rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/export.js diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/export_output.js b/Vendor/phpMyAdmin-4.8.5-all-languages/js/export_output.js similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/export_output.js rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/export_output.js diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/functions.js b/Vendor/phpMyAdmin-4.8.5-all-languages/js/functions.js similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/functions.js rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/functions.js diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/gis_data_editor.js b/Vendor/phpMyAdmin-4.8.5-all-languages/js/gis_data_editor.js similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/gis_data_editor.js rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/gis_data_editor.js diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/import.js b/Vendor/phpMyAdmin-4.8.5-all-languages/js/import.js similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/import.js rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/import.js diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/indexes.js b/Vendor/phpMyAdmin-4.8.5-all-languages/js/indexes.js similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/indexes.js rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/indexes.js diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/jqplot/plugins/jqplot.byteFormatter.js b/Vendor/phpMyAdmin-4.8.5-all-languages/js/jqplot/plugins/jqplot.byteFormatter.js similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/jqplot/plugins/jqplot.byteFormatter.js rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/jqplot/plugins/jqplot.byteFormatter.js diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/keyhandler.js b/Vendor/phpMyAdmin-4.8.5-all-languages/js/keyhandler.js similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/keyhandler.js rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/keyhandler.js diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/makegrid.js b/Vendor/phpMyAdmin-4.8.5-all-languages/js/makegrid.js similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/makegrid.js rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/makegrid.js diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/menu-resizer.js b/Vendor/phpMyAdmin-4.8.5-all-languages/js/menu-resizer.js similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/menu-resizer.js rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/menu-resizer.js diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/messages.php b/Vendor/phpMyAdmin-4.8.5-all-languages/js/messages.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/messages.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/messages.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/microhistory.js b/Vendor/phpMyAdmin-4.8.5-all-languages/js/microhistory.js similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/microhistory.js rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/microhistory.js diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/multi_column_sort.js b/Vendor/phpMyAdmin-4.8.5-all-languages/js/multi_column_sort.js similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/multi_column_sort.js rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/multi_column_sort.js diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/navigation.js b/Vendor/phpMyAdmin-4.8.5-all-languages/js/navigation.js similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/navigation.js rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/navigation.js diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/normalization.js b/Vendor/phpMyAdmin-4.8.5-all-languages/js/normalization.js similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/normalization.js rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/normalization.js diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/page_settings.js b/Vendor/phpMyAdmin-4.8.5-all-languages/js/page_settings.js similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/page_settings.js rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/page_settings.js diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/replication.js b/Vendor/phpMyAdmin-4.8.5-all-languages/js/replication.js similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/replication.js rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/replication.js diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/rte.js b/Vendor/phpMyAdmin-4.8.5-all-languages/js/rte.js similarity index 99% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/rte.js rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/rte.js index 17cfaace..d51538b4 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/js/rte.js +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/js/rte.js @@ -823,9 +823,7 @@ RTE.ROUTINE = { * the AJAX message shown to the user */ var $msg = PMA_ajaxShowMessage(); - var params = { - 'ajax_request': true - }; + var params = getJSConfirmCommonParam($this[0], $this.getPostData()); $.post($this.attr('href'), params, function (data) { if (data.success === true) { PMA_ajaxRemoveMessage($msg); diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/server_databases.js b/Vendor/phpMyAdmin-4.8.5-all-languages/js/server_databases.js similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/server_databases.js rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/server_databases.js diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/server_plugins.js b/Vendor/phpMyAdmin-4.8.5-all-languages/js/server_plugins.js similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/server_plugins.js rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/server_plugins.js diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/server_privileges.js b/Vendor/phpMyAdmin-4.8.5-all-languages/js/server_privileges.js similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/server_privileges.js rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/server_privileges.js diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/server_status_advisor.js b/Vendor/phpMyAdmin-4.8.5-all-languages/js/server_status_advisor.js similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/server_status_advisor.js rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/server_status_advisor.js diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/server_status_monitor.js b/Vendor/phpMyAdmin-4.8.5-all-languages/js/server_status_monitor.js similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/server_status_monitor.js rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/server_status_monitor.js diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/server_status_processes.js b/Vendor/phpMyAdmin-4.8.5-all-languages/js/server_status_processes.js similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/server_status_processes.js rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/server_status_processes.js diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/server_status_queries.js b/Vendor/phpMyAdmin-4.8.5-all-languages/js/server_status_queries.js similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/server_status_queries.js rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/server_status_queries.js diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/server_status_sorter.js b/Vendor/phpMyAdmin-4.8.5-all-languages/js/server_status_sorter.js similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/server_status_sorter.js rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/server_status_sorter.js diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/server_status_variables.js b/Vendor/phpMyAdmin-4.8.5-all-languages/js/server_status_variables.js similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/server_status_variables.js rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/server_status_variables.js diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/server_user_groups.js b/Vendor/phpMyAdmin-4.8.5-all-languages/js/server_user_groups.js similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/server_user_groups.js rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/server_user_groups.js diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/server_variables.js b/Vendor/phpMyAdmin-4.8.5-all-languages/js/server_variables.js similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/server_variables.js rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/server_variables.js diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/shortcuts_handler.js b/Vendor/phpMyAdmin-4.8.5-all-languages/js/shortcuts_handler.js similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/shortcuts_handler.js rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/shortcuts_handler.js diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/sql.js b/Vendor/phpMyAdmin-4.8.5-all-languages/js/sql.js similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/sql.js rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/sql.js diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/tbl_change.js b/Vendor/phpMyAdmin-4.8.5-all-languages/js/tbl_change.js similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/tbl_change.js rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/tbl_change.js diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/tbl_chart.js b/Vendor/phpMyAdmin-4.8.5-all-languages/js/tbl_chart.js similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/tbl_chart.js rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/tbl_chart.js diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/tbl_find_replace.js b/Vendor/phpMyAdmin-4.8.5-all-languages/js/tbl_find_replace.js similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/tbl_find_replace.js rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/tbl_find_replace.js diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/tbl_gis_visualization.js b/Vendor/phpMyAdmin-4.8.5-all-languages/js/tbl_gis_visualization.js similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/tbl_gis_visualization.js rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/tbl_gis_visualization.js diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/tbl_operations.js b/Vendor/phpMyAdmin-4.8.5-all-languages/js/tbl_operations.js similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/tbl_operations.js rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/tbl_operations.js diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/tbl_relation.js b/Vendor/phpMyAdmin-4.8.5-all-languages/js/tbl_relation.js similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/tbl_relation.js rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/tbl_relation.js diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/tbl_select.js b/Vendor/phpMyAdmin-4.8.5-all-languages/js/tbl_select.js similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/tbl_select.js rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/tbl_select.js diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/tbl_structure.js b/Vendor/phpMyAdmin-4.8.5-all-languages/js/tbl_structure.js similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/tbl_structure.js rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/tbl_structure.js diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/tbl_tracking.js b/Vendor/phpMyAdmin-4.8.5-all-languages/js/tbl_tracking.js similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/tbl_tracking.js rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/tbl_tracking.js diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/tbl_zoom_plot_jqplot.js b/Vendor/phpMyAdmin-4.8.5-all-languages/js/tbl_zoom_plot_jqplot.js similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/tbl_zoom_plot_jqplot.js rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/tbl_zoom_plot_jqplot.js diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/transformations/image_upload.js b/Vendor/phpMyAdmin-4.8.5-all-languages/js/transformations/image_upload.js similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/transformations/image_upload.js rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/transformations/image_upload.js diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/transformations/json.js b/Vendor/phpMyAdmin-4.8.5-all-languages/js/transformations/json.js similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/transformations/json.js rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/transformations/json.js diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/transformations/json_editor.js b/Vendor/phpMyAdmin-4.8.5-all-languages/js/transformations/json_editor.js similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/transformations/json_editor.js rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/transformations/json_editor.js diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/transformations/sql_editor.js b/Vendor/phpMyAdmin-4.8.5-all-languages/js/transformations/sql_editor.js similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/transformations/sql_editor.js rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/transformations/sql_editor.js diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/transformations/xml.js b/Vendor/phpMyAdmin-4.8.5-all-languages/js/transformations/xml.js similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/transformations/xml.js rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/transformations/xml.js diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/transformations/xml_editor.js b/Vendor/phpMyAdmin-4.8.5-all-languages/js/transformations/xml_editor.js similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/transformations/xml_editor.js rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/transformations/xml_editor.js diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/u2f.js b/Vendor/phpMyAdmin-4.8.5-all-languages/js/u2f.js similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/u2f.js rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/u2f.js diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/codemirror/LICENSE b/Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/codemirror/LICENSE similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/codemirror/LICENSE rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/codemirror/LICENSE diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/codemirror/addon/hint/show-hint.css b/Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/codemirror/addon/hint/show-hint.css similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/codemirror/addon/hint/show-hint.css rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/codemirror/addon/hint/show-hint.css diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/codemirror/addon/hint/show-hint.js b/Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/codemirror/addon/hint/show-hint.js similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/codemirror/addon/hint/show-hint.js rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/codemirror/addon/hint/show-hint.js diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/codemirror/addon/hint/sql-hint.js b/Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/codemirror/addon/hint/sql-hint.js similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/codemirror/addon/hint/sql-hint.js rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/codemirror/addon/hint/sql-hint.js diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/codemirror/addon/lint/lint.css b/Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/codemirror/addon/lint/lint.css similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/codemirror/addon/lint/lint.css rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/codemirror/addon/lint/lint.css diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/codemirror/addon/lint/lint.js b/Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/codemirror/addon/lint/lint.js similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/codemirror/addon/lint/lint.js rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/codemirror/addon/lint/lint.js diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/codemirror/addon/runmode/runmode.js b/Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/codemirror/addon/runmode/runmode.js similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/codemirror/addon/runmode/runmode.js rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/codemirror/addon/runmode/runmode.js diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/codemirror/lib/codemirror.css b/Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/codemirror/lib/codemirror.css similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/codemirror/lib/codemirror.css rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/codemirror/lib/codemirror.css diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/codemirror/lib/codemirror.js b/Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/codemirror/lib/codemirror.js similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/codemirror/lib/codemirror.js rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/codemirror/lib/codemirror.js diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/codemirror/mode/javascript/javascript.js b/Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/codemirror/mode/javascript/javascript.js similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/codemirror/mode/javascript/javascript.js rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/codemirror/mode/javascript/javascript.js diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/codemirror/mode/sql/sql.js b/Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/codemirror/mode/sql/sql.js similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/codemirror/mode/sql/sql.js rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/codemirror/mode/sql/sql.js diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/codemirror/mode/xml/xml.js b/Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/codemirror/mode/xml/xml.js similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/codemirror/mode/xml/xml.js rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/codemirror/mode/xml/xml.js diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/jqplot/jquery.jqplot.js b/Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/jqplot/jquery.jqplot.js similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/jqplot/jquery.jqplot.js rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/jqplot/jquery.jqplot.js diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/jqplot/plugins/jqplot.barRenderer.js b/Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/jqplot/plugins/jqplot.barRenderer.js similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/jqplot/plugins/jqplot.barRenderer.js rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/jqplot/plugins/jqplot.barRenderer.js diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/jqplot/plugins/jqplot.canvasAxisLabelRenderer.js b/Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/jqplot/plugins/jqplot.canvasAxisLabelRenderer.js similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/jqplot/plugins/jqplot.canvasAxisLabelRenderer.js rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/jqplot/plugins/jqplot.canvasAxisLabelRenderer.js diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/jqplot/plugins/jqplot.canvasTextRenderer.js b/Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/jqplot/plugins/jqplot.canvasTextRenderer.js similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/jqplot/plugins/jqplot.canvasTextRenderer.js rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/jqplot/plugins/jqplot.canvasTextRenderer.js diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/jqplot/plugins/jqplot.categoryAxisRenderer.js b/Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/jqplot/plugins/jqplot.categoryAxisRenderer.js similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/jqplot/plugins/jqplot.categoryAxisRenderer.js rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/jqplot/plugins/jqplot.categoryAxisRenderer.js diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/jqplot/plugins/jqplot.cursor.js b/Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/jqplot/plugins/jqplot.cursor.js similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/jqplot/plugins/jqplot.cursor.js rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/jqplot/plugins/jqplot.cursor.js diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/jqplot/plugins/jqplot.dateAxisRenderer.js b/Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/jqplot/plugins/jqplot.dateAxisRenderer.js similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/jqplot/plugins/jqplot.dateAxisRenderer.js rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/jqplot/plugins/jqplot.dateAxisRenderer.js diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/jqplot/plugins/jqplot.enhancedPieLegendRenderer.js b/Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/jqplot/plugins/jqplot.enhancedPieLegendRenderer.js similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/jqplot/plugins/jqplot.enhancedPieLegendRenderer.js rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/jqplot/plugins/jqplot.enhancedPieLegendRenderer.js diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/jqplot/plugins/jqplot.highlighter.js b/Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/jqplot/plugins/jqplot.highlighter.js similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/jqplot/plugins/jqplot.highlighter.js rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/jqplot/plugins/jqplot.highlighter.js diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/jqplot/plugins/jqplot.pieRenderer.js b/Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/jqplot/plugins/jqplot.pieRenderer.js similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/jqplot/plugins/jqplot.pieRenderer.js rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/jqplot/plugins/jqplot.pieRenderer.js diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/jqplot/plugins/jqplot.pointLabels.js b/Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/jqplot/plugins/jqplot.pointLabels.js similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/jqplot/plugins/jqplot.pointLabels.js rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/jqplot/plugins/jqplot.pointLabels.js diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/jquery/MIT-LICENSE.txt b/Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/jquery/MIT-LICENSE.txt similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/jquery/MIT-LICENSE.txt rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/jquery/MIT-LICENSE.txt diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/jquery/additional-methods.js b/Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/jquery/additional-methods.js similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/jquery/additional-methods.js rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/jquery/additional-methods.js diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/jquery/jquery-migrate.js b/Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/jquery/jquery-migrate.js similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/jquery/jquery-migrate.js rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/jquery/jquery-migrate.js diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/jquery/jquery-ui-timepicker-addon.js b/Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/jquery/jquery-ui-timepicker-addon.js similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/jquery/jquery-ui-timepicker-addon.js rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/jquery/jquery-ui-timepicker-addon.js diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/jquery/jquery-ui.min.js b/Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/jquery/jquery-ui.min.js similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/jquery/jquery-ui.min.js rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/jquery/jquery-ui.min.js diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/jquery/jquery.ba-hashchange-1.3.js b/Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/jquery/jquery.ba-hashchange-1.3.js similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/jquery/jquery.ba-hashchange-1.3.js rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/jquery/jquery.ba-hashchange-1.3.js diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/jquery/jquery.debounce-1.0.5.js b/Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/jquery/jquery.debounce-1.0.5.js similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/jquery/jquery.debounce-1.0.5.js rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/jquery/jquery.debounce-1.0.5.js diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/jquery/jquery.event.drag-2.2.js b/Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/jquery/jquery.event.drag-2.2.js similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/jquery/jquery.event.drag-2.2.js rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/jquery/jquery.event.drag-2.2.js diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/jquery/jquery.fullscreen.js b/Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/jquery/jquery.fullscreen.js similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/jquery/jquery.fullscreen.js rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/jquery/jquery.fullscreen.js diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/jquery/jquery.md5.js b/Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/jquery/jquery.md5.js similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/jquery/jquery.md5.js rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/jquery/jquery.md5.js diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/jquery/jquery.min.js b/Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/jquery/jquery.min.js similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/jquery/jquery.min.js rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/jquery/jquery.min.js diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/jquery/jquery.mousewheel.js b/Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/jquery/jquery.mousewheel.js similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/jquery/jquery.mousewheel.js rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/jquery/jquery.mousewheel.js diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/jquery/jquery.sortableTable.js b/Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/jquery/jquery.sortableTable.js similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/jquery/jquery.sortableTable.js rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/jquery/jquery.sortableTable.js diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/jquery/jquery.svg.js b/Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/jquery/jquery.svg.js similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/jquery/jquery.svg.js rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/jquery/jquery.svg.js diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/jquery/jquery.tablesorter.js b/Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/jquery/jquery.tablesorter.js similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/jquery/jquery.tablesorter.js rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/jquery/jquery.tablesorter.js diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/jquery/jquery.uitablefilter.js b/Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/jquery/jquery.uitablefilter.js similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/jquery/jquery.uitablefilter.js rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/jquery/jquery.uitablefilter.js diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/jquery/jquery.validate.js b/Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/jquery/jquery.validate.js similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/jquery/jquery.validate.js rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/jquery/jquery.validate.js diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/js.cookie.js b/Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/js.cookie.js similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/js.cookie.js rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/js.cookie.js diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/openlayers/OpenLayers.js b/Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/openlayers/OpenLayers.js similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/openlayers/OpenLayers.js rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/openlayers/OpenLayers.js diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/openlayers/img/blank.gif b/Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/openlayers/img/blank.gif similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/openlayers/img/blank.gif rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/openlayers/img/blank.gif diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/openlayers/img/cloud-popup-relative.png b/Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/openlayers/img/cloud-popup-relative.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/openlayers/img/cloud-popup-relative.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/openlayers/img/cloud-popup-relative.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/openlayers/img/drag-rectangle-off.png b/Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/openlayers/img/drag-rectangle-off.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/openlayers/img/drag-rectangle-off.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/openlayers/img/drag-rectangle-off.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/openlayers/img/drag-rectangle-on.png b/Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/openlayers/img/drag-rectangle-on.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/openlayers/img/drag-rectangle-on.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/openlayers/img/drag-rectangle-on.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/openlayers/img/east-mini.png b/Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/openlayers/img/east-mini.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/openlayers/img/east-mini.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/openlayers/img/east-mini.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/openlayers/img/layer-switcher-maximize.png b/Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/openlayers/img/layer-switcher-maximize.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/openlayers/img/layer-switcher-maximize.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/openlayers/img/layer-switcher-maximize.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/openlayers/img/layer-switcher-minimize.png b/Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/openlayers/img/layer-switcher-minimize.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/openlayers/img/layer-switcher-minimize.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/openlayers/img/layer-switcher-minimize.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/openlayers/img/marker-blue.png b/Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/openlayers/img/marker-blue.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/openlayers/img/marker-blue.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/openlayers/img/marker-blue.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/openlayers/img/marker-gold.png b/Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/openlayers/img/marker-gold.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/openlayers/img/marker-gold.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/openlayers/img/marker-gold.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/openlayers/img/marker-green.png b/Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/openlayers/img/marker-green.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/openlayers/img/marker-green.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/openlayers/img/marker-green.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/openlayers/img/marker.png b/Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/openlayers/img/marker.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/openlayers/img/marker.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/openlayers/img/marker.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/openlayers/img/measuring-stick-off.png b/Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/openlayers/img/measuring-stick-off.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/openlayers/img/measuring-stick-off.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/openlayers/img/measuring-stick-off.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/openlayers/img/measuring-stick-on.png b/Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/openlayers/img/measuring-stick-on.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/openlayers/img/measuring-stick-on.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/openlayers/img/measuring-stick-on.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/openlayers/img/north-mini.png b/Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/openlayers/img/north-mini.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/openlayers/img/north-mini.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/openlayers/img/north-mini.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/openlayers/img/panning-hand-off.png b/Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/openlayers/img/panning-hand-off.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/openlayers/img/panning-hand-off.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/openlayers/img/panning-hand-off.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/openlayers/img/panning-hand-on.png b/Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/openlayers/img/panning-hand-on.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/openlayers/img/panning-hand-on.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/openlayers/img/panning-hand-on.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/openlayers/img/slider.png b/Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/openlayers/img/slider.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/openlayers/img/slider.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/openlayers/img/slider.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/openlayers/img/south-mini.png b/Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/openlayers/img/south-mini.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/openlayers/img/south-mini.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/openlayers/img/south-mini.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/openlayers/img/west-mini.png b/Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/openlayers/img/west-mini.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/openlayers/img/west-mini.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/openlayers/img/west-mini.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/openlayers/img/zoom-minus-mini.png b/Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/openlayers/img/zoom-minus-mini.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/openlayers/img/zoom-minus-mini.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/openlayers/img/zoom-minus-mini.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/openlayers/img/zoom-plus-mini.png b/Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/openlayers/img/zoom-plus-mini.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/openlayers/img/zoom-plus-mini.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/openlayers/img/zoom-plus-mini.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/openlayers/img/zoom-world-mini.png b/Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/openlayers/img/zoom-world-mini.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/openlayers/img/zoom-world-mini.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/openlayers/img/zoom-world-mini.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/openlayers/img/zoombar.png b/Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/openlayers/img/zoombar.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/openlayers/img/zoombar.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/openlayers/img/zoombar.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/openlayers/theme/default/google.css b/Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/openlayers/theme/default/google.css similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/openlayers/theme/default/google.css rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/openlayers/theme/default/google.css diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/openlayers/theme/default/google.tidy.css b/Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/openlayers/theme/default/google.tidy.css similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/openlayers/theme/default/google.tidy.css rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/openlayers/theme/default/google.tidy.css diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/openlayers/theme/default/ie6-style.css b/Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/openlayers/theme/default/ie6-style.css similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/openlayers/theme/default/ie6-style.css rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/openlayers/theme/default/ie6-style.css diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/openlayers/theme/default/ie6-style.tidy.css b/Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/openlayers/theme/default/ie6-style.tidy.css similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/openlayers/theme/default/ie6-style.tidy.css rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/openlayers/theme/default/ie6-style.tidy.css diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/openlayers/theme/default/img/add_point_off.png b/Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/openlayers/theme/default/img/add_point_off.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/openlayers/theme/default/img/add_point_off.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/openlayers/theme/default/img/add_point_off.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/openlayers/theme/default/img/add_point_on.png b/Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/openlayers/theme/default/img/add_point_on.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/openlayers/theme/default/img/add_point_on.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/openlayers/theme/default/img/add_point_on.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/openlayers/theme/default/img/blank.gif b/Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/openlayers/theme/default/img/blank.gif similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/openlayers/theme/default/img/blank.gif rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/openlayers/theme/default/img/blank.gif diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/openlayers/theme/default/img/close.gif b/Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/openlayers/theme/default/img/close.gif similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/openlayers/theme/default/img/close.gif rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/openlayers/theme/default/img/close.gif diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/openlayers/theme/default/img/drag-rectangle-off.png b/Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/openlayers/theme/default/img/drag-rectangle-off.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/openlayers/theme/default/img/drag-rectangle-off.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/openlayers/theme/default/img/drag-rectangle-off.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/openlayers/theme/default/img/drag-rectangle-on.png b/Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/openlayers/theme/default/img/drag-rectangle-on.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/openlayers/theme/default/img/drag-rectangle-on.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/openlayers/theme/default/img/drag-rectangle-on.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/openlayers/theme/default/img/draw_line_off.png b/Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/openlayers/theme/default/img/draw_line_off.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/openlayers/theme/default/img/draw_line_off.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/openlayers/theme/default/img/draw_line_off.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/openlayers/theme/default/img/draw_line_on.png b/Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/openlayers/theme/default/img/draw_line_on.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/openlayers/theme/default/img/draw_line_on.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/openlayers/theme/default/img/draw_line_on.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/openlayers/theme/default/img/draw_point_off.png b/Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/openlayers/theme/default/img/draw_point_off.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/openlayers/theme/default/img/draw_point_off.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/openlayers/theme/default/img/draw_point_off.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/openlayers/theme/default/img/draw_point_on.png b/Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/openlayers/theme/default/img/draw_point_on.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/openlayers/theme/default/img/draw_point_on.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/openlayers/theme/default/img/draw_point_on.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/openlayers/theme/default/img/draw_polygon_off.png b/Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/openlayers/theme/default/img/draw_polygon_off.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/openlayers/theme/default/img/draw_polygon_off.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/openlayers/theme/default/img/draw_polygon_off.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/openlayers/theme/default/img/draw_polygon_on.png b/Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/openlayers/theme/default/img/draw_polygon_on.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/openlayers/theme/default/img/draw_polygon_on.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/openlayers/theme/default/img/draw_polygon_on.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/openlayers/theme/default/img/editing_tool_bar.png b/Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/openlayers/theme/default/img/editing_tool_bar.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/openlayers/theme/default/img/editing_tool_bar.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/openlayers/theme/default/img/editing_tool_bar.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/openlayers/theme/default/img/move_feature_off.png b/Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/openlayers/theme/default/img/move_feature_off.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/openlayers/theme/default/img/move_feature_off.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/openlayers/theme/default/img/move_feature_off.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/openlayers/theme/default/img/move_feature_on.png b/Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/openlayers/theme/default/img/move_feature_on.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/openlayers/theme/default/img/move_feature_on.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/openlayers/theme/default/img/move_feature_on.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/openlayers/theme/default/img/navigation_history.png b/Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/openlayers/theme/default/img/navigation_history.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/openlayers/theme/default/img/navigation_history.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/openlayers/theme/default/img/navigation_history.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/openlayers/theme/default/img/overview_replacement.gif b/Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/openlayers/theme/default/img/overview_replacement.gif similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/openlayers/theme/default/img/overview_replacement.gif rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/openlayers/theme/default/img/overview_replacement.gif diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/openlayers/theme/default/img/pan-panel-NOALPHA.png b/Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/openlayers/theme/default/img/pan-panel-NOALPHA.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/openlayers/theme/default/img/pan-panel-NOALPHA.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/openlayers/theme/default/img/pan-panel-NOALPHA.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/openlayers/theme/default/img/pan-panel.png b/Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/openlayers/theme/default/img/pan-panel.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/openlayers/theme/default/img/pan-panel.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/openlayers/theme/default/img/pan-panel.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/openlayers/theme/default/img/pan_off.png b/Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/openlayers/theme/default/img/pan_off.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/openlayers/theme/default/img/pan_off.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/openlayers/theme/default/img/pan_off.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/openlayers/theme/default/img/pan_on.png b/Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/openlayers/theme/default/img/pan_on.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/openlayers/theme/default/img/pan_on.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/openlayers/theme/default/img/pan_on.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/openlayers/theme/default/img/panning-hand-off.png b/Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/openlayers/theme/default/img/panning-hand-off.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/openlayers/theme/default/img/panning-hand-off.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/openlayers/theme/default/img/panning-hand-off.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/openlayers/theme/default/img/panning-hand-on.png b/Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/openlayers/theme/default/img/panning-hand-on.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/openlayers/theme/default/img/panning-hand-on.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/openlayers/theme/default/img/panning-hand-on.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/openlayers/theme/default/img/remove_point_off.png b/Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/openlayers/theme/default/img/remove_point_off.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/openlayers/theme/default/img/remove_point_off.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/openlayers/theme/default/img/remove_point_off.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/openlayers/theme/default/img/remove_point_on.png b/Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/openlayers/theme/default/img/remove_point_on.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/openlayers/theme/default/img/remove_point_on.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/openlayers/theme/default/img/remove_point_on.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/openlayers/theme/default/img/ruler.png b/Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/openlayers/theme/default/img/ruler.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/openlayers/theme/default/img/ruler.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/openlayers/theme/default/img/ruler.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/openlayers/theme/default/img/save_features_off.png b/Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/openlayers/theme/default/img/save_features_off.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/openlayers/theme/default/img/save_features_off.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/openlayers/theme/default/img/save_features_off.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/openlayers/theme/default/img/save_features_on.png b/Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/openlayers/theme/default/img/save_features_on.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/openlayers/theme/default/img/save_features_on.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/openlayers/theme/default/img/save_features_on.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/openlayers/theme/default/img/view_next_off.png b/Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/openlayers/theme/default/img/view_next_off.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/openlayers/theme/default/img/view_next_off.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/openlayers/theme/default/img/view_next_off.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/openlayers/theme/default/img/view_next_on.png b/Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/openlayers/theme/default/img/view_next_on.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/openlayers/theme/default/img/view_next_on.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/openlayers/theme/default/img/view_next_on.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/openlayers/theme/default/img/view_previous_off.png b/Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/openlayers/theme/default/img/view_previous_off.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/openlayers/theme/default/img/view_previous_off.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/openlayers/theme/default/img/view_previous_off.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/openlayers/theme/default/img/view_previous_on.png b/Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/openlayers/theme/default/img/view_previous_on.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/openlayers/theme/default/img/view_previous_on.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/openlayers/theme/default/img/view_previous_on.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/openlayers/theme/default/img/zoom-panel-NOALPHA.png b/Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/openlayers/theme/default/img/zoom-panel-NOALPHA.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/openlayers/theme/default/img/zoom-panel-NOALPHA.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/openlayers/theme/default/img/zoom-panel-NOALPHA.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/openlayers/theme/default/img/zoom-panel.png b/Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/openlayers/theme/default/img/zoom-panel.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/openlayers/theme/default/img/zoom-panel.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/openlayers/theme/default/img/zoom-panel.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/openlayers/theme/default/style.css b/Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/openlayers/theme/default/style.css similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/openlayers/theme/default/style.css rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/openlayers/theme/default/style.css diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/openlayers/theme/default/style.mobile.css b/Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/openlayers/theme/default/style.mobile.css similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/openlayers/theme/default/style.mobile.css rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/openlayers/theme/default/style.mobile.css diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/openlayers/theme/default/style.mobile.tidy.css b/Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/openlayers/theme/default/style.mobile.tidy.css similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/openlayers/theme/default/style.mobile.tidy.css rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/openlayers/theme/default/style.mobile.tidy.css diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/openlayers/theme/default/style.tidy.css b/Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/openlayers/theme/default/style.tidy.css similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/openlayers/theme/default/style.tidy.css rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/openlayers/theme/default/style.tidy.css diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/sprintf.js b/Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/sprintf.js similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/sprintf.js rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/sprintf.js diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/tracekit.js b/Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/tracekit.js similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/tracekit.js rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/tracekit.js diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/u2f-api-polyfill.js b/Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/u2f-api-polyfill.js similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/u2f-api-polyfill.js rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/u2f-api-polyfill.js diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/zxcvbn.js b/Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/zxcvbn.js similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/vendor/zxcvbn.js rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/vendor/zxcvbn.js diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/js/whitelist.php b/Vendor/phpMyAdmin-4.8.5-all-languages/js/whitelist.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/js/whitelist.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/js/whitelist.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/advisory_rules.txt b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/advisory_rules.txt similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/advisory_rules.txt rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/advisory_rules.txt diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/certs/12d55845.0 b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/certs/12d55845.0 similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/certs/12d55845.0 rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/certs/12d55845.0 diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/certs/2e5ac55d.0 b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/certs/2e5ac55d.0 similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/certs/2e5ac55d.0 rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/certs/2e5ac55d.0 diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/certs/4042bcee.0 b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/certs/4042bcee.0 similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/certs/4042bcee.0 rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/certs/4042bcee.0 diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/certs/6187b673.0 b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/certs/6187b673.0 similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/certs/6187b673.0 rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/certs/6187b673.0 diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/certs/README.rst b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/certs/README.rst similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/certs/README.rst rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/certs/README.rst diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/certs/cacert.pem b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/certs/cacert.pem similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/certs/cacert.pem rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/certs/cacert.pem diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/check_user_privileges.inc.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/check_user_privileges.inc.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/check_user_privileges.inc.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/check_user_privileges.inc.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Advisor.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Advisor.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Advisor.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Advisor.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Bookmark.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Bookmark.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Bookmark.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Bookmark.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/BrowseForeigners.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/BrowseForeigners.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/BrowseForeigners.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/BrowseForeigners.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/CentralColumns.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/CentralColumns.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/CentralColumns.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/CentralColumns.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Charsets.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Charsets.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Charsets.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Charsets.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/CheckUserPrivileges.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/CheckUserPrivileges.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/CheckUserPrivileges.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/CheckUserPrivileges.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Config.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Config.php similarity index 95% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Config.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Config.php index c64f62b8..74a3d9d0 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Config.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Config.php @@ -116,7 +116,7 @@ public function __construct($source = null) */ public function checkSystem() { - $this->set('PMA_VERSION', '4.8.4'); + $this->set('PMA_VERSION', '4.8.5'); /* Major version */ $this->set( 'PMA_MAJOR_VERSION', @@ -358,30 +358,63 @@ public function checkWebServerOs() /** * detects if Git revision - * + * @param string &$git_location (optional) verified git directory * @return boolean */ - public function isGitRevision() + public function isGitRevision(&$git_location = NULL) { - if (!$this->get('ShowGitRevision')) { + // PMA config check + if (! $this->get('ShowGitRevision')) { return false; } // caching - if (isset($_SESSION['is_git_revision'])) { - if ($_SESSION['is_git_revision']) { - $this->set('PMA_VERSION_GIT', 1); - } + if ( + isset($_SESSION['is_git_revision']) + && array_key_exists('git_location', $_SESSION) + ) { + // Define location using cached value + $git_location = $_SESSION['git_location']; return $_SESSION['is_git_revision']; } + // find out if there is a .git folder - $git_folder = '.git'; - if (! @file_exists($git_folder) - || ! @file_exists($git_folder . '/config') - ) { + // or a .git file (--separate-git-dir) + $git = '.git'; + if (is_dir($git)) { + if (@is_file($git . '/config')) { + $git_location = $git; + } else { + $_SESSION['git_location'] = null; + $_SESSION['is_git_revision'] = false; + return false; + } + } elseif (is_file($git)) { + $contents = file_get_contents($git); + $gitmatch = array(); + // Matches expected format + if (! preg_match('/^gitdir: (.*)$/', + $contents, $gitmatch)) { + $_SESSION['git_location'] = null; + $_SESSION['is_git_revision'] = false; + return false; + } else { + if (@is_dir($gitmatch[1])) { + //Detected git external folder location + $git_location = $gitmatch[1]; + } else { + $_SESSION['git_location'] = null; + $_SESSION['is_git_revision'] = false; + return false; + } + } + } else { + $_SESSION['git_location'] = null; $_SESSION['is_git_revision'] = false; return false; } + // Define session for caching + $_SESSION['git_location'] = $git_location; $_SESSION['is_git_revision'] = true; return true; } @@ -394,15 +427,21 @@ public function isGitRevision() public function checkGitRevision() { // find out if there is a .git folder - $git_folder = '.git'; - if (! $this->isGitRevision()) { + $git_folder = ''; + if (! $this->isGitRevision($git_folder)) { + $this->set('PMA_VERSION_GIT', 0); return; } if (! $ref_head = @file_get_contents($git_folder . '/HEAD')) { + $this->set('PMA_VERSION_GIT', 0); return; } + if ($common_dir_contents = @file_get_contents($git_folder . '/commondir')) { + $git_folder = $git_folder . DIRECTORY_SEPARATOR . trim($common_dir_contents); + } + $branch = false; // are we on any branch? if (strstr($ref_head, '/')) { @@ -418,6 +457,7 @@ public function checkGitRevision() if (@file_exists($ref_file)) { $hash = @file_get_contents($ref_file); if (! $hash) { + $this->set('PMA_VERSION_GIT', 0); return; } $hash = trim($hash); @@ -425,6 +465,7 @@ public function checkGitRevision() // deal with packed refs $packed_refs = @file_get_contents($git_folder . '/packed-refs'); if (! $packed_refs) { + $this->set('PMA_VERSION_GIT', 0); return; } // split file to lines @@ -447,6 +488,7 @@ public function checkGitRevision() } } if (! isset($hash)) { + $this->set('PMA_VERSION_GIT', 0); // Could not find ref return; } @@ -465,6 +507,7 @@ public function checkGitRevision() . substr($hash, 0, 2) . '/' . substr($hash, 2); if (@file_exists($git_file_name) ) { if (! $commit = @file_get_contents($git_file_name)) { + $this->set('PMA_VERSION_GIT', 0); return; } $commit = explode("\0", gzuncompress($commit), 2); @@ -688,7 +731,7 @@ public function checkGitRevision() } while ($dataline != ''); $message = trim(implode(' ', $commit)); - } elseif (isset($commit_json) && isset($commit_json->author) && isset($commit_json->committer)) { + } elseif (isset($commit_json) && isset($commit_json->author) && isset($commit_json->committer) && isset($commit_json->message)) { $author = array( 'name' => $commit_json->author->name, 'email' => $commit_json->author->email, @@ -699,6 +742,7 @@ public function checkGitRevision() 'date' => $commit_json->committer->date); $message = trim($commit_json->message); } else { + $this->set('PMA_VERSION_GIT', 0); return; } diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Config/ConfigFile.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Config/ConfigFile.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Config/ConfigFile.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Config/ConfigFile.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Config/Descriptions.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Config/Descriptions.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Config/Descriptions.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Config/Descriptions.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Config/Form.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Config/Form.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Config/Form.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Config/Form.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Config/FormDisplay.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Config/FormDisplay.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Config/FormDisplay.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Config/FormDisplay.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Config/FormDisplayTemplate.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Config/FormDisplayTemplate.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Config/FormDisplayTemplate.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Config/FormDisplayTemplate.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Config/Forms/BaseForm.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Config/Forms/BaseForm.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Config/Forms/BaseForm.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Config/Forms/BaseForm.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Config/Forms/BaseFormList.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Config/Forms/BaseFormList.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Config/Forms/BaseFormList.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Config/Forms/BaseFormList.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Config/Forms/Page/BrowseForm.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Config/Forms/Page/BrowseForm.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Config/Forms/Page/BrowseForm.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Config/Forms/Page/BrowseForm.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Config/Forms/Page/DbStructureForm.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Config/Forms/Page/DbStructureForm.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Config/Forms/Page/DbStructureForm.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Config/Forms/Page/DbStructureForm.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Config/Forms/Page/EditForm.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Config/Forms/Page/EditForm.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Config/Forms/Page/EditForm.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Config/Forms/Page/EditForm.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Config/Forms/Page/ExportForm.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Config/Forms/Page/ExportForm.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Config/Forms/Page/ExportForm.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Config/Forms/Page/ExportForm.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Config/Forms/Page/ImportForm.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Config/Forms/Page/ImportForm.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Config/Forms/Page/ImportForm.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Config/Forms/Page/ImportForm.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Config/Forms/Page/NaviForm.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Config/Forms/Page/NaviForm.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Config/Forms/Page/NaviForm.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Config/Forms/Page/NaviForm.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Config/Forms/Page/PageFormList.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Config/Forms/Page/PageFormList.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Config/Forms/Page/PageFormList.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Config/Forms/Page/PageFormList.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Config/Forms/Page/SqlForm.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Config/Forms/Page/SqlForm.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Config/Forms/Page/SqlForm.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Config/Forms/Page/SqlForm.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Config/Forms/Page/TableStructureForm.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Config/Forms/Page/TableStructureForm.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Config/Forms/Page/TableStructureForm.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Config/Forms/Page/TableStructureForm.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Config/Forms/Setup/ConfigForm.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Config/Forms/Setup/ConfigForm.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Config/Forms/Setup/ConfigForm.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Config/Forms/Setup/ConfigForm.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Config/Forms/Setup/ExportForm.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Config/Forms/Setup/ExportForm.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Config/Forms/Setup/ExportForm.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Config/Forms/Setup/ExportForm.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Config/Forms/Setup/FeaturesForm.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Config/Forms/Setup/FeaturesForm.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Config/Forms/Setup/FeaturesForm.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Config/Forms/Setup/FeaturesForm.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Config/Forms/Setup/ImportForm.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Config/Forms/Setup/ImportForm.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Config/Forms/Setup/ImportForm.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Config/Forms/Setup/ImportForm.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Config/Forms/Setup/MainForm.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Config/Forms/Setup/MainForm.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Config/Forms/Setup/MainForm.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Config/Forms/Setup/MainForm.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Config/Forms/Setup/NaviForm.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Config/Forms/Setup/NaviForm.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Config/Forms/Setup/NaviForm.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Config/Forms/Setup/NaviForm.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Config/Forms/Setup/ServersForm.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Config/Forms/Setup/ServersForm.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Config/Forms/Setup/ServersForm.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Config/Forms/Setup/ServersForm.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Config/Forms/Setup/SetupFormList.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Config/Forms/Setup/SetupFormList.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Config/Forms/Setup/SetupFormList.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Config/Forms/Setup/SetupFormList.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Config/Forms/Setup/SqlForm.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Config/Forms/Setup/SqlForm.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Config/Forms/Setup/SqlForm.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Config/Forms/Setup/SqlForm.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Config/Forms/User/ExportForm.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Config/Forms/User/ExportForm.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Config/Forms/User/ExportForm.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Config/Forms/User/ExportForm.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Config/Forms/User/FeaturesForm.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Config/Forms/User/FeaturesForm.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Config/Forms/User/FeaturesForm.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Config/Forms/User/FeaturesForm.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Config/Forms/User/ImportForm.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Config/Forms/User/ImportForm.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Config/Forms/User/ImportForm.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Config/Forms/User/ImportForm.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Config/Forms/User/MainForm.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Config/Forms/User/MainForm.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Config/Forms/User/MainForm.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Config/Forms/User/MainForm.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Config/Forms/User/NaviForm.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Config/Forms/User/NaviForm.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Config/Forms/User/NaviForm.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Config/Forms/User/NaviForm.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Config/Forms/User/SqlForm.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Config/Forms/User/SqlForm.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Config/Forms/User/SqlForm.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Config/Forms/User/SqlForm.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Config/Forms/User/UserFormList.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Config/Forms/User/UserFormList.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Config/Forms/User/UserFormList.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Config/Forms/User/UserFormList.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Config/PageSettings.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Config/PageSettings.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Config/PageSettings.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Config/PageSettings.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Config/ServerConfigChecks.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Config/ServerConfigChecks.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Config/ServerConfigChecks.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Config/ServerConfigChecks.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Config/Validator.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Config/Validator.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Config/Validator.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Config/Validator.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Console.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Console.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Console.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Console.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Controllers/Controller.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Controllers/Controller.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Controllers/Controller.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Controllers/Controller.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Controllers/Database/DatabaseStructureController.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Controllers/Database/DatabaseStructureController.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Controllers/Database/DatabaseStructureController.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Controllers/Database/DatabaseStructureController.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Controllers/DatabaseController.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Controllers/DatabaseController.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Controllers/DatabaseController.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Controllers/DatabaseController.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Controllers/Server/ServerBinlogController.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Controllers/Server/ServerBinlogController.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Controllers/Server/ServerBinlogController.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Controllers/Server/ServerBinlogController.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Controllers/Server/ServerCollationsController.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Controllers/Server/ServerCollationsController.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Controllers/Server/ServerCollationsController.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Controllers/Server/ServerCollationsController.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Controllers/Server/ServerDatabasesController.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Controllers/Server/ServerDatabasesController.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Controllers/Server/ServerDatabasesController.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Controllers/Server/ServerDatabasesController.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Controllers/Server/ServerEnginesController.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Controllers/Server/ServerEnginesController.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Controllers/Server/ServerEnginesController.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Controllers/Server/ServerEnginesController.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Controllers/Server/ServerPluginsController.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Controllers/Server/ServerPluginsController.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Controllers/Server/ServerPluginsController.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Controllers/Server/ServerPluginsController.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Controllers/Server/ServerVariablesController.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Controllers/Server/ServerVariablesController.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Controllers/Server/ServerVariablesController.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Controllers/Server/ServerVariablesController.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Controllers/Table/TableChartController.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Controllers/Table/TableChartController.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Controllers/Table/TableChartController.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Controllers/Table/TableChartController.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Controllers/Table/TableGisVisualizationController.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Controllers/Table/TableGisVisualizationController.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Controllers/Table/TableGisVisualizationController.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Controllers/Table/TableGisVisualizationController.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Controllers/Table/TableIndexesController.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Controllers/Table/TableIndexesController.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Controllers/Table/TableIndexesController.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Controllers/Table/TableIndexesController.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Controllers/Table/TableRelationController.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Controllers/Table/TableRelationController.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Controllers/Table/TableRelationController.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Controllers/Table/TableRelationController.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Controllers/Table/TableSearchController.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Controllers/Table/TableSearchController.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Controllers/Table/TableSearchController.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Controllers/Table/TableSearchController.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Controllers/Table/TableStructureController.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Controllers/Table/TableStructureController.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Controllers/Table/TableStructureController.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Controllers/Table/TableStructureController.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Controllers/TableController.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Controllers/TableController.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Controllers/TableController.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Controllers/TableController.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Core.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Core.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Core.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Core.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/CreateAddField.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/CreateAddField.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/CreateAddField.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/CreateAddField.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Database/DatabaseList.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Database/DatabaseList.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Database/DatabaseList.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Database/DatabaseList.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Database/Designer.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Database/Designer.php similarity index 99% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Database/Designer.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Database/Designer.php index b013990f..875125a4 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Database/Designer.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Database/Designer.php @@ -200,7 +200,8 @@ private function getSideMenuParamsArray() . Util::backquote($cfgRelation['db']) . '.' . Util::backquote($cfgRelation['designer_settings']) . ' WHERE ' . Util::backquote('username') . ' = "' - . $GLOBALS['cfg']['Server']['user'] . '";'; + . $GLOBALS['dbi']->escapeString($GLOBALS['cfg']['Server']['user']) + . '";'; $result = $GLOBALS['dbi']->fetchSingleRow($query); diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Database/Designer/Common.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Database/Designer/Common.php similarity index 99% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Database/Designer/Common.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Database/Designer/Common.php index 8f3e1ad3..4cfeae10 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Database/Designer/Common.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Database/Designer/Common.php @@ -787,8 +787,8 @@ public function saveSetting($index, $value) . Util::backquote($cfgDesigner['db']) . "." . Util::backquote($cfgDesigner['table']) . " (username, settings_data)" - . " VALUES('" . $cfgDesigner['user'] . "'," - . " '" . json_encode($save_data) . "');"; + . " VALUES('" . $GLOBALS['dbi']->escapeString($cfgDesigner['user']) + . "', '" . json_encode($save_data) . "');"; $success = $this->relation->queryAsControlUser($query); } diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Database/MultiTableQuery.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Database/MultiTableQuery.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Database/MultiTableQuery.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Database/MultiTableQuery.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Database/Qbe.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Database/Qbe.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Database/Qbe.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Database/Qbe.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Database/Search.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Database/Search.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Database/Search.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Database/Search.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/DatabaseInterface.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/DatabaseInterface.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/DatabaseInterface.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/DatabaseInterface.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Dbi/DbiDummy.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Dbi/DbiDummy.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Dbi/DbiDummy.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Dbi/DbiDummy.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Dbi/DbiExtension.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Dbi/DbiExtension.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Dbi/DbiExtension.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Dbi/DbiExtension.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Dbi/DbiMysql.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Dbi/DbiMysql.php similarity index 98% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Dbi/DbiMysql.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Dbi/DbiMysql.php index d697bb04..9585ac29 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Dbi/DbiMysql.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Dbi/DbiMysql.php @@ -8,6 +8,7 @@ */ namespace PhpMyAdmin\Dbi; +use PhpMyAdmin\Core; use PhpMyAdmin\DatabaseInterface; if (! defined('PHPMYADMIN')) { @@ -45,6 +46,10 @@ private function _realConnect($server, $user, $password, $client_flags, ) { global $cfg; + if (ini_get('mysql.allow_local_infile')) { + Core::fatalError(__('Please disable mysql.allow_local_infile in your PHP configuration or install the mysqli extension.')); + } + if (empty($client_flags)) { if ($cfg['PersistentConnections'] || $persistent) { $link = @mysql_pconnect($server, $user, $password); diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Dbi/DbiMysqli.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Dbi/DbiMysqli.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Dbi/DbiMysqli.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Dbi/DbiMysqli.php index f6fc5694..3833f846 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Dbi/DbiMysqli.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Dbi/DbiMysqli.php @@ -88,12 +88,6 @@ public function connect( $link = mysqli_init(); - if (defined('PMA_ENABLE_LDI')) { - mysqli_options($link, MYSQLI_OPT_LOCAL_INFILE, true); - } else { - mysqli_options($link, MYSQLI_OPT_LOCAL_INFILE, false); - } - $client_flags = 0; /* Optionally compress connection */ @@ -175,6 +169,12 @@ public function connect( return false; } + if (defined('PMA_ENABLE_LDI')) { + mysqli_options($link, MYSQLI_OPT_LOCAL_INFILE, true); + } else { + mysqli_options($link, MYSQLI_OPT_LOCAL_INFILE, false); + } + return $link; } diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Di/AliasItem.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Di/AliasItem.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Di/AliasItem.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Di/AliasItem.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Di/Container.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Di/Container.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Di/Container.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Di/Container.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Di/ContainerException.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Di/ContainerException.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Di/ContainerException.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Di/ContainerException.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Di/FactoryItem.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Di/FactoryItem.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Di/FactoryItem.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Di/FactoryItem.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Di/Item.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Di/Item.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Di/Item.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Di/Item.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Di/NotFoundException.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Di/NotFoundException.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Di/NotFoundException.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Di/NotFoundException.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Di/ReflectorItem.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Di/ReflectorItem.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Di/ReflectorItem.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Di/ReflectorItem.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Di/ServiceItem.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Di/ServiceItem.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Di/ServiceItem.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Di/ServiceItem.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Di/ValueItem.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Di/ValueItem.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Di/ValueItem.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Di/ValueItem.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Display/ChangePassword.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Display/ChangePassword.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Display/ChangePassword.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Display/ChangePassword.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Display/CreateTable.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Display/CreateTable.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Display/CreateTable.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Display/CreateTable.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Display/Export.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Display/Export.php similarity index 99% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Display/Export.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Display/Export.php index 39af43df..53b6109f 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Display/Export.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Display/Export.php @@ -662,6 +662,11 @@ public function getDisplay( $GLOBALS['single_table'] = $_POST['single_table']; } + // Export a single table + if (isset($_GET['single_table'])) { + $GLOBALS['single_table'] = $_GET['single_table']; + } + /* Scan for plugins */ /* @var $exportList ExportPlugin[] */ $exportList = Plugins::getPlugins( diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Display/GitRevision.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Display/GitRevision.php similarity index 99% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Display/GitRevision.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Display/GitRevision.php index 3de8c4e1..8b350e8c 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Display/GitRevision.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Display/GitRevision.php @@ -25,15 +25,16 @@ class GitRevision */ public static function display() { + + // load revision data from repo + $GLOBALS['PMA_Config']->checkGitRevision(); + if (! $GLOBALS['PMA_Config']->get('PMA_VERSION_GIT')) { $response = Response::getInstance(); $response->setRequestStatus(false); return; } - // load revision data from repo - $GLOBALS['PMA_Config']->checkGitRevision(); - // if using a remote commit fast-forwarded, link to GitHub $commit_hash = substr( $GLOBALS['PMA_Config']->get('PMA_VERSION_GIT_COMMITHASH'), diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Display/Import.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Display/Import.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Display/Import.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Display/Import.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Display/ImportAjax.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Display/ImportAjax.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Display/ImportAjax.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Display/ImportAjax.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Display/Results.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Display/Results.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Display/Results.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Display/Results.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Encoding.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Encoding.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Encoding.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Encoding.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Engines/Bdb.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Engines/Bdb.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Engines/Bdb.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Engines/Bdb.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Engines/Berkeleydb.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Engines/Berkeleydb.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Engines/Berkeleydb.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Engines/Berkeleydb.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Engines/Binlog.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Engines/Binlog.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Engines/Binlog.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Engines/Binlog.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Engines/Innobase.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Engines/Innobase.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Engines/Innobase.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Engines/Innobase.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Engines/Innodb.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Engines/Innodb.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Engines/Innodb.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Engines/Innodb.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Engines/Memory.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Engines/Memory.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Engines/Memory.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Engines/Memory.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Engines/Merge.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Engines/Merge.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Engines/Merge.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Engines/Merge.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Engines/MrgMyisam.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Engines/MrgMyisam.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Engines/MrgMyisam.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Engines/MrgMyisam.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Engines/Myisam.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Engines/Myisam.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Engines/Myisam.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Engines/Myisam.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Engines/Ndbcluster.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Engines/Ndbcluster.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Engines/Ndbcluster.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Engines/Ndbcluster.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Engines/Pbxt.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Engines/Pbxt.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Engines/Pbxt.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Engines/Pbxt.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Engines/PerformanceSchema.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Engines/PerformanceSchema.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Engines/PerformanceSchema.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Engines/PerformanceSchema.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Error.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Error.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Error.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Error.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/ErrorHandler.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/ErrorHandler.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/ErrorHandler.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/ErrorHandler.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/ErrorReport.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/ErrorReport.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/ErrorReport.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/ErrorReport.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Export.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Export.php similarity index 97% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Export.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Export.php index 985510e4..421ba1cd 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Export.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Export.php @@ -336,6 +336,11 @@ public static function openFile($filename, $quick_export) { $file_handle = null; $message = ''; + $doNotSaveItOver = true; + + if(isset($_POST['quick_export_onserver_overwrite'])) { + $doNotSaveItOver = $_POST['quick_export_onserver_overwrite'] != 'saveitover'; + } $save_filename = Util::userDir($GLOBALS['cfg']['SaveDir']) . preg_replace('@[/\\\\]@', '_', $filename); @@ -343,7 +348,7 @@ public static function openFile($filename, $quick_export) if (@file_exists($save_filename) && ((! $quick_export && empty($_POST['onserver_overwrite'])) || ($quick_export - && $_POST['quick_export_onserver_overwrite'] != 'saveitover')) + && $doNotSaveItOver)) ) { $message = Message::error( __( @@ -486,24 +491,13 @@ public static function getHtmlForDisplayedExportHeader($export_type, $db, $table } // Convert the multiple select elements from an array to a string - if ($export_type == 'server' && isset($_POST['db_select'])) { - $_POST['db_select'] = implode(",", $_POST['db_select']); - } elseif ($export_type == 'database') { - if (isset($_POST['table_select'])) { - $_POST['table_select'] = implode(",", $_POST['table_select']); - } - if (isset($_POST['table_structure'])) { - $_POST['table_structure'] = implode( - ",", - $_POST['table_structure'] - ); - } elseif (empty($_POST['structure_or_data_forced'])) { - $_POST['table_structure'] = ''; + if ($export_type == 'database') { + $structOrDataForced = empty($_POST['structure_or_data_forced']); + if ($structOrDataForced && ! isset($_POST['table_structure'])) { + $_POST['table_structure'] = []; } - if (isset($_POST['table_data'])) { - $_POST['table_data'] = implode(",", $_POST['table_data']); - } elseif (empty($_POST['structure_or_data_forced'])) { - $_POST['table_data'] = ''; + if ($structOrDataForced && ! isset($_POST['table_data'])) { + $_POST['table_data'] = []; } } @@ -520,11 +514,11 @@ public static function getHtmlForDisplayedExportHeader($export_type, $db, $table foreach($_POST as $name => $value) { if (is_array($value)) { foreach($value as $val) { - $refreshButton .= ''; + $refreshButton .= ''; } } else { - $refreshButton .= ''; + $refreshButton .= ''; } } $refreshButton .= ''; diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/File.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/File.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/File.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/File.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/FileListing.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/FileListing.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/FileListing.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/FileListing.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Font.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Font.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Font.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Font.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Footer.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Footer.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Footer.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Footer.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Gis/GisFactory.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Gis/GisFactory.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Gis/GisFactory.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Gis/GisFactory.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Gis/GisGeometry.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Gis/GisGeometry.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Gis/GisGeometry.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Gis/GisGeometry.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Gis/GisGeometryCollection.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Gis/GisGeometryCollection.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Gis/GisGeometryCollection.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Gis/GisGeometryCollection.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Gis/GisLineString.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Gis/GisLineString.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Gis/GisLineString.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Gis/GisLineString.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Gis/GisMultiLineString.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Gis/GisMultiLineString.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Gis/GisMultiLineString.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Gis/GisMultiLineString.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Gis/GisMultiPoint.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Gis/GisMultiPoint.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Gis/GisMultiPoint.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Gis/GisMultiPoint.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Gis/GisMultiPolygon.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Gis/GisMultiPolygon.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Gis/GisMultiPolygon.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Gis/GisMultiPolygon.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Gis/GisPoint.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Gis/GisPoint.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Gis/GisPoint.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Gis/GisPoint.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Gis/GisPolygon.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Gis/GisPolygon.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Gis/GisPolygon.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Gis/GisPolygon.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Gis/GisVisualization.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Gis/GisVisualization.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Gis/GisVisualization.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Gis/GisVisualization.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Header.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Header.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Header.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Header.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Import.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Import.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Import.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Import.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Index.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Index.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Index.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Index.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/IndexColumn.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/IndexColumn.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/IndexColumn.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/IndexColumn.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/InsertEdit.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/InsertEdit.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/InsertEdit.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/InsertEdit.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/IpAllowDeny.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/IpAllowDeny.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/IpAllowDeny.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/IpAllowDeny.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Language.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Language.php similarity index 99% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Language.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Language.php index 93080f3a..36e65f75 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Language.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Language.php @@ -151,7 +151,7 @@ public function matchesUserAgent($header) } /** - * Checks whether langauge is RTL + * Checks whether language is RTL * * @return bool */ diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/LanguageManager.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/LanguageManager.php similarity index 99% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/LanguageManager.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/LanguageManager.php index 25268de0..f4c5c41c 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/LanguageManager.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/LanguageManager.php @@ -423,6 +423,13 @@ class LanguageManager 'ms|malay', 'ms_MY', ), + 'my' => array( + 'my', + 'Burmese', + 'မြန်မာ', + 'my|burmese', + '', + ), 'ne' => array( 'ne', 'Nepali', diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Linter.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Linter.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Linter.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Linter.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/ListAbstract.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/ListAbstract.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/ListAbstract.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/ListAbstract.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/ListDatabase.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/ListDatabase.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/ListDatabase.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/ListDatabase.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Logging.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Logging.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Logging.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Logging.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Menu.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Menu.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Menu.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Menu.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Message.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Message.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Message.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Message.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Mime.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Mime.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Mime.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Mime.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/MultSubmits.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/MultSubmits.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/MultSubmits.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/MultSubmits.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Navigation/Navigation.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Navigation/Navigation.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Navigation/Navigation.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Navigation/Navigation.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Navigation/NavigationHeader.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Navigation/NavigationHeader.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Navigation/NavigationHeader.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Navigation/NavigationHeader.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Navigation/NavigationTree.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Navigation/NavigationTree.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Navigation/NavigationTree.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Navigation/NavigationTree.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Navigation/NodeFactory.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Navigation/NodeFactory.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Navigation/NodeFactory.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Navigation/NodeFactory.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Navigation/Nodes/Node.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Navigation/Nodes/Node.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Navigation/Nodes/Node.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Navigation/Nodes/Node.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Navigation/Nodes/NodeColumn.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Navigation/Nodes/NodeColumn.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Navigation/Nodes/NodeColumn.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Navigation/Nodes/NodeColumn.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Navigation/Nodes/NodeColumnContainer.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Navigation/Nodes/NodeColumnContainer.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Navigation/Nodes/NodeColumnContainer.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Navigation/Nodes/NodeColumnContainer.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Navigation/Nodes/NodeDatabase.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Navigation/Nodes/NodeDatabase.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Navigation/Nodes/NodeDatabase.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Navigation/Nodes/NodeDatabase.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Navigation/Nodes/NodeDatabaseChild.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Navigation/Nodes/NodeDatabaseChild.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Navigation/Nodes/NodeDatabaseChild.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Navigation/Nodes/NodeDatabaseChild.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Navigation/Nodes/NodeDatabaseChildContainer.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Navigation/Nodes/NodeDatabaseChildContainer.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Navigation/Nodes/NodeDatabaseChildContainer.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Navigation/Nodes/NodeDatabaseChildContainer.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Navigation/Nodes/NodeDatabaseContainer.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Navigation/Nodes/NodeDatabaseContainer.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Navigation/Nodes/NodeDatabaseContainer.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Navigation/Nodes/NodeDatabaseContainer.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Navigation/Nodes/NodeEvent.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Navigation/Nodes/NodeEvent.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Navigation/Nodes/NodeEvent.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Navigation/Nodes/NodeEvent.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Navigation/Nodes/NodeEventContainer.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Navigation/Nodes/NodeEventContainer.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Navigation/Nodes/NodeEventContainer.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Navigation/Nodes/NodeEventContainer.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Navigation/Nodes/NodeFunction.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Navigation/Nodes/NodeFunction.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Navigation/Nodes/NodeFunction.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Navigation/Nodes/NodeFunction.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Navigation/Nodes/NodeFunctionContainer.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Navigation/Nodes/NodeFunctionContainer.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Navigation/Nodes/NodeFunctionContainer.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Navigation/Nodes/NodeFunctionContainer.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Navigation/Nodes/NodeIndex.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Navigation/Nodes/NodeIndex.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Navigation/Nodes/NodeIndex.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Navigation/Nodes/NodeIndex.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Navigation/Nodes/NodeIndexContainer.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Navigation/Nodes/NodeIndexContainer.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Navigation/Nodes/NodeIndexContainer.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Navigation/Nodes/NodeIndexContainer.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Navigation/Nodes/NodeProcedure.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Navigation/Nodes/NodeProcedure.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Navigation/Nodes/NodeProcedure.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Navigation/Nodes/NodeProcedure.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Navigation/Nodes/NodeProcedureContainer.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Navigation/Nodes/NodeProcedureContainer.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Navigation/Nodes/NodeProcedureContainer.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Navigation/Nodes/NodeProcedureContainer.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Navigation/Nodes/NodeTable.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Navigation/Nodes/NodeTable.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Navigation/Nodes/NodeTable.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Navigation/Nodes/NodeTable.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Navigation/Nodes/NodeTableContainer.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Navigation/Nodes/NodeTableContainer.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Navigation/Nodes/NodeTableContainer.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Navigation/Nodes/NodeTableContainer.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Navigation/Nodes/NodeTrigger.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Navigation/Nodes/NodeTrigger.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Navigation/Nodes/NodeTrigger.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Navigation/Nodes/NodeTrigger.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Navigation/Nodes/NodeTriggerContainer.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Navigation/Nodes/NodeTriggerContainer.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Navigation/Nodes/NodeTriggerContainer.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Navigation/Nodes/NodeTriggerContainer.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Navigation/Nodes/NodeView.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Navigation/Nodes/NodeView.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Navigation/Nodes/NodeView.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Navigation/Nodes/NodeView.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Navigation/Nodes/NodeViewContainer.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Navigation/Nodes/NodeViewContainer.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Navigation/Nodes/NodeViewContainer.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Navigation/Nodes/NodeViewContainer.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Normalization.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Normalization.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Normalization.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Normalization.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/OpenDocument.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/OpenDocument.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/OpenDocument.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/OpenDocument.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Operations.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Operations.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Operations.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Operations.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/OutputBuffering.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/OutputBuffering.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/OutputBuffering.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/OutputBuffering.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/ParseAnalyze.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/ParseAnalyze.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/ParseAnalyze.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/ParseAnalyze.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Partition.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Partition.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Partition.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Partition.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Pdf.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Pdf.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Pdf.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Pdf.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Auth/AuthenticationConfig.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Auth/AuthenticationConfig.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Auth/AuthenticationConfig.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Auth/AuthenticationConfig.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Auth/AuthenticationCookie.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Auth/AuthenticationCookie.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Auth/AuthenticationCookie.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Auth/AuthenticationCookie.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Auth/AuthenticationHttp.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Auth/AuthenticationHttp.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Auth/AuthenticationHttp.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Auth/AuthenticationHttp.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Auth/AuthenticationSignon.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Auth/AuthenticationSignon.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Auth/AuthenticationSignon.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Auth/AuthenticationSignon.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/AuthenticationPlugin.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/AuthenticationPlugin.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/AuthenticationPlugin.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/AuthenticationPlugin.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Export/ExportCodegen.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Export/ExportCodegen.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Export/ExportCodegen.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Export/ExportCodegen.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Export/ExportCsv.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Export/ExportCsv.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Export/ExportCsv.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Export/ExportCsv.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Export/ExportExcel.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Export/ExportExcel.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Export/ExportExcel.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Export/ExportExcel.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Export/ExportHtmlword.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Export/ExportHtmlword.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Export/ExportHtmlword.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Export/ExportHtmlword.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Export/ExportJson.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Export/ExportJson.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Export/ExportJson.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Export/ExportJson.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Export/ExportLatex.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Export/ExportLatex.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Export/ExportLatex.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Export/ExportLatex.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Export/ExportMediawiki.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Export/ExportMediawiki.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Export/ExportMediawiki.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Export/ExportMediawiki.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Export/ExportOds.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Export/ExportOds.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Export/ExportOds.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Export/ExportOds.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Export/ExportOdt.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Export/ExportOdt.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Export/ExportOdt.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Export/ExportOdt.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Export/ExportPdf.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Export/ExportPdf.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Export/ExportPdf.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Export/ExportPdf.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Export/ExportPhparray.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Export/ExportPhparray.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Export/ExportPhparray.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Export/ExportPhparray.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Export/ExportSql.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Export/ExportSql.php similarity index 99% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Export/ExportSql.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Export/ExportSql.php index 40c20227..069bbd53 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Export/ExportSql.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Export/ExportSql.php @@ -1482,6 +1482,7 @@ public function getTableDef( // Note: SHOW CREATE TABLE, at least in MySQL 5.1.23, does not // produce a displayable result for the default value of a BIT // column, nor does the mysqldump command. See MySQL bug 35796 + $GLOBALS['dbi']->tryQuery('USE ' . Util::backquote($db)); $result = $GLOBALS['dbi']->tryQuery( 'SHOW CREATE TABLE ' . Util::backquote($db) . '.' . Util::backquote($table) diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Export/ExportTexytext.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Export/ExportTexytext.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Export/ExportTexytext.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Export/ExportTexytext.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Export/ExportXml.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Export/ExportXml.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Export/ExportXml.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Export/ExportXml.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Export/ExportYaml.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Export/ExportYaml.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Export/ExportYaml.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Export/ExportYaml.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Export/Helpers/Pdf.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Export/Helpers/Pdf.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Export/Helpers/Pdf.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Export/Helpers/Pdf.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Export/Helpers/TableProperty.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Export/Helpers/TableProperty.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Export/Helpers/TableProperty.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Export/Helpers/TableProperty.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Export/README b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Export/README similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Export/README rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Export/README diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/ExportPlugin.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/ExportPlugin.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/ExportPlugin.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/ExportPlugin.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/IOTransformationsPlugin.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/IOTransformationsPlugin.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/IOTransformationsPlugin.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/IOTransformationsPlugin.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Import/AbstractImportCsv.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Import/AbstractImportCsv.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Import/AbstractImportCsv.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Import/AbstractImportCsv.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Import/ImportCsv.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Import/ImportCsv.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Import/ImportCsv.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Import/ImportCsv.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Import/ImportLdi.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Import/ImportLdi.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Import/ImportLdi.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Import/ImportLdi.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Import/ImportMediawiki.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Import/ImportMediawiki.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Import/ImportMediawiki.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Import/ImportMediawiki.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Import/ImportOds.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Import/ImportOds.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Import/ImportOds.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Import/ImportOds.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Import/ImportShp.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Import/ImportShp.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Import/ImportShp.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Import/ImportShp.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Import/ImportSql.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Import/ImportSql.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Import/ImportSql.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Import/ImportSql.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Import/ImportXml.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Import/ImportXml.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Import/ImportXml.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Import/ImportXml.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Import/README b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Import/README similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Import/README rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Import/README diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Import/ShapeFileImport.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Import/ShapeFileImport.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Import/ShapeFileImport.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Import/ShapeFileImport.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Import/Upload/UploadApc.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Import/Upload/UploadApc.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Import/Upload/UploadApc.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Import/Upload/UploadApc.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Import/Upload/UploadNoplugin.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Import/Upload/UploadNoplugin.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Import/Upload/UploadNoplugin.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Import/Upload/UploadNoplugin.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Import/Upload/UploadProgress.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Import/Upload/UploadProgress.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Import/Upload/UploadProgress.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Import/Upload/UploadProgress.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Import/Upload/UploadSession.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Import/Upload/UploadSession.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Import/Upload/UploadSession.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Import/Upload/UploadSession.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/ImportPlugin.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/ImportPlugin.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/ImportPlugin.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/ImportPlugin.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Schema/Dia/Dia.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Schema/Dia/Dia.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Schema/Dia/Dia.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Schema/Dia/Dia.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Schema/Dia/DiaRelationSchema.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Schema/Dia/DiaRelationSchema.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Schema/Dia/DiaRelationSchema.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Schema/Dia/DiaRelationSchema.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Schema/Dia/RelationStatsDia.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Schema/Dia/RelationStatsDia.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Schema/Dia/RelationStatsDia.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Schema/Dia/RelationStatsDia.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Schema/Dia/TableStatsDia.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Schema/Dia/TableStatsDia.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Schema/Dia/TableStatsDia.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Schema/Dia/TableStatsDia.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Schema/Eps/Eps.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Schema/Eps/Eps.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Schema/Eps/Eps.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Schema/Eps/Eps.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Schema/Eps/EpsRelationSchema.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Schema/Eps/EpsRelationSchema.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Schema/Eps/EpsRelationSchema.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Schema/Eps/EpsRelationSchema.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Schema/Eps/RelationStatsEps.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Schema/Eps/RelationStatsEps.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Schema/Eps/RelationStatsEps.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Schema/Eps/RelationStatsEps.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Schema/Eps/TableStatsEps.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Schema/Eps/TableStatsEps.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Schema/Eps/TableStatsEps.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Schema/Eps/TableStatsEps.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Schema/ExportRelationSchema.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Schema/ExportRelationSchema.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Schema/ExportRelationSchema.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Schema/ExportRelationSchema.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Schema/Pdf/Pdf.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Schema/Pdf/Pdf.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Schema/Pdf/Pdf.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Schema/Pdf/Pdf.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Schema/Pdf/RelationStatsPdf.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Schema/Pdf/RelationStatsPdf.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Schema/Pdf/RelationStatsPdf.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Schema/Pdf/RelationStatsPdf.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Schema/Pdf/TableStatsPdf.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Schema/Pdf/TableStatsPdf.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Schema/Pdf/TableStatsPdf.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Schema/Pdf/TableStatsPdf.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Schema/RelationStats.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Schema/RelationStats.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Schema/RelationStats.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Schema/RelationStats.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Schema/SchemaDia.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Schema/SchemaDia.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Schema/SchemaDia.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Schema/SchemaDia.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Schema/SchemaEps.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Schema/SchemaEps.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Schema/SchemaEps.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Schema/SchemaEps.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Schema/SchemaPdf.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Schema/SchemaPdf.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Schema/SchemaPdf.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Schema/SchemaPdf.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Schema/SchemaSvg.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Schema/SchemaSvg.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Schema/SchemaSvg.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Schema/SchemaSvg.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Schema/Svg/RelationStatsSvg.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Schema/Svg/RelationStatsSvg.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Schema/Svg/RelationStatsSvg.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Schema/Svg/RelationStatsSvg.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Schema/Svg/Svg.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Schema/Svg/Svg.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Schema/Svg/Svg.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Schema/Svg/Svg.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Schema/Svg/SvgRelationSchema.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Schema/Svg/SvgRelationSchema.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Schema/Svg/SvgRelationSchema.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Schema/Svg/SvgRelationSchema.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Schema/Svg/TableStatsSvg.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Schema/Svg/TableStatsSvg.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Schema/Svg/TableStatsSvg.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Schema/Svg/TableStatsSvg.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Schema/TableStats.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Schema/TableStats.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Schema/TableStats.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Schema/TableStats.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/SchemaPlugin.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/SchemaPlugin.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/SchemaPlugin.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/SchemaPlugin.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Transformations/Abs/Bool2TextTransformationsPlugin.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Transformations/Abs/Bool2TextTransformationsPlugin.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Transformations/Abs/Bool2TextTransformationsPlugin.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Transformations/Abs/Bool2TextTransformationsPlugin.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Transformations/Abs/CodeMirrorEditorTransformationPlugin.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Transformations/Abs/CodeMirrorEditorTransformationPlugin.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Transformations/Abs/CodeMirrorEditorTransformationPlugin.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Transformations/Abs/CodeMirrorEditorTransformationPlugin.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Transformations/Abs/DateFormatTransformationsPlugin.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Transformations/Abs/DateFormatTransformationsPlugin.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Transformations/Abs/DateFormatTransformationsPlugin.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Transformations/Abs/DateFormatTransformationsPlugin.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Transformations/Abs/DownloadTransformationsPlugin.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Transformations/Abs/DownloadTransformationsPlugin.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Transformations/Abs/DownloadTransformationsPlugin.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Transformations/Abs/DownloadTransformationsPlugin.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Transformations/Abs/ExternalTransformationsPlugin.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Transformations/Abs/ExternalTransformationsPlugin.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Transformations/Abs/ExternalTransformationsPlugin.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Transformations/Abs/ExternalTransformationsPlugin.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Transformations/Abs/FormattedTransformationsPlugin.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Transformations/Abs/FormattedTransformationsPlugin.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Transformations/Abs/FormattedTransformationsPlugin.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Transformations/Abs/FormattedTransformationsPlugin.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Transformations/Abs/HexTransformationsPlugin.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Transformations/Abs/HexTransformationsPlugin.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Transformations/Abs/HexTransformationsPlugin.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Transformations/Abs/HexTransformationsPlugin.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Transformations/Abs/ImageLinkTransformationsPlugin.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Transformations/Abs/ImageLinkTransformationsPlugin.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Transformations/Abs/ImageLinkTransformationsPlugin.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Transformations/Abs/ImageLinkTransformationsPlugin.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Transformations/Abs/ImageUploadTransformationsPlugin.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Transformations/Abs/ImageUploadTransformationsPlugin.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Transformations/Abs/ImageUploadTransformationsPlugin.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Transformations/Abs/ImageUploadTransformationsPlugin.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Transformations/Abs/InlineTransformationsPlugin.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Transformations/Abs/InlineTransformationsPlugin.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Transformations/Abs/InlineTransformationsPlugin.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Transformations/Abs/InlineTransformationsPlugin.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Transformations/Abs/LongToIPv4TransformationsPlugin.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Transformations/Abs/LongToIPv4TransformationsPlugin.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Transformations/Abs/LongToIPv4TransformationsPlugin.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Transformations/Abs/LongToIPv4TransformationsPlugin.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Transformations/Abs/PreApPendTransformationsPlugin.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Transformations/Abs/PreApPendTransformationsPlugin.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Transformations/Abs/PreApPendTransformationsPlugin.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Transformations/Abs/PreApPendTransformationsPlugin.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Transformations/Abs/RegexValidationTransformationsPlugin.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Transformations/Abs/RegexValidationTransformationsPlugin.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Transformations/Abs/RegexValidationTransformationsPlugin.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Transformations/Abs/RegexValidationTransformationsPlugin.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Transformations/Abs/SQLTransformationsPlugin.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Transformations/Abs/SQLTransformationsPlugin.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Transformations/Abs/SQLTransformationsPlugin.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Transformations/Abs/SQLTransformationsPlugin.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Transformations/Abs/SubstringTransformationsPlugin.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Transformations/Abs/SubstringTransformationsPlugin.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Transformations/Abs/SubstringTransformationsPlugin.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Transformations/Abs/SubstringTransformationsPlugin.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Transformations/Abs/TextFileUploadTransformationsPlugin.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Transformations/Abs/TextFileUploadTransformationsPlugin.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Transformations/Abs/TextFileUploadTransformationsPlugin.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Transformations/Abs/TextFileUploadTransformationsPlugin.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Transformations/Abs/TextImageLinkTransformationsPlugin.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Transformations/Abs/TextImageLinkTransformationsPlugin.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Transformations/Abs/TextImageLinkTransformationsPlugin.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Transformations/Abs/TextImageLinkTransformationsPlugin.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Transformations/Abs/TextLinkTransformationsPlugin.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Transformations/Abs/TextLinkTransformationsPlugin.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Transformations/Abs/TextLinkTransformationsPlugin.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Transformations/Abs/TextLinkTransformationsPlugin.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Transformations/Input/Image_JPEG_Upload.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Transformations/Input/Image_JPEG_Upload.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Transformations/Input/Image_JPEG_Upload.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Transformations/Input/Image_JPEG_Upload.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Transformations/Input/Text_Plain_FileUpload.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Transformations/Input/Text_Plain_FileUpload.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Transformations/Input/Text_Plain_FileUpload.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Transformations/Input/Text_Plain_FileUpload.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Transformations/Input/Text_Plain_Iptobinary.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Transformations/Input/Text_Plain_Iptobinary.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Transformations/Input/Text_Plain_Iptobinary.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Transformations/Input/Text_Plain_Iptobinary.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Transformations/Input/Text_Plain_JsonEditor.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Transformations/Input/Text_Plain_JsonEditor.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Transformations/Input/Text_Plain_JsonEditor.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Transformations/Input/Text_Plain_JsonEditor.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Transformations/Input/Text_Plain_RegexValidation.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Transformations/Input/Text_Plain_RegexValidation.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Transformations/Input/Text_Plain_RegexValidation.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Transformations/Input/Text_Plain_RegexValidation.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Transformations/Input/Text_Plain_SqlEditor.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Transformations/Input/Text_Plain_SqlEditor.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Transformations/Input/Text_Plain_SqlEditor.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Transformations/Input/Text_Plain_SqlEditor.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Transformations/Input/Text_Plain_XmlEditor.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Transformations/Input/Text_Plain_XmlEditor.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Transformations/Input/Text_Plain_XmlEditor.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Transformations/Input/Text_Plain_XmlEditor.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Transformations/Output/Application_Octetstream_Download.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Transformations/Output/Application_Octetstream_Download.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Transformations/Output/Application_Octetstream_Download.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Transformations/Output/Application_Octetstream_Download.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Transformations/Output/Application_Octetstream_Hex.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Transformations/Output/Application_Octetstream_Hex.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Transformations/Output/Application_Octetstream_Hex.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Transformations/Output/Application_Octetstream_Hex.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Transformations/Output/Image_JPEG_Inline.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Transformations/Output/Image_JPEG_Inline.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Transformations/Output/Image_JPEG_Inline.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Transformations/Output/Image_JPEG_Inline.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Transformations/Output/Image_JPEG_Link.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Transformations/Output/Image_JPEG_Link.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Transformations/Output/Image_JPEG_Link.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Transformations/Output/Image_JPEG_Link.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Transformations/Output/Image_PNG_Inline.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Transformations/Output/Image_PNG_Inline.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Transformations/Output/Image_PNG_Inline.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Transformations/Output/Image_PNG_Inline.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Transformations/Output/Text_Octetstream_Sql.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Transformations/Output/Text_Octetstream_Sql.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Transformations/Output/Text_Octetstream_Sql.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Transformations/Output/Text_Octetstream_Sql.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Transformations/Output/Text_Plain_Binarytoip.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Transformations/Output/Text_Plain_Binarytoip.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Transformations/Output/Text_Plain_Binarytoip.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Transformations/Output/Text_Plain_Binarytoip.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Transformations/Output/Text_Plain_Bool2Text.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Transformations/Output/Text_Plain_Bool2Text.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Transformations/Output/Text_Plain_Bool2Text.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Transformations/Output/Text_Plain_Bool2Text.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Transformations/Output/Text_Plain_Dateformat.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Transformations/Output/Text_Plain_Dateformat.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Transformations/Output/Text_Plain_Dateformat.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Transformations/Output/Text_Plain_Dateformat.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Transformations/Output/Text_Plain_External.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Transformations/Output/Text_Plain_External.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Transformations/Output/Text_Plain_External.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Transformations/Output/Text_Plain_External.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Transformations/Output/Text_Plain_Formatted.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Transformations/Output/Text_Plain_Formatted.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Transformations/Output/Text_Plain_Formatted.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Transformations/Output/Text_Plain_Formatted.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Transformations/Output/Text_Plain_Imagelink.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Transformations/Output/Text_Plain_Imagelink.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Transformations/Output/Text_Plain_Imagelink.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Transformations/Output/Text_Plain_Imagelink.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Transformations/Output/Text_Plain_Json.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Transformations/Output/Text_Plain_Json.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Transformations/Output/Text_Plain_Json.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Transformations/Output/Text_Plain_Json.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Transformations/Output/Text_Plain_Sql.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Transformations/Output/Text_Plain_Sql.php similarity index 96% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Transformations/Output/Text_Plain_Sql.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Transformations/Output/Text_Plain_Sql.php index 8c76feea..ebd9c5ec 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Transformations/Output/Text_Plain_Sql.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Transformations/Output/Text_Plain_Sql.php @@ -32,7 +32,7 @@ public function __construct() $scripts->addFile('vendor/codemirror/lib/codemirror.js'); $scripts->addFile('vendor/codemirror/mode/sql/sql.js'); $scripts->addFile('vendor/codemirror/addon/runmode/runmode.js'); - $scripts->addFile('function.js'); + $scripts->addFile('functions.js'); } } diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Transformations/Output/Text_Plain_Xml.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Transformations/Output/Text_Plain_Xml.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Transformations/Output/Text_Plain_Xml.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Transformations/Output/Text_Plain_Xml.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Transformations/README b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Transformations/README similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Transformations/README rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Transformations/README diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Transformations/TEMPLATE b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Transformations/TEMPLATE similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Transformations/TEMPLATE rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Transformations/TEMPLATE diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Transformations/TEMPLATE_ABSTRACT b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Transformations/TEMPLATE_ABSTRACT similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Transformations/TEMPLATE_ABSTRACT rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Transformations/TEMPLATE_ABSTRACT diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Transformations/Text_Plain_Link.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Transformations/Text_Plain_Link.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Transformations/Text_Plain_Link.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Transformations/Text_Plain_Link.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Transformations/Text_Plain_Longtoipv4.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Transformations/Text_Plain_Longtoipv4.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Transformations/Text_Plain_Longtoipv4.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Transformations/Text_Plain_Longtoipv4.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Transformations/Text_Plain_PreApPend.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Transformations/Text_Plain_PreApPend.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Transformations/Text_Plain_PreApPend.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Transformations/Text_Plain_PreApPend.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Transformations/Text_Plain_Substring.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Transformations/Text_Plain_Substring.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/Transformations/Text_Plain_Substring.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/Transformations/Text_Plain_Substring.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/TransformationsInterface.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/TransformationsInterface.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/TransformationsInterface.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/TransformationsInterface.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/TransformationsPlugin.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/TransformationsPlugin.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/TransformationsPlugin.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/TransformationsPlugin.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/TwoFactor/Application.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/TwoFactor/Application.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/TwoFactor/Application.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/TwoFactor/Application.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/TwoFactor/Invalid.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/TwoFactor/Invalid.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/TwoFactor/Invalid.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/TwoFactor/Invalid.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/TwoFactor/Key.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/TwoFactor/Key.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/TwoFactor/Key.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/TwoFactor/Key.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/TwoFactor/Simple.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/TwoFactor/Simple.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/TwoFactor/Simple.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/TwoFactor/Simple.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/TwoFactorPlugin.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/TwoFactorPlugin.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/TwoFactorPlugin.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/TwoFactorPlugin.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/UploadInterface.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/UploadInterface.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Plugins/UploadInterface.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Plugins/UploadInterface.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Properties/Options/Groups/OptionsPropertyMainGroup.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Properties/Options/Groups/OptionsPropertyMainGroup.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Properties/Options/Groups/OptionsPropertyMainGroup.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Properties/Options/Groups/OptionsPropertyMainGroup.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Properties/Options/Groups/OptionsPropertyRootGroup.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Properties/Options/Groups/OptionsPropertyRootGroup.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Properties/Options/Groups/OptionsPropertyRootGroup.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Properties/Options/Groups/OptionsPropertyRootGroup.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Properties/Options/Groups/OptionsPropertySubgroup.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Properties/Options/Groups/OptionsPropertySubgroup.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Properties/Options/Groups/OptionsPropertySubgroup.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Properties/Options/Groups/OptionsPropertySubgroup.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Properties/Options/Items/BoolPropertyItem.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Properties/Options/Items/BoolPropertyItem.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Properties/Options/Items/BoolPropertyItem.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Properties/Options/Items/BoolPropertyItem.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Properties/Options/Items/DocPropertyItem.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Properties/Options/Items/DocPropertyItem.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Properties/Options/Items/DocPropertyItem.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Properties/Options/Items/DocPropertyItem.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Properties/Options/Items/HiddenPropertyItem.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Properties/Options/Items/HiddenPropertyItem.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Properties/Options/Items/HiddenPropertyItem.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Properties/Options/Items/HiddenPropertyItem.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Properties/Options/Items/MessageOnlyPropertyItem.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Properties/Options/Items/MessageOnlyPropertyItem.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Properties/Options/Items/MessageOnlyPropertyItem.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Properties/Options/Items/MessageOnlyPropertyItem.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Properties/Options/Items/NumberPropertyItem.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Properties/Options/Items/NumberPropertyItem.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Properties/Options/Items/NumberPropertyItem.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Properties/Options/Items/NumberPropertyItem.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Properties/Options/Items/RadioPropertyItem.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Properties/Options/Items/RadioPropertyItem.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Properties/Options/Items/RadioPropertyItem.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Properties/Options/Items/RadioPropertyItem.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Properties/Options/Items/SelectPropertyItem.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Properties/Options/Items/SelectPropertyItem.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Properties/Options/Items/SelectPropertyItem.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Properties/Options/Items/SelectPropertyItem.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Properties/Options/Items/TextPropertyItem.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Properties/Options/Items/TextPropertyItem.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Properties/Options/Items/TextPropertyItem.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Properties/Options/Items/TextPropertyItem.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Properties/Options/OptionsPropertyGroup.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Properties/Options/OptionsPropertyGroup.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Properties/Options/OptionsPropertyGroup.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Properties/Options/OptionsPropertyGroup.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Properties/Options/OptionsPropertyItem.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Properties/Options/OptionsPropertyItem.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Properties/Options/OptionsPropertyItem.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Properties/Options/OptionsPropertyItem.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Properties/Options/OptionsPropertyOneItem.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Properties/Options/OptionsPropertyOneItem.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Properties/Options/OptionsPropertyOneItem.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Properties/Options/OptionsPropertyOneItem.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Properties/Plugins/ExportPluginProperties.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Properties/Plugins/ExportPluginProperties.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Properties/Plugins/ExportPluginProperties.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Properties/Plugins/ExportPluginProperties.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Properties/Plugins/ImportPluginProperties.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Properties/Plugins/ImportPluginProperties.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Properties/Plugins/ImportPluginProperties.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Properties/Plugins/ImportPluginProperties.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Properties/Plugins/PluginPropertyItem.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Properties/Plugins/PluginPropertyItem.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Properties/Plugins/PluginPropertyItem.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Properties/Plugins/PluginPropertyItem.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Properties/Plugins/SchemaPluginProperties.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Properties/Plugins/SchemaPluginProperties.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Properties/Plugins/SchemaPluginProperties.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Properties/Plugins/SchemaPluginProperties.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Properties/PropertyItem.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Properties/PropertyItem.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Properties/PropertyItem.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Properties/PropertyItem.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/RecentFavoriteTable.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/RecentFavoriteTable.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/RecentFavoriteTable.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/RecentFavoriteTable.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Relation.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Relation.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Relation.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Relation.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/RelationCleanup.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/RelationCleanup.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/RelationCleanup.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/RelationCleanup.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Replication.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Replication.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Replication.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Replication.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/ReplicationGui.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/ReplicationGui.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/ReplicationGui.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/ReplicationGui.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Response.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Response.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Response.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Response.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Rte/Events.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Rte/Events.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Rte/Events.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Rte/Events.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Rte/Export.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Rte/Export.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Rte/Export.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Rte/Export.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Rte/Footer.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Rte/Footer.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Rte/Footer.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Rte/Footer.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Rte/General.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Rte/General.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Rte/General.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Rte/General.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Rte/Routines.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Rte/Routines.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Rte/Routines.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Rte/Routines.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Rte/RteList.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Rte/RteList.php similarity index 98% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Rte/RteList.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Rte/RteList.php index 9f5831d1..fedf3278 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Rte/RteList.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Rte/RteList.php @@ -282,13 +282,14 @@ public static function getRoutineRow(array $routine, $rowclass = '') $execute_action = 'execute_dialog'; break; } + $query_part = $execute_action . '=1&item_name=' + . urlencode($routine['name']) . '&' . $type_link; $retval .= ' ' . $titles['Execute'] . "\n"; } else { $retval .= " {$titles['NoExecute']}\n"; diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Rte/Triggers.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Rte/Triggers.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Rte/Triggers.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Rte/Triggers.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Rte/Words.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Rte/Words.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Rte/Words.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Rte/Words.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Sanitize.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Sanitize.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Sanitize.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Sanitize.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/SavedSearches.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/SavedSearches.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/SavedSearches.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/SavedSearches.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Scripts.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Scripts.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Scripts.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Scripts.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Server/Privileges.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Server/Privileges.php similarity index 98% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Server/Privileges.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Server/Privileges.php index 705318ab..7297638c 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Server/Privileges.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Server/Privileges.php @@ -2110,8 +2110,10 @@ public static function getRequireClause() public static function getWithClauseForAddUserAndUpdatePrivs() { $sql_query = ''; - if ((isset($_POST['Grant_priv']) && $_POST['Grant_priv'] == 'Y') - || (isset($GLOBALS['Grant_priv']) && $GLOBALS['Grant_priv'] == 'Y') + if (((isset($_POST['Grant_priv']) && $_POST['Grant_priv'] == 'Y') + || (isset($GLOBALS['Grant_priv']) && $GLOBALS['Grant_priv'] == 'Y')) + && ! ((Util::getServerType() == 'MySQL' || Util::getServerType() == 'Percona Server') + && $GLOBALS['dbi']->getVersion() >= 80011) ) { $sql_query .= ' GRANT OPTION'; } @@ -3366,7 +3368,7 @@ public static function getHtmlForAllTableSpecificRights( $foundRows = array(); $privileges = array(); - foreach ($db_rights as $row) {error_log(print_r($row, true)); + foreach ($db_rights as $row) { $onePrivilege = array(); $paramTableName = ''; @@ -4188,7 +4190,9 @@ public static function addUser( list( $create_user_real, $create_user_show, $real_sql_query, $sql_query, - $password_set_real, $password_set_show + $password_set_real, $password_set_show, + $alter_real_sql_query, + $alter_sql_query ) = self::getSqlQueriesForDisplayAndAddUser( $username, $hostname, (isset($password) ? $password : '') ); @@ -4219,7 +4223,9 @@ public static function addUser( $sql_query, $username, $hostname, - isset($dbname) ? $dbname : null + isset($dbname) ? $dbname : null, + $alter_real_sql_query, + $alter_sql_query ); if (!empty($_POST['userGroup']) && $is_menuwork) { self::setUserGroup($GLOBALS['username'], $_POST['userGroup']); @@ -5003,17 +5009,26 @@ public static function getDbSpecificPrivsQueriesForChangeOrCopyUser( * Prepares queries for adding users and * also create database and return query and message * - * @param boolean $_error whether user create or not - * @param string $real_sql_query SQL query for add a user - * @param string $sql_query SQL query to be displayed - * @param string $username username - * @param string $hostname host name - * @param string $dbname database name + * @param boolean $_error whether user create or not + * @param string $real_sql_query SQL query for add a user + * @param string $sql_query SQL query to be displayed + * @param string $username username + * @param string $hostname host name + * @param string $dbname database name + * @param string $alter_real_sql_query SQL query for ALTER USER + * @param string $alter_sql_query SQL query for ALTER USER to be displayed * * @return array $sql_query, $message */ - public static function addUserAndCreateDatabase($_error, $real_sql_query, $sql_query, - $username, $hostname, $dbname + public static function addUserAndCreateDatabase( + $_error, + $real_sql_query, + $sql_query, + $username, + $hostname, + $dbname, + $alter_real_sql_query, + $alter_sql_query ) { if ($_error || (!empty($real_sql_query) && !$GLOBALS['dbi']->tryQuery($real_sql_query)) @@ -5021,7 +5036,12 @@ public static function addUserAndCreateDatabase($_error, $real_sql_query, $sql_q $_POST['createdb-1'] = $_POST['createdb-2'] = $_POST['createdb-3'] = null; $message = Message::rawError($GLOBALS['dbi']->getError()); + } elseif ($alter_real_sql_query !== '' && !$GLOBALS['dbi']->tryQuery($alter_real_sql_query)) { + $_POST['createdb-1'] = $_POST['createdb-2'] + = $_POST['createdb-3'] = null; + $message = Message::rawError($GLOBALS['dbi']->getError()); } else { + $sql_query .= $alter_sql_query; $message = Message::success(__('You have added a new user.')); } @@ -5146,7 +5166,7 @@ public static function checkIfMariaDBPwdCheckPluginActive() * @param string $password password * * @return array ($create_user_real, $create_user_show,$real_sql_query, $sql_query - * $password_set_real, $password_set_show) + * $password_set_real, $password_set_show, $alter_real_sql_query, $alter_sql_query) */ public static function getSqlQueriesForDisplayAndAddUser($username, $hostname, $password) { @@ -5236,6 +5256,8 @@ public static function getSqlQueriesForDisplayAndAddUser($username, $hostname, $ $create_user_stmt .= ' USING \'%s\''; } elseif ($serverType == 'MariaDB') { $create_user_stmt .= ' IDENTIFIED BY \'%s\''; + } elseif (($serverType == 'MySQL' || $serverType == 'Percona Server') && $serverVersion >= 80011) { + $create_user_stmt .= ' BY \'%s\''; } else { $create_user_stmt .= ' AS \'%s\''; } @@ -5259,9 +5281,8 @@ public static function getSqlQueriesForDisplayAndAddUser($username, $hostname, $ '***' ); } else { - if (! ($serverType == 'MariaDB' - && $isMariaDBPwdPluginActive) - ) { + if (! (($serverType == 'MariaDB' && $isMariaDBPwdPluginActive) + || ($serverType == 'MySQL' || $serverType == 'Percona Server') && $serverVersion >= 80011)) { $hashedPassword = self::getHashedPassword($_POST['pma_pw']); } else { // MariaDB with validation plugin needs cleartext password @@ -5304,19 +5325,51 @@ public static function getSqlQueriesForDisplayAndAddUser($username, $hostname, $ } } + $alter_real_sql_query = ''; + $alter_sql_query = ''; + if (($serverType == 'MySQL' || $serverType == 'Percona Server') && $serverVersion >= 80011) { + $sql_query_stmt = ''; + if ((isset($_POST['Grant_priv']) && $_POST['Grant_priv'] == 'Y') + || (isset($GLOBALS['Grant_priv']) && $GLOBALS['Grant_priv'] == 'Y') + ) { + $sql_query_stmt = ' WITH GRANT OPTION'; + } + $real_sql_query .= $sql_query_stmt; + $sql_query .= $sql_query_stmt; + + $alter_sql_query_stmt = sprintf( + 'ALTER USER \'%s\'@\'%s\'', + $slashedUsername, + $slashedHostname + ); + $alter_real_sql_query = $alter_sql_query_stmt; + $alter_sql_query = $alter_sql_query_stmt; + } + // add REQUIRE clause $require_clause = self::getRequireClause(); - $real_sql_query .= $require_clause; - $sql_query .= $require_clause; - $with_clause = self::getWithClauseForAddUserAndUpdatePrivs(); - $real_sql_query .= $with_clause; - $sql_query .= $with_clause; + + if (($serverType == 'MySQL' || $serverType == 'Percona Server') && $serverVersion >= 80011) { + $alter_real_sql_query .= $require_clause; + $alter_sql_query .= $require_clause; + $alter_real_sql_query .= $with_clause; + $alter_sql_query .= $with_clause; + } else { + $real_sql_query .= $require_clause; + $sql_query .= $require_clause; + $real_sql_query .= $with_clause; + $sql_query .= $with_clause; + } if (isset($create_user_real)) { $create_user_real .= ';'; $create_user_show .= ';'; } + if ($alter_real_sql_query !== '') { + $alter_real_sql_query .= ';'; + $alter_sql_query .= ';'; + } $real_sql_query .= ';'; $sql_query .= ';'; // No Global GRANT_OPTION privilege @@ -5339,12 +5392,15 @@ public static function getSqlQueriesForDisplayAndAddUser($username, $hostname, $ $password_set_show .= ";"; } - return array($create_user_real, + return array( + $create_user_real, $create_user_show, $real_sql_query, $sql_query, $password_set_real, - $password_set_show + $password_set_show, + $alter_real_sql_query, + $alter_sql_query ); } diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Server/Select.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Server/Select.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Server/Select.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Server/Select.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Server/Status.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Server/Status.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Server/Status.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Server/Status.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Server/Status/Advisor.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Server/Status/Advisor.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Server/Status/Advisor.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Server/Status/Advisor.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Server/Status/Data.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Server/Status/Data.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Server/Status/Data.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Server/Status/Data.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Server/Status/Monitor.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Server/Status/Monitor.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Server/Status/Monitor.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Server/Status/Monitor.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Server/Status/Processes.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Server/Status/Processes.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Server/Status/Processes.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Server/Status/Processes.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Server/Status/Queries.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Server/Status/Queries.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Server/Status/Queries.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Server/Status/Queries.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Server/Status/Variables.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Server/Status/Variables.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Server/Status/Variables.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Server/Status/Variables.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Server/UserGroups.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Server/UserGroups.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Server/UserGroups.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Server/UserGroups.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Server/Users.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Server/Users.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Server/Users.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Server/Users.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Session.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Session.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Session.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Session.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Sql.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Sql.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Sql.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Sql.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/SqlQueryForm.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/SqlQueryForm.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/SqlQueryForm.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/SqlQueryForm.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/StorageEngine.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/StorageEngine.php similarity index 99% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/StorageEngine.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/StorageEngine.php index 3513a7e7..c0e8662f 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/StorageEngine.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/StorageEngine.php @@ -188,7 +188,7 @@ static public function getHtmlSelect( */ static public function getEngine($engine) { - switch(strtolower($engine)) { + switch(mb_strtolower($engine)) { case 'bdb': return new Bdb($engine); case 'berkeleydb': diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/SubPartition.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/SubPartition.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/SubPartition.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/SubPartition.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/SysInfo.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/SysInfo.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/SysInfo.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/SysInfo.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/SysInfoBase.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/SysInfoBase.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/SysInfoBase.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/SysInfoBase.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/SysInfoLinux.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/SysInfoLinux.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/SysInfoLinux.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/SysInfoLinux.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/SysInfoSunOS.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/SysInfoSunOS.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/SysInfoSunOS.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/SysInfoSunOS.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/SysInfoWINNT.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/SysInfoWINNT.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/SysInfoWINNT.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/SysInfoWINNT.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/SystemDatabase.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/SystemDatabase.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/SystemDatabase.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/SystemDatabase.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Table.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Table.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Table.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Table.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Template.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Template.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Template.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Template.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Theme.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Theme.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Theme.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Theme.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/ThemeManager.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/ThemeManager.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/ThemeManager.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/ThemeManager.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Tracker.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Tracker.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Tracker.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Tracker.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Tracking.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Tracking.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Tracking.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Tracking.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Transformations.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Transformations.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Transformations.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Transformations.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Twig/CharsetsExtension.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Twig/CharsetsExtension.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Twig/CharsetsExtension.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Twig/CharsetsExtension.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Twig/CoreExtension.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Twig/CoreExtension.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Twig/CoreExtension.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Twig/CoreExtension.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Twig/I18n/NodeTrans.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Twig/I18n/NodeTrans.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Twig/I18n/NodeTrans.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Twig/I18n/NodeTrans.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Twig/I18n/TokenParserTrans.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Twig/I18n/TokenParserTrans.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Twig/I18n/TokenParserTrans.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Twig/I18n/TokenParserTrans.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Twig/I18nExtension.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Twig/I18nExtension.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Twig/I18nExtension.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Twig/I18nExtension.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Twig/IndexExtension.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Twig/IndexExtension.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Twig/IndexExtension.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Twig/IndexExtension.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Twig/MessageExtension.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Twig/MessageExtension.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Twig/MessageExtension.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Twig/MessageExtension.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Twig/PartitionExtension.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Twig/PartitionExtension.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Twig/PartitionExtension.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Twig/PartitionExtension.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Twig/PhpFunctionsExtension.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Twig/PhpFunctionsExtension.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Twig/PhpFunctionsExtension.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Twig/PhpFunctionsExtension.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Twig/PluginsExtension.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Twig/PluginsExtension.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Twig/PluginsExtension.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Twig/PluginsExtension.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Twig/RelationExtension.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Twig/RelationExtension.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Twig/RelationExtension.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Twig/RelationExtension.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Twig/SanitizeExtension.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Twig/SanitizeExtension.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Twig/SanitizeExtension.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Twig/SanitizeExtension.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Twig/ServerPrivilegesExtension.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Twig/ServerPrivilegesExtension.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Twig/ServerPrivilegesExtension.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Twig/ServerPrivilegesExtension.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Twig/StorageEngineExtension.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Twig/StorageEngineExtension.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Twig/StorageEngineExtension.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Twig/StorageEngineExtension.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Twig/TableExtension.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Twig/TableExtension.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Twig/TableExtension.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Twig/TableExtension.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Twig/TrackerExtension.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Twig/TrackerExtension.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Twig/TrackerExtension.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Twig/TrackerExtension.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Twig/TransformationsExtension.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Twig/TransformationsExtension.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Twig/TransformationsExtension.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Twig/TransformationsExtension.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Twig/UrlExtension.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Twig/UrlExtension.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Twig/UrlExtension.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Twig/UrlExtension.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Twig/UtilExtension.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Twig/UtilExtension.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Twig/UtilExtension.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Twig/UtilExtension.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/TwoFactor.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/TwoFactor.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/TwoFactor.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/TwoFactor.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Types.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Types.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Types.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Types.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Url.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Url.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Url.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Url.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/UserPassword.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/UserPassword.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/UserPassword.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/UserPassword.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/UserPreferences.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/UserPreferences.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/UserPreferences.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/UserPreferences.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Util.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Util.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Util.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Util.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Utils/HttpRequest.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Utils/HttpRequest.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/Utils/HttpRequest.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/Utils/HttpRequest.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/VersionInformation.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/VersionInformation.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/VersionInformation.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/VersionInformation.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/ZipExtension.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/ZipExtension.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/classes/ZipExtension.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/classes/ZipExtension.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/common.inc.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/common.inc.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/common.inc.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/common.inc.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/config.default.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/config.default.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/config.default.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/config.default.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/config.values.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/config.values.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/config.values.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/config.values.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/db_common.inc.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/db_common.inc.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/db_common.inc.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/db_common.inc.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/db_table_exists.inc.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/db_table_exists.inc.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/db_table_exists.inc.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/db_table_exists.inc.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/dbi/dbi_dummy.inc.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/dbi/dbi_dummy.inc.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/dbi/dbi_dummy.inc.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/dbi/dbi_dummy.inc.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/error.inc.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/error.inc.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/error.inc.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/error.inc.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/hash.lib.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/hash.lib.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/hash.lib.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/hash.lib.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/information_schema_relations.inc.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/information_schema_relations.inc.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/information_schema_relations.inc.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/information_schema_relations.inc.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/language_stats.inc.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/language_stats.inc.php similarity index 91% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/language_stats.inc.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/language_stats.inc.php index f3bbd396..8eb936b1 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/language_stats.inc.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/language_stats.inc.php @@ -5,7 +5,7 @@ $GLOBALS["language_stats"] = array ( 'af' => 8, 'ar' => 48, - 'az' => 50, + 'az' => 49, 'be' => 62, 'be@latin' => 21, 'bg' => 59, @@ -30,7 +30,7 @@ 'fil' => 16, 'fr' => 100, 'fy' => 17, - 'gl' => 79, + 'gl' => 78, 'gu' => 0, 'he' => 49, 'hi' => 36, @@ -38,10 +38,10 @@ 'hu' => 96, 'hy' => 61, 'ia' => 75, - 'id' => 81, + 'id' => 80, 'ig' => 2, 'it' => 99, - 'ja' => 70, + 'ja' => 77, 'ka' => 11, 'kab' => 2, 'kk' => 9, @@ -58,6 +58,7 @@ 'ml' => 1, 'mn' => 18, 'ms' => 10, + 'my' => 0, 'nb' => 60, 'ne' => 1, 'nl' => 100, @@ -67,7 +68,7 @@ 'pt_BR' => 100, 'ro' => 96, 'ru' => 97, - 'si' => 55, + 'si' => 56, 'sk' => 78, 'sl' => 100, 'sq' => 97, @@ -81,13 +82,13 @@ 'tr' => 100, 'tt' => 14, 'ug' => 9, - 'uk' => 100, + 'uk' => 99, 'ur' => 16, 'uz' => 29, 'uz@latin' => 29, 'vi' => 83, 'vls' => 2, 'zh_CN' => 99, - 'zh_TW' => 98, + 'zh_TW' => 99, ); ?> diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/mult_submits.inc.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/mult_submits.inc.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/mult_submits.inc.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/mult_submits.inc.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/mysql_relations.inc.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/mysql_relations.inc.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/mysql_relations.inc.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/mysql_relations.inc.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/replication.inc.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/replication.inc.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/replication.inc.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/replication.inc.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/rte/rte_main.inc.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/rte/rte_main.inc.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/rte/rte_main.inc.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/rte/rte_main.inc.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/server_common.inc.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/server_common.inc.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/server_common.inc.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/server_common.inc.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/special_schema_links.inc.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/special_schema_links.inc.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/special_schema_links.inc.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/special_schema_links.inc.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/tbl_columns_definition_form.inc.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/tbl_columns_definition_form.inc.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/tbl_columns_definition_form.inc.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/tbl_columns_definition_form.inc.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/tbl_common.inc.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/tbl_common.inc.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/tbl_common.inc.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/tbl_common.inc.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/tbl_partition_definition.inc.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/tbl_partition_definition.inc.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/tbl_partition_definition.inc.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/tbl_partition_definition.inc.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/user_preferences.inc.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/user_preferences.inc.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/user_preferences.inc.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/user_preferences.inc.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/libraries/vendor_config.php b/Vendor/phpMyAdmin-4.8.5-all-languages/libraries/vendor_config.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/libraries/vendor_config.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/libraries/vendor_config.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/license.php b/Vendor/phpMyAdmin-4.8.5-all-languages/license.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/license.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/license.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/lint.php b/Vendor/phpMyAdmin-4.8.5-all-languages/lint.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/lint.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/lint.php diff --git a/Vendor/phpMyAdmin-4.8.5-all-languages/locale/az/LC_MESSAGES/phpmyadmin.mo b/Vendor/phpMyAdmin-4.8.5-all-languages/locale/az/LC_MESSAGES/phpmyadmin.mo new file mode 100644 index 00000000..203a666f Binary files /dev/null and b/Vendor/phpMyAdmin-4.8.5-all-languages/locale/az/LC_MESSAGES/phpmyadmin.mo differ diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/locale/bg/LC_MESSAGES/phpmyadmin.mo b/Vendor/phpMyAdmin-4.8.5-all-languages/locale/bg/LC_MESSAGES/phpmyadmin.mo similarity index 67% rename from Vendor/phpMyAdmin-4.8.4-all-languages/locale/bg/LC_MESSAGES/phpmyadmin.mo rename to Vendor/phpMyAdmin-4.8.5-all-languages/locale/bg/LC_MESSAGES/phpmyadmin.mo index 4ffbd06d..e0b8f224 100644 Binary files a/Vendor/phpMyAdmin-4.8.4-all-languages/locale/bg/LC_MESSAGES/phpmyadmin.mo and b/Vendor/phpMyAdmin-4.8.5-all-languages/locale/bg/LC_MESSAGES/phpmyadmin.mo differ diff --git a/Vendor/phpMyAdmin-4.8.5-all-languages/locale/ca/LC_MESSAGES/phpmyadmin.mo b/Vendor/phpMyAdmin-4.8.5-all-languages/locale/ca/LC_MESSAGES/phpmyadmin.mo new file mode 100644 index 00000000..9d1759ce Binary files /dev/null and b/Vendor/phpMyAdmin-4.8.5-all-languages/locale/ca/LC_MESSAGES/phpmyadmin.mo differ diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/locale/cs/LC_MESSAGES/phpmyadmin.mo b/Vendor/phpMyAdmin-4.8.5-all-languages/locale/cs/LC_MESSAGES/phpmyadmin.mo similarity index 69% rename from Vendor/phpMyAdmin-4.8.4-all-languages/locale/cs/LC_MESSAGES/phpmyadmin.mo rename to Vendor/phpMyAdmin-4.8.5-all-languages/locale/cs/LC_MESSAGES/phpmyadmin.mo index 65c7b305..49c743d7 100644 Binary files a/Vendor/phpMyAdmin-4.8.4-all-languages/locale/cs/LC_MESSAGES/phpmyadmin.mo and b/Vendor/phpMyAdmin-4.8.5-all-languages/locale/cs/LC_MESSAGES/phpmyadmin.mo differ diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/locale/da/LC_MESSAGES/phpmyadmin.mo b/Vendor/phpMyAdmin-4.8.5-all-languages/locale/da/LC_MESSAGES/phpmyadmin.mo similarity index 69% rename from Vendor/phpMyAdmin-4.8.4-all-languages/locale/da/LC_MESSAGES/phpmyadmin.mo rename to Vendor/phpMyAdmin-4.8.5-all-languages/locale/da/LC_MESSAGES/phpmyadmin.mo index 9570b712..50b699e3 100644 Binary files a/Vendor/phpMyAdmin-4.8.4-all-languages/locale/da/LC_MESSAGES/phpmyadmin.mo and b/Vendor/phpMyAdmin-4.8.5-all-languages/locale/da/LC_MESSAGES/phpmyadmin.mo differ diff --git a/Vendor/phpMyAdmin-4.8.5-all-languages/locale/de/LC_MESSAGES/phpmyadmin.mo b/Vendor/phpMyAdmin-4.8.5-all-languages/locale/de/LC_MESSAGES/phpmyadmin.mo new file mode 100644 index 00000000..e5473dcb Binary files /dev/null and b/Vendor/phpMyAdmin-4.8.5-all-languages/locale/de/LC_MESSAGES/phpmyadmin.mo differ diff --git a/Vendor/phpMyAdmin-4.8.5-all-languages/locale/es/LC_MESSAGES/phpmyadmin.mo b/Vendor/phpMyAdmin-4.8.5-all-languages/locale/es/LC_MESSAGES/phpmyadmin.mo new file mode 100644 index 00000000..612f4a93 Binary files /dev/null and b/Vendor/phpMyAdmin-4.8.5-all-languages/locale/es/LC_MESSAGES/phpmyadmin.mo differ diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/locale/fi/LC_MESSAGES/phpmyadmin.mo b/Vendor/phpMyAdmin-4.8.5-all-languages/locale/fi/LC_MESSAGES/phpmyadmin.mo similarity index 71% rename from Vendor/phpMyAdmin-4.8.4-all-languages/locale/fi/LC_MESSAGES/phpmyadmin.mo rename to Vendor/phpMyAdmin-4.8.5-all-languages/locale/fi/LC_MESSAGES/phpmyadmin.mo index 19a9fe4d..521886f3 100644 Binary files a/Vendor/phpMyAdmin-4.8.4-all-languages/locale/fi/LC_MESSAGES/phpmyadmin.mo and b/Vendor/phpMyAdmin-4.8.5-all-languages/locale/fi/LC_MESSAGES/phpmyadmin.mo differ diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/locale/fr/LC_MESSAGES/phpmyadmin.mo b/Vendor/phpMyAdmin-4.8.5-all-languages/locale/fr/LC_MESSAGES/phpmyadmin.mo similarity index 79% rename from Vendor/phpMyAdmin-4.8.4-all-languages/locale/fr/LC_MESSAGES/phpmyadmin.mo rename to Vendor/phpMyAdmin-4.8.5-all-languages/locale/fr/LC_MESSAGES/phpmyadmin.mo index 5d420a7f..3467b95d 100644 Binary files a/Vendor/phpMyAdmin-4.8.4-all-languages/locale/fr/LC_MESSAGES/phpmyadmin.mo and b/Vendor/phpMyAdmin-4.8.5-all-languages/locale/fr/LC_MESSAGES/phpmyadmin.mo differ diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/locale/gl/LC_MESSAGES/phpmyadmin.mo b/Vendor/phpMyAdmin-4.8.5-all-languages/locale/gl/LC_MESSAGES/phpmyadmin.mo similarity index 68% rename from Vendor/phpMyAdmin-4.8.4-all-languages/locale/gl/LC_MESSAGES/phpmyadmin.mo rename to Vendor/phpMyAdmin-4.8.5-all-languages/locale/gl/LC_MESSAGES/phpmyadmin.mo index 1336f52c..4f36a082 100644 Binary files a/Vendor/phpMyAdmin-4.8.4-all-languages/locale/gl/LC_MESSAGES/phpmyadmin.mo and b/Vendor/phpMyAdmin-4.8.5-all-languages/locale/gl/LC_MESSAGES/phpmyadmin.mo differ diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/locale/he/LC_MESSAGES/phpmyadmin.mo b/Vendor/phpMyAdmin-4.8.5-all-languages/locale/he/LC_MESSAGES/phpmyadmin.mo similarity index 99% rename from Vendor/phpMyAdmin-4.8.4-all-languages/locale/he/LC_MESSAGES/phpmyadmin.mo rename to Vendor/phpMyAdmin-4.8.5-all-languages/locale/he/LC_MESSAGES/phpmyadmin.mo index 1fec506e..9a28bb15 100644 Binary files a/Vendor/phpMyAdmin-4.8.4-all-languages/locale/he/LC_MESSAGES/phpmyadmin.mo and b/Vendor/phpMyAdmin-4.8.5-all-languages/locale/he/LC_MESSAGES/phpmyadmin.mo differ diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/locale/it/LC_MESSAGES/phpmyadmin.mo b/Vendor/phpMyAdmin-4.8.5-all-languages/locale/it/LC_MESSAGES/phpmyadmin.mo similarity index 73% rename from Vendor/phpMyAdmin-4.8.4-all-languages/locale/it/LC_MESSAGES/phpmyadmin.mo rename to Vendor/phpMyAdmin-4.8.5-all-languages/locale/it/LC_MESSAGES/phpmyadmin.mo index b3716143..7c8e2f0d 100644 Binary files a/Vendor/phpMyAdmin-4.8.4-all-languages/locale/it/LC_MESSAGES/phpmyadmin.mo and b/Vendor/phpMyAdmin-4.8.5-all-languages/locale/it/LC_MESSAGES/phpmyadmin.mo differ diff --git a/Vendor/phpMyAdmin-4.8.5-all-languages/locale/ja/LC_MESSAGES/phpmyadmin.mo b/Vendor/phpMyAdmin-4.8.5-all-languages/locale/ja/LC_MESSAGES/phpmyadmin.mo new file mode 100644 index 00000000..037a55a9 Binary files /dev/null and b/Vendor/phpMyAdmin-4.8.5-all-languages/locale/ja/LC_MESSAGES/phpmyadmin.mo differ diff --git a/Vendor/phpMyAdmin-4.8.5-all-languages/locale/lt/LC_MESSAGES/phpmyadmin.mo b/Vendor/phpMyAdmin-4.8.5-all-languages/locale/lt/LC_MESSAGES/phpmyadmin.mo new file mode 100644 index 00000000..a309b910 Binary files /dev/null and b/Vendor/phpMyAdmin-4.8.5-all-languages/locale/lt/LC_MESSAGES/phpmyadmin.mo differ diff --git a/Vendor/phpMyAdmin-4.8.5-all-languages/locale/nb/LC_MESSAGES/phpmyadmin.mo b/Vendor/phpMyAdmin-4.8.5-all-languages/locale/nb/LC_MESSAGES/phpmyadmin.mo new file mode 100644 index 00000000..c5226ca6 Binary files /dev/null and b/Vendor/phpMyAdmin-4.8.5-all-languages/locale/nb/LC_MESSAGES/phpmyadmin.mo differ diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/locale/nl/LC_MESSAGES/phpmyadmin.mo b/Vendor/phpMyAdmin-4.8.5-all-languages/locale/nl/LC_MESSAGES/phpmyadmin.mo similarity index 79% rename from Vendor/phpMyAdmin-4.8.4-all-languages/locale/nl/LC_MESSAGES/phpmyadmin.mo rename to Vendor/phpMyAdmin-4.8.5-all-languages/locale/nl/LC_MESSAGES/phpmyadmin.mo index 053f6389..b5de24ed 100644 Binary files a/Vendor/phpMyAdmin-4.8.4-all-languages/locale/nl/LC_MESSAGES/phpmyadmin.mo and b/Vendor/phpMyAdmin-4.8.5-all-languages/locale/nl/LC_MESSAGES/phpmyadmin.mo differ diff --git a/Vendor/phpMyAdmin-4.8.5-all-languages/locale/pl/LC_MESSAGES/phpmyadmin.mo b/Vendor/phpMyAdmin-4.8.5-all-languages/locale/pl/LC_MESSAGES/phpmyadmin.mo new file mode 100644 index 00000000..37b07f6c Binary files /dev/null and b/Vendor/phpMyAdmin-4.8.5-all-languages/locale/pl/LC_MESSAGES/phpmyadmin.mo differ diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/locale/pt/LC_MESSAGES/phpmyadmin.mo b/Vendor/phpMyAdmin-4.8.5-all-languages/locale/pt/LC_MESSAGES/phpmyadmin.mo similarity index 99% rename from Vendor/phpMyAdmin-4.8.4-all-languages/locale/pt/LC_MESSAGES/phpmyadmin.mo rename to Vendor/phpMyAdmin-4.8.5-all-languages/locale/pt/LC_MESSAGES/phpmyadmin.mo index b2bc8b90..b49605a9 100644 Binary files a/Vendor/phpMyAdmin-4.8.4-all-languages/locale/pt/LC_MESSAGES/phpmyadmin.mo and b/Vendor/phpMyAdmin-4.8.5-all-languages/locale/pt/LC_MESSAGES/phpmyadmin.mo differ diff --git a/Vendor/phpMyAdmin-4.8.5-all-languages/locale/si/LC_MESSAGES/phpmyadmin.mo b/Vendor/phpMyAdmin-4.8.5-all-languages/locale/si/LC_MESSAGES/phpmyadmin.mo new file mode 100644 index 00000000..4e1aad63 Binary files /dev/null and b/Vendor/phpMyAdmin-4.8.5-all-languages/locale/si/LC_MESSAGES/phpmyadmin.mo differ diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/locale/uk/LC_MESSAGES/phpmyadmin.mo b/Vendor/phpMyAdmin-4.8.5-all-languages/locale/uk/LC_MESSAGES/phpmyadmin.mo similarity index 73% rename from Vendor/phpMyAdmin-4.8.4-all-languages/locale/uk/LC_MESSAGES/phpmyadmin.mo rename to Vendor/phpMyAdmin-4.8.5-all-languages/locale/uk/LC_MESSAGES/phpmyadmin.mo index 185701ac..14f8d38c 100644 Binary files a/Vendor/phpMyAdmin-4.8.4-all-languages/locale/uk/LC_MESSAGES/phpmyadmin.mo and b/Vendor/phpMyAdmin-4.8.5-all-languages/locale/uk/LC_MESSAGES/phpmyadmin.mo differ diff --git a/Vendor/phpMyAdmin-4.8.5-all-languages/locale/vi/LC_MESSAGES/phpmyadmin.mo b/Vendor/phpMyAdmin-4.8.5-all-languages/locale/vi/LC_MESSAGES/phpmyadmin.mo new file mode 100644 index 00000000..34751227 Binary files /dev/null and b/Vendor/phpMyAdmin-4.8.5-all-languages/locale/vi/LC_MESSAGES/phpmyadmin.mo differ diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/logout.php b/Vendor/phpMyAdmin-4.8.5-all-languages/logout.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/logout.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/logout.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/navigation.php b/Vendor/phpMyAdmin-4.8.5-all-languages/navigation.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/navigation.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/navigation.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/normalization.php b/Vendor/phpMyAdmin-4.8.5-all-languages/normalization.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/normalization.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/normalization.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/package.json b/Vendor/phpMyAdmin-4.8.5-all-languages/package.json similarity index 96% rename from Vendor/phpMyAdmin-4.8.4-all-languages/package.json rename to Vendor/phpMyAdmin-4.8.5-all-languages/package.json index e95111e3..94228335 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/package.json +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/package.json @@ -1,6 +1,6 @@ { "name": "phpmyadmin", - "version": "4.8.4", + "version": "4.8.5", "description": "A web interface for MySQL and MariaDB", "repository": "https://github.com/phpmyadmin/phpmyadmin.git", "author": "The phpMyAdmin Team (https://www.phpmyadmin.net/team/)", diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/phpcs.xml.dist b/Vendor/phpMyAdmin-4.8.5-all-languages/phpcs.xml.dist similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/phpcs.xml.dist rename to Vendor/phpMyAdmin-4.8.5-all-languages/phpcs.xml.dist diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/phpinfo.php b/Vendor/phpMyAdmin-4.8.5-all-languages/phpinfo.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/phpinfo.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/phpinfo.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/phpmyadmin.css.php b/Vendor/phpMyAdmin-4.8.5-all-languages/phpmyadmin.css.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/phpmyadmin.css.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/phpmyadmin.css.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/prefs_forms.php b/Vendor/phpMyAdmin-4.8.5-all-languages/prefs_forms.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/prefs_forms.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/prefs_forms.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/prefs_manage.php b/Vendor/phpMyAdmin-4.8.5-all-languages/prefs_manage.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/prefs_manage.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/prefs_manage.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/prefs_twofactor.php b/Vendor/phpMyAdmin-4.8.5-all-languages/prefs_twofactor.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/prefs_twofactor.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/prefs_twofactor.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/print.css b/Vendor/phpMyAdmin-4.8.5-all-languages/print.css similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/print.css rename to Vendor/phpMyAdmin-4.8.5-all-languages/print.css diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/robots.txt b/Vendor/phpMyAdmin-4.8.5-all-languages/robots.txt similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/robots.txt rename to Vendor/phpMyAdmin-4.8.5-all-languages/robots.txt diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/schema_export.php b/Vendor/phpMyAdmin-4.8.5-all-languages/schema_export.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/schema_export.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/schema_export.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/server_binlog.php b/Vendor/phpMyAdmin-4.8.5-all-languages/server_binlog.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/server_binlog.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/server_binlog.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/server_collations.php b/Vendor/phpMyAdmin-4.8.5-all-languages/server_collations.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/server_collations.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/server_collations.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/server_databases.php b/Vendor/phpMyAdmin-4.8.5-all-languages/server_databases.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/server_databases.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/server_databases.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/server_engines.php b/Vendor/phpMyAdmin-4.8.5-all-languages/server_engines.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/server_engines.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/server_engines.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/server_export.php b/Vendor/phpMyAdmin-4.8.5-all-languages/server_export.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/server_export.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/server_export.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/server_import.php b/Vendor/phpMyAdmin-4.8.5-all-languages/server_import.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/server_import.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/server_import.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/server_plugins.php b/Vendor/phpMyAdmin-4.8.5-all-languages/server_plugins.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/server_plugins.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/server_plugins.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/server_privileges.php b/Vendor/phpMyAdmin-4.8.5-all-languages/server_privileges.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/server_privileges.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/server_privileges.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/server_replication.php b/Vendor/phpMyAdmin-4.8.5-all-languages/server_replication.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/server_replication.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/server_replication.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/server_sql.php b/Vendor/phpMyAdmin-4.8.5-all-languages/server_sql.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/server_sql.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/server_sql.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/server_status.php b/Vendor/phpMyAdmin-4.8.5-all-languages/server_status.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/server_status.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/server_status.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/server_status_advisor.php b/Vendor/phpMyAdmin-4.8.5-all-languages/server_status_advisor.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/server_status_advisor.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/server_status_advisor.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/server_status_monitor.php b/Vendor/phpMyAdmin-4.8.5-all-languages/server_status_monitor.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/server_status_monitor.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/server_status_monitor.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/server_status_processes.php b/Vendor/phpMyAdmin-4.8.5-all-languages/server_status_processes.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/server_status_processes.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/server_status_processes.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/server_status_queries.php b/Vendor/phpMyAdmin-4.8.5-all-languages/server_status_queries.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/server_status_queries.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/server_status_queries.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/server_status_variables.php b/Vendor/phpMyAdmin-4.8.5-all-languages/server_status_variables.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/server_status_variables.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/server_status_variables.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/server_user_groups.php b/Vendor/phpMyAdmin-4.8.5-all-languages/server_user_groups.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/server_user_groups.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/server_user_groups.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/server_variables.php b/Vendor/phpMyAdmin-4.8.5-all-languages/server_variables.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/server_variables.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/server_variables.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/show_config_errors.php b/Vendor/phpMyAdmin-4.8.5-all-languages/show_config_errors.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/show_config_errors.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/show_config_errors.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/sql.php b/Vendor/phpMyAdmin-4.8.5-all-languages/sql.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/sql.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/sql.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/sql/create_tables.sql b/Vendor/phpMyAdmin-4.8.5-all-languages/sql/create_tables.sql similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/sql/create_tables.sql rename to Vendor/phpMyAdmin-4.8.5-all-languages/sql/create_tables.sql diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/sql/upgrade_column_info_4_3_0+.sql b/Vendor/phpMyAdmin-4.8.5-all-languages/sql/upgrade_column_info_4_3_0+.sql similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/sql/upgrade_column_info_4_3_0+.sql rename to Vendor/phpMyAdmin-4.8.5-all-languages/sql/upgrade_column_info_4_3_0+.sql diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/sql/upgrade_tables_4_7_0+.sql b/Vendor/phpMyAdmin-4.8.5-all-languages/sql/upgrade_tables_4_7_0+.sql similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/sql/upgrade_tables_4_7_0+.sql rename to Vendor/phpMyAdmin-4.8.5-all-languages/sql/upgrade_tables_4_7_0+.sql diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/sql/upgrade_tables_mysql_4_1_2+.sql b/Vendor/phpMyAdmin-4.8.5-all-languages/sql/upgrade_tables_mysql_4_1_2+.sql similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/sql/upgrade_tables_mysql_4_1_2+.sql rename to Vendor/phpMyAdmin-4.8.5-all-languages/sql/upgrade_tables_mysql_4_1_2+.sql diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/tbl_addfield.php b/Vendor/phpMyAdmin-4.8.5-all-languages/tbl_addfield.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/tbl_addfield.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/tbl_addfield.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/tbl_change.php b/Vendor/phpMyAdmin-4.8.5-all-languages/tbl_change.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/tbl_change.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/tbl_change.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/tbl_chart.php b/Vendor/phpMyAdmin-4.8.5-all-languages/tbl_chart.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/tbl_chart.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/tbl_chart.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/tbl_create.php b/Vendor/phpMyAdmin-4.8.5-all-languages/tbl_create.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/tbl_create.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/tbl_create.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/tbl_export.php b/Vendor/phpMyAdmin-4.8.5-all-languages/tbl_export.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/tbl_export.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/tbl_export.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/tbl_find_replace.php b/Vendor/phpMyAdmin-4.8.5-all-languages/tbl_find_replace.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/tbl_find_replace.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/tbl_find_replace.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/tbl_get_field.php b/Vendor/phpMyAdmin-4.8.5-all-languages/tbl_get_field.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/tbl_get_field.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/tbl_get_field.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/tbl_gis_visualization.php b/Vendor/phpMyAdmin-4.8.5-all-languages/tbl_gis_visualization.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/tbl_gis_visualization.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/tbl_gis_visualization.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/tbl_import.php b/Vendor/phpMyAdmin-4.8.5-all-languages/tbl_import.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/tbl_import.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/tbl_import.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/tbl_indexes.php b/Vendor/phpMyAdmin-4.8.5-all-languages/tbl_indexes.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/tbl_indexes.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/tbl_indexes.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/tbl_operations.php b/Vendor/phpMyAdmin-4.8.5-all-languages/tbl_operations.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/tbl_operations.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/tbl_operations.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/tbl_recent_favorite.php b/Vendor/phpMyAdmin-4.8.5-all-languages/tbl_recent_favorite.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/tbl_recent_favorite.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/tbl_recent_favorite.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/tbl_relation.php b/Vendor/phpMyAdmin-4.8.5-all-languages/tbl_relation.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/tbl_relation.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/tbl_relation.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/tbl_replace.php b/Vendor/phpMyAdmin-4.8.5-all-languages/tbl_replace.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/tbl_replace.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/tbl_replace.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/tbl_row_action.php b/Vendor/phpMyAdmin-4.8.5-all-languages/tbl_row_action.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/tbl_row_action.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/tbl_row_action.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/tbl_select.php b/Vendor/phpMyAdmin-4.8.5-all-languages/tbl_select.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/tbl_select.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/tbl_select.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/tbl_sql.php b/Vendor/phpMyAdmin-4.8.5-all-languages/tbl_sql.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/tbl_sql.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/tbl_sql.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/tbl_structure.php b/Vendor/phpMyAdmin-4.8.5-all-languages/tbl_structure.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/tbl_structure.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/tbl_structure.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/tbl_tracking.php b/Vendor/phpMyAdmin-4.8.5-all-languages/tbl_tracking.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/tbl_tracking.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/tbl_tracking.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/tbl_triggers.php b/Vendor/phpMyAdmin-4.8.5-all-languages/tbl_triggers.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/tbl_triggers.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/tbl_triggers.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/tbl_zoom_select.php b/Vendor/phpMyAdmin-4.8.5-all-languages/tbl_zoom_select.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/tbl_zoom_select.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/tbl_zoom_select.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/checkbox.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/checkbox.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/checkbox.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/checkbox.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/columns_definitions/column_adjust_privileges.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/columns_definitions/column_adjust_privileges.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/columns_definitions/column_adjust_privileges.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/columns_definitions/column_adjust_privileges.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/columns_definitions/column_attribute.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/columns_definitions/column_attribute.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/columns_definitions/column_attribute.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/columns_definitions/column_attribute.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/columns_definitions/column_attributes.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/columns_definitions/column_attributes.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/columns_definitions/column_attributes.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/columns_definitions/column_attributes.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/columns_definitions/column_auto_increment.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/columns_definitions/column_auto_increment.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/columns_definitions/column_auto_increment.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/columns_definitions/column_auto_increment.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/columns_definitions/column_comment.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/columns_definitions/column_comment.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/columns_definitions/column_comment.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/columns_definitions/column_comment.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/columns_definitions/column_default.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/columns_definitions/column_default.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/columns_definitions/column_default.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/columns_definitions/column_default.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/columns_definitions/column_definitions_form.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/columns_definitions/column_definitions_form.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/columns_definitions/column_definitions_form.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/columns_definitions/column_definitions_form.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/columns_definitions/column_extra.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/columns_definitions/column_extra.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/columns_definitions/column_extra.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/columns_definitions/column_extra.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/columns_definitions/column_indexes.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/columns_definitions/column_indexes.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/columns_definitions/column_indexes.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/columns_definitions/column_indexes.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/columns_definitions/column_length.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/columns_definitions/column_length.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/columns_definitions/column_length.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/columns_definitions/column_length.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/columns_definitions/column_name.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/columns_definitions/column_name.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/columns_definitions/column_name.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/columns_definitions/column_name.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/columns_definitions/column_null.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/columns_definitions/column_null.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/columns_definitions/column_null.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/columns_definitions/column_null.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/columns_definitions/column_type.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/columns_definitions/column_type.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/columns_definitions/column_type.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/columns_definitions/column_type.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/columns_definitions/column_virtuality.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/columns_definitions/column_virtuality.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/columns_definitions/column_virtuality.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/columns_definitions/column_virtuality.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/columns_definitions/mime_type.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/columns_definitions/mime_type.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/columns_definitions/mime_type.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/columns_definitions/mime_type.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/columns_definitions/move_column.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/columns_definitions/move_column.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/columns_definitions/move_column.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/columns_definitions/move_column.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/columns_definitions/partitions.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/columns_definitions/partitions.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/columns_definitions/partitions.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/columns_definitions/partitions.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/columns_definitions/table_fields_definitions.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/columns_definitions/table_fields_definitions.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/columns_definitions/table_fields_definitions.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/columns_definitions/table_fields_definitions.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/columns_definitions/transformation.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/columns_definitions/transformation.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/columns_definitions/transformation.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/columns_definitions/transformation.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/columns_definitions/transformation_option.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/columns_definitions/transformation_option.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/columns_definitions/transformation_option.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/columns_definitions/transformation_option.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/components/error_message.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/components/error_message.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/components/error_message.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/components/error_message.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/config/form_display/errors.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/config/form_display/errors.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/config/form_display/errors.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/config/form_display/errors.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/config/form_display/fieldset_bottom.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/config/form_display/fieldset_bottom.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/config/form_display/fieldset_bottom.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/config/form_display/fieldset_bottom.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/config/form_display/fieldset_top.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/config/form_display/fieldset_top.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/config/form_display/fieldset_top.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/config/form_display/fieldset_top.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/config/form_display/form_bottom.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/config/form_display/form_bottom.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/config/form_display/form_bottom.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/config/form_display/form_bottom.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/config/form_display/group_header.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/config/form_display/group_header.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/config/form_display/group_header.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/config/form_display/group_header.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/config/form_display/tabs_bottom.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/config/form_display/tabs_bottom.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/config/form_display/tabs_bottom.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/config/form_display/tabs_bottom.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/console/bookmark_content.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/console/bookmark_content.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/console/bookmark_content.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/console/bookmark_content.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/console/display.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/console/display.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/console/display.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/console/display.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/console/query_action.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/console/query_action.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/console/query_action.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/console/query_action.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/console/toolbar.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/console/toolbar.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/console/toolbar.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/console/toolbar.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/database/central_columns/add_column.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/database/central_columns/add_column.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/database/central_columns/add_column.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/database/central_columns/add_column.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/database/central_columns/edit_table_header.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/database/central_columns/edit_table_header.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/database/central_columns/edit_table_header.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/database/central_columns/edit_table_header.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/database/central_columns/table_navigation.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/database/central_columns/table_navigation.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/database/central_columns/table_navigation.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/database/central_columns/table_navigation.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/database/create_table.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/database/create_table.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/database/create_table.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/database/create_table.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/database/designer/aggregate_query_panel.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/database/designer/aggregate_query_panel.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/database/designer/aggregate_query_panel.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/database/designer/aggregate_query_panel.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/database/designer/canvas.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/database/designer/canvas.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/database/designer/canvas.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/database/designer/canvas.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/database/designer/database_tables.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/database/designer/database_tables.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/database/designer/database_tables.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/database/designer/database_tables.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/database/designer/delete_relation_panel.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/database/designer/delete_relation_panel.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/database/designer/delete_relation_panel.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/database/designer/delete_relation_panel.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/database/designer/edit_delete_pages.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/database/designer/edit_delete_pages.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/database/designer/edit_delete_pages.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/database/designer/edit_delete_pages.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/database/designer/having_query_panel.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/database/designer/having_query_panel.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/database/designer/having_query_panel.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/database/designer/having_query_panel.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/database/designer/js_fields.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/database/designer/js_fields.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/database/designer/js_fields.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/database/designer/js_fields.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/database/designer/new_relation_panel.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/database/designer/new_relation_panel.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/database/designer/new_relation_panel.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/database/designer/new_relation_panel.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/database/designer/options_panel.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/database/designer/options_panel.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/database/designer/options_panel.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/database/designer/options_panel.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/database/designer/page_save_as.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/database/designer/page_save_as.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/database/designer/page_save_as.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/database/designer/page_save_as.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/database/designer/page_selector.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/database/designer/page_selector.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/database/designer/page_selector.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/database/designer/page_selector.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/database/designer/query_details.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/database/designer/query_details.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/database/designer/query_details.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/database/designer/query_details.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/database/designer/rename_to_panel.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/database/designer/rename_to_panel.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/database/designer/rename_to_panel.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/database/designer/rename_to_panel.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/database/designer/schema_export.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/database/designer/schema_export.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/database/designer/schema_export.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/database/designer/schema_export.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/database/designer/side_menu.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/database/designer/side_menu.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/database/designer/side_menu.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/database/designer/side_menu.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/database/designer/table_list.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/database/designer/table_list.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/database/designer/table_list.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/database/designer/table_list.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/database/designer/where_query_panel.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/database/designer/where_query_panel.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/database/designer/where_query_panel.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/database/designer/where_query_panel.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/database/multi_table_query/form.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/database/multi_table_query/form.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/database/multi_table_query/form.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/database/multi_table_query/form.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/database/qbe/column_select_cell.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/database/qbe/column_select_cell.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/database/qbe/column_select_cell.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/database/qbe/column_select_cell.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/database/qbe/footer_options.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/database/qbe/footer_options.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/database/qbe/footer_options.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/database/qbe/footer_options.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/database/qbe/sort_order_select_cell.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/database/qbe/sort_order_select_cell.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/database/qbe/sort_order_select_cell.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/database/qbe/sort_order_select_cell.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/database/qbe/sort_select_cell.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/database/qbe/sort_select_cell.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/database/qbe/sort_select_cell.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/database/qbe/sort_select_cell.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/database/search/result_divs.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/database/search/result_divs.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/database/search/result_divs.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/database/search/result_divs.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/database/search/results.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/database/search/results.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/database/search/results.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/database/search/results.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/database/search/selection_form.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/database/search/selection_form.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/database/search/selection_form.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/database/search/selection_form.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/database/structure/body_for_table_summary.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/database/structure/body_for_table_summary.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/database/structure/body_for_table_summary.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/database/structure/body_for_table_summary.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/database/structure/browse_table.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/database/structure/browse_table.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/database/structure/browse_table.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/database/structure/browse_table.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/database/structure/browse_table_label.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/database/structure/browse_table_label.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/database/structure/browse_table_label.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/database/structure/browse_table_label.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/database/structure/check_all_tables.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/database/structure/check_all_tables.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/database/structure/check_all_tables.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/database/structure/check_all_tables.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/database/structure/empty_table.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/database/structure/empty_table.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/database/structure/empty_table.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/database/structure/empty_table.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/database/structure/favorite_anchor.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/database/structure/favorite_anchor.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/database/structure/favorite_anchor.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/database/structure/favorite_anchor.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/database/structure/print_view_data_dictionary_link.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/database/structure/print_view_data_dictionary_link.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/database/structure/print_view_data_dictionary_link.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/database/structure/print_view_data_dictionary_link.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/database/structure/search_table.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/database/structure/search_table.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/database/structure/search_table.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/database/structure/search_table.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/database/structure/show_create.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/database/structure/show_create.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/database/structure/show_create.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/database/structure/show_create.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/database/structure/show_create_row.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/database/structure/show_create_row.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/database/structure/show_create_row.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/database/structure/show_create_row.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/database/structure/structure_table_row.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/database/structure/structure_table_row.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/database/structure/structure_table_row.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/database/structure/structure_table_row.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/database/structure/table_header.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/database/structure/table_header.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/database/structure/table_header.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/database/structure/table_header.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/database/structure/tracking_icon.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/database/structure/tracking_icon.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/database/structure/tracking_icon.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/database/structure/tracking_icon.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/database/tracking/tracked_tables.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/database/tracking/tracked_tables.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/database/tracking/tracked_tables.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/database/tracking/tracked_tables.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/database/tracking/untracked_tables.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/database/tracking/untracked_tables.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/database/tracking/untracked_tables.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/database/tracking/untracked_tables.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/display/export/format_dropdown.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/display/export/format_dropdown.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/display/export/format_dropdown.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/display/export/format_dropdown.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/display/export/hidden_inputs.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/display/export/hidden_inputs.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/display/export/hidden_inputs.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/display/export/hidden_inputs.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/display/export/method.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/display/export/method.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/display/export/method.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/display/export/method.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/display/export/option_header.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/display/export/option_header.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/display/export/option_header.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/display/export/option_header.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/display/export/options_format.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/display/export/options_format.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/display/export/options_format.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/display/export/options_format.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/display/export/options_output.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/display/export/options_output.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/display/export/options_output.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/display/export/options_output.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/display/export/options_output_charset.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/display/export/options_output_charset.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/display/export/options_output_charset.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/display/export/options_output_charset.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/display/export/options_output_compression.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/display/export/options_output_compression.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/display/export/options_output_compression.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/display/export/options_output_compression.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/display/export/options_output_format.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/display/export/options_output_format.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/display/export/options_output_format.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/display/export/options_output_format.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/display/export/options_output_radio.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/display/export/options_output_radio.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/display/export/options_output_radio.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/display/export/options_output_radio.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/display/export/options_output_save_dir.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/display/export/options_output_save_dir.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/display/export/options_output_save_dir.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/display/export/options_output_save_dir.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/display/export/options_output_separate_files.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/display/export/options_output_separate_files.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/display/export/options_output_separate_files.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/display/export/options_output_separate_files.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/display/export/options_quick_export.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/display/export/options_quick_export.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/display/export/options_quick_export.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/display/export/options_quick_export.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/display/export/options_rows.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/display/export/options_rows.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/display/export/options_rows.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/display/export/options_rows.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/display/export/select_options.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/display/export/select_options.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/display/export/select_options.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/display/export/select_options.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/display/export/selection.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/display/export/selection.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/display/export/selection.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/display/export/selection.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/display/export/template_loading.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/display/export/template_loading.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/display/export/template_loading.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/display/export/template_loading.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/display/export/template_options.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/display/export/template_options.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/display/export/template_options.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/display/export/template_options.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/display/import/import.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/display/import/import.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/display/import/import.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/display/import/import.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/display/import/javascript.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/display/import/javascript.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/display/import/javascript.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/display/import/javascript.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/display/results/additional_fields.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/display/results/additional_fields.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/display/results/additional_fields.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/display/results/additional_fields.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/display/results/comment_for_row.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/display/results/comment_for_row.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/display/results/comment_for_row.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/display/results/comment_for_row.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/display/results/empty_display.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/display/results/empty_display.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/display/results/empty_display.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/display/results/empty_display.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/display/results/multi_row_operations_form.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/display/results/multi_row_operations_form.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/display/results/multi_row_operations_form.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/display/results/multi_row_operations_form.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/display/results/null_display.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/display/results/null_display.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/display/results/null_display.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/display/results/null_display.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/display/results/options_block.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/display/results/options_block.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/display/results/options_block.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/display/results/options_block.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/display/results/show_all_checkbox.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/display/results/show_all_checkbox.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/display/results/show_all_checkbox.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/display/results/show_all_checkbox.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/display/results/table_navigation_button.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/display/results/table_navigation_button.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/display/results/table_navigation_button.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/display/results/table_navigation_button.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/display/results/value_display.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/display/results/value_display.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/display/results/value_display.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/display/results/value_display.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/div_for_slider_effect.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/div_for_slider_effect.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/div_for_slider_effect.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/div_for_slider_effect.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/dropdown.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/dropdown.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/dropdown.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/dropdown.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/encoding/kanji_encoding_form.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/encoding/kanji_encoding_form.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/encoding/kanji_encoding_form.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/encoding/kanji_encoding_form.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/error/report_form.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/error/report_form.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/error/report_form.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/error/report_form.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/export/alias_add.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/export/alias_add.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/export/alias_add.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/export/alias_add.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/export/alias_item.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/export/alias_item.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/export/alias_item.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/export/alias_item.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/filter.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/filter.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/filter.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/filter.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/fk_checkbox.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/fk_checkbox.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/fk_checkbox.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/fk_checkbox.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/header_location.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/header_location.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/header_location.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/header_location.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/javascript/display.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/javascript/display.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/javascript/display.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/javascript/display.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/list/item.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/list/item.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/list/item.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/list/item.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/list/unordered.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/list/unordered.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/list/unordered.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/list/unordered.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/login/footer.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/login/footer.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/login/footer.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/login/footer.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/login/header.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/login/header.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/login/header.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/login/header.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/login/twofactor.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/login/twofactor.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/login/twofactor.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/login/twofactor.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/login/twofactor/application.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/login/twofactor/application.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/login/twofactor/application.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/login/twofactor/application.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/login/twofactor/application_configure.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/login/twofactor/application_configure.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/login/twofactor/application_configure.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/login/twofactor/application_configure.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/login/twofactor/invalid.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/login/twofactor/invalid.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/login/twofactor/invalid.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/login/twofactor/invalid.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/login/twofactor/key-https-warning.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/login/twofactor/key-https-warning.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/login/twofactor/key-https-warning.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/login/twofactor/key-https-warning.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/login/twofactor/key.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/login/twofactor/key.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/login/twofactor/key.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/login/twofactor/key.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/login/twofactor/key_configure.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/login/twofactor/key_configure.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/login/twofactor/key_configure.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/login/twofactor/key_configure.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/login/twofactor/simple.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/login/twofactor/simple.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/login/twofactor/simple.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/login/twofactor/simple.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/navigation/logo.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/navigation/logo.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/navigation/logo.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/navigation/logo.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/prefs_autoload.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/prefs_autoload.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/prefs_autoload.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/prefs_autoload.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/prefs_twofactor.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/prefs_twofactor.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/prefs_twofactor.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/prefs_twofactor.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/prefs_twofactor_configure.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/prefs_twofactor_configure.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/prefs_twofactor_configure.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/prefs_twofactor_configure.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/prefs_twofactor_confirm.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/prefs_twofactor_confirm.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/prefs_twofactor_confirm.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/prefs_twofactor_confirm.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/preview_sql.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/preview_sql.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/preview_sql.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/preview_sql.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/privileges/add_privileges_database.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/privileges/add_privileges_database.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/privileges/add_privileges_database.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/privileges/add_privileges_database.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/privileges/add_privileges_routine.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/privileges/add_privileges_routine.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/privileges/add_privileges_routine.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/privileges/add_privileges_routine.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/privileges/add_privileges_table.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/privileges/add_privileges_table.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/privileges/add_privileges_table.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/privileges/add_privileges_table.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/privileges/add_user_fieldset.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/privileges/add_user_fieldset.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/privileges/add_user_fieldset.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/privileges/add_user_fieldset.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/privileges/choose_user_group.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/privileges/choose_user_group.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/privileges/choose_user_group.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/privileges/choose_user_group.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/privileges/column_privileges.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/privileges/column_privileges.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/privileges/column_privileges.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/privileges/column_privileges.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/privileges/delete_user_fieldset.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/privileges/delete_user_fieldset.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/privileges/delete_user_fieldset.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/privileges/delete_user_fieldset.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/privileges/edit_routine_privileges.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/privileges/edit_routine_privileges.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/privileges/edit_routine_privileges.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/privileges/edit_routine_privileges.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/privileges/global_priv_table.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/privileges/global_priv_table.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/privileges/global_priv_table.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/privileges/global_priv_table.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/privileges/global_priv_tbl_item.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/privileges/global_priv_tbl_item.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/privileges/global_priv_tbl_item.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/privileges/global_priv_tbl_item.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/privileges/initials_row.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/privileges/initials_row.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/privileges/initials_row.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/privileges/initials_row.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/privileges/privileges_summary.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/privileges/privileges_summary.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/privileges/privileges_summary.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/privileges/privileges_summary.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/privileges/privileges_summary_row.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/privileges/privileges_summary_row.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/privileges/privileges_summary_row.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/privileges/privileges_summary_row.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/privileges/require_options.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/privileges/require_options.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/privileges/require_options.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/privileges/require_options.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/privileges/require_options_item.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/privileges/require_options_item.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/privileges/require_options_item.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/privileges/require_options_item.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/privileges/resource_limit_item.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/privileges/resource_limit_item.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/privileges/resource_limit_item.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/privileges/resource_limit_item.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/privileges/resource_limits.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/privileges/resource_limits.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/privileges/resource_limits.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/privileges/resource_limits.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/radio_fields.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/radio_fields.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/radio_fields.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/radio_fields.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/secondary_tabs.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/secondary_tabs.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/secondary_tabs.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/secondary_tabs.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/select_all.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/select_all.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/select_all.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/select_all.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/select_lang.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/select_lang.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/select_lang.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/select_lang.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/server/binlog/log_row.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/server/binlog/log_row.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/server/binlog/log_row.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/server/binlog/log_row.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/server/binlog/log_selector.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/server/binlog/log_selector.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/server/binlog/log_selector.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/server/binlog/log_selector.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/server/collations/charsets.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/server/collations/charsets.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/server/collations/charsets.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/server/collations/charsets.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/server/databases/create.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/server/databases/create.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/server/databases/create.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/server/databases/create.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/server/databases/databases_footer.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/server/databases/databases_footer.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/server/databases/databases_footer.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/server/databases/databases_footer.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/server/databases/databases_header.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/server/databases/databases_header.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/server/databases/databases_header.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/server/databases/databases_header.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/server/databases/index.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/server/databases/index.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/server/databases/index.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/server/databases/index.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/server/databases/table_header.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/server/databases/table_header.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/server/databases/table_header.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/server/databases/table_header.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/server/databases/table_row.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/server/databases/table_row.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/server/databases/table_row.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/server/databases/table_row.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/server/engines/engine.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/server/engines/engine.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/server/engines/engine.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/server/engines/engine.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/server/engines/engines.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/server/engines/engines.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/server/engines/engines.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/server/engines/engines.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/server/plugins/section.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/server/plugins/section.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/server/plugins/section.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/server/plugins/section.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/server/plugins/section_links.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/server/plugins/section_links.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/server/plugins/section_links.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/server/plugins/section_links.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/server/sub_page_header.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/server/sub_page_header.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/server/sub_page_header.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/server/sub_page_header.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/server/variables/link_template.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/server/variables/link_template.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/server/variables/link_template.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/server/variables/link_template.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/server/variables/session_variable_row.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/server/variables/session_variable_row.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/server/variables/session_variable_row.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/server/variables/session_variable_row.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/server/variables/variable_row.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/server/variables/variable_row.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/server/variables/variable_row.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/server/variables/variable_row.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/server/variables/variable_table_head.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/server/variables/variable_table_head.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/server/variables/variable_table_head.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/server/variables/variable_table_head.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/start_and_number_of_rows_panel.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/start_and_number_of_rows_panel.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/start_and_number_of_rows_panel.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/start_and_number_of_rows_panel.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/table/browse_foreigners/column_element.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/table/browse_foreigners/column_element.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/table/browse_foreigners/column_element.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/table/browse_foreigners/column_element.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/table/browse_foreigners/show_all.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/table/browse_foreigners/show_all.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/table/browse_foreigners/show_all.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/table/browse_foreigners/show_all.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/table/chart/tbl_chart.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/table/chart/tbl_chart.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/table/chart/tbl_chart.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/table/chart/tbl_chart.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/table/gis_visualization/gis_visualization.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/table/gis_visualization/gis_visualization.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/table/gis_visualization/gis_visualization.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/table/gis_visualization/gis_visualization.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/table/index_form.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/table/index_form.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/table/index_form.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/table/index_form.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/table/insert/continue_insertion_form.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/table/insert/continue_insertion_form.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/table/insert/continue_insertion_form.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/table/insert/continue_insertion_form.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/table/relation/common_form.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/table/relation/common_form.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/table/relation/common_form.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/table/relation/common_form.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/table/relation/dropdown_generate.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/table/relation/dropdown_generate.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/table/relation/dropdown_generate.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/table/relation/dropdown_generate.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/table/relation/foreign_key_row.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/table/relation/foreign_key_row.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/table/relation/foreign_key_row.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/table/relation/foreign_key_row.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/table/relation/internal_relational_row.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/table/relation/internal_relational_row.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/table/relation/internal_relational_row.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/table/relation/internal_relational_row.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/table/relation/relational_dropdown.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/table/relation/relational_dropdown.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/table/relation/relational_dropdown.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/table/relation/relational_dropdown.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/table/search/column_comparison_operators.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/table/search/column_comparison_operators.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/table/search/column_comparison_operators.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/table/search/column_comparison_operators.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/table/search/fields_table.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/table/search/fields_table.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/table/search/fields_table.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/table/search/fields_table.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/table/search/form_tag.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/table/search/form_tag.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/table/search/form_tag.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/table/search/form_tag.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/table/search/geom_func.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/table/search/geom_func.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/table/search/geom_func.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/table/search/geom_func.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/table/search/input_box.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/table/search/input_box.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/table/search/input_box.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/table/search/input_box.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/table/search/options.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/table/search/options.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/table/search/options.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/table/search/options.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/table/search/options_zoom.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/table/search/options_zoom.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/table/search/options_zoom.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/table/search/options_zoom.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/table/search/replace_preview.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/table/search/replace_preview.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/table/search/replace_preview.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/table/search/replace_preview.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/table/search/rows_normal.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/table/search/rows_normal.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/table/search/rows_normal.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/table/search/rows_normal.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/table/search/rows_zoom.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/table/search/rows_zoom.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/table/search/rows_zoom.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/table/search/rows_zoom.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/table/search/search_and_replace.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/table/search/search_and_replace.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/table/search/search_and_replace.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/table/search/search_and_replace.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/table/search/selection_form.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/table/search/selection_form.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/table/search/selection_form.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/table/search/selection_form.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/table/search/table_header.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/table/search/table_header.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/table/search/table_header.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/table/search/table_header.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/table/search/zoom_result_form.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/table/search/zoom_result_form.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/table/search/zoom_result_form.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/table/search/zoom_result_form.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/table/secondary_tabs.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/table/secondary_tabs.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/table/secondary_tabs.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/table/secondary_tabs.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/table/structure/action_row_in_structure_table.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/table/structure/action_row_in_structure_table.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/table/structure/action_row_in_structure_table.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/table/structure/action_row_in_structure_table.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/table/structure/actions_in_table_structure.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/table/structure/actions_in_table_structure.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/table/structure/actions_in_table_structure.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/table/structure/actions_in_table_structure.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/table/structure/add_column.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/table/structure/add_column.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/table/structure/add_column.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/table/structure/add_column.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/table/structure/check_all_table_column.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/table/structure/check_all_table_column.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/table/structure/check_all_table_column.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/table/structure/check_all_table_column.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/table/structure/display_partitions.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/table/structure/display_partitions.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/table/structure/display_partitions.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/table/structure/display_partitions.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/table/structure/display_structure.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/table/structure/display_structure.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/table/structure/display_structure.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/table/structure/display_structure.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/table/structure/display_table_stats.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/table/structure/display_table_stats.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/table/structure/display_table_stats.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/table/structure/display_table_stats.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/table/structure/move_columns_dialog.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/table/structure/move_columns_dialog.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/table/structure/move_columns_dialog.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/table/structure/move_columns_dialog.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/table/structure/optional_action_links.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/table/structure/optional_action_links.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/table/structure/optional_action_links.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/table/structure/optional_action_links.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/table/structure/partition_definition_form.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/table/structure/partition_definition_form.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/table/structure/partition_definition_form.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/table/structure/partition_definition_form.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/table/structure/row_stats_table.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/table/structure/row_stats_table.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/table/structure/row_stats_table.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/table/structure/row_stats_table.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/table/structure/table_structure_header.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/table/structure/table_structure_header.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/table/structure/table_structure_header.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/table/structure/table_structure_header.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/table/structure/table_structure_row.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/table/structure/table_structure_row.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/table/structure/table_structure_row.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/table/structure/table_structure_row.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/table/tracking/activate_deactivate.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/table/tracking/activate_deactivate.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/table/tracking/activate_deactivate.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/table/tracking/activate_deactivate.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/table/tracking/create_version.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/table/tracking/create_version.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/table/tracking/create_version.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/table/tracking/create_version.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/table/tracking/report_table.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/table/tracking/report_table.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/table/tracking/report_table.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/table/tracking/report_table.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/table/tracking/selectable_tables.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/table/tracking/selectable_tables.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/table/tracking/selectable_tables.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/table/tracking/selectable_tables.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/table/tracking/structure_snapshot_columns.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/table/tracking/structure_snapshot_columns.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/table/tracking/structure_snapshot_columns.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/table/tracking/structure_snapshot_columns.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/table/tracking/structure_snapshot_indexes.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/table/tracking/structure_snapshot_indexes.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/table/tracking/structure_snapshot_indexes.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/table/tracking/structure_snapshot_indexes.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/test/add_data.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/test/add_data.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/test/add_data.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/test/add_data.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/test/echo.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/test/echo.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/test/echo.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/test/echo.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/test/gettext/gettext.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/test/gettext/gettext.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/test/gettext/gettext.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/test/gettext/gettext.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/test/gettext/notes.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/test/gettext/notes.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/test/gettext/notes.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/test/gettext/notes.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/test/gettext/pgettext.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/test/gettext/pgettext.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/test/gettext/pgettext.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/test/gettext/pgettext.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/test/gettext/plural.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/test/gettext/plural.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/test/gettext/plural.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/test/gettext/plural.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/test/gettext/plural_notes.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/test/gettext/plural_notes.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/test/gettext/plural_notes.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/test/gettext/plural_notes.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/test/static.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/test/static.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/test/static.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/test/static.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/theme_preview.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/theme_preview.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/theme_preview.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/theme_preview.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/toggle_button.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/toggle_button.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/toggle_button.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/toggle_button.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/templates/view_create.twig b/Vendor/phpMyAdmin-4.8.5-all-languages/templates/view_create.twig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/templates/view_create.twig rename to Vendor/phpMyAdmin-4.8.5-all-languages/templates/view_create.twig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes.php b/Vendor/phpMyAdmin-4.8.5-all-languages/themes.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/dot.gif b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/dot.gif similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/dot.gif rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/dot.gif diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/css/codemirror.css.php b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/css/codemirror.css.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/css/codemirror.css.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/css/codemirror.css.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/css/common.css.php b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/css/common.css.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/css/common.css.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/css/common.css.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/css/designer.css.php b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/css/designer.css.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/css/designer.css.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/css/designer.css.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/css/enum_editor.css.php b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/css/enum_editor.css.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/css/enum_editor.css.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/css/enum_editor.css.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/css/gis.css.php b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/css/gis.css.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/css/gis.css.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/css/gis.css.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/css/icons.css.php b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/css/icons.css.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/css/icons.css.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/css/icons.css.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/css/jqplot.css.php b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/css/jqplot.css.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/css/jqplot.css.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/css/jqplot.css.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/css/navigation.css.php b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/css/navigation.css.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/css/navigation.css.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/css/navigation.css.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/css/printview.css b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/css/printview.css similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/css/printview.css rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/css/printview.css diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/css/resizable-menu.css.php b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/css/resizable-menu.css.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/css/resizable-menu.css.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/css/resizable-menu.css.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/css/rte.css.php b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/css/rte.css.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/css/rte.css.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/css/rte.css.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/ajax_clock_small.gif b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/ajax_clock_small.gif similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/ajax_clock_small.gif rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/ajax_clock_small.gif diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/arrow_ltr.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/arrow_ltr.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/arrow_ltr.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/arrow_ltr.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/arrow_rtl.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/arrow_rtl.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/arrow_rtl.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/arrow_rtl.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/asc_order.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/asc_order.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/asc_order.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/asc_order.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_bookmark.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_bookmark.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_bookmark.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_bookmark.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_browse.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_browse.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_browse.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_browse.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_calendar.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_calendar.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_calendar.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_calendar.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_chart.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_chart.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_chart.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_chart.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_close.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_close.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_close.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_close.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_column_add.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_column_add.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_column_add.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_column_add.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_comment.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_comment.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_comment.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_comment.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_dbstatistics.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_dbstatistics.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_dbstatistics.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_dbstatistics.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_deltbl.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_deltbl.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_deltbl.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_deltbl.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_docs.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_docs.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_docs.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_docs.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_docsql.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_docsql.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_docsql.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_docsql.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_drop.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_drop.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_drop.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_drop.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_edit.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_edit.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_edit.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_edit.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_empty.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_empty.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_empty.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_empty.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_engine.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_engine.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_engine.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_engine.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_event_add.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_event_add.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_event_add.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_event_add.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_events.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_events.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_events.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_events.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_export.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_export.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_export.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_export.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_favorite.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_favorite.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_favorite.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_favorite.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_find_replace.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_find_replace.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_find_replace.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_find_replace.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_firstpage.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_firstpage.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_firstpage.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_firstpage.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_ftext.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_ftext.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_ftext.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_ftext.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_globe.gif b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_globe.gif similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_globe.gif rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_globe.gif diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_group.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_group.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_group.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_group.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_help.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_help.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_help.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_help.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_home.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_home.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_home.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_home.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_import.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_import.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_import.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_import.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_index.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_index.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_index.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_index.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_index_add.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_index_add.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_index_add.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_index_add.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_inline_edit.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_inline_edit.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_inline_edit.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_inline_edit.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_insrow.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_insrow.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_insrow.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_insrow.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_key.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_key.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_key.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_key.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_lastpage.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_lastpage.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_lastpage.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_lastpage.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_left.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_left.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_left.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_left.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_minus.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_minus.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_minus.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_minus.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_more.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_more.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_more.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_more.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_move.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_move.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_move.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_move.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_newdb.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_newdb.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_newdb.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_newdb.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_newtbl.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_newtbl.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_newtbl.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_newtbl.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_nextpage.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_nextpage.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_nextpage.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_nextpage.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_no_favorite.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_no_favorite.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_no_favorite.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_no_favorite.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_pdfdoc.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_pdfdoc.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_pdfdoc.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_pdfdoc.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_plugin.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_plugin.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_plugin.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_plugin.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_plus.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_plus.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_plus.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_plus.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_prevpage.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_prevpage.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_prevpage.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_prevpage.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_primary.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_primary.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_primary.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_primary.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_print.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_print.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_print.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_print.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_props.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_props.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_props.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_props.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_relations.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_relations.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_relations.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_relations.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_report.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_report.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_report.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_report.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_right.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_right.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_right.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_right.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_routine_add.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_routine_add.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_routine_add.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_routine_add.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_routines.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_routines.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_routines.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_routines.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_save.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_save.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_save.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_save.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_saveimage.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_saveimage.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_saveimage.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_saveimage.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_sbrowse.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_sbrowse.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_sbrowse.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_sbrowse.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_sdb.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_sdb.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_sdb.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_sdb.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_search.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_search.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_search.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_search.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_select.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_select.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_select.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_select.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_snewtbl.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_snewtbl.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_snewtbl.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_snewtbl.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_spatial.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_spatial.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_spatial.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_spatial.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_sql.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_sql.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_sql.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_sql.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_sqldoc.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_sqldoc.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_sqldoc.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_sqldoc.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_sqlhelp.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_sqlhelp.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_sqlhelp.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_sqlhelp.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_table_add.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_table_add.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_table_add.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_table_add.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_tblanalyse.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_tblanalyse.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_tblanalyse.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_tblanalyse.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_tblexport.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_tblexport.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_tblexport.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_tblexport.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_tblimport.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_tblimport.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_tblimport.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_tblimport.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_tblops.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_tblops.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_tblops.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_tblops.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_tbloptimize.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_tbloptimize.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_tbloptimize.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_tbloptimize.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_tipp.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_tipp.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_tipp.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_tipp.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_trigger_add.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_trigger_add.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_trigger_add.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_trigger_add.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_triggers.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_triggers.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_triggers.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_triggers.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_undo.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_undo.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_undo.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_undo.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_unique.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_unique.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_unique.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_unique.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_usradd.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_usradd.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_usradd.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_usradd.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_usrcheck.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_usrcheck.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_usrcheck.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_usrcheck.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_usrdrop.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_usrdrop.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_usrdrop.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_usrdrop.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_usredit.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_usredit.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_usredit.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_usredit.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_usrlist.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_usrlist.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_usrlist.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_usrlist.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_versions.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_versions.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_versions.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_versions.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_view.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_view.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_view.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_view.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_view_add.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_view_add.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_view_add.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_view_add.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_views.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_views.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/b_views.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/b_views.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/bd_browse.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/bd_browse.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/bd_browse.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/bd_browse.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/bd_deltbl.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/bd_deltbl.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/bd_deltbl.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/bd_deltbl.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/bd_drop.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/bd_drop.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/bd_drop.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/bd_drop.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/bd_edit.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/bd_edit.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/bd_edit.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/bd_edit.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/bd_empty.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/bd_empty.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/bd_empty.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/bd_empty.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/bd_export.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/bd_export.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/bd_export.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/bd_export.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/bd_firstpage.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/bd_firstpage.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/bd_firstpage.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/bd_firstpage.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/bd_ftext.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/bd_ftext.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/bd_ftext.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/bd_ftext.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/bd_index.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/bd_index.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/bd_index.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/bd_index.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/bd_insrow.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/bd_insrow.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/bd_insrow.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/bd_insrow.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/bd_lastpage.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/bd_lastpage.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/bd_lastpage.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/bd_lastpage.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/bd_nextpage.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/bd_nextpage.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/bd_nextpage.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/bd_nextpage.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/bd_prevpage.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/bd_prevpage.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/bd_prevpage.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/bd_prevpage.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/bd_primary.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/bd_primary.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/bd_primary.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/bd_primary.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/bd_routine_add.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/bd_routine_add.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/bd_routine_add.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/bd_routine_add.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/bd_sbrowse.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/bd_sbrowse.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/bd_sbrowse.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/bd_sbrowse.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/bd_select.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/bd_select.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/bd_select.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/bd_select.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/bd_spatial.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/bd_spatial.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/bd_spatial.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/bd_spatial.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/bd_unique.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/bd_unique.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/bd_unique.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/bd_unique.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/centralColumns.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/centralColumns.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/centralColumns.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/centralColumns.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/centralColumns_add.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/centralColumns_add.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/centralColumns_add.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/centralColumns_add.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/centralColumns_delete.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/centralColumns_delete.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/centralColumns_delete.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/centralColumns_delete.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/col_drop.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/col_drop.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/col_drop.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/col_drop.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/col_pointer.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/col_pointer.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/col_pointer.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/col_pointer.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/col_pointer_ver.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/col_pointer_ver.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/col_pointer_ver.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/col_pointer_ver.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/console.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/console.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/console.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/console.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/database.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/database.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/database.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/database.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/designer/1.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/designer/1.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/designer/1.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/designer/1.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/designer/2.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/designer/2.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/designer/2.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/designer/2.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/designer/2leftarrow.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/designer/2leftarrow.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/designer/2leftarrow.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/designer/2leftarrow.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/designer/2leftarrow_m.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/designer/2leftarrow_m.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/designer/2leftarrow_m.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/designer/2leftarrow_m.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/designer/2rightarrow.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/designer/2rightarrow.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/designer/2rightarrow.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/designer/2rightarrow.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/designer/2rightarrow_m.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/designer/2rightarrow_m.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/designer/2rightarrow_m.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/designer/2rightarrow_m.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/designer/3.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/designer/3.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/designer/3.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/designer/3.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/designer/4.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/designer/4.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/designer/4.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/designer/4.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/designer/5.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/designer/5.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/designer/5.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/designer/5.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/designer/6.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/designer/6.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/designer/6.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/designer/6.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/designer/7.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/designer/7.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/designer/7.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/designer/7.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/designer/8.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/designer/8.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/designer/8.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/designer/8.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/designer/FieldKey_small.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/designer/FieldKey_small.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/designer/FieldKey_small.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/designer/FieldKey_small.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/designer/Field_small.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/designer/Field_small.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/designer/Field_small.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/designer/Field_small.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/designer/Field_small_char.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/designer/Field_small_char.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/designer/Field_small_char.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/designer/Field_small_char.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/designer/Field_small_date.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/designer/Field_small_date.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/designer/Field_small_date.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/designer/Field_small_date.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/designer/Field_small_int.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/designer/Field_small_int.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/designer/Field_small_int.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/designer/Field_small_int.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/designer/Header.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/designer/Header.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/designer/Header.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/designer/Header.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/designer/Header_Linked.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/designer/Header_Linked.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/designer/Header_Linked.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/designer/Header_Linked.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/designer/anchor.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/designer/anchor.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/designer/anchor.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/designer/anchor.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/designer/and_icon.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/designer/and_icon.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/designer/and_icon.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/designer/and_icon.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/designer/ang_direct.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/designer/ang_direct.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/designer/ang_direct.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/designer/ang_direct.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/designer/bord.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/designer/bord.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/designer/bord.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/designer/bord.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/designer/bottom.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/designer/bottom.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/designer/bottom.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/designer/bottom.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/designer/def.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/designer/def.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/designer/def.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/designer/def.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/designer/display_field.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/designer/display_field.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/designer/display_field.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/designer/display_field.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/designer/downarrow1.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/designer/downarrow1.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/designer/downarrow1.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/designer/downarrow1.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/designer/downarrow2.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/designer/downarrow2.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/designer/downarrow2.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/designer/downarrow2.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/designer/downarrow2_m.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/designer/downarrow2_m.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/designer/downarrow2_m.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/designer/downarrow2_m.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/designer/exec.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/designer/exec.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/designer/exec.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/designer/exec.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/designer/exec_small.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/designer/exec_small.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/designer/exec_small.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/designer/exec_small.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/designer/exitFullscreen.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/designer/exitFullscreen.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/designer/exitFullscreen.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/designer/exitFullscreen.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/designer/export.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/designer/export.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/designer/export.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/designer/export.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/designer/favicon.ico b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/designer/favicon.ico similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/designer/favicon.ico rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/designer/favicon.ico diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/designer/grid.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/designer/grid.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/designer/grid.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/designer/grid.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/designer/help.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/designer/help.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/designer/help.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/designer/help.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/designer/help_relation.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/designer/help_relation.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/designer/help_relation.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/designer/help_relation.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/designer/left_panel_butt.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/designer/left_panel_butt.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/designer/left_panel_butt.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/designer/left_panel_butt.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/designer/left_panel_tab.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/designer/left_panel_tab.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/designer/left_panel_tab.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/designer/left_panel_tab.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/designer/minus.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/designer/minus.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/designer/minus.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/designer/minus.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/designer/or_icon.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/designer/or_icon.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/designer/or_icon.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/designer/or_icon.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/designer/other_table.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/designer/other_table.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/designer/other_table.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/designer/other_table.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/designer/page_add.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/designer/page_add.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/designer/page_add.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/designer/page_add.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/designer/page_delete.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/designer/page_delete.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/designer/page_delete.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/designer/page_delete.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/designer/page_edit.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/designer/page_edit.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/designer/page_edit.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/designer/page_edit.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/designer/pdf.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/designer/pdf.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/designer/pdf.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/designer/pdf.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/designer/plus.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/designer/plus.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/designer/plus.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/designer/plus.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/designer/query_builder.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/designer/query_builder.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/designer/query_builder.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/designer/query_builder.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/designer/relation.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/designer/relation.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/designer/relation.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/designer/relation.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/designer/reload.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/designer/reload.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/designer/reload.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/designer/reload.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/designer/resize.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/designer/resize.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/designer/resize.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/designer/resize.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/designer/resizeright.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/designer/resizeright.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/designer/resizeright.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/designer/resizeright.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/designer/rightarrow1.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/designer/rightarrow1.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/designer/rightarrow1.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/designer/rightarrow1.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/designer/rightarrow2.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/designer/rightarrow2.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/designer/rightarrow2.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/designer/rightarrow2.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/designer/save.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/designer/save.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/designer/save.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/designer/save.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/designer/save_as.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/designer/save_as.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/designer/save_as.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/designer/save_as.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/designer/small_tab.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/designer/small_tab.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/designer/small_tab.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/designer/small_tab.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/designer/table.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/designer/table.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/designer/table.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/designer/table.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/designer/toggle_lines.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/designer/toggle_lines.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/designer/toggle_lines.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/designer/toggle_lines.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/designer/top_panel.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/designer/top_panel.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/designer/top_panel.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/designer/top_panel.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/designer/uparrow2_m.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/designer/uparrow2_m.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/designer/uparrow2_m.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/designer/uparrow2_m.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/designer/viewInFullscreen.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/designer/viewInFullscreen.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/designer/viewInFullscreen.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/designer/viewInFullscreen.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/east-mini.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/east-mini.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/east-mini.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/east-mini.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/error.ico b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/error.ico similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/error.ico rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/error.ico diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/eye.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/eye.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/eye.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/eye.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/eye_grey.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/eye_grey.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/eye_grey.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/eye_grey.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/hide.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/hide.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/hide.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/hide.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/item.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/item.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/item.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/item.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/left_nav_bg.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/left_nav_bg.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/left_nav_bg.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/left_nav_bg.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/lightbulb.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/lightbulb.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/lightbulb.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/lightbulb.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/lightbulb_off.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/lightbulb_off.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/lightbulb_off.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/lightbulb_off.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/logo_left.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/logo_left.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/logo_left.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/logo_left.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/logo_right.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/logo_right.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/logo_right.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/logo_right.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/more.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/more.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/more.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/more.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/new_data.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/new_data.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/new_data.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/new_data.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/new_data_hovered.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/new_data_hovered.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/new_data_hovered.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/new_data_hovered.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/new_data_selected.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/new_data_selected.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/new_data_selected.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/new_data_selected.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/new_data_selected_hovered.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/new_data_selected_hovered.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/new_data_selected_hovered.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/new_data_selected_hovered.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/new_struct.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/new_struct.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/new_struct.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/new_struct.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/new_struct_hovered.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/new_struct_hovered.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/new_struct_hovered.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/new_struct_hovered.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/new_struct_selected.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/new_struct_selected.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/new_struct_selected.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/new_struct_selected.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/new_struct_selected_hovered.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/new_struct_selected_hovered.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/new_struct_selected_hovered.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/new_struct_selected_hovered.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/normalize.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/normalize.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/normalize.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/normalize.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/north-mini.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/north-mini.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/north-mini.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/north-mini.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/pause.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/pause.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/pause.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/pause.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/php_sym.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/php_sym.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/php_sym.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/php_sym.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/play.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/play.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/play.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/play.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/pma_logo2.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/pma_logo2.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/pma_logo2.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/pma_logo2.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/s_asc.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/s_asc.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/s_asc.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/s_asc.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/s_asci.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/s_asci.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/s_asci.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/s_asci.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/s_attention.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/s_attention.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/s_attention.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/s_attention.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/s_cancel.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/s_cancel.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/s_cancel.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/s_cancel.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/s_cancel2.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/s_cancel2.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/s_cancel2.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/s_cancel2.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/s_cog.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/s_cog.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/s_cog.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/s_cog.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/s_collapseall.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/s_collapseall.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/s_collapseall.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/s_collapseall.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/s_db.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/s_db.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/s_db.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/s_db.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/s_desc.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/s_desc.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/s_desc.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/s_desc.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/s_error.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/s_error.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/s_error.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/s_error.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/s_fulltext.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/s_fulltext.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/s_fulltext.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/s_fulltext.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/s_host.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/s_host.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/s_host.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/s_host.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/s_info.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/s_info.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/s_info.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/s_info.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/s_lang.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/s_lang.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/s_lang.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/s_lang.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/s_link.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/s_link.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/s_link.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/s_link.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/s_lock.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/s_lock.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/s_lock.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/s_lock.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/s_loggoff.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/s_loggoff.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/s_loggoff.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/s_loggoff.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/s_notice.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/s_notice.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/s_notice.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/s_notice.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/s_okay.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/s_okay.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/s_okay.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/s_okay.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/s_partialtext.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/s_partialtext.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/s_partialtext.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/s_partialtext.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/s_passwd.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/s_passwd.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/s_passwd.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/s_passwd.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/s_process.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/s_process.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/s_process.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/s_process.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/s_really.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/s_really.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/s_really.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/s_really.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/s_reload.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/s_reload.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/s_reload.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/s_reload.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/s_replication.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/s_replication.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/s_replication.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/s_replication.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/s_rights.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/s_rights.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/s_rights.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/s_rights.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/s_sortable.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/s_sortable.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/s_sortable.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/s_sortable.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/s_status.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/s_status.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/s_status.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/s_status.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/s_success.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/s_success.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/s_success.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/s_success.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/s_sync.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/s_sync.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/s_sync.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/s_sync.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/s_tbl.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/s_tbl.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/s_tbl.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/s_tbl.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/s_theme.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/s_theme.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/s_theme.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/s_theme.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/s_top.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/s_top.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/s_top.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/s_top.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/s_unlink.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/s_unlink.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/s_unlink.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/s_unlink.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/s_vars.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/s_vars.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/s_vars.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/s_vars.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/s_views.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/s_views.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/s_views.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/s_views.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/select_bg.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/select_bg.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/select_bg.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/select_bg.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/show.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/show.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/show.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/show.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/south-mini.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/south-mini.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/south-mini.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/south-mini.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/spacer.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/spacer.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/spacer.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/spacer.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/toggle-ltr.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/toggle-ltr.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/toggle-ltr.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/toggle-ltr.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/toggle-rtl.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/toggle-rtl.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/toggle-rtl.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/toggle-rtl.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/vertical_line.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/vertical_line.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/vertical_line.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/vertical_line.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/west-mini.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/west-mini.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/west-mini.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/west-mini.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/window-new.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/window-new.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/window-new.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/window-new.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/zoom-minus-mini.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/zoom-minus-mini.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/zoom-minus-mini.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/zoom-minus-mini.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/zoom-plus-mini.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/zoom-plus-mini.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/zoom-plus-mini.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/zoom-plus-mini.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/zoom-world-mini.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/zoom-world-mini.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/img/zoom-world-mini.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/img/zoom-world-mini.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/jquery/images/ui-bg_glass_55_fbf9ee_1x400.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/jquery/images/ui-bg_glass_55_fbf9ee_1x400.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/jquery/images/ui-bg_glass_55_fbf9ee_1x400.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/jquery/images/ui-bg_glass_55_fbf9ee_1x400.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/jquery/images/ui-bg_glass_65_ffffff_1x400.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/jquery/images/ui-bg_glass_65_ffffff_1x400.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/jquery/images/ui-bg_glass_65_ffffff_1x400.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/jquery/images/ui-bg_glass_65_ffffff_1x400.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/jquery/images/ui-bg_glass_75_dadada_1x400.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/jquery/images/ui-bg_glass_75_dadada_1x400.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/jquery/images/ui-bg_glass_75_dadada_1x400.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/jquery/images/ui-bg_glass_75_dadada_1x400.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/jquery/images/ui-bg_glass_75_e6e6e6_1x400.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/jquery/images/ui-bg_glass_75_e6e6e6_1x400.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/jquery/images/ui-bg_glass_75_e6e6e6_1x400.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/jquery/images/ui-bg_glass_75_e6e6e6_1x400.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/jquery/images/ui-bg_glass_95_fef1ec_1x400.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/jquery/images/ui-bg_glass_95_fef1ec_1x400.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/jquery/images/ui-bg_glass_95_fef1ec_1x400.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/jquery/images/ui-bg_glass_95_fef1ec_1x400.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/jquery/images/ui-bg_highlight-soft_75_cccccc_1x100.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/jquery/images/ui-bg_highlight-soft_75_cccccc_1x100.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/jquery/images/ui-bg_highlight-soft_75_cccccc_1x100.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/jquery/images/ui-bg_highlight-soft_75_cccccc_1x100.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/jquery/images/ui-icons_222222_256x240.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/jquery/images/ui-icons_222222_256x240.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/jquery/images/ui-icons_222222_256x240.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/jquery/images/ui-icons_222222_256x240.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/jquery/images/ui-icons_2e83ff_256x240.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/jquery/images/ui-icons_2e83ff_256x240.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/jquery/images/ui-icons_2e83ff_256x240.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/jquery/images/ui-icons_2e83ff_256x240.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/jquery/images/ui-icons_454545_256x240.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/jquery/images/ui-icons_454545_256x240.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/jquery/images/ui-icons_454545_256x240.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/jquery/images/ui-icons_454545_256x240.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/jquery/images/ui-icons_888888_256x240.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/jquery/images/ui-icons_888888_256x240.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/jquery/images/ui-icons_888888_256x240.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/jquery/images/ui-icons_888888_256x240.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/jquery/images/ui-icons_cd0a0a_256x240.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/jquery/images/ui-icons_cd0a0a_256x240.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/jquery/images/ui-icons_cd0a0a_256x240.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/jquery/images/ui-icons_cd0a0a_256x240.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/jquery/jquery-ui.css b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/jquery/jquery-ui.css similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/jquery/jquery-ui.css rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/jquery/jquery-ui.css diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/layout.inc.php b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/layout.inc.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/layout.inc.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/layout.inc.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/screen.png b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/screen.png similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/screen.png rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/screen.png diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/theme.json b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/theme.json similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/pmahomme/theme.json rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/pmahomme/theme.json diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/themes/svg_gradient.php b/Vendor/phpMyAdmin-4.8.5-all-languages/themes/svg_gradient.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/themes/svg_gradient.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/themes/svg_gradient.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/transformation_overview.php b/Vendor/phpMyAdmin-4.8.5-all-languages/transformation_overview.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/transformation_overview.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/transformation_overview.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/transformation_wrapper.php b/Vendor/phpMyAdmin-4.8.5-all-languages/transformation_wrapper.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/transformation_wrapper.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/transformation_wrapper.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/url.php b/Vendor/phpMyAdmin-4.8.5-all-languages/url.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/url.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/url.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/user_password.php b/Vendor/phpMyAdmin-4.8.5-all-languages/user_password.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/user_password.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/user_password.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/autoload.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/autoload.php similarity index 64% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/autoload.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/autoload.php index 1ca2175e..f57a89e3 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/autoload.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/autoload.php @@ -4,4 +4,4 @@ require_once __DIR__ . '/composer/autoload_real.php'; -return ComposerAutoloaderInit8aff85c9f9e5ea077c34656dcaaad322::getLoader(); +return ComposerAutoloaderInita28629400f69f0a1c61616c7b7ff5e01::getLoader(); diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/bacon/bacon-qr-code/.travis.yml b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/bacon/bacon-qr-code/.travis.yml similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/bacon/bacon-qr-code/.travis.yml rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/bacon/bacon-qr-code/.travis.yml diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/bacon/bacon-qr-code/LICENSE b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/bacon/bacon-qr-code/LICENSE similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/bacon/bacon-qr-code/LICENSE rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/bacon/bacon-qr-code/LICENSE diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/bacon/bacon-qr-code/Module.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/bacon/bacon-qr-code/Module.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/bacon/bacon-qr-code/Module.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/bacon/bacon-qr-code/Module.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/bacon/bacon-qr-code/README.md b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/bacon/bacon-qr-code/README.md similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/bacon/bacon-qr-code/README.md rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/bacon/bacon-qr-code/README.md diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/bacon/bacon-qr-code/autoload_classmap.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/bacon/bacon-qr-code/autoload_classmap.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/bacon/bacon-qr-code/autoload_classmap.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/bacon/bacon-qr-code/autoload_classmap.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/bacon/bacon-qr-code/autoload_function.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/bacon/bacon-qr-code/autoload_function.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/bacon/bacon-qr-code/autoload_function.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/bacon/bacon-qr-code/autoload_function.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/bacon/bacon-qr-code/autoload_register.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/bacon/bacon-qr-code/autoload_register.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/bacon/bacon-qr-code/autoload_register.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/bacon/bacon-qr-code/autoload_register.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/bacon/bacon-qr-code/composer.json b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/bacon/bacon-qr-code/composer.json similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/bacon/bacon-qr-code/composer.json rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/bacon/bacon-qr-code/composer.json diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Common/AbstractEnum.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Common/AbstractEnum.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Common/AbstractEnum.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Common/AbstractEnum.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Common/BitArray.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Common/BitArray.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Common/BitArray.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Common/BitArray.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Common/BitMatrix.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Common/BitMatrix.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Common/BitMatrix.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Common/BitMatrix.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Common/BitUtils.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Common/BitUtils.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Common/BitUtils.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Common/BitUtils.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Common/CharacterSetEci.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Common/CharacterSetEci.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Common/CharacterSetEci.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Common/CharacterSetEci.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Common/EcBlock.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Common/EcBlock.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Common/EcBlock.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Common/EcBlock.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Common/EcBlocks.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Common/EcBlocks.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Common/EcBlocks.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Common/EcBlocks.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Common/ErrorCorrectionLevel.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Common/ErrorCorrectionLevel.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Common/ErrorCorrectionLevel.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Common/ErrorCorrectionLevel.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Common/FormatInformation.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Common/FormatInformation.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Common/FormatInformation.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Common/FormatInformation.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Common/Mode.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Common/Mode.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Common/Mode.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Common/Mode.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Common/ReedSolomonCodec.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Common/ReedSolomonCodec.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Common/ReedSolomonCodec.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Common/ReedSolomonCodec.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Common/Version.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Common/Version.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Common/Version.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Common/Version.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Encoder/BlockPair.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Encoder/BlockPair.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Encoder/BlockPair.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Encoder/BlockPair.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Encoder/ByteMatrix.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Encoder/ByteMatrix.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Encoder/ByteMatrix.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Encoder/ByteMatrix.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Encoder/Encoder.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Encoder/Encoder.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Encoder/Encoder.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Encoder/Encoder.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Encoder/MaskUtil.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Encoder/MaskUtil.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Encoder/MaskUtil.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Encoder/MaskUtil.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Encoder/MatrixUtil.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Encoder/MatrixUtil.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Encoder/MatrixUtil.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Encoder/MatrixUtil.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Encoder/QrCode.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Encoder/QrCode.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Encoder/QrCode.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Encoder/QrCode.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Exception/ExceptionInterface.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Exception/ExceptionInterface.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Exception/ExceptionInterface.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Exception/ExceptionInterface.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Exception/InvalidArgumentException.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Exception/InvalidArgumentException.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Exception/InvalidArgumentException.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Exception/InvalidArgumentException.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Exception/OutOfBoundsException.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Exception/OutOfBoundsException.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Exception/OutOfBoundsException.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Exception/OutOfBoundsException.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Exception/RuntimeException.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Exception/RuntimeException.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Exception/RuntimeException.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Exception/RuntimeException.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Exception/UnexpectedValueException.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Exception/UnexpectedValueException.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Exception/UnexpectedValueException.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Exception/UnexpectedValueException.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Exception/WriterException.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Exception/WriterException.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Exception/WriterException.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Exception/WriterException.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Renderer/Color/Cmyk.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Renderer/Color/Cmyk.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Renderer/Color/Cmyk.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Renderer/Color/Cmyk.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Renderer/Color/ColorInterface.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Renderer/Color/ColorInterface.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Renderer/Color/ColorInterface.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Renderer/Color/ColorInterface.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Renderer/Color/Gray.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Renderer/Color/Gray.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Renderer/Color/Gray.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Renderer/Color/Gray.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Renderer/Color/Rgb.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Renderer/Color/Rgb.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Renderer/Color/Rgb.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Renderer/Color/Rgb.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Renderer/Image/AbstractRenderer.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Renderer/Image/AbstractRenderer.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Renderer/Image/AbstractRenderer.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Renderer/Image/AbstractRenderer.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Renderer/Image/Decorator/DecoratorInterface.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Renderer/Image/Decorator/DecoratorInterface.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Renderer/Image/Decorator/DecoratorInterface.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Renderer/Image/Decorator/DecoratorInterface.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Renderer/Image/Decorator/FinderPattern.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Renderer/Image/Decorator/FinderPattern.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Renderer/Image/Decorator/FinderPattern.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Renderer/Image/Decorator/FinderPattern.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Renderer/Image/Eps.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Renderer/Image/Eps.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Renderer/Image/Eps.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Renderer/Image/Eps.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Renderer/Image/Png.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Renderer/Image/Png.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Renderer/Image/Png.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Renderer/Image/Png.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Renderer/Image/RendererInterface.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Renderer/Image/RendererInterface.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Renderer/Image/RendererInterface.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Renderer/Image/RendererInterface.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Renderer/Image/Svg.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Renderer/Image/Svg.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Renderer/Image/Svg.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Renderer/Image/Svg.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Renderer/RendererInterface.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Renderer/RendererInterface.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Renderer/RendererInterface.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Renderer/RendererInterface.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Renderer/Text/Html.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Renderer/Text/Html.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Renderer/Text/Html.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Renderer/Text/Html.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Renderer/Text/Plain.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Renderer/Text/Plain.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Renderer/Text/Plain.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Renderer/Text/Plain.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Writer.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Writer.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Writer.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/bacon/bacon-qr-code/src/BaconQrCode/Writer.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/bacon/bacon-qr-code/tests/BaconQrCode/Common/BitArrayTest.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/bacon/bacon-qr-code/tests/BaconQrCode/Common/BitArrayTest.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/bacon/bacon-qr-code/tests/BaconQrCode/Common/BitArrayTest.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/bacon/bacon-qr-code/tests/BaconQrCode/Common/BitArrayTest.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/bacon/bacon-qr-code/tests/BaconQrCode/Common/BitMatrixTest.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/bacon/bacon-qr-code/tests/BaconQrCode/Common/BitMatrixTest.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/bacon/bacon-qr-code/tests/BaconQrCode/Common/BitMatrixTest.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/bacon/bacon-qr-code/tests/BaconQrCode/Common/BitMatrixTest.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/bacon/bacon-qr-code/tests/BaconQrCode/Common/BitUtilsTest.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/bacon/bacon-qr-code/tests/BaconQrCode/Common/BitUtilsTest.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/bacon/bacon-qr-code/tests/BaconQrCode/Common/BitUtilsTest.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/bacon/bacon-qr-code/tests/BaconQrCode/Common/BitUtilsTest.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/bacon/bacon-qr-code/tests/BaconQrCode/Common/ErrorCorrectionLevelTest.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/bacon/bacon-qr-code/tests/BaconQrCode/Common/ErrorCorrectionLevelTest.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/bacon/bacon-qr-code/tests/BaconQrCode/Common/ErrorCorrectionLevelTest.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/bacon/bacon-qr-code/tests/BaconQrCode/Common/ErrorCorrectionLevelTest.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/bacon/bacon-qr-code/tests/BaconQrCode/Common/FormatInformationTest.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/bacon/bacon-qr-code/tests/BaconQrCode/Common/FormatInformationTest.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/bacon/bacon-qr-code/tests/BaconQrCode/Common/FormatInformationTest.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/bacon/bacon-qr-code/tests/BaconQrCode/Common/FormatInformationTest.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/bacon/bacon-qr-code/tests/BaconQrCode/Common/ModeTest.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/bacon/bacon-qr-code/tests/BaconQrCode/Common/ModeTest.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/bacon/bacon-qr-code/tests/BaconQrCode/Common/ModeTest.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/bacon/bacon-qr-code/tests/BaconQrCode/Common/ModeTest.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/bacon/bacon-qr-code/tests/BaconQrCode/Common/ReedSolomonCodecTest.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/bacon/bacon-qr-code/tests/BaconQrCode/Common/ReedSolomonCodecTest.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/bacon/bacon-qr-code/tests/BaconQrCode/Common/ReedSolomonCodecTest.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/bacon/bacon-qr-code/tests/BaconQrCode/Common/ReedSolomonCodecTest.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/bacon/bacon-qr-code/tests/BaconQrCode/Common/VersionTest.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/bacon/bacon-qr-code/tests/BaconQrCode/Common/VersionTest.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/bacon/bacon-qr-code/tests/BaconQrCode/Common/VersionTest.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/bacon/bacon-qr-code/tests/BaconQrCode/Common/VersionTest.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/bacon/bacon-qr-code/tests/BaconQrCode/Encoder/EncoderTest.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/bacon/bacon-qr-code/tests/BaconQrCode/Encoder/EncoderTest.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/bacon/bacon-qr-code/tests/BaconQrCode/Encoder/EncoderTest.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/bacon/bacon-qr-code/tests/BaconQrCode/Encoder/EncoderTest.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/bacon/bacon-qr-code/tests/BaconQrCode/Encoder/MaskUtilTest.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/bacon/bacon-qr-code/tests/BaconQrCode/Encoder/MaskUtilTest.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/bacon/bacon-qr-code/tests/BaconQrCode/Encoder/MaskUtilTest.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/bacon/bacon-qr-code/tests/BaconQrCode/Encoder/MaskUtilTest.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/bacon/bacon-qr-code/tests/BaconQrCode/Encoder/MatrixUtilTest.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/bacon/bacon-qr-code/tests/BaconQrCode/Encoder/MatrixUtilTest.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/bacon/bacon-qr-code/tests/BaconQrCode/Encoder/MatrixUtilTest.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/bacon/bacon-qr-code/tests/BaconQrCode/Encoder/MatrixUtilTest.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/bacon/bacon-qr-code/tests/BaconQrCode/Renderer/Text/HtmlTest.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/bacon/bacon-qr-code/tests/BaconQrCode/Renderer/Text/HtmlTest.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/bacon/bacon-qr-code/tests/BaconQrCode/Renderer/Text/HtmlTest.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/bacon/bacon-qr-code/tests/BaconQrCode/Renderer/Text/HtmlTest.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/bacon/bacon-qr-code/tests/BaconQrCode/Renderer/Text/TextTest.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/bacon/bacon-qr-code/tests/BaconQrCode/Renderer/Text/TextTest.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/bacon/bacon-qr-code/tests/BaconQrCode/Renderer/Text/TextTest.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/bacon/bacon-qr-code/tests/BaconQrCode/Renderer/Text/TextTest.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/bacon/bacon-qr-code/tests/bootstrap.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/bacon/bacon-qr-code/tests/bootstrap.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/bacon/bacon-qr-code/tests/bootstrap.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/bacon/bacon-qr-code/tests/bootstrap.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/bacon/bacon-qr-code/tests/phpunit.xml b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/bacon/bacon-qr-code/tests/phpunit.xml similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/bacon/bacon-qr-code/tests/phpunit.xml rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/bacon/bacon-qr-code/tests/phpunit.xml diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/bin/highlight-query b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/bin/highlight-query similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/bin/highlight-query rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/bin/highlight-query diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/bin/lint-query b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/bin/lint-query similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/bin/lint-query rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/bin/lint-query diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/composer/ClassLoader.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/composer/ClassLoader.php similarity index 89% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/composer/ClassLoader.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/composer/ClassLoader.php index ac67d302..fce8549f 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/composer/ClassLoader.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/composer/ClassLoader.php @@ -55,6 +55,7 @@ class ClassLoader private $classMap = array(); private $classMapAuthoritative = false; private $missingClasses = array(); + private $apcuPrefix; public function getPrefixes() { @@ -271,6 +272,26 @@ public function isClassMapAuthoritative() return $this->classMapAuthoritative; } + /** + * APCu prefix to use to cache found/not-found classes, if the extension is enabled. + * + * @param string|null $apcuPrefix + */ + public function setApcuPrefix($apcuPrefix) + { + $this->apcuPrefix = function_exists('apcu_fetch') && filter_var(ini_get('apc.enabled'), FILTER_VALIDATE_BOOLEAN) ? $apcuPrefix : null; + } + + /** + * The APCu prefix in use, or null if APCu caching is not enabled. + * + * @return string|null + */ + public function getApcuPrefix() + { + return $this->apcuPrefix; + } + /** * Registers this instance as an autoloader. * @@ -313,11 +334,6 @@ public function loadClass($class) */ public function findFile($class) { - // work around for PHP 5.3.0 - 5.3.2 https://bugs.php.net/50731 - if ('\\' == $class[0]) { - $class = substr($class, 1); - } - // class map lookup if (isset($this->classMap[$class])) { return $this->classMap[$class]; @@ -325,6 +341,12 @@ public function findFile($class) if ($this->classMapAuthoritative || isset($this->missingClasses[$class])) { return false; } + if (null !== $this->apcuPrefix) { + $file = apcu_fetch($this->apcuPrefix.$class, $hit); + if ($hit) { + return $file; + } + } $file = $this->findFileWithExtension($class, '.php'); @@ -333,6 +355,10 @@ public function findFile($class) $file = $this->findFileWithExtension($class, '.hh'); } + if (null !== $this->apcuPrefix) { + apcu_add($this->apcuPrefix.$class, $file); + } + if (false === $file) { // Remember that this class does not exist. $this->missingClasses[$class] = true; @@ -348,10 +374,14 @@ private function findFileWithExtension($class, $ext) $first = $class[0]; if (isset($this->prefixLengthsPsr4[$first])) { - foreach ($this->prefixLengthsPsr4[$first] as $prefix => $length) { - if (0 === strpos($class, $prefix)) { - foreach ($this->prefixDirsPsr4[$prefix] as $dir) { - if (file_exists($file = $dir . DIRECTORY_SEPARATOR . substr($logicalPathPsr4, $length))) { + $subPath = $class; + while (false !== $lastPos = strrpos($subPath, '\\')) { + $subPath = substr($subPath, 0, $lastPos); + $search = $subPath . '\\'; + if (isset($this->prefixDirsPsr4[$search])) { + $pathEnd = DIRECTORY_SEPARATOR . substr($logicalPathPsr4, $lastPos + 1); + foreach ($this->prefixDirsPsr4[$search] as $dir) { + if (file_exists($file = $dir . $pathEnd)) { return $file; } } diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/composer/LICENSE b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/composer/LICENSE similarity index 95% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/composer/LICENSE rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/composer/LICENSE index 1a281248..f27399a0 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/composer/LICENSE +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/composer/LICENSE @@ -1,5 +1,5 @@ -Copyright (c) 2016 Nils Adermann, Jordi Boggiano +Copyright (c) Nils Adermann, Jordi Boggiano Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/composer/autoload_classmap.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/composer/autoload_classmap.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/composer/autoload_classmap.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/composer/autoload_classmap.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/composer/autoload_files.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/composer/autoload_files.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/composer/autoload_files.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/composer/autoload_files.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/composer/autoload_namespaces.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/composer/autoload_namespaces.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/composer/autoload_namespaces.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/composer/autoload_namespaces.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/composer/autoload_psr4.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/composer/autoload_psr4.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/composer/autoload_psr4.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/composer/autoload_psr4.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/composer/autoload_real.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/composer/autoload_real.php similarity index 73% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/composer/autoload_real.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/composer/autoload_real.php index 1c154342..eea0ae2f 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/composer/autoload_real.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/composer/autoload_real.php @@ -2,7 +2,7 @@ // autoload_real.php @generated by Composer -class ComposerAutoloaderInit8aff85c9f9e5ea077c34656dcaaad322 +class ComposerAutoloaderInita28629400f69f0a1c61616c7b7ff5e01 { private static $loader; @@ -19,15 +19,15 @@ public static function getLoader() return self::$loader; } - spl_autoload_register(array('ComposerAutoloaderInit8aff85c9f9e5ea077c34656dcaaad322', 'loadClassLoader'), true, true); + spl_autoload_register(array('ComposerAutoloaderInita28629400f69f0a1c61616c7b7ff5e01', 'loadClassLoader'), true, true); self::$loader = $loader = new \Composer\Autoload\ClassLoader(); - spl_autoload_unregister(array('ComposerAutoloaderInit8aff85c9f9e5ea077c34656dcaaad322', 'loadClassLoader')); + spl_autoload_unregister(array('ComposerAutoloaderInita28629400f69f0a1c61616c7b7ff5e01', 'loadClassLoader')); - $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION'); + $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded()); if ($useStaticLoader) { require_once __DIR__ . '/autoload_static.php'; - call_user_func(\Composer\Autoload\ComposerStaticInit8aff85c9f9e5ea077c34656dcaaad322::getInitializer($loader)); + call_user_func(\Composer\Autoload\ComposerStaticInita28629400f69f0a1c61616c7b7ff5e01::getInitializer($loader)); } else { $map = require __DIR__ . '/autoload_namespaces.php'; foreach ($map as $namespace => $path) { @@ -48,19 +48,19 @@ public static function getLoader() $loader->register(true); if ($useStaticLoader) { - $includeFiles = Composer\Autoload\ComposerStaticInit8aff85c9f9e5ea077c34656dcaaad322::$files; + $includeFiles = Composer\Autoload\ComposerStaticInita28629400f69f0a1c61616c7b7ff5e01::$files; } else { $includeFiles = require __DIR__ . '/autoload_files.php'; } foreach ($includeFiles as $fileIdentifier => $file) { - composerRequire8aff85c9f9e5ea077c34656dcaaad322($fileIdentifier, $file); + composerRequirea28629400f69f0a1c61616c7b7ff5e01($fileIdentifier, $file); } return $loader; } } -function composerRequire8aff85c9f9e5ea077c34656dcaaad322($fileIdentifier, $file) +function composerRequirea28629400f69f0a1c61616c7b7ff5e01($fileIdentifier, $file) { if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) { require $file; diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/composer/autoload_static.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/composer/autoload_static.php similarity index 92% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/composer/autoload_static.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/composer/autoload_static.php index 9c15fd32..e5a40b15 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/composer/autoload_static.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/composer/autoload_static.php @@ -4,7 +4,7 @@ namespace Composer\Autoload; -class ComposerStaticInit8aff85c9f9e5ea077c34656dcaaad322 +class ComposerStaticInita28629400f69f0a1c61616c7b7ff5e01 { public static $files = array ( '5255c38a0faeba867671b61dfda6d864' => __DIR__ . '/..' . '/paragonie/random_compat/lib/random.php', @@ -171,10 +171,10 @@ class ComposerStaticInit8aff85c9f9e5ea077c34656dcaaad322 public static function getInitializer(ClassLoader $loader) { return \Closure::bind(function () use ($loader) { - $loader->prefixLengthsPsr4 = ComposerStaticInit8aff85c9f9e5ea077c34656dcaaad322::$prefixLengthsPsr4; - $loader->prefixDirsPsr4 = ComposerStaticInit8aff85c9f9e5ea077c34656dcaaad322::$prefixDirsPsr4; - $loader->prefixesPsr0 = ComposerStaticInit8aff85c9f9e5ea077c34656dcaaad322::$prefixesPsr0; - $loader->classMap = ComposerStaticInit8aff85c9f9e5ea077c34656dcaaad322::$classMap; + $loader->prefixLengthsPsr4 = ComposerStaticInita28629400f69f0a1c61616c7b7ff5e01::$prefixLengthsPsr4; + $loader->prefixDirsPsr4 = ComposerStaticInita28629400f69f0a1c61616c7b7ff5e01::$prefixDirsPsr4; + $loader->prefixesPsr0 = ComposerStaticInita28629400f69f0a1c61616c7b7ff5e01::$prefixesPsr0; + $loader->classMap = ComposerStaticInita28629400f69f0a1c61616c7b7ff5e01::$classMap; }, null, ClassLoader::class); } diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/composer/installed.json b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/composer/installed.json similarity index 92% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/composer/installed.json rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/composer/installed.json index 517eb5f5..c27e1a0b 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/composer/installed.json +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/composer/installed.json @@ -1,136 +1,130 @@ [ { - "name": "symfony/expression-language", - "version": "v2.8.49", - "version_normalized": "2.8.49.0", + "name": "bacon/bacon-qr-code", + "version": "1.0.3", + "version_normalized": "1.0.3.0", "source": { "type": "git", - "url": "https://github.com/symfony/expression-language.git", - "reference": "fa9be1b831859b56d244137fabbfd01a46dbdb36" + "url": "https://github.com/Bacon/BaconQrCode.git", + "reference": "5a91b62b9d37cee635bbf8d553f4546057250bee" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/expression-language/zipball/fa9be1b831859b56d244137fabbfd01a46dbdb36", - "reference": "fa9be1b831859b56d244137fabbfd01a46dbdb36", + "url": "https://api.github.com/repos/Bacon/BaconQrCode/zipball/5a91b62b9d37cee635bbf8d553f4546057250bee", + "reference": "5a91b62b9d37cee635bbf8d553f4546057250bee", "shasum": "" }, "require": { - "php": ">=5.3.9" + "ext-iconv": "*", + "php": "^5.4|^7.0" }, - "time": "2018-11-11 11:18:13", - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.8-dev" - } + "require-dev": { + "phpunit/phpunit": "^4.8" }, + "suggest": { + "ext-gd": "to generate QR code images" + }, + "time": "2017-10-17T09:59:25+00:00", + "type": "library", "installation-source": "dist", "autoload": { - "psr-4": { - "Symfony\\Component\\ExpressionLanguage\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] + "psr-0": { + "BaconQrCode": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "BSD-2-Clause" ], "authors": [ { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" + "name": "Ben Scholzen 'DASPRiD'", + "email": "mail@dasprids.de", + "homepage": "http://www.dasprids.de", + "role": "Developer" } ], - "description": "Symfony ExpressionLanguage Component", - "homepage": "https://symfony.com" + "description": "BaconQrCode is a QR code generator for PHP.", + "homepage": "https://github.com/Bacon/BaconQrCode" }, { - "name": "phpmyadmin/motranslator", - "version": "4.0", - "version_normalized": "4.0.0.0", + "name": "google/recaptcha", + "version": "1.2.1", + "version_normalized": "1.2.1.0", "source": { "type": "git", - "url": "https://github.com/phpmyadmin/motranslator.git", - "reference": "fcb370254998fda7eeccfd7c787b4deb71b0d77c" + "url": "https://github.com/google/recaptcha.git", + "reference": "e7add3be59211482ecdb942288f52da64a35f61a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpmyadmin/motranslator/zipball/fcb370254998fda7eeccfd7c787b4deb71b0d77c", - "reference": "fcb370254998fda7eeccfd7c787b4deb71b0d77c", + "url": "https://api.github.com/repos/google/recaptcha/zipball/e7add3be59211482ecdb942288f52da64a35f61a", + "reference": "e7add3be59211482ecdb942288f52da64a35f61a", "shasum": "" }, "require": { - "php": ">=5.3.0", - "symfony/expression-language": "^4.0 || ^3.2 || ^2.8" + "php": ">=5.5" }, "require-dev": { - "apigen/apigen": "^4.1", - "phpunit/php-code-coverage": "*", - "phpunit/phpunit": "~4.8 || ~5.7 || ~6.5" + "friendsofphp/php-cs-fixer": "^2.2.20|^2.12", + "php-coveralls/php-coveralls": "^2.1", + "phpunit/phpunit": "^4.8.36|^5.7.27|^6.59|^7" }, - "time": "2018-02-12 13:22:52", + "time": "2018-08-05T09:31:53+00:00", "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.2.x-dev" + } + }, "installation-source": "dist", "autoload": { "psr-4": { - "PhpMyAdmin\\MoTranslator\\": "src" + "ReCaptcha\\": "src/ReCaptcha" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "GPL-2.0-or-later" - ], - "authors": [ - { - "name": "The phpMyAdmin Team", - "email": "developers@phpmyadmin.net", - "homepage": "https://www.phpmyadmin.net/team/" - } + "BSD-3-Clause" ], - "description": "Translation API for PHP using Gettext MO files", - "homepage": "https://github.com/phpmyadmin/motranslator", + "description": "Client library for reCAPTCHA, a free service that protects websites from spam and abuse.", + "homepage": "https://www.google.com/recaptcha/", "keywords": [ - "gettext", - "i18n", - "mo", - "translator" + "Abuse", + "captcha", + "recaptcha", + "spam" ] }, { - "name": "psr/container", - "version": "1.0.0", - "version_normalized": "1.0.0.0", + "name": "paragonie/constant_time_encoding", + "version": "v1.0.4", + "version_normalized": "1.0.4.0", "source": { "type": "git", - "url": "https://github.com/php-fig/container.git", - "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f" + "url": "https://github.com/paragonie/constant_time_encoding.git", + "reference": "2132f0f293d856026d7d11bd81b9f4a23a1dc1f6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f", - "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f", + "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/2132f0f293d856026d7d11bd81b9f4a23a1dc1f6", + "reference": "2132f0f293d856026d7d11bd81b9f4a23a1dc1f6", "shasum": "" }, "require": { - "php": ">=5.3.0" + "php": "^5.3|^7" }, - "time": "2017-02-14 16:28:37", - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0.x-dev" - } + "require-dev": { + "paragonie/random_compat": "^1.4|^2", + "phpunit/phpunit": "4.*|5.*", + "vimeo/psalm": "^0.3|^1" }, + "time": "2018-04-30T17:57:16+00:00", + "type": "library", "installation-source": "dist", "autoload": { "psr-4": { - "Psr\\Container\\": "src/" + "ParagonIE\\ConstantTime\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", @@ -139,55 +133,64 @@ ], "authors": [ { - "name": "PHP-FIG", - "homepage": "http://www.php-fig.org/" + "name": "Paragon Initiative Enterprises", + "email": "security@paragonie.com", + "homepage": "https://paragonie.com", + "role": "Maintainer" + }, + { + "name": "Steve 'Sc00bz' Thomas", + "email": "steve@tobtu.com", + "homepage": "https://www.tobtu.com", + "role": "Original Developer" } ], - "description": "Common Container Interface (PHP FIG PSR-11)", - "homepage": "https://github.com/php-fig/container", + "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)", "keywords": [ - "PSR-11", - "container", - "container-interface", - "container-interop", - "psr" + "base16", + "base32", + "base32_decode", + "base32_encode", + "base64", + "base64_decode", + "base64_encode", + "bin2hex", + "encoding", + "hex", + "hex2bin", + "rfc4648" ] }, { - "name": "symfony/polyfill-mbstring", - "version": "v1.10.0", - "version_normalized": "1.10.0.0", + "name": "paragonie/random_compat", + "version": "v2.0.18", + "version_normalized": "2.0.18.0", "source": { "type": "git", - "url": "https://github.com/symfony/polyfill-mbstring.git", - "reference": "c79c051f5b3a46be09205c73b80b346e4153e494" + "url": "https://github.com/paragonie/random_compat.git", + "reference": "0a58ef6e3146256cc3dc7cc393927bcc7d1b72db" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/c79c051f5b3a46be09205c73b80b346e4153e494", - "reference": "c79c051f5b3a46be09205c73b80b346e4153e494", + "url": "https://api.github.com/repos/paragonie/random_compat/zipball/0a58ef6e3146256cc3dc7cc393927bcc7d1b72db", + "reference": "0a58ef6e3146256cc3dc7cc393927bcc7d1b72db", "shasum": "" }, "require": { - "php": ">=5.3.3" + "php": ">=5.2.0" + }, + "require-dev": { + "phpunit/phpunit": "4.*|5.*" }, "suggest": { - "ext-mbstring": "For best performance" + "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." }, - "time": "2018-09-21 13:07:52", + "time": "2019-01-03T20:59:08+00:00", "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.9-dev" - } - }, "installation-source": "dist", "autoload": { - "psr-4": { - "Symfony\\Polyfill\\Mbstring\\": "" - }, "files": [ - "bootstrap.php" + "lib/random.php" ] }, "notification-url": "https://packagist.org/downloads/", @@ -196,65 +199,49 @@ ], "authors": [ { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" + "name": "Paragon Initiative Enterprises", + "email": "security@paragonie.com", + "homepage": "https://paragonie.com" } ], - "description": "Symfony polyfill for the Mbstring extension", - "homepage": "https://symfony.com", + "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", "keywords": [ - "compatibility", - "mbstring", + "csprng", "polyfill", - "portable", - "shim" + "pseudorandom", + "random" ] }, { - "name": "phpmyadmin/sql-parser", - "version": "v4.2.5", - "version_normalized": "4.2.5.0", + "name": "phpmyadmin/motranslator", + "version": "4.0", + "version_normalized": "4.0.0.0", "source": { "type": "git", - "url": "https://github.com/phpmyadmin/sql-parser.git", - "reference": "a156028d60b4b9e11f43cc432f0a19507e87c658" + "url": "https://github.com/phpmyadmin/motranslator.git", + "reference": "fcb370254998fda7eeccfd7c787b4deb71b0d77c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpmyadmin/sql-parser/zipball/a156028d60b4b9e11f43cc432f0a19507e87c658", - "reference": "a156028d60b4b9e11f43cc432f0a19507e87c658", + "url": "https://api.github.com/repos/phpmyadmin/motranslator/zipball/fcb370254998fda7eeccfd7c787b4deb71b0d77c", + "reference": "fcb370254998fda7eeccfd7c787b4deb71b0d77c", "shasum": "" }, "require": { "php": ">=5.3.0", - "symfony/polyfill-mbstring": "^1.3" - }, - "conflict": { - "phpmyadmin/motranslator": "<3.0" + "symfony/expression-language": "^4.0 || ^3.2 || ^2.8" }, "require-dev": { + "apigen/apigen": "^4.1", "phpunit/php-code-coverage": "*", - "phpunit/phpunit": "~4.8 || ~5.7 || ~6.5", - "sami/sami": "^4.0" - }, - "suggest": { - "ext-mbstring": "For best performance", - "phpmyadmin/motranslator": "Translate messages to your favorite locale" + "phpunit/phpunit": "~4.8 || ~5.7 || ~6.5" }, - "time": "2018-10-31 18:40:52", - "bin": [ - "bin/highlight-query", - "bin/lint-query" - ], + "time": "2018-02-12T13:22:52+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { - "PhpMyAdmin\\SqlParser\\": "src" + "PhpMyAdmin\\MoTranslator\\": "src" } }, "notification-url": "https://packagist.org/downloads/", @@ -268,13 +255,13 @@ "homepage": "https://www.phpmyadmin.net/team/" } ], - "description": "A validating SQL lexer and parser with a focus on MySQL dialect.", - "homepage": "https://github.com/phpmyadmin/sql-parser", + "description": "Translation API for PHP using Gettext MO files", + "homepage": "https://github.com/phpmyadmin/motranslator", "keywords": [ - "analysis", - "lexer", - "parser", - "sql" + "gettext", + "i18n", + "mo", + "translator" ] }, { @@ -302,7 +289,7 @@ "suggest": { "ext-dbase": "For dbf files parsing" }, - "time": "2017-05-15 08:31:47", + "time": "2017-05-15T08:31:47+00:00", "type": "library", "installation-source": "dist", "autoload": { @@ -333,19 +320,82 @@ "shp" ] }, + { + "name": "phpmyadmin/sql-parser", + "version": "v4.3.1", + "version_normalized": "4.3.1.0", + "source": { + "type": "git", + "url": "https://github.com/phpmyadmin/sql-parser.git", + "reference": "0eb16ef5e3acacbc792be336754e42d98791a33f" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpmyadmin/sql-parser/zipball/0eb16ef5e3acacbc792be336754e42d98791a33f", + "reference": "0eb16ef5e3acacbc792be336754e42d98791a33f", + "shasum": "" + }, + "require": { + "php": ">=5.3.0", + "symfony/polyfill-mbstring": "^1.3" + }, + "conflict": { + "phpmyadmin/motranslator": "<3.0" + }, + "require-dev": { + "phpunit/php-code-coverage": "*", + "phpunit/phpunit": "~4.8 || ~5.7 || ~6.5", + "sami/sami": "^4.0" + }, + "suggest": { + "ext-mbstring": "For best performance", + "phpmyadmin/motranslator": "Translate messages to your favorite locale" + }, + "time": "2019-01-05T13:46:38+00:00", + "bin": [ + "bin/highlight-query", + "bin/lint-query" + ], + "type": "library", + "installation-source": "dist", + "autoload": { + "psr-4": { + "PhpMyAdmin\\SqlParser\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "The phpMyAdmin Team", + "email": "developers@phpmyadmin.net", + "homepage": "https://www.phpmyadmin.net/team/" + } + ], + "description": "A validating SQL lexer and parser with a focus on MySQL dialect.", + "homepage": "https://github.com/phpmyadmin/sql-parser", + "keywords": [ + "analysis", + "lexer", + "parser", + "sql" + ] + }, { "name": "phpseclib/phpseclib", - "version": "2.0.12", - "version_normalized": "2.0.12.0", + "version": "2.0.13", + "version_normalized": "2.0.13.0", "source": { "type": "git", "url": "https://github.com/phpseclib/phpseclib.git", - "reference": "8814dc7841db159daed0b32c2b08fb7e03c6afe7" + "reference": "42603ce3f42a27f7e14e54feab95db7b680ad473" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/8814dc7841db159daed0b32c2b08fb7e03c6afe7", - "reference": "8814dc7841db159daed0b32c2b08fb7e03c6afe7", + "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/42603ce3f42a27f7e14e54feab95db7b680ad473", + "reference": "42603ce3f42a27f7e14e54feab95db7b680ad473", "shasum": "" }, "require": { @@ -363,7 +413,7 @@ "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.", "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations." }, - "time": "2018-11-04 05:45:48", + "time": "2018-12-16T17:45:25+00:00", "type": "library", "installation-source": "dist", "autoload": { @@ -428,90 +478,98 @@ ] }, { - "name": "google/recaptcha", - "version": "1.2.1", - "version_normalized": "1.2.1.0", + "name": "pragmarx/google2fa", + "version": "v3.0.3", + "version_normalized": "3.0.3.0", "source": { "type": "git", - "url": "https://github.com/google/recaptcha.git", - "reference": "e7add3be59211482ecdb942288f52da64a35f61a" + "url": "https://github.com/antonioribeiro/google2fa.git", + "reference": "6949226739e4424f40031e6f1c96b1fd64047335" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/google/recaptcha/zipball/e7add3be59211482ecdb942288f52da64a35f61a", - "reference": "e7add3be59211482ecdb942288f52da64a35f61a", + "url": "https://api.github.com/repos/antonioribeiro/google2fa/zipball/6949226739e4424f40031e6f1c96b1fd64047335", + "reference": "6949226739e4424f40031e6f1c96b1fd64047335", "shasum": "" }, "require": { - "php": ">=5.5" + "paragonie/constant_time_encoding": "~1.0|~2.0", + "paragonie/random_compat": ">=1", + "php": ">=5.4", + "symfony/polyfill-php56": "~1.2" }, "require-dev": { - "friendsofphp/php-cs-fixer": "^2.2.20|^2.12", - "php-coveralls/php-coveralls": "^2.1", - "phpunit/phpunit": "^4.8.36|^5.7.27|^6.59|^7" + "bacon/bacon-qr-code": "~1.0", + "phpunit/phpunit": "~4|~5|~6" + }, + "suggest": { + "bacon/bacon-qr-code": "Required to generate inline QR Codes." }, - "time": "2018-08-05 09:31:53", + "time": "2018-08-29T13:28:06+00:00", "type": "library", "extra": { + "component": "package", "branch-alias": { - "dev-master": "1.2.x-dev" + "dev-master": "2.0-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { - "ReCaptcha\\": "src/ReCaptcha" + "PragmaRX\\Google2FA\\": "src/", + "PragmaRX\\Google2FA\\Tests\\": "tests/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "MIT" ], - "description": "Client library for reCAPTCHA, a free service that protects websites from spam and abuse.", - "homepage": "https://www.google.com/recaptcha/", + "authors": [ + { + "name": "Antonio Carlos Ribeiro", + "email": "acr@antoniocarlosribeiro.com", + "role": "Creator & Designer" + } + ], + "description": "A One Time Password Authentication package, compatible with Google Authenticator.", "keywords": [ - "Abuse", - "captcha", - "recaptcha", - "spam" + "2fa", + "Authentication", + "Two Factor Authentication", + "google2fa", + "laravel" ] }, { - "name": "symfony/polyfill-ctype", - "version": "v1.10.0", - "version_normalized": "1.10.0.0", + "name": "psr/container", + "version": "1.0.0", + "version_normalized": "1.0.0.0", "source": { "type": "git", - "url": "https://github.com/symfony/polyfill-ctype.git", - "reference": "e3d826245268269cd66f8326bd8bc066687b4a19" + "url": "https://github.com/php-fig/container.git", + "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e3d826245268269cd66f8326bd8bc066687b4a19", - "reference": "e3d826245268269cd66f8326bd8bc066687b4a19", + "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f", + "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f", "shasum": "" }, "require": { - "php": ">=5.3.3" - }, - "suggest": { - "ext-ctype": "For best performance" + "php": ">=5.3.0" }, - "time": "2018-08-06 14:22:27", + "time": "2017-02-14T16:28:37+00:00", "type": "library", "extra": { "branch-alias": { - "dev-master": "1.9-dev" + "dev-master": "1.0.x-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { - "Symfony\\Polyfill\\Ctype\\": "" - }, - "files": [ - "bootstrap.php" - ] + "Psr\\Container\\": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -519,131 +577,147 @@ ], "authors": [ { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - }, - { - "name": "Gert de Pagter", - "email": "BackEndTea@gmail.com" + "name": "PHP-FIG", + "homepage": "http://www.php-fig.org/" } ], - "description": "Symfony polyfill for ctype functions", - "homepage": "https://symfony.com", + "description": "Common Container Interface (PHP FIG PSR-11)", + "homepage": "https://github.com/php-fig/container", "keywords": [ - "compatibility", - "ctype", - "polyfill", - "portable" + "PSR-11", + "container", + "container-interface", + "container-interop", + "psr" ] }, { - "name": "twig/twig", - "version": "v1.35.4", - "version_normalized": "1.35.4.0", + "name": "samyoul/u2f-php-server", + "version": "v1.1.4", + "version_normalized": "1.1.4.0", "source": { "type": "git", - "url": "https://github.com/twigphp/Twig.git", - "reference": "7e081e98378a1e78c29cc9eba4aefa5d78a05d2a" + "url": "https://github.com/Samyoul/U2F-php-server.git", + "reference": "0625202c79d570e58525ed6c4ae38500ea3f0883" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/twigphp/Twig/zipball/7e081e98378a1e78c29cc9eba4aefa5d78a05d2a", - "reference": "7e081e98378a1e78c29cc9eba4aefa5d78a05d2a", + "url": "https://api.github.com/repos/Samyoul/U2F-php-server/zipball/0625202c79d570e58525ed6c4ae38500ea3f0883", + "reference": "0625202c79d570e58525ed6c4ae38500ea3f0883", "shasum": "" }, "require": { - "php": ">=5.3.3", - "symfony/polyfill-ctype": "^1.8" + "ext-openssl": "*" }, - "require-dev": { - "psr/container": "^1.0", - "symfony/debug": "^2.7", - "symfony/phpunit-bridge": "^3.3" + "time": "2018-10-26T12:43:39+00:00", + "type": "library", + "installation-source": "dist", + "autoload": { + "psr-4": { + "Samyoul\\U2F\\U2FServer\\": [ + "src/" + ] + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-2-Clause" + ], + "authors": [ + { + "name": "Samuel Hawksby-Robinson", + "email": "samuel@samyoul.com" + } + ], + "description": "Server side handling class for FIDO U2F registration and authentication" + }, + { + "name": "symfony/expression-language", + "version": "v2.8.49", + "version_normalized": "2.8.49.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/expression-language.git", + "reference": "fa9be1b831859b56d244137fabbfd01a46dbdb36" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/expression-language/zipball/fa9be1b831859b56d244137fabbfd01a46dbdb36", + "reference": "fa9be1b831859b56d244137fabbfd01a46dbdb36", + "shasum": "" + }, + "require": { + "php": ">=5.3.9" }, - "time": "2018-07-13 07:12:17", + "time": "2018-11-11T11:18:13+00:00", "type": "library", "extra": { "branch-alias": { - "dev-master": "1.35-dev" + "dev-master": "2.8-dev" } }, "installation-source": "dist", "autoload": { - "psr-0": { - "Twig_": "lib/" - }, "psr-4": { - "Twig\\": "src/" - } + "Symfony\\Component\\ExpressionLanguage\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "MIT" ], "authors": [ { "name": "Fabien Potencier", - "email": "fabien@symfony.com", - "homepage": "http://fabien.potencier.org", - "role": "Lead Developer" - }, - { - "name": "Armin Ronacher", - "email": "armin.ronacher@active-4.com", - "role": "Project Founder" + "email": "fabien@symfony.com" }, { - "name": "Twig Team", - "homepage": "https://twig.symfony.com/contributors", - "role": "Contributors" + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "Twig, the flexible, fast, and secure template language for PHP", - "homepage": "https://twig.symfony.com", - "keywords": [ - "templating" - ] + "description": "Symfony ExpressionLanguage Component", + "homepage": "https://symfony.com" }, { - "name": "twig/extensions", - "version": "v1.5.4", - "version_normalized": "1.5.4.0", + "name": "symfony/polyfill-ctype", + "version": "v1.10.0", + "version_normalized": "1.10.0.0", "source": { "type": "git", - "url": "https://github.com/twigphp/Twig-extensions.git", - "reference": "57873c8b0c1be51caa47df2cdb824490beb16202" + "url": "https://github.com/symfony/polyfill-ctype.git", + "reference": "e3d826245268269cd66f8326bd8bc066687b4a19" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/57873c8b0c1be51caa47df2cdb824490beb16202", - "reference": "57873c8b0c1be51caa47df2cdb824490beb16202", + "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e3d826245268269cd66f8326bd8bc066687b4a19", + "reference": "e3d826245268269cd66f8326bd8bc066687b4a19", "shasum": "" }, "require": { - "twig/twig": "^1.27|^2.0" - }, - "require-dev": { - "symfony/phpunit-bridge": "^3.4", - "symfony/translation": "^2.7|^3.4" + "php": ">=5.3.3" }, "suggest": { - "symfony/translation": "Allow the time_diff output to be translated" + "ext-ctype": "For best performance" }, - "time": "2018-12-05 18:34:18", + "time": "2018-08-06T14:22:27+00:00", "type": "library", "extra": { "branch-alias": { - "dev-master": "1.5-dev" + "dev-master": "1.9-dev" } }, "installation-source": "dist", "autoload": { - "psr-0": { - "Twig_Extensions_": "lib/" - }, "psr-4": { - "Twig\\Extensions\\": "src/" - } + "Symfony\\Polyfill\\Ctype\\": "" + }, + "files": [ + "bootstrap.php" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -651,35 +725,45 @@ ], "authors": [ { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + }, + { + "name": "Gert de Pagter", + "email": "backendtea@gmail.com" } ], - "description": "Common additional features for Twig that do not directly belong in core", + "description": "Symfony polyfill for ctype functions", + "homepage": "https://symfony.com", "keywords": [ - "i18n", - "text" + "compatibility", + "ctype", + "polyfill", + "portable" ] }, { - "name": "symfony/polyfill-util", + "name": "symfony/polyfill-mbstring", "version": "v1.10.0", "version_normalized": "1.10.0.0", "source": { "type": "git", - "url": "https://github.com/symfony/polyfill-util.git", - "reference": "3b58903eae668d348a7126f999b0da0f2f93611c" + "url": "https://github.com/symfony/polyfill-mbstring.git", + "reference": "c79c051f5b3a46be09205c73b80b346e4153e494" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/3b58903eae668d348a7126f999b0da0f2f93611c", - "reference": "3b58903eae668d348a7126f999b0da0f2f93611c", + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/c79c051f5b3a46be09205c73b80b346e4153e494", + "reference": "c79c051f5b3a46be09205c73b80b346e4153e494", "shasum": "" }, "require": { "php": ">=5.3.3" }, - "time": "2018-09-30 16:36:12", + "suggest": { + "ext-mbstring": "For best performance" + }, + "time": "2018-09-21T13:07:52+00:00", "type": "library", "extra": { "branch-alias": { @@ -689,8 +773,11 @@ "installation-source": "dist", "autoload": { "psr-4": { - "Symfony\\Polyfill\\Util\\": "" - } + "Symfony\\Polyfill\\Mbstring\\": "" + }, + "files": [ + "bootstrap.php" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -706,12 +793,13 @@ "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony utilities for portability of PHP codes", + "description": "Symfony polyfill for the Mbstring extension", "homepage": "https://symfony.com", "keywords": [ - "compat", "compatibility", + "mbstring", "polyfill", + "portable", "shim" ] }, @@ -734,7 +822,7 @@ "php": ">=5.3.3", "symfony/polyfill-util": "~1.0" }, - "time": "2018-09-21 06:26:08", + "time": "2018-09-21T06:26:08+00:00", "type": "library", "extra": { "branch-alias": { @@ -774,158 +862,34 @@ ] }, { - "name": "paragonie/random_compat", - "version": "v2.0.17", - "version_normalized": "2.0.17.0", - "source": { - "type": "git", - "url": "https://github.com/paragonie/random_compat.git", - "reference": "29af24f25bab834fcbb38ad2a69fa93b867e070d" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/paragonie/random_compat/zipball/29af24f25bab834fcbb38ad2a69fa93b867e070d", - "reference": "29af24f25bab834fcbb38ad2a69fa93b867e070d", - "shasum": "" - }, - "require": { - "php": ">=5.2.0" - }, - "require-dev": { - "phpunit/phpunit": "4.*|5.*" - }, - "suggest": { - "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." - }, - "time": "2018-07-04 16:31:37", - "type": "library", - "installation-source": "dist", - "autoload": { - "files": [ - "lib/random.php" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Paragon Initiative Enterprises", - "email": "security@paragonie.com", - "homepage": "https://paragonie.com" - } - ], - "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", - "keywords": [ - "csprng", - "polyfill", - "pseudorandom", - "random" - ] - }, - { - "name": "paragonie/constant_time_encoding", - "version": "v1.0.4", - "version_normalized": "1.0.4.0", - "source": { - "type": "git", - "url": "https://github.com/paragonie/constant_time_encoding.git", - "reference": "2132f0f293d856026d7d11bd81b9f4a23a1dc1f6" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/2132f0f293d856026d7d11bd81b9f4a23a1dc1f6", - "reference": "2132f0f293d856026d7d11bd81b9f4a23a1dc1f6", - "shasum": "" - }, - "require": { - "php": "^5.3|^7" - }, - "require-dev": { - "paragonie/random_compat": "^1.4|^2", - "phpunit/phpunit": "4.*|5.*", - "vimeo/psalm": "^0.3|^1" - }, - "time": "2018-04-30 17:57:16", - "type": "library", - "installation-source": "dist", - "autoload": { - "psr-4": { - "ParagonIE\\ConstantTime\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Paragon Initiative Enterprises", - "email": "security@paragonie.com", - "homepage": "https://paragonie.com", - "role": "Maintainer" - }, - { - "name": "Steve 'Sc00bz' Thomas", - "email": "steve@tobtu.com", - "homepage": "https://www.tobtu.com", - "role": "Original Developer" - } - ], - "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)", - "keywords": [ - "base16", - "base32", - "base32_decode", - "base32_encode", - "base64", - "base64_decode", - "base64_encode", - "bin2hex", - "encoding", - "hex", - "hex2bin", - "rfc4648" - ] - }, - { - "name": "pragmarx/google2fa", - "version": "v4.0.0", - "version_normalized": "4.0.0.0", + "name": "symfony/polyfill-util", + "version": "v1.10.0", + "version_normalized": "1.10.0.0", "source": { "type": "git", - "url": "https://github.com/antonioribeiro/google2fa.git", - "reference": "b0526ba1cca520ac3a64b23863fe7b6d4f9dd232" + "url": "https://github.com/symfony/polyfill-util.git", + "reference": "3b58903eae668d348a7126f999b0da0f2f93611c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/antonioribeiro/google2fa/zipball/b0526ba1cca520ac3a64b23863fe7b6d4f9dd232", - "reference": "b0526ba1cca520ac3a64b23863fe7b6d4f9dd232", + "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/3b58903eae668d348a7126f999b0da0f2f93611c", + "reference": "3b58903eae668d348a7126f999b0da0f2f93611c", "shasum": "" }, "require": { - "paragonie/constant_time_encoding": "~1.0|~2.0", - "paragonie/random_compat": ">=1", - "php": ">=5.4", - "symfony/polyfill-php56": "~1.2" - }, - "require-dev": { - "phpunit/phpunit": "~4|~5|~6" + "php": ">=5.3.3" }, - "time": "2018-10-06 22:48:01", + "time": "2018-09-30T16:36:12+00:00", "type": "library", "extra": { - "component": "package", "branch-alias": { - "dev-master": "2.0-dev" + "dev-master": "1.9-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { - "PragmaRX\\Google2FA\\": "src/", - "PragmaRX\\Google2FA\\Tests\\": "tests/" + "Symfony\\Polyfill\\Util\\": "" } }, "notification-url": "https://packagist.org/downloads/", @@ -934,17 +898,21 @@ ], "authors": [ { - "name": "Antonio Carlos Ribeiro", - "email": "acr@antoniocarlosribeiro.com", - "role": "Creator & Designer" + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "A One Time Password Authentication package, compatible with Google Authenticator.", + "description": "Symfony utilities for portability of PHP codes", + "homepage": "https://symfony.com", "keywords": [ - "2fa", - "Authentication", - "Two Factor Authentication", - "google2fa" + "compat", + "compatibility", + "polyfill", + "shim" ] }, { @@ -965,7 +933,7 @@ "require": { "php": ">=5.3.0" }, - "time": "2018-10-16 17:24:05", + "time": "2018-10-16T17:24:05+00:00", "type": "library", "installation-source": "dist", "autoload": { @@ -1012,91 +980,128 @@ ] }, { - "name": "bacon/bacon-qr-code", - "version": "1.0.3", - "version_normalized": "1.0.3.0", + "name": "twig/extensions", + "version": "v1.5.4", + "version_normalized": "1.5.4.0", "source": { "type": "git", - "url": "https://github.com/Bacon/BaconQrCode.git", - "reference": "5a91b62b9d37cee635bbf8d553f4546057250bee" + "url": "https://github.com/twigphp/Twig-extensions.git", + "reference": "57873c8b0c1be51caa47df2cdb824490beb16202" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Bacon/BaconQrCode/zipball/5a91b62b9d37cee635bbf8d553f4546057250bee", - "reference": "5a91b62b9d37cee635bbf8d553f4546057250bee", + "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/57873c8b0c1be51caa47df2cdb824490beb16202", + "reference": "57873c8b0c1be51caa47df2cdb824490beb16202", "shasum": "" }, "require": { - "ext-iconv": "*", - "php": "^5.4|^7.0" + "twig/twig": "^1.27|^2.0" }, "require-dev": { - "phpunit/phpunit": "^4.8" + "symfony/phpunit-bridge": "^3.4", + "symfony/translation": "^2.7|^3.4" }, "suggest": { - "ext-gd": "to generate QR code images" + "symfony/translation": "Allow the time_diff output to be translated" }, - "time": "2017-10-17 09:59:25", + "time": "2018-12-05T18:34:18+00:00", "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.5-dev" + } + }, "installation-source": "dist", "autoload": { "psr-0": { - "BaconQrCode": "src/" + "Twig_Extensions_": "lib/" + }, + "psr-4": { + "Twig\\Extensions\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-2-Clause" + "MIT" ], "authors": [ { - "name": "Ben Scholzen 'DASPRiD'", - "email": "mail@dasprids.de", - "homepage": "http://www.dasprids.de", - "role": "Developer" + "name": "Fabien Potencier", + "email": "fabien@symfony.com" } ], - "description": "BaconQrCode is a QR code generator for PHP.", - "homepage": "https://github.com/Bacon/BaconQrCode" + "description": "Common additional features for Twig that do not directly belong in core", + "keywords": [ + "i18n", + "text" + ] }, { - "name": "samyoul/u2f-php-server", - "version": "v1.1.4", - "version_normalized": "1.1.4.0", + "name": "twig/twig", + "version": "v1.37.1", + "version_normalized": "1.37.1.0", "source": { "type": "git", - "url": "https://github.com/Samyoul/U2F-php-server.git", - "reference": "0625202c79d570e58525ed6c4ae38500ea3f0883" + "url": "https://github.com/twigphp/Twig.git", + "reference": "66be9366c76cbf23e82e7171d47cbfa54a057a62" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Samyoul/U2F-php-server/zipball/0625202c79d570e58525ed6c4ae38500ea3f0883", - "reference": "0625202c79d570e58525ed6c4ae38500ea3f0883", + "url": "https://api.github.com/repos/twigphp/Twig/zipball/66be9366c76cbf23e82e7171d47cbfa54a057a62", + "reference": "66be9366c76cbf23e82e7171d47cbfa54a057a62", "shasum": "" }, "require": { - "ext-openssl": "*" + "php": ">=5.4.0", + "symfony/polyfill-ctype": "^1.8" + }, + "require-dev": { + "psr/container": "^1.0", + "symfony/debug": "^2.7", + "symfony/phpunit-bridge": "^3.4.19|^4.1.8" }, - "time": "2018-10-26 12:43:39", + "time": "2019-01-14T14:59:29+00:00", "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.37-dev" + } + }, "installation-source": "dist", "autoload": { + "psr-0": { + "Twig_": "lib/" + }, "psr-4": { - "Samyoul\\U2F\\U2FServer\\": [ - "src/" - ] + "Twig\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-2-Clause" + "BSD-3-Clause" ], "authors": [ { - "name": "Samuel Hawksby-Robinson", - "email": "samuel@samyoul.com" + "name": "Fabien Potencier", + "email": "fabien@symfony.com", + "homepage": "http://fabien.potencier.org", + "role": "Lead Developer" + }, + { + "name": "Armin Ronacher", + "email": "armin.ronacher@active-4.com", + "role": "Project Founder" + }, + { + "name": "Twig Team", + "homepage": "https://twig.symfony.com/contributors", + "role": "Contributors" } ], - "description": "Server side handling class for FIDO U2F registration and authentication" + "description": "Twig, the flexible, fast, and secure template language for PHP", + "homepage": "https://twig.symfony.com", + "keywords": [ + "templating" + ] } ] diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/google/recaptcha/.github/ISSUE_TEMPLATE/bug_report.md b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/google/recaptcha/.github/ISSUE_TEMPLATE/bug_report.md similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/google/recaptcha/.github/ISSUE_TEMPLATE/bug_report.md rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/google/recaptcha/.github/ISSUE_TEMPLATE/bug_report.md diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/google/recaptcha/.travis.yml b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/google/recaptcha/.travis.yml similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/google/recaptcha/.travis.yml rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/google/recaptcha/.travis.yml diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/google/recaptcha/ARCHITECTURE.md b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/google/recaptcha/ARCHITECTURE.md similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/google/recaptcha/ARCHITECTURE.md rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/google/recaptcha/ARCHITECTURE.md diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/google/recaptcha/CONTRIBUTING.md b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/google/recaptcha/CONTRIBUTING.md similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/google/recaptcha/CONTRIBUTING.md rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/google/recaptcha/CONTRIBUTING.md diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/google/recaptcha/LICENSE b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/google/recaptcha/LICENSE similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/google/recaptcha/LICENSE rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/google/recaptcha/LICENSE diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/google/recaptcha/README.md b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/google/recaptcha/README.md similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/google/recaptcha/README.md rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/google/recaptcha/README.md diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/google/recaptcha/app.yaml b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/google/recaptcha/app.yaml similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/google/recaptcha/app.yaml rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/google/recaptcha/app.yaml diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/google/recaptcha/composer.json b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/google/recaptcha/composer.json similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/google/recaptcha/composer.json rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/google/recaptcha/composer.json diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/google/recaptcha/phpunit.xml.dist b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/google/recaptcha/phpunit.xml.dist similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/google/recaptcha/phpunit.xml.dist rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/google/recaptcha/phpunit.xml.dist diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/google/recaptcha/src/ReCaptcha/ReCaptcha.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/google/recaptcha/src/ReCaptcha/ReCaptcha.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/google/recaptcha/src/ReCaptcha/ReCaptcha.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/google/recaptcha/src/ReCaptcha/ReCaptcha.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/google/recaptcha/src/ReCaptcha/RequestMethod.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/google/recaptcha/src/ReCaptcha/RequestMethod.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/google/recaptcha/src/ReCaptcha/RequestMethod.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/google/recaptcha/src/ReCaptcha/RequestMethod.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/google/recaptcha/src/ReCaptcha/RequestMethod/Curl.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/google/recaptcha/src/ReCaptcha/RequestMethod/Curl.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/google/recaptcha/src/ReCaptcha/RequestMethod/Curl.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/google/recaptcha/src/ReCaptcha/RequestMethod/Curl.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/google/recaptcha/src/ReCaptcha/RequestMethod/CurlPost.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/google/recaptcha/src/ReCaptcha/RequestMethod/CurlPost.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/google/recaptcha/src/ReCaptcha/RequestMethod/CurlPost.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/google/recaptcha/src/ReCaptcha/RequestMethod/CurlPost.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/google/recaptcha/src/ReCaptcha/RequestMethod/Post.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/google/recaptcha/src/ReCaptcha/RequestMethod/Post.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/google/recaptcha/src/ReCaptcha/RequestMethod/Post.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/google/recaptcha/src/ReCaptcha/RequestMethod/Post.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/google/recaptcha/src/ReCaptcha/RequestMethod/Socket.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/google/recaptcha/src/ReCaptcha/RequestMethod/Socket.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/google/recaptcha/src/ReCaptcha/RequestMethod/Socket.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/google/recaptcha/src/ReCaptcha/RequestMethod/Socket.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/google/recaptcha/src/ReCaptcha/RequestMethod/SocketPost.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/google/recaptcha/src/ReCaptcha/RequestMethod/SocketPost.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/google/recaptcha/src/ReCaptcha/RequestMethod/SocketPost.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/google/recaptcha/src/ReCaptcha/RequestMethod/SocketPost.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/google/recaptcha/src/ReCaptcha/RequestParameters.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/google/recaptcha/src/ReCaptcha/RequestParameters.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/google/recaptcha/src/ReCaptcha/RequestParameters.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/google/recaptcha/src/ReCaptcha/RequestParameters.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/google/recaptcha/src/ReCaptcha/Response.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/google/recaptcha/src/ReCaptcha/Response.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/google/recaptcha/src/ReCaptcha/Response.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/google/recaptcha/src/ReCaptcha/Response.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/google/recaptcha/src/autoload.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/google/recaptcha/src/autoload.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/google/recaptcha/src/autoload.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/google/recaptcha/src/autoload.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/paragonie/constant_time_encoding/.travis.yml b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/paragonie/constant_time_encoding/.travis.yml similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/paragonie/constant_time_encoding/.travis.yml rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/paragonie/constant_time_encoding/.travis.yml diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/paragonie/constant_time_encoding/LICENSE.txt b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/paragonie/constant_time_encoding/LICENSE.txt similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/paragonie/constant_time_encoding/LICENSE.txt rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/paragonie/constant_time_encoding/LICENSE.txt diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/paragonie/constant_time_encoding/README.md b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/paragonie/constant_time_encoding/README.md similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/paragonie/constant_time_encoding/README.md rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/paragonie/constant_time_encoding/README.md diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/paragonie/constant_time_encoding/composer.json b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/paragonie/constant_time_encoding/composer.json similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/paragonie/constant_time_encoding/composer.json rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/paragonie/constant_time_encoding/composer.json diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/paragonie/constant_time_encoding/phpunit.xml.dist b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/paragonie/constant_time_encoding/phpunit.xml.dist similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/paragonie/constant_time_encoding/phpunit.xml.dist rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/paragonie/constant_time_encoding/phpunit.xml.dist diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/paragonie/constant_time_encoding/psalm.xml b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/paragonie/constant_time_encoding/psalm.xml similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/paragonie/constant_time_encoding/psalm.xml rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/paragonie/constant_time_encoding/psalm.xml diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/paragonie/constant_time_encoding/src/Base32.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/paragonie/constant_time_encoding/src/Base32.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/paragonie/constant_time_encoding/src/Base32.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/paragonie/constant_time_encoding/src/Base32.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/paragonie/constant_time_encoding/src/Base32Hex.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/paragonie/constant_time_encoding/src/Base32Hex.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/paragonie/constant_time_encoding/src/Base32Hex.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/paragonie/constant_time_encoding/src/Base32Hex.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/paragonie/constant_time_encoding/src/Base64.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/paragonie/constant_time_encoding/src/Base64.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/paragonie/constant_time_encoding/src/Base64.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/paragonie/constant_time_encoding/src/Base64.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/paragonie/constant_time_encoding/src/Base64DotSlash.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/paragonie/constant_time_encoding/src/Base64DotSlash.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/paragonie/constant_time_encoding/src/Base64DotSlash.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/paragonie/constant_time_encoding/src/Base64DotSlash.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/paragonie/constant_time_encoding/src/Base64DotSlashOrdered.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/paragonie/constant_time_encoding/src/Base64DotSlashOrdered.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/paragonie/constant_time_encoding/src/Base64DotSlashOrdered.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/paragonie/constant_time_encoding/src/Base64DotSlashOrdered.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/paragonie/constant_time_encoding/src/Base64UrlSafe.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/paragonie/constant_time_encoding/src/Base64UrlSafe.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/paragonie/constant_time_encoding/src/Base64UrlSafe.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/paragonie/constant_time_encoding/src/Base64UrlSafe.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/paragonie/constant_time_encoding/src/Binary.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/paragonie/constant_time_encoding/src/Binary.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/paragonie/constant_time_encoding/src/Binary.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/paragonie/constant_time_encoding/src/Binary.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/paragonie/constant_time_encoding/src/EncoderInterface.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/paragonie/constant_time_encoding/src/EncoderInterface.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/paragonie/constant_time_encoding/src/EncoderInterface.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/paragonie/constant_time_encoding/src/EncoderInterface.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/paragonie/constant_time_encoding/src/Encoding.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/paragonie/constant_time_encoding/src/Encoding.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/paragonie/constant_time_encoding/src/Encoding.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/paragonie/constant_time_encoding/src/Encoding.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/paragonie/constant_time_encoding/src/Hex.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/paragonie/constant_time_encoding/src/Hex.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/paragonie/constant_time_encoding/src/Hex.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/paragonie/constant_time_encoding/src/Hex.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/paragonie/constant_time_encoding/src/RFC4648.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/paragonie/constant_time_encoding/src/RFC4648.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/paragonie/constant_time_encoding/src/RFC4648.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/paragonie/constant_time_encoding/src/RFC4648.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/paragonie/constant_time_encoding/tests/Base32HexTest.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/paragonie/constant_time_encoding/tests/Base32HexTest.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/paragonie/constant_time_encoding/tests/Base32HexTest.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/paragonie/constant_time_encoding/tests/Base32HexTest.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/paragonie/constant_time_encoding/tests/Base32Test.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/paragonie/constant_time_encoding/tests/Base32Test.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/paragonie/constant_time_encoding/tests/Base32Test.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/paragonie/constant_time_encoding/tests/Base32Test.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/paragonie/constant_time_encoding/tests/Base64DotSlashOrderedTest.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/paragonie/constant_time_encoding/tests/Base64DotSlashOrderedTest.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/paragonie/constant_time_encoding/tests/Base64DotSlashOrderedTest.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/paragonie/constant_time_encoding/tests/Base64DotSlashOrderedTest.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/paragonie/constant_time_encoding/tests/Base64DotSlashTest.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/paragonie/constant_time_encoding/tests/Base64DotSlashTest.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/paragonie/constant_time_encoding/tests/Base64DotSlashTest.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/paragonie/constant_time_encoding/tests/Base64DotSlashTest.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/paragonie/constant_time_encoding/tests/Base64Test.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/paragonie/constant_time_encoding/tests/Base64Test.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/paragonie/constant_time_encoding/tests/Base64Test.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/paragonie/constant_time_encoding/tests/Base64Test.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/paragonie/constant_time_encoding/tests/Base64UrlSafeTest.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/paragonie/constant_time_encoding/tests/Base64UrlSafeTest.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/paragonie/constant_time_encoding/tests/Base64UrlSafeTest.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/paragonie/constant_time_encoding/tests/Base64UrlSafeTest.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/paragonie/constant_time_encoding/tests/EncodingTest.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/paragonie/constant_time_encoding/tests/EncodingTest.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/paragonie/constant_time_encoding/tests/EncodingTest.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/paragonie/constant_time_encoding/tests/EncodingTest.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/paragonie/constant_time_encoding/tests/HexTest.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/paragonie/constant_time_encoding/tests/HexTest.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/paragonie/constant_time_encoding/tests/HexTest.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/paragonie/constant_time_encoding/tests/HexTest.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/paragonie/constant_time_encoding/tests/RFC4648Test.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/paragonie/constant_time_encoding/tests/RFC4648Test.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/paragonie/constant_time_encoding/tests/RFC4648Test.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/paragonie/constant_time_encoding/tests/RFC4648Test.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/paragonie/constant_time_encoding/tests/autoload.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/paragonie/constant_time_encoding/tests/autoload.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/paragonie/constant_time_encoding/tests/autoload.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/paragonie/constant_time_encoding/tests/autoload.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/paragonie/random_compat/LICENSE b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/paragonie/random_compat/LICENSE similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/paragonie/random_compat/LICENSE rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/paragonie/random_compat/LICENSE diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/paragonie/random_compat/composer.json b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/paragonie/random_compat/composer.json similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/paragonie/random_compat/composer.json rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/paragonie/random_compat/composer.json diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey.asc b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey.asc similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey.asc rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey.asc diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/paragonie/random_compat/lib/byte_safe_strings.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/paragonie/random_compat/lib/byte_safe_strings.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/paragonie/random_compat/lib/byte_safe_strings.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/paragonie/random_compat/lib/byte_safe_strings.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/paragonie/random_compat/lib/cast_to_int.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/paragonie/random_compat/lib/cast_to_int.php similarity index 98% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/paragonie/random_compat/lib/cast_to_int.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/paragonie/random_compat/lib/cast_to_int.php index f97e4349..1b1bbfe8 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/paragonie/random_compat/lib/cast_to_int.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/paragonie/random_compat/lib/cast_to_int.php @@ -27,19 +27,19 @@ */ if (!is_callable('RandomCompat_intval')) { - + /** * Cast to an integer if we can, safely. - * + * * If you pass it a float in the range (~PHP_INT_MAX, PHP_INT_MAX) * (non-inclusive), it will sanely cast it to an int. If you it's equal to * ~PHP_INT_MAX or PHP_INT_MAX, we let it fail as not an integer. Floats * lose precision, so the <= and => operators might accidentally let a float * through. - * + * * @param int|float $number The number we want to convert to an int * @param bool $fail_open Set to true to not throw an exception - * + * * @return float|int * @psalm-suppress InvalidReturnType * diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/paragonie/random_compat/lib/error_polyfill.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/paragonie/random_compat/lib/error_polyfill.php similarity index 95% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/paragonie/random_compat/lib/error_polyfill.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/paragonie/random_compat/lib/error_polyfill.php index 6d4a19ac..c02c5c8b 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/paragonie/random_compat/lib/error_polyfill.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/paragonie/random_compat/lib/error_polyfill.php @@ -1,12 +1,12 @@ $st */ - $st = fstat($fp); - if (($st['mode'] & 0170000) !== 020000) { - fclose($fp); - $fp = false; + if (DIRECTORY_SEPARATOR === '/') { + if (!is_readable('/dev/urandom')) { + throw new Exception( + 'Environment misconfiguration: ' . + '/dev/urandom cannot be read.' + ); + } + /** + * We use /dev/urandom if it is a char device. + * We never fall back to /dev/random + */ + /** @var resource|bool $fp */ + $fp = fopen('/dev/urandom', 'rb'); + if (is_resource($fp)) { + /** @var array $st */ + $st = fstat($fp); + if (($st['mode'] & 0170000) !== 020000) { + fclose($fp); + $fp = false; + } } } @@ -128,29 +147,28 @@ function random_bytes($bytes) */ $read = fread($fp, $remaining); if (!is_string($read)) { - if ($read === false) { - /** - * We cannot safely read from the file. Exit the - * do-while loop and trigger the exception condition - * - * @var string|bool - */ - $buf = false; - break; - } + /** + * We cannot safely read from the file. Exit the + * do-while loop and trigger the exception condition + * + * @var string|bool + */ + $buf = false; + break; } /** * Decrease the number of bytes returned from remaining */ $remaining -= RandomCompat_strlen($read); /** - * @var string|bool + * @var string $buf */ - $buf = $buf . $read; + $buf .= $read; } while ($remaining > 0); /** * Is our result valid? + * @var string|bool $buf */ if (is_string($buf)) { if (RandomCompat_strlen($buf) === $bytes) { diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/paragonie/random_compat/lib/random_bytes_libsodium.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/paragonie/random_compat/lib/random_bytes_libsodium.php similarity index 98% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/paragonie/random_compat/lib/random_bytes_libsodium.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/paragonie/random_compat/lib/random_bytes_libsodium.php index 7a95e2b4..2e562901 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/paragonie/random_compat/lib/random_bytes_libsodium.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/paragonie/random_compat/lib/random_bytes_libsodium.php @@ -1,22 +1,22 @@ value == 'SET' && $list->tokens[$list->idx - 1]->value == 'CHARACTER')) { + if (!($token->value === 'SET' && $list->tokens[$list->idx - 1]->value === 'CHARACTER')) { $parser->error( 'A new statement was found, but no delimiter between it and the previous one.', $token ); break; } + } elseif (array_key_exists($token->value, self::$DB_OPTIONS) + || (array_key_exists($token->value, self::$TABLE_OPTIONS) + && !self::checkIfColumnDefinitionKeyword($token->value)) + ) { + // This alter operation has finished, which means a comma was missing before start of new alter operation + $parser->error( + 'Missing comma before start of a new alter operation.', + $token + ); + break; } $ret->unknown[] = $token; } @@ -276,4 +286,17 @@ public static function build($component, array $options = array()) return $ret; } + + /** + * Check if token's value is one of the common keywords + * between column and table alteration + * + * @param string $tokenValue Value of current token + */ + private static function checkIfColumnDefinitionKeyword($tokenValue) { + $common_options = array('AUTO_INCREMENT', 'COMMENT', 'DEFAULT'); + // Since AUTO_INCREMENT and COMMENT can be used for + // both table as well as a specific column in the table + return in_array($tokenValue, $common_options); + } } diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Components/Array2d.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Components/Array2d.php similarity index 98% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Components/Array2d.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Components/Array2d.php index 92d8b169..984179c3 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Components/Array2d.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Components/Array2d.php @@ -82,7 +82,7 @@ public static function parse(Parser $parser, TokensList $list, array $options = $arrCount = count($arr->values); if ($count === -1) { $count = $arrCount; - } elseif ($arrCount != $count) { + } elseif ($arrCount !== $count) { $parser->error( sprintf( Translator::gettext('%1$d values were expected, but found %2$d.'), diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Components/ArrayObj.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Components/ArrayObj.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Components/ArrayObj.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Components/ArrayObj.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Components/CaseExpression.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Components/CaseExpression.php similarity index 53% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Components/CaseExpression.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Components/CaseExpression.php index 820947bf..ab907687 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Components/CaseExpression.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Components/CaseExpression.php @@ -7,6 +7,7 @@ namespace PhpMyAdmin\SqlParser\Components; use PhpMyAdmin\SqlParser\Component; +use PhpMyAdmin\SqlParser\Context; use PhpMyAdmin\SqlParser\Parser; use PhpMyAdmin\SqlParser\Token; use PhpMyAdmin\SqlParser\TokensList; @@ -55,6 +56,13 @@ class CaseExpression extends Component */ public $else_result; + /** + * The alias of this CASE statement. + * + * @var string + */ + public $alias; + /** * The sub-expression. * @@ -70,8 +78,8 @@ public function __construct() } /** - * @param Parser $parser the parser that serves as context - * @param TokensList $list the list of tokens that are being parsed + * @param Parser $parser the parser that serves as context + * @param TokensList $list the list of tokens that are being parsed * @param array $options parameters for parsing * * @return CaseExpression @@ -112,29 +120,28 @@ public static function parse(Parser $parser, TokensList $list, array $options = } if ($state === 0) { - if ($token->type === Token::TYPE_KEYWORD - && $token->keyword === 'WHEN' - ) { - ++$list->idx; // Skip 'WHEN' - $new_condition = Condition::parse($parser, $list); - $type = 1; - $state = 1; - $ret->conditions[] = $new_condition; - } elseif ($token->type === Token::TYPE_KEYWORD - && $token->keyword === 'ELSE' - ) { - ++$list->idx; // Skip 'ELSE' - $ret->else_result = Expression::parse($parser, $list); - $state = 0; // last clause of CASE expression - } elseif ($token->type === Token::TYPE_KEYWORD - && $token->keyword === 'END' - ) { - $state = 3; // end of CASE expression - ++$list->idx; - break; - } elseif ($token->type === Token::TYPE_KEYWORD) { - $parser->error('Unexpected keyword.', $token); - break; + if ($token->type === Token::TYPE_KEYWORD) { + switch($token->keyword) { + case 'WHEN': + ++$list->idx; // Skip 'WHEN' + $new_condition = Condition::parse($parser, $list); + $type = 1; + $state = 1; + $ret->conditions[] = $new_condition; + break; + case 'ELSE': + ++$list->idx; // Skip 'ELSE' + $ret->else_result = Expression::parse($parser, $list); + $state = 0; // last clause of CASE expression + break; + case 'END': + $state = 3; // end of CASE expression + ++$list->idx; + break 2; + default: + $parser->error('Unexpected keyword.', $token); + break 2; + } } else { $ret->value = Expression::parse($parser, $list); $type = 0; @@ -142,28 +149,27 @@ public static function parse(Parser $parser, TokensList $list, array $options = } } elseif ($state === 1) { if ($type === 0) { - if ($token->type === Token::TYPE_KEYWORD - && $token->keyword === 'WHEN' - ) { - ++$list->idx; // Skip 'WHEN' - $new_value = Expression::parse($parser, $list); - $state = 2; - $ret->compare_values[] = $new_value; - } elseif ($token->type === Token::TYPE_KEYWORD - && $token->keyword === 'ELSE' - ) { - ++$list->idx; // Skip 'ELSE' - $ret->else_result = Expression::parse($parser, $list); - $state = 0; // last clause of CASE expression - } elseif ($token->type === Token::TYPE_KEYWORD - && $token->keyword === 'END' - ) { - $state = 3; // end of CASE expression - ++$list->idx; - break; - } elseif ($token->type === Token::TYPE_KEYWORD) { - $parser->error('Unexpected keyword.', $token); - break; + if ($token->type === Token::TYPE_KEYWORD) { + switch($token->keyword) { + case 'WHEN': + ++$list->idx; // Skip 'WHEN' + $new_value = Expression::parse($parser, $list); + $state = 2; + $ret->compare_values[] = $new_value; + break; + case 'ELSE': + ++$list->idx; // Skip 'ELSE' + $ret->else_result = Expression::parse($parser, $list); + $state = 0; // last clause of CASE expression + break; + case 'END': + $state = 3; // end of CASE expression + ++$list->idx; + break 2; + default: + $parser->error('Unexpected keyword.', $token); + break 2; + } } } else { if ($token->type === Token::TYPE_KEYWORD @@ -201,6 +207,64 @@ public static function parse(Parser $parser, TokensList $list, array $options = $list->tokens[$list->idx - 1] ); } else { + // Parse for alias of CASE expression + $asFound = false; + for (; $list->idx < $list->count; ++$list->idx) { + $token = $list->tokens[$list->idx]; + + // End of statement. + if ($token->type === Token::TYPE_DELIMITER) { + break; + } + + // Skipping whitespaces and comments. + if (($token->type === Token::TYPE_WHITESPACE) + || ($token->type === Token::TYPE_COMMENT) + ) { + continue; + } + + // Handle optional AS keyword before alias + if ($token->type === Token::TYPE_KEYWORD + && $token->keyword === 'AS') { + if ($asFound || !empty($ret->alias)) { + $parser->error('Potential duplicate alias of CASE expression.', $token); + break; + } + $asFound = true; + continue; + } + + if ($asFound + && $token->type === Token::TYPE_KEYWORD + && ($token->flags & Token::FLAG_KEYWORD_RESERVED || $token->flags & Token::FLAG_KEYWORD_FUNCTION)) { + $parser->error('An alias expected after AS but got ' . $token->value, $token); + $asFound = false; + break; + } + + if ($asFound + || $token->type === Token::TYPE_STRING + || ($token->type === Token::TYPE_SYMBOL && !$token->flags & Token::FLAG_SYMBOL_VARIABLE) + || $token->type === Token::TYPE_NONE + ) { + // An alias is expected (the keyword `AS` was previously found). + if (!empty($ret->alias)) { + $parser->error('An alias was previously found.', $token); + break; + } + $ret->alias = $token->value; + $asFound = false; + + continue; + } + + break; + } + if ($asFound) { + $parser->error('An alias was expected after AS.', $list->tokens[$list->idx - 1]); + } + $ret->expr = self::build($ret); } @@ -241,6 +305,10 @@ public static function build($component, array $options = array()) } $ret .= 'END'; + if ($component->alias) { + $ret .= ' AS ' . Context::escape($component->alias); + } + return $ret; } } diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Components/Condition.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Components/Condition.php similarity index 96% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Components/Condition.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Components/Condition.php index 99ab34c7..2be0abd4 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Components/Condition.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Components/Condition.php @@ -142,7 +142,7 @@ public static function parse(Parser $parser, TokensList $list, array $options = // Conditions are delimited by logical operators. if (in_array($token->value, static::$DELIMITERS, true)) { - if (($betweenBefore) && ($token->value === 'AND')) { + if ($betweenBefore && ($token->value === 'AND')) { // The syntax of keyword `BETWEEN` is hard-coded. $betweenBefore = false; } else { @@ -170,7 +170,7 @@ public static function parse(Parser $parser, TokensList $list, array $options = if ($token->value === 'BETWEEN') { $betweenBefore = true; } - if (($brackets === 0) && (empty(static::$ALLOWED_KEYWORDS[$token->value]))) { + if (($brackets === 0) && empty(static::$ALLOWED_KEYWORDS[$token->value])) { break; } } @@ -179,7 +179,7 @@ public static function parse(Parser $parser, TokensList $list, array $options = if ($token->value === '(') { ++$brackets; } elseif ($token->value === ')') { - if ($brackets == 0) { + if ($brackets === 0) { break; } --$brackets; diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Components/CreateDefinition.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Components/CreateDefinition.php similarity index 98% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Components/CreateDefinition.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Components/CreateDefinition.php index f85ad0f3..21ddae92 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Components/CreateDefinition.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Components/CreateDefinition.php @@ -259,7 +259,7 @@ public static function parse(Parser $parser, TokensList $list, array $options = } $state = 5; } elseif ($state === 5) { - if ((!empty($expr->type)) || (!empty($expr->key))) { + if (!empty($expr->type) || !empty($expr->key)) { $ret[] = $expr; } $expr = new self(); @@ -281,7 +281,7 @@ public static function parse(Parser $parser, TokensList $list, array $options = } // Last iteration was not saved. - if ((!empty($expr->type)) || (!empty($expr->key))) { + if (!empty($expr->type) || !empty($expr->key)) { $ret[] = $expr; } @@ -315,7 +315,7 @@ public static function build($component, array $options = array()) $tmp .= 'CONSTRAINT '; } - if ((isset($component->name)) && ($component->name !== '')) { + if (isset($component->name) && ($component->name !== '')) { $tmp .= Context::escape($component->name) . ' '; } diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Components/DataType.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Components/DataType.php similarity index 98% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Components/DataType.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Components/DataType.php index 52d8775d..51f04fa6 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Components/DataType.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Components/DataType.php @@ -153,7 +153,7 @@ public static function parse(Parser $parser, TokensList $list, array $options = */ public static function build($component, array $options = array()) { - $name = (empty($options['lowercase'])) ? + $name = empty($options['lowercase']) ? $component->name : strtolower($component->name); $parameters = ''; diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Components/Expression.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Components/Expression.php similarity index 91% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Components/Expression.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Components/Expression.php index cce797f7..5350e360 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Components/Expression.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Components/Expression.php @@ -215,8 +215,8 @@ public static function parse(Parser $parser, TokensList $list, array $options = } if ($token->type === Token::TYPE_KEYWORD) { - if (($brackets > 0) && (empty($ret->subquery)) - && (!empty(Parser::$STATEMENT_PARSERS[$token->keyword])) + if (($brackets > 0) && empty($ret->subquery) + && !empty(Parser::$STATEMENT_PARSERS[$token->keyword]) ) { // A `(` was previously found and this keyword is the // beginning of a statement, so this is a subquery. @@ -282,7 +282,7 @@ public static function parse(Parser $parser, TokensList $list, array $options = } if ($token->type === Token::TYPE_OPERATOR) { - if ((!empty($options['breakOnParentheses'])) + if (!empty($options['breakOnParentheses']) && (($token->value === '(') || ($token->value === ')')) ) { // No brackets were expected. @@ -290,7 +290,7 @@ public static function parse(Parser $parser, TokensList $list, array $options = } if ($token->value === '(') { ++$brackets; - if ((empty($ret->function)) && ($prev[1] !== null) + if (empty($ret->function) && ($prev[1] !== null) && (($prev[1]->type === Token::TYPE_NONE) || ($prev[1]->type === Token::TYPE_SYMBOL) || (($prev[1]->type === Token::TYPE_KEYWORD) @@ -298,23 +298,25 @@ public static function parse(Parser $parser, TokensList $list, array $options = ) { $ret->function = $prev[1]->value; } - } elseif ($token->value === ')' && $brackets == 0) { - // Not our bracket - break; } elseif ($token->value === ')') { - --$brackets; if ($brackets === 0) { - if (!empty($options['parenthesesDelimited'])) { - // The current token is the last bracket, the next - // one will be outside the expression. - $ret->expr .= $token->token; - ++$list->idx; + // Not our bracket + break; + } else { + --$brackets; + if ($brackets === 0) { + if (!empty($options['parenthesesDelimited'])) { + // The current token is the last bracket, the next + // one will be outside the expression. + $ret->expr .= $token->token; + ++$list->idx; + break; + } + } elseif ($brackets < 0) { + // $parser->error('Unexpected closing bracket.', $token); + // $brackets = 0; break; } - } elseif ($brackets < 0) { - // $parser->error('Unexpected closing bracket.', $token); - // $brackets = 0; - break; } } elseif ($token->value === ',') { // Expressions are comma-delimited. @@ -362,7 +364,7 @@ public static function parse(Parser $parser, TokensList $list, array $options = // Found a `.` which means we expect a column name and // the column name we parsed is actually the table name // and the table name is actually a database name. - if ((!empty($ret->database)) || ($dot)) { + if (!empty($ret->database) || $dot) { $parser->error('Unexpected dot.', $token); } $ret->database = $ret->table; @@ -426,13 +428,13 @@ public static function build($component, array $options = array()) $ret = $component->expr; } else { $fields = array(); - if ((isset($component->database)) && ($component->database !== '')) { + if (isset($component->database) && ($component->database !== '')) { $fields[] = $component->database; } - if ((isset($component->table)) && ($component->table !== '')) { + if (isset($component->table) && ($component->table !== '')) { $fields[] = $component->table; } - if ((isset($component->column)) && ($component->column !== '')) { + if (isset($component->column) && ($component->column !== '')) { $fields[] = $component->column; } $ret = implode('.', Context::escape($fields)); diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Components/ExpressionArray.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Components/ExpressionArray.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Components/ExpressionArray.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Components/ExpressionArray.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Components/FunctionCall.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Components/FunctionCall.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Components/FunctionCall.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Components/FunctionCall.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Components/GroupKeyword.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Components/GroupKeyword.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Components/GroupKeyword.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Components/GroupKeyword.php diff --git a/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Components/IndexHint.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Components/IndexHint.php new file mode 100644 index 00000000..9534d2d2 --- /dev/null +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Components/IndexHint.php @@ -0,0 +1,193 @@ +type = $type; + $this->indexOrKey = $indexOrKey; + $this->for = $for; + $this->indexes = $indexes; + } + + /** + * @param Parser $parser the parser that serves as context + * @param TokensList $list the list of tokens that are being parsed + * @param array $options parameters for parsing + * + * @return IndexHint|Component[] + */ + public static function parse(Parser $parser, TokensList $list, array $options = array()) + { + $ret = array(); + $expr = new self(); + $expr->type = isset($options['type']) ? $options['type'] : null; + /** + * The state of the parser. + * + * Below are the states of the parser. + * 0 ----------------- [ USE/IGNORE/FORCE ]-----------------> 1 + * 1 -------------------- [ INDEX/KEY ] --------------------> 2 + * 2 ----------------------- [ FOR ] -----------------------> 3 + * 2 -------------------- [ expr_list ] --------------------> 0 + * 3 -------------- [ JOIN/GROUP BY/ORDER BY ] -------------> 4 + * 4 -------------------- [ expr_list ] --------------------> 0 + * @var int + */ + $state = 0; + + // By design, the parser will parse first token after the keyword. So, the keyword + // must be analyzed too, in order to determine the type of this index hint. + if ($list->idx > 0) { + --$list->idx; + } + for (; $list->idx < $list->count; ++$list->idx) { + /** + * Token parsed at this moment. + * + * @var Token + */ + $token = $list->tokens[$list->idx]; + + // End of statement. + if ($token->type === Token::TYPE_DELIMITER) { + break; + } + // Skipping whitespaces and comments. + if (($token->type === Token::TYPE_WHITESPACE) || ($token->type === Token::TYPE_COMMENT)) { + continue; + } + + switch ($state) { + case 0: + if ($token->type === Token::TYPE_KEYWORD) { + if ($token->keyword === 'USE' || $token->keyword === 'IGNORE' || $token->keyword === 'FORCE') { + $expr->type = $token->keyword; + $state = 1; + } else { + break 2; + } + } + break; + case 1: + if ($token->type === Token::TYPE_KEYWORD) { + if ($token->keyword === 'INDEX' || $token->keyword === 'KEY') { + $expr->indexOrKey = $token->keyword; + } else { + $parser->error('Unexpected keyword.', $token); + } + $state = 2; + } else { + // we expect the token to be a keyword + $parser->error('Unexpected token.', $token); + } + break; + case 2: + if ($token->type === Token::TYPE_KEYWORD && $token->keyword === 'FOR') { + $state = 3; + } else { + $expr->indexes = ExpressionArray::parse($parser, $list); + $state = 0; + $ret[] = $expr; + $expr = new self(); + } + break; + case 3: + if ($token->type === Token::TYPE_KEYWORD) { + if ($token->keyword === 'JOIN' || $token->keyword === 'GROUP BY' || $token->keyword === 'ORDER BY') { + $expr->for = $token->keyword; + } else { + $parser->error('Unexpected keyword.', $token); + } + $state = 4; + } else { + // we expect the token to be a keyword + $parser->error('Unexpected token.', $token); + } + break; + case 4: + $expr->indexes = ExpressionArray::parse($parser, $list); + $state = 0; + $ret[] = $expr; + $expr = new self(); + break; + } + } + --$list->idx; + + return $ret; + } + + /** + * @param ArrayObj|ArrayObj[] $component the component to be built + * @param array $options parameters for building + * + * @return string + */ + public static function build($component, array $options = array()) + { + if (is_array($component)) { + return implode(' ', $component); + } + + $ret = $component->type . ' ' . $component->indexOrKey . ' '; + if ($component->for !== null) { + $ret .= 'FOR ' . $component->for . ' '; + } + return $ret . ExpressionArray::build($component->indexes); + } +} diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Components/IntoKeyword.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Components/IntoKeyword.php similarity index 96% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Components/IntoKeyword.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Components/IntoKeyword.php index 17615f6c..c0fa390c 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Components/IntoKeyword.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Components/IntoKeyword.php @@ -207,10 +207,10 @@ public static function parse(Parser $parser, TokensList $list, array $options = $ret->dest = $token->value; $state = 3; - } elseif ($state == 3) { + } elseif ($state === 3) { $ret->parseFileOptions($parser, $list, $token->value); $state = 4; - } elseif ($state == 4) { + } elseif ($state === 4) { if ($token->type === Token::TYPE_KEYWORD && $token->keyword !== 'LINES') { break; } @@ -237,11 +237,7 @@ public function parseFileOptions(Parser $parser, TokensList $list, $keyword = 'F static::$FIELDS_OPTIONS ); - if ($keyword === 'FIELDS') { - $this->fields_keyword = true; - } else { - $this->fields_keyword = false; - } + $this->fields_keyword = ($keyword === 'FIELDS'); } else { // parse line options $this->lines_options = OptionsArray::parse( @@ -272,7 +268,7 @@ public static function build($component, array $options = array()) $fields_options_str = OptionsArray::build($component->fields_options); if (trim($fields_options_str) !== '') { - $ret .= ($component->fields_keyword) ? ' FIELDS' : ' COLUMNS'; + $ret .= $component->fields_keyword ? ' FIELDS' : ' COLUMNS'; $ret .= ' ' . $fields_options_str; } diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Components/JoinKeyword.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Components/JoinKeyword.php similarity index 86% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Components/JoinKeyword.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Components/JoinKeyword.php index 55b69ae0..786092dd 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Components/JoinKeyword.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Components/JoinKeyword.php @@ -151,7 +151,7 @@ public static function parse(Parser $parser, TokensList $list, array $options = if ($state === 0) { if (($token->type === Token::TYPE_KEYWORD) - && (!empty(static::$JOINS[$token->keyword])) + && !empty(static::$JOINS[$token->keyword]) ) { $expr->type = static::$JOINS[$token->keyword]; $state = 1; @@ -163,22 +163,25 @@ public static function parse(Parser $parser, TokensList $list, array $options = $state = 2; } elseif ($state === 2) { if ($token->type === Token::TYPE_KEYWORD) { - if ($token->keyword === 'ON') { - $state = 3; - } elseif ($token->keyword === 'USING') { - $state = 4; - } else { - if (($token->type === Token::TYPE_KEYWORD) - && (!empty(static::$JOINS[$token->keyword])) - ) { - $ret[] = $expr; - $expr = new self(); - $expr->type = static::$JOINS[$token->keyword]; - $state = 1; - } else { - /* Next clause is starting */ - break; - } + switch($token->keyword) { + case 'ON': + $state = 3; + break; + case 'USING': + $state = 4; + break; + default: + if (!empty(static::$JOINS[$token->keyword]) + ) { + $ret[] = $expr; + $expr = new self(); + $expr->type = static::$JOINS[$token->keyword]; + $state = 1; + } else { + /* Next clause is starting */ + break 2; + } + break; } } } elseif ($state === 3) { diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Components/Key.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Components/Key.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Components/Key.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Components/Key.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Components/Limit.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Components/Limit.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Components/Limit.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Components/Limit.php diff --git a/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Components/LockExpression.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Components/LockExpression.php new file mode 100644 index 00000000..644e3ca9 --- /dev/null +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Components/LockExpression.php @@ -0,0 +1,203 @@ + 1 + * 1 ---------------- [ lock_type ] ----------------> 2 + * 2 -------------------- [ , ] --------------------> break + * + * @var int + */ + $state = 0; + + $prevToken = null; + + for (; $list->idx < $list->count; ++$list->idx) { + /** + * Token parsed at this moment. + * + * @var Token + */ + $token = $list->tokens[$list->idx]; + + // End of statement. + if ($token->type === Token::TYPE_DELIMITER + || ($token->type === Token::TYPE_OPERATOR + && $token->value === ',') + ) { + break; + } + + if ($state === 0) { + $ret->table = Expression::parse($parser, $list, array('parseField' => 'table')); + $state = 1; + } elseif ($state === 1) { + // parse lock type + $ret->type = self::parseLockType($parser, $list); + $state = 2; + } + $prevToken = $token; + } + + // 2 is the only valid end state + if ($state !== 2) { + $parser->error('Unexpected end of LOCK expression.', $prevToken); + } + + --$list->idx; + + return $ret; + } + + /** + * @param LockExpression|LockExpression[] $component the component to be built + * @param array $options parameters for building + * + * @return string + */ + public static function build($component, array $options = array()) + { + if (is_array($component)) { + return implode(', ', $component); + } + + return $component->table . ' ' . $component->type; + } + + private static function parseLockType(Parser $parser, TokensList $list) { + $lockType = ''; + + /** + * The state of the parser while parsing for lock type. + * + * Below are the states of the parser. + * + * 0 ---------------- [ READ ] -----------------> 1 + * 0 ------------- [ LOW_PRIORITY ] ------------> 2 + * 0 ---------------- [ WRITE ] ----------------> 3 + * 1 ---------------- [ LOCAL ] ----------------> 3 + * 2 ---------------- [ WRITE ] ----------------> 3 + * + * @var int + */ + $state = 0; + + $prevToken = null; + + for (; $list->idx < $list->count; ++$list->idx) { + /** + * Token parsed at this moment. + * + * @var Token + */ + $token = $list->tokens[$list->idx]; + + // End of statement. + if ($token->type === Token::TYPE_DELIMITER + || ($token->type === Token::TYPE_OPERATOR + && $token->value === ',') + ) { + --$list->idx; + break; + } + + // Skipping whitespaces and comments. + if ($token->type === Token::TYPE_WHITESPACE || $token->type === Token::TYPE_COMMENT) { + continue; + } + + // We only expect keywords + if ($token->type !== Token::TYPE_KEYWORD) { + $parser->error('Unexpected token.', $token); + break; + } + + if ($state === 0) { + if ($token->keyword === 'READ') { + $state = 1; + } elseif ($token->keyword === 'LOW_PRIORITY') { + $state = 2; + } elseif ($token->keyword === 'WRITE') { + $state = 3; + } else { + $parser->error('Unexpected keyword.', $token); + break; + } + $lockType .= $token->keyword; + } elseif ($state === 1) { + if ($token->keyword === 'LOCAL') { + $lockType .= ' ' . $token->keyword; + $state = 3; + } else { + $parser->error('Unexpected keyword.', $token); + break; + } + } elseif ($state === 2) { + if ($token->keyword === 'WRITE') { + $lockType .= ' ' . $token->keyword; + $state = 3; // parsing over + } else { + $parser->error('Unexpected keyword.', $token); + break; + } + } + + $prevToken = $token; + } + + // Only two possible end states + if ($state !== 1 && $state !== 3) { + $parser->error('Unexpected end of Lock expression.', $prevToken); + } + + return $lockType; + } +} diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Components/OptionsArray.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Components/OptionsArray.php similarity index 98% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Components/OptionsArray.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Components/OptionsArray.php index 871772b5..fd02d222 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Components/OptionsArray.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Components/OptionsArray.php @@ -247,10 +247,10 @@ public static function parse(Parser $parser, TokensList $list, array $options = */ if ($state === 1 && $lastOption - && ($lastOption[1] == 'expr' - || $lastOption[1] == 'var' - || $lastOption[1] == 'var=' - || $lastOption[1] == 'expr=') + && ($lastOption[1] === 'expr' + || $lastOption[1] === 'var' + || $lastOption[1] === 'var=' + || $lastOption[1] === 'expr=') ) { $parser->error( sprintf( diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Components/OrderKeyword.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Components/OrderKeyword.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Components/OrderKeyword.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Components/OrderKeyword.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Components/ParameterDefinition.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Components/ParameterDefinition.php similarity index 98% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Components/ParameterDefinition.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Components/ParameterDefinition.php index 82a3567c..1f810f5a 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Components/ParameterDefinition.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Components/ParameterDefinition.php @@ -138,7 +138,7 @@ public static function parse(Parser $parser, TokensList $list, array $options = } // Last iteration was not saved. - if ((isset($expr->name)) && ($expr->name !== '')) { + if (isset($expr->name) && ($expr->name !== '')) { $ret[] = $expr; } diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Components/PartitionDefinition.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Components/PartitionDefinition.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Components/PartitionDefinition.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Components/PartitionDefinition.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Components/Reference.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Components/Reference.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Components/Reference.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Components/Reference.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Components/RenameOperation.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Components/RenameOperation.php similarity index 98% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Components/RenameOperation.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Components/RenameOperation.php index 2e3d6ef9..e9bd9ce9 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Components/RenameOperation.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Components/RenameOperation.php @@ -68,7 +68,7 @@ public static function parse(Parser $parser, TokensList $list, array $options = * * 1 ------------------------[ TO ]-----------------------> 2 * - * 2 ---------------------[ old name ]--------------------> 3 + * 2 ---------------------[ new name ]--------------------> 3 * * 3 ------------------------[ , ]------------------------> 0 * 3 -----------------------[ else ]----------------------> (END) diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Components/SetOperation.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Components/SetOperation.php similarity index 82% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Components/SetOperation.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Components/SetOperation.php index 83f2e552..2945a8e4 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Components/SetOperation.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Components/SetOperation.php @@ -64,15 +64,22 @@ public static function parse(Parser $parser, TokensList $list, array $options = * * Below are the states of the parser. * - * 0 -------------------[ column name ]-------------------> 1 - * + * 0 ---------------------[ col_name ]--------------------> 0 + * 0 ------------------------[ = ]------------------------> 1 + * 1 -----------------------[ value ]---------------------> 1 * 1 ------------------------[ , ]------------------------> 0 - * 1 ----------------------[ value ]----------------------> 1 * * @var int */ $state = 0; + /** + * Token when the parser has seen the latest comma + * + * @var Token + */ + $commaLastSeenAt = null; + for (; $list->idx < $list->count; ++$list->idx) { /** * Token parsed at this moment. @@ -94,7 +101,7 @@ public static function parse(Parser $parser, TokensList $list, array $options = // No keyword is expected. if (($token->type === Token::TYPE_KEYWORD) && ($token->flags & Token::FLAG_KEYWORD_RESERVED) - && ($state == 0) + && ($state === 0) ) { break; } @@ -104,6 +111,8 @@ public static function parse(Parser $parser, TokensList $list, array $options = $state = 1; } elseif ($token->value !== ',') { $expr->column .= $token->token; + } elseif ($token->value === ',') { + $commaLastSeenAt = $token; } } elseif ($state === 1) { $tmp = Expression::parse( @@ -113,7 +122,7 @@ public static function parse(Parser $parser, TokensList $list, array $options = 'breakOnAlias' => true, ) ); - if ($tmp == null) { + if (is_null($tmp)) { $parser->error('Missing expression.', $token); break; } @@ -122,11 +131,16 @@ public static function parse(Parser $parser, TokensList $list, array $options = $ret[] = $expr; $expr = new self(); $state = 0; + $commaLastSeenAt = null; } } - --$list->idx; + // We saw a comma, but didn't see a column-value pair after it + if ($commaLastSeenAt !== null) { + $parser->error('Unexpected token.', $commaLastSeenAt); + } + return $ret; } diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Components/UnionKeyword.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Components/UnionKeyword.php similarity index 84% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Components/UnionKeyword.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Components/UnionKeyword.php index 4aa0f94e..2de5126f 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Components/UnionKeyword.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Components/UnionKeyword.php @@ -26,8 +26,8 @@ class UnionKeyword extends Component public static function build($component, array $options = array()) { $tmp = array(); - foreach ($component as $component) { - $tmp[] = $component[0] . ' ' . $component[1]; + foreach ($component as $componentPart) { + $tmp[] = $componentPart[0] . ' ' . $componentPart[1]; } return implode(' ', $tmp); diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Context.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Context.php similarity index 97% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Context.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Context.php index 4aaa956b..869a9bb7 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Context.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Context.php @@ -255,10 +255,8 @@ public static function isKeyword($str, $isReserved = false) $str = strtoupper($str); if (isset(static::$KEYWORDS[$str])) { - if ($isReserved) { - if (!(static::$KEYWORDS[$str] & Token::FLAG_KEYWORD_RESERVED)) { - return null; - } + if ($isReserved && !(static::$KEYWORDS[$str] & Token::FLAG_KEYWORD_RESERVED)) { + return null; } return static::$KEYWORDS[$str]; @@ -315,21 +313,21 @@ public static function isWhitespace($str) public static function isComment($str, $end = false) { $len = strlen($str); - if ($len == 0) { + if ($len === 0) { return null; } if ($str[0] === '#') { return Token::FLAG_COMMENT_BASH; } elseif (($len > 1) && ($str[0] === '/') && ($str[1] === '*')) { - return (($len > 2) && ($str[2] == '!')) ? + return (($len > 2) && ($str[2] === '!')) ? Token::FLAG_COMMENT_MYSQL_CMD : Token::FLAG_COMMENT_C; } elseif (($len > 1) && ($str[0] === '*') && ($str[1] === '/')) { return Token::FLAG_COMMENT_C; } elseif (($len > 2) && ($str[0] === '-') - && ($str[1] === '-') && (static::isWhitespace($str[2])) + && ($str[1] === '-') && static::isWhitespace($str[2]) ) { return Token::FLAG_COMMENT_SQL; - } elseif (($len == 2) && $end && ($str[0] === '-') && ($str[1] === '-')) { + } elseif (($len === 2) && $end && ($str[0] === '-') && ($str[1] === '-')) { return Token::FLAG_COMMENT_SQL; } @@ -384,7 +382,7 @@ public static function isNumber($str) */ public static function isSymbol($str) { - if (strlen($str) == 0) { + if (strlen($str) === 0) { return null; } if ($str[0] === '@') { @@ -410,7 +408,7 @@ public static function isSymbol($str) */ public static function isString($str) { - if (strlen($str) == 0) { + if (strlen($str) === 0) { return null; } if ($str[0] === '\'') { diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Contexts/ContextMariaDb100000.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Contexts/ContextMariaDb100000.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Contexts/ContextMariaDb100000.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Contexts/ContextMariaDb100000.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Contexts/ContextMariaDb100100.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Contexts/ContextMariaDb100100.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Contexts/ContextMariaDb100100.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Contexts/ContextMariaDb100100.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Contexts/ContextMariaDb100200.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Contexts/ContextMariaDb100200.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Contexts/ContextMariaDb100200.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Contexts/ContextMariaDb100200.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Contexts/ContextMariaDb100300.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Contexts/ContextMariaDb100300.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Contexts/ContextMariaDb100300.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Contexts/ContextMariaDb100300.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Contexts/ContextMySql50000.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Contexts/ContextMySql50000.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Contexts/ContextMySql50000.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Contexts/ContextMySql50000.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Contexts/ContextMySql50100.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Contexts/ContextMySql50100.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Contexts/ContextMySql50100.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Contexts/ContextMySql50100.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Contexts/ContextMySql50500.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Contexts/ContextMySql50500.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Contexts/ContextMySql50500.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Contexts/ContextMySql50500.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Contexts/ContextMySql50600.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Contexts/ContextMySql50600.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Contexts/ContextMySql50600.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Contexts/ContextMySql50600.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Contexts/ContextMySql50700.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Contexts/ContextMySql50700.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Contexts/ContextMySql50700.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Contexts/ContextMySql50700.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Contexts/ContextMySql80000.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Contexts/ContextMySql80000.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Contexts/ContextMySql80000.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Contexts/ContextMySql80000.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Core.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Core.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Core.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Core.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Exceptions/LexerException.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Exceptions/LexerException.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Exceptions/LexerException.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Exceptions/LexerException.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Exceptions/LoaderException.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Exceptions/LoaderException.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Exceptions/LoaderException.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Exceptions/LoaderException.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Exceptions/ParserException.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Exceptions/ParserException.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Exceptions/ParserException.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Exceptions/ParserException.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Lexer.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Lexer.php similarity index 99% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Lexer.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Lexer.php index f5972d8e..ef1ca68d 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Lexer.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Lexer.php @@ -883,7 +883,7 @@ public function parseSymbol() if ($this->last < $this->len) { if (($str = $this->parseString('`')) === null) { - if (($str = static::parseUnknown()) === null) { + if (($str = $this->parseUnknown()) === null) { $this->error( 'Variable name was expected.', $this->str[$this->last], diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Parser.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Parser.php similarity index 95% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Parser.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Parser.php index 11196ef7..ec8637ad 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Parser.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Parser.php @@ -86,6 +86,13 @@ class Parser extends Core 'COMMIT' => 'PhpMyAdmin\\SqlParser\\Statements\\TransactionStatement', 'ROLLBACK' => 'PhpMyAdmin\\SqlParser\\Statements\\TransactionStatement', 'START TRANSACTION' => 'PhpMyAdmin\\SqlParser\\Statements\\TransactionStatement', + + 'PURGE' => 'PhpMyAdmin\\SqlParser\\Statements\\PurgeStatement', + + // Lock statements + // https://dev.mysql.com/doc/refman/5.7/en/lock-tables.html + 'LOCK' => 'PhpMyAdmin\\SqlParser\\Statements\\LockStatement', + 'UNLOCK' => 'PhpMyAdmin\\SqlParser\\Statements\\LockStatement', ); /** @@ -170,6 +177,10 @@ class Parser extends Core 'field' => 'fields', 'options' => array('parseField' => 'table'), ), + 'FORCE' => array( + 'class' => 'PhpMyAdmin\\SqlParser\\Components\\IndexHint', + 'field' => 'index_hints', + ), 'FROM' => array( 'class' => 'PhpMyAdmin\\SqlParser\\Components\\ExpressionArray', 'field' => 'from', @@ -183,6 +194,10 @@ class Parser extends Core 'class' => 'PhpMyAdmin\\SqlParser\\Components\\Condition', 'field' => 'having', ), + 'IGNORE' => array( + 'class' => 'PhpMyAdmin\\SqlParser\\Components\\IndexHint', + 'field' => 'index_hints', + ), 'INTO' => array( 'class' => 'PhpMyAdmin\\SqlParser\\Components\\IntoKeyword', 'field' => 'into', @@ -244,6 +259,10 @@ class Parser extends Core 'class' => 'PhpMyAdmin\\SqlParser\\Components\\JoinKeyword', 'field' => 'join', ), + 'STRAIGHT_JOIN' => array( + 'class' => 'PhpMyAdmin\\SqlParser\\Components\\JoinKeyword', + 'field' => 'join', + ), 'LIMIT' => array( 'class' => 'PhpMyAdmin\\SqlParser\\Components\\Limit', 'field' => 'limit', @@ -297,6 +316,10 @@ class Parser extends Core 'field' => 'tables', 'options' => array('parseField' => 'table'), ), + 'USE' => array( + 'class' => 'PhpMyAdmin\\SqlParser\\Components\\IndexHint', + 'field' => 'index_hints', + ), 'VALUE' => array( 'class' => 'PhpMyAdmin\\SqlParser\\Components\\Array2d', 'field' => 'values', @@ -340,7 +363,7 @@ class Parser extends Core */ public function __construct($list = null, $strict = false) { - if ((is_string($list)) || ($list instanceof UtfString)) { + if (is_string($list) || ($list instanceof UtfString)) { $lexer = new Lexer($list, $strict); $this->list = $lexer->list; } elseif ($list instanceof TokensList) { @@ -488,7 +511,7 @@ public function parse() $prevLastIdx = $list->idx; // Handles unions. - if ((!empty($unionType)) + if (!empty($unionType) && ($lastStatement instanceof SelectStatement) && ($statement instanceof SelectStatement) ) { diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Statement.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Statement.php similarity index 90% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Statement.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Statement.php index f7ed9ab8..6eb42c74 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Statement.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Statement.php @@ -260,7 +260,7 @@ public function parse(Parser $parser, TokensList $list) // ON DUPLICATE KEY UPDATE ... // has to be parsed in parent statement (INSERT or REPLACE) // so look for it and break - if ($this instanceof \PhpMyAdmin\SqlParser\Statements\SelectStatement + if ($this instanceof Statements\SelectStatement && $token->value === 'ON' ) { ++$list->idx; // Skip ON @@ -303,8 +303,8 @@ public function parse(Parser $parser, TokensList $list) $options = array(); // Looking for duplicated clauses. - if ((!empty(Parser::$KEYWORD_PARSERS[$token->value])) - || (!empty(Parser::$STATEMENT_PARSERS[$token->value])) + if (!empty(Parser::$KEYWORD_PARSERS[$token->value]) + || !empty(Parser::$STATEMENT_PARSERS[$token->value]) ) { if (!empty($parsedClauses[$token->value])) { $parser->error( @@ -327,8 +327,8 @@ public function parse(Parser $parser, TokensList $list) // Checking if this is the beginning of the statement. if (!empty(Parser::$STATEMENT_PARSERS[$token->keyword])) { - if ((!empty(static::$CLAUSES)) // Undefined for some statements. - && (empty(static::$CLAUSES[$token->value])) + if (!empty(static::$CLAUSES) // Undefined for some statements. + && empty(static::$CLAUSES[$token->value]) ) { // Some keywords (e.g. `SET`) may be the beginning of a // statement and a clause. @@ -354,12 +354,23 @@ public function parse(Parser $parser, TokensList $list) $parsedOptions = true; } } elseif ($class === null) { - // Handle special end options in Select statement - // See Statements\SelectStatement::$END_OPTIONS - if ($this instanceof \PhpMyAdmin\SqlParser\Statements\SelectStatement + if ($this instanceof Statements\SelectStatement && ($token->value === 'FOR UPDATE' || $token->value === 'LOCK IN SHARE MODE') ) { + // Handle special end options in Select statement + // See Statements\SelectStatement::$END_OPTIONS + $this->end_options = OptionsArray::parse( + $parser, + $list, + static::$END_OPTIONS + ); + } elseif ($this instanceof Statements\SetStatement + && ($token->value === 'COLLATE' + || $token->value === 'DEFAULT') + ) { + // Handle special end options in SET statement + // See Statements\SetStatement::$END_OPTIONS $this->end_options = OptionsArray::parse( $parser, $list, @@ -451,9 +462,7 @@ public function validateClauseOrder($parser, $list) { $clauses = array_flip(array_keys($this->getClauses())); - if (empty($clauses) - || count($clauses) == 0 - ) { + if (empty($clauses) || count($clauses) === 0) { return true; } @@ -488,8 +497,19 @@ public function validateClauseOrder($parser, $list) $clauseType ); + if ($clauseStartIdx !== -1 + && $this instanceof Statements\SelectStatement + && ($clauseType === 'FORCE' + || $clauseType === 'IGNORE' + || $clauseType === 'USE') + ) { + // TODO: ordering of clauses in a SELECT statement with + // Index hints is not supported + return true; + } + // Handle ordering of Multiple Joins in a query - if ($clauseStartIdx != -1) { + if ($clauseStartIdx !== -1) { if ($minJoin === 0 && stripos($clauseType, 'JOIN')) { // First JOIN clause is detected $minJoin = $maxJoin = $clauseStartIdx; @@ -501,7 +521,7 @@ public function validateClauseOrder($parser, $list) } } - if ($clauseStartIdx != -1 && $clauseStartIdx < $minIdx) { + if ($clauseStartIdx !== -1 && $clauseStartIdx < $minIdx) { if ($minJoin === 0 || $error === 1) { $token = $list->tokens[$clauseStartIdx]; $parser->error( @@ -512,7 +532,7 @@ public function validateClauseOrder($parser, $list) return false; } $minIdx = $clauseStartIdx; - } elseif ($clauseStartIdx != -1) { + } elseif ($clauseStartIdx !== -1) { $minIdx = $clauseStartIdx; } diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Statements/AlterStatement.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Statements/AlterStatement.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Statements/AlterStatement.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Statements/AlterStatement.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Statements/AnalyzeStatement.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Statements/AnalyzeStatement.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Statements/AnalyzeStatement.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Statements/AnalyzeStatement.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Statements/BackupStatement.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Statements/BackupStatement.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Statements/BackupStatement.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Statements/BackupStatement.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Statements/CallStatement.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Statements/CallStatement.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Statements/CallStatement.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Statements/CallStatement.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Statements/CheckStatement.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Statements/CheckStatement.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Statements/CheckStatement.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Statements/CheckStatement.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Statements/ChecksumStatement.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Statements/ChecksumStatement.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Statements/ChecksumStatement.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Statements/ChecksumStatement.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Statements/CreateStatement.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Statements/CreateStatement.php similarity index 62% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Statements/CreateStatement.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Statements/CreateStatement.php index 6510e526..65cdbbb2 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Statements/CreateStatement.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Statements/CreateStatement.php @@ -279,41 +279,43 @@ public function build() . OptionsArray::build($this->options) . ' ' . Expression::build($this->name) . ' ' . OptionsArray::build($this->entityOptions); - } elseif ($this->options->has('TABLE') && !is_null($this->select)) { - return 'CREATE ' - . OptionsArray::build($this->options) . ' ' - . Expression::build($this->name) . ' ' - . $this->select->build(); - } elseif ($this->options->has('TABLE') && !is_null($this->like)) { - return 'CREATE ' - . OptionsArray::build($this->options) . ' ' - . Expression::build($this->name) . ' LIKE ' - . Expression::build($this->like); } elseif ($this->options->has('TABLE')) { - $partition = ''; + if (!is_null($this->select)) { + return 'CREATE ' + . OptionsArray::build($this->options) . ' ' + . Expression::build($this->name) . ' ' + . $this->select->build(); + } elseif (!is_null($this->like)) { + return 'CREATE ' + . OptionsArray::build($this->options) . ' ' + . Expression::build($this->name) . ' LIKE ' + . Expression::build($this->like); + } else { + $partition = ''; + + if (!empty($this->partitionBy)) { + $partition .= "\nPARTITION BY " . $this->partitionBy; + } + if (!empty($this->partitionsNum)) { + $partition .= "\nPARTITIONS " . $this->partitionsNum; + } + if (!empty($this->subpartitionBy)) { + $partition .= "\nSUBPARTITION BY " . $this->subpartitionBy; + } + if (!empty($this->subpartitionsNum)) { + $partition .= "\nSUBPARTITIONS " . $this->subpartitionsNum; + } + if (!empty($this->partitions)) { + $partition .= "\n" . PartitionDefinition::build($this->partitions); + } - if (!empty($this->partitionBy)) { - $partition .= "\nPARTITION BY " . $this->partitionBy; - } - if (!empty($this->partitionsNum)) { - $partition .= "\nPARTITIONS " . $this->partitionsNum; - } - if (!empty($this->subpartitionBy)) { - $partition .= "\nSUBPARTITION BY " . $this->subpartitionBy; + return 'CREATE ' + . OptionsArray::build($this->options) . ' ' + . Expression::build($this->name) . ' ' + . $fields + . OptionsArray::build($this->entityOptions) + . $partition; } - if (!empty($this->subpartitionsNum)) { - $partition .= "\nSUBPARTITIONS " . $this->subpartitionsNum; - } - if (!empty($this->partitions)) { - $partition .= "\n" . PartitionDefinition::build($this->partitions); - } - - return 'CREATE ' - . OptionsArray::build($this->options) . ' ' - . Expression::build($this->name) . ' ' - . $fields - . OptionsArray::build($this->entityOptions) - . $partition; } elseif ($this->options->has('VIEW')) { return 'CREATE ' . OptionsArray::build($this->options) . ' ' @@ -327,8 +329,8 @@ public function build() . OptionsArray::build($this->entityOptions) . ' ' . 'ON ' . Expression::build($this->table) . ' ' . 'FOR EACH ROW ' . TokensList::build($this->body); - } elseif (($this->options->has('PROCEDURE')) - || ($this->options->has('FUNCTION')) + } elseif ($this->options->has('PROCEDURE') + || $this->options->has('FUNCTION') ) { $tmp = ''; if ($this->options->has('FUNCTION')) { @@ -370,7 +372,7 @@ public function parse(Parser $parser, TokensList $list) ) ); - if ((!isset($this->name)) || ($this->name === '')) { + if (!isset($this->name) || ($this->name === '')) { $parser->error( 'The name of the entity was expected.', $list->tokens[$list->idx] @@ -386,7 +388,7 @@ public function parse(Parser $parser, TokensList $list) */ $token = $list->tokens[$list->idx]; $nextidx = $list->idx + 1; - while ($nextidx < $list->count && $list->tokens[$nextidx]->type == Token::TYPE_WHITESPACE) { + while ($nextidx < $list->count && $list->tokens[$nextidx]->type === Token::TYPE_WHITESPACE) { ++$nextidx; } @@ -396,150 +398,148 @@ public function parse(Parser $parser, TokensList $list) $list, static::$DB_OPTIONS ); - } elseif ($this->options->has('TABLE') - && ($token->type == Token::TYPE_KEYWORD) - && ($token->keyword == 'SELECT') - ) { - /* CREATE TABLE ... SELECT */ - $this->select = new SelectStatement($parser, $list); - } elseif ($this->options->has('TABLE') - && ($token->type == Token::TYPE_KEYWORD) && ($token->keyword == 'AS') - && ($list->tokens[$nextidx]->type == Token::TYPE_KEYWORD) - && ($list->tokens[$nextidx]->value == 'SELECT') - ) { - /* CREATE TABLE ... AS SELECT */ - $list->idx = $nextidx; - $this->select = new SelectStatement($parser, $list); - } elseif ($this->options->has('TABLE') - && $token->type == Token::TYPE_KEYWORD - && $token->keyword == 'LIKE' - ) { - /* CREATE TABLE `new_tbl` LIKE 'orig_tbl' */ - $list->idx = $nextidx; - $this->like = Expression::parse( - $parser, - $list, - array( - 'parseField' => 'table', - 'breakOnAlias' => true, - ) - ); - // The 'LIKE' keyword was found, but no table_name was found next to it - if ($this->like == null) { - $parser->error( - 'A table name was expected.', - $list->tokens[$list->idx] - ); - } } elseif ($this->options->has('TABLE')) { - $this->fields = CreateDefinition::parse($parser, $list); - if (empty($this->fields)) { - $parser->error( - 'At least one column definition was expected.', - $list->tokens[$list->idx] + if (($token->type === Token::TYPE_KEYWORD) + && ($token->keyword === 'SELECT')) { + /* CREATE TABLE ... SELECT */ + $this->select = new SelectStatement($parser, $list); + } elseif (($token->type === Token::TYPE_KEYWORD) && ($token->keyword === 'AS') + && ($list->tokens[$nextidx]->type === Token::TYPE_KEYWORD) + && ($list->tokens[$nextidx]->value === 'SELECT')) { + /* CREATE TABLE ... AS SELECT */ + $list->idx = $nextidx; + $this->select = new SelectStatement($parser, $list); + } elseif ($token->type === Token::TYPE_KEYWORD + && $token->keyword === 'LIKE') { + /* CREATE TABLE `new_tbl` LIKE 'orig_tbl' */ + $list->idx = $nextidx; + $this->like = Expression::parse( + $parser, + $list, + array( + 'parseField' => 'table', + 'breakOnAlias' => true, + ) ); - } - ++$list->idx; + // The 'LIKE' keyword was found, but no table_name was found next to it + if (is_null($this->like)) { + $parser->error( + 'A table name was expected.', + $list->tokens[$list->idx] + ); + } + } else { + $this->fields = CreateDefinition::parse($parser, $list); + if (empty($this->fields)) { + $parser->error( + 'At least one column definition was expected.', + $list->tokens[$list->idx] + ); + } + ++$list->idx; - $this->entityOptions = OptionsArray::parse( - $parser, - $list, - static::$TABLE_OPTIONS - ); + $this->entityOptions = OptionsArray::parse( + $parser, + $list, + static::$TABLE_OPTIONS + ); - /** - * The field that is being filled (`partitionBy` or - * `subpartitionBy`). - * - * @var string - */ - $field = null; - - /** - * The number of brackets. `false` means no bracket was found - * previously. At least one bracket is required to validate the - * expression. - * - * @var int|bool - */ - $brackets = false; - - /* - * Handles partitions. - */ - for (; $list->idx < $list->count; ++$list->idx) { /** - * Token parsed at this moment. + * The field that is being filled (`partitionBy` or + * `subpartitionBy`). * - * @var Token + * @var string */ - $token = $list->tokens[$list->idx]; + $field = null; - // End of statement. - if ($token->type === Token::TYPE_DELIMITER) { - break; - } - - // Skipping comments. - if ($token->type === Token::TYPE_COMMENT) { - continue; - } + /** + * The number of brackets. `false` means no bracket was found + * previously. At least one bracket is required to validate the + * expression. + * + * @var int|bool + */ + $brackets = false; - if (($token->type === Token::TYPE_KEYWORD) && ($token->keyword === 'PARTITION BY')) { - $field = 'partitionBy'; - $brackets = false; - } elseif (($token->type === Token::TYPE_KEYWORD) && ($token->keyword === 'SUBPARTITION BY')) { - $field = 'subpartitionBy'; - $brackets = false; - } elseif (($token->type === Token::TYPE_KEYWORD) && ($token->keyword === 'PARTITIONS')) { - $token = $list->getNextOfType(Token::TYPE_NUMBER); - --$list->idx; // `getNextOfType` also advances one position. - $this->partitionsNum = $token->value; - } elseif (($token->type === Token::TYPE_KEYWORD) && ($token->keyword === 'SUBPARTITIONS')) { - $token = $list->getNextOfType(Token::TYPE_NUMBER); - --$list->idx; // `getNextOfType` also advances one position. - $this->subpartitionsNum = $token->value; - } elseif (!empty($field)) { - /* - * Handling the content of `PARTITION BY` and `SUBPARTITION BY`. + /* + * Handles partitions. + */ + for (; $list->idx < $list->count; ++$list->idx) { + /** + * Token parsed at this moment. + * + * @var Token */ + $token = $list->tokens[$list->idx]; - // Counting brackets. - if (($token->type === Token::TYPE_OPERATOR) && ($token->value === '(')) { - // This is used instead of `++$brackets` because, - // initially, `$brackets` is `false` cannot be - // incremented. - $brackets = $brackets + 1; - } elseif (($token->type === Token::TYPE_OPERATOR) && ($token->value === ')')) { - --$brackets; + // End of statement. + if ($token->type === Token::TYPE_DELIMITER) { + break; } - // Building the expression used for partitioning. - $this->$field .= ($token->type === Token::TYPE_WHITESPACE) ? ' ' : $token->token; - - // Last bracket was read, the expression ended. - // Comparing with `0` and not `false`, because `false` means - // that no bracket was found and at least one must is - // required. - if ($brackets === 0) { - $this->$field = trim($this->$field); - $field = null; + // Skipping comments. + if ($token->type === Token::TYPE_COMMENT) { + continue; } - } elseif (($token->type === Token::TYPE_OPERATOR) && ($token->value === '(')) { - if (!empty($this->partitionBy)) { - $this->partitions = ArrayObj::parse( - $parser, - $list, - array( - 'type' => 'PhpMyAdmin\\SqlParser\\Components\\PartitionDefinition', - ) - ); + + if (($token->type === Token::TYPE_KEYWORD) && ($token->keyword === 'PARTITION BY')) { + $field = 'partitionBy'; + $brackets = false; + } elseif (($token->type === Token::TYPE_KEYWORD) && ($token->keyword === 'SUBPARTITION BY')) { + $field = 'subpartitionBy'; + $brackets = false; + } elseif (($token->type === Token::TYPE_KEYWORD) && ($token->keyword === 'PARTITIONS')) { + $token = $list->getNextOfType(Token::TYPE_NUMBER); + --$list->idx; // `getNextOfType` also advances one position. + $this->partitionsNum = $token->value; + } elseif (($token->type === Token::TYPE_KEYWORD) && ($token->keyword === 'SUBPARTITIONS')) { + $token = $list->getNextOfType(Token::TYPE_NUMBER); + --$list->idx; // `getNextOfType` also advances one position. + $this->subpartitionsNum = $token->value; + } elseif (!empty($field)) { + /* + * Handling the content of `PARTITION BY` and `SUBPARTITION BY`. + */ + + // Counting brackets. + if ($token->type === Token::TYPE_OPERATOR) { + if ($token->value === '(') { + // This is used instead of `++$brackets` because, + // initially, `$brackets` is `false` cannot be + // incremented. + $brackets = $brackets + 1; + } elseif ($token->value === ')') { + --$brackets; + } + } + + // Building the expression used for partitioning. + $this->$field .= ($token->type === Token::TYPE_WHITESPACE) ? ' ' : $token->token; + + // Last bracket was read, the expression ended. + // Comparing with `0` and not `false`, because `false` means + // that no bracket was found and at least one must is + // required. + if ($brackets === 0) { + $this->$field = trim($this->$field); + $field = null; + } + } elseif (($token->type === Token::TYPE_OPERATOR) && ($token->value === '(')) { + if (!empty($this->partitionBy)) { + $this->partitions = ArrayObj::parse( + $parser, + $list, + array( + 'type' => 'PhpMyAdmin\\SqlParser\\Components\\PartitionDefinition', + ) + ); + } + break; } - break; } } - } elseif (($this->options->has('PROCEDURE')) - || ($this->options->has('FUNCTION')) + } elseif ($this->options->has('PROCEDURE') + || $this->options->has('FUNCTION') ) { $this->parameters = ParameterDefinition::parse($parser, $list); if ($this->options->has('FUNCTION')) { diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Statements/DeleteStatement.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Statements/DeleteStatement.php similarity index 59% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Statements/DeleteStatement.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Statements/DeleteStatement.php index bf47cd87..7ff00254 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Statements/DeleteStatement.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Statements/DeleteStatement.php @@ -142,25 +142,25 @@ public function build() { $ret = 'DELETE ' . OptionsArray::build($this->options); - if ($this->columns != null && count($this->columns) > 0) { + if (!is_null($this->columns) && count($this->columns) > 0) { $ret .= ' ' . ExpressionArray::build($this->columns); } - if ($this->from != null && count($this->from) > 0) { + if (!is_null($this->from) && count($this->from) > 0) { $ret .= ' FROM ' . ExpressionArray::build($this->from); } - if ($this->join != null && count($this->join) > 0) { + if (!is_null($this->join) && count($this->join) > 0) { $ret .= ' ' . JoinKeyword::build($this->join); } - if ($this->using != null && count($this->using) > 0) { + if (!is_null($this->using) && count($this->using) > 0) { $ret .= ' USING ' . ExpressionArray::build($this->using); } - if ($this->where != null && count($this->where) > 0) { + if (!is_null($this->where) && count($this->where) > 0) { $ret .= ' WHERE ' . Condition::build($this->where); } - if ($this->order != null && count($this->order) > 0) { + if (!is_null($this->order) && count($this->order) > 0) { $ret .= ' ORDER BY ' . ExpressionArray::build($this->order); } - if ($this->limit != null && strlen($this->limit) > 0) { + if (!is_null($this->limit) && strlen($this->limit) > 0) { $ret .= ' LIMIT ' . Limit::build($this->limit); } @@ -221,87 +221,83 @@ public function parse(Parser $parser, TokensList $list) } if ($state === 0) { - if ($token->type === Token::TYPE_KEYWORD - && $token->keyword !== 'FROM' - ) { - $parser->error('Unexpected keyword.', $token); - break; - } elseif ($token->type === Token::TYPE_KEYWORD - && $token->keyword === 'FROM' - ) { - ++$list->idx; // Skip 'FROM' - $this->from = ExpressionArray::parse($parser, $list); + if ($token->type === Token::TYPE_KEYWORD) { + if ($token->keyword !== 'FROM') { + $parser->error('Unexpected keyword.', $token); + break; + } else { + ++$list->idx; // Skip 'FROM' + $this->from = ExpressionArray::parse($parser, $list); - $state = 2; + $state = 2; + } } else { $this->columns = ExpressionArray::parse($parser, $list); $state = 1; } } elseif ($state === 1) { - if ($token->type === Token::TYPE_KEYWORD - && $token->keyword !== 'FROM' - ) { - $parser->error('Unexpected keyword.', $token); - break; - } elseif ($token->type === Token::TYPE_KEYWORD - && $token->keyword === 'FROM' - ) { - ++$list->idx; // Skip 'FROM' - $this->from = ExpressionArray::parse($parser, $list); + if ($token->type === Token::TYPE_KEYWORD) { + if ($token->keyword !== 'FROM') { + $parser->error('Unexpected keyword.', $token); + break; + } else { + ++$list->idx; // Skip 'FROM' + $this->from = ExpressionArray::parse($parser, $list); - $state = 2; + $state = 2; + } } else { $parser->error('Unexpected token.', $token); break; } } elseif ($state === 2) { - if ($token->type === Token::TYPE_KEYWORD - && stripos($token->keyword, 'JOIN') !== false - ) { - ++$list->idx; - $this->join = JoinKeyword::parse($parser, $list); + if ($token->type === Token::TYPE_KEYWORD) { + if (stripos($token->keyword, 'JOIN') !== false) { + ++$list->idx; + $this->join = JoinKeyword::parse($parser, $list); - // remain in state = 2 - } elseif ($token->type === Token::TYPE_KEYWORD - && $token->keyword === 'USING' - ) { - ++$list->idx; // Skip 'USING' - $this->using = ExpressionArray::parse($parser, $list); - $state = 3; + // remain in state = 2 + } + else { + switch($token->keyword) { + case 'USING': + ++$list->idx; // Skip 'USING' + $this->using = ExpressionArray::parse($parser, $list); + $state = 3; - $multiTable = true; - } elseif ($token->type === Token::TYPE_KEYWORD - && $token->keyword === 'WHERE' - ) { - ++$list->idx; // Skip 'WHERE' - $this->where = Condition::parse($parser, $list); - $state = 4; - } elseif ($token->type === Token::TYPE_KEYWORD - && $token->keyword === 'ORDER BY' - ) { - ++$list->idx; // Skip 'ORDER BY' - $this->order = OrderKeyword::parse($parser, $list); - $state = 5; - } elseif ($token->type === Token::TYPE_KEYWORD - && $token->keyword === 'LIMIT' - ) { - ++$list->idx; // Skip 'LIMIT' - $this->limit = Limit::parse($parser, $list); - $state = 6; - } elseif ($token->type === Token::TYPE_KEYWORD) { - $parser->error('Unexpected keyword.', $token); - break; + $multiTable = true; + break; + case 'WHERE': + ++$list->idx; // Skip 'WHERE' + $this->where = Condition::parse($parser, $list); + $state = 4; + break; + case 'ORDER BY': + ++$list->idx; // Skip 'ORDER BY' + $this->order = OrderKeyword::parse($parser, $list); + $state = 5; + break; + case 'LIMIT': + ++$list->idx; // Skip 'LIMIT' + $this->limit = Limit::parse($parser, $list); + $state = 6; + break; + default: + $parser->error('Unexpected keyword.', $token); + break 2; + } + } } } elseif ($state === 3) { - if ($token->type === Token::TYPE_KEYWORD - && $token->keyword === 'WHERE' - ) { - ++$list->idx; // Skip 'WHERE' - $this->where = Condition::parse($parser, $list); - $state = 4; - } elseif ($token->type === Token::TYPE_KEYWORD) { - $parser->error('Unexpected keyword.', $token); - break; + if ($token->type === Token::TYPE_KEYWORD) { + if ($token->keyword === 'WHERE') { + ++$list->idx; // Skip 'WHERE' + $this->where = Condition::parse($parser, $list); + $state = 4; + } else { + $parser->error('Unexpected keyword.', $token); + break; + } } else { $parser->error('Unexpected token.', $token); break; @@ -317,32 +313,33 @@ public function parse(Parser $parser, TokensList $list) break; } - if ($token->type === Token::TYPE_KEYWORD - && $token->keyword === 'ORDER BY' - ) { - ++$list->idx; // Skip 'ORDER BY' - $this->order = OrderKeyword::parse($parser, $list); - $state = 5; - } elseif ($token->type === Token::TYPE_KEYWORD - && $token->keyword === 'LIMIT' - ) { - ++$list->idx; // Skip 'LIMIT' - $this->limit = Limit::parse($parser, $list); - $state = 6; - } elseif ($token->type === Token::TYPE_KEYWORD) { - $parser->error('Unexpected keyword.', $token); - break; + if ($token->type === Token::TYPE_KEYWORD) { + switch($token->keyword) { + case 'ORDER BY': + ++$list->idx; // Skip 'ORDER BY' + $this->order = OrderKeyword::parse($parser, $list); + $state = 5; + break; + case 'LIMIT': + ++$list->idx; // Skip 'LIMIT' + $this->limit = Limit::parse($parser, $list); + $state = 6; + break; + default: + $parser->error('Unexpected keyword.', $token); + break 2; + } } } elseif ($state === 5) { - if ($token->type === Token::TYPE_KEYWORD - && $token->keyword === 'LIMIT' - ) { - ++$list->idx; // Skip 'LIMIT' - $this->limit = Limit::parse($parser, $list); - $state = 6; - } elseif ($token->type === Token::TYPE_KEYWORD) { - $parser->error('Unexpected keyword.', $token); - break; + if ($token->type === Token::TYPE_KEYWORD) { + if ($token->keyword === 'LIMIT') { + ++$list->idx; // Skip 'LIMIT' + $this->limit = Limit::parse($parser, $list); + $state = 6; + } else { + $parser->error('Unexpected keyword.', $token); + break; + } } } } diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Statements/DropStatement.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Statements/DropStatement.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Statements/DropStatement.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Statements/DropStatement.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Statements/ExplainStatement.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Statements/ExplainStatement.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Statements/ExplainStatement.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Statements/ExplainStatement.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Statements/InsertStatement.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Statements/InsertStatement.php similarity index 95% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Statements/InsertStatement.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Statements/InsertStatement.php index 1bdf73b4..312b4e04 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Statements/InsertStatement.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Statements/InsertStatement.php @@ -113,15 +113,15 @@ public function build() $ret = 'INSERT ' . $this->options . ' INTO ' . $this->into; - if ($this->values != null && count($this->values) > 0) { + if (!is_null($this->values) && count($this->values) > 0) { $ret .= ' VALUES ' . Array2d::build($this->values); - } elseif ($this->set != null && count($this->set) > 0) { + } elseif (!is_null($this->set) && count($this->set) > 0) { $ret .= ' SET ' . SetOperation::build($this->set); - } elseif ($this->select != null && strlen($this->select) > 0) { + } elseif (!is_null($this->select) && strlen($this->select) > 0) { $ret .= ' ' . $this->select->build(); } - if ($this->onDuplicateSet != null && count($this->onDuplicateSet) > 0) { + if (!is_null($this->onDuplicateSet) && count($this->onDuplicateSet) > 0) { $ret .= ' ON DUPLICATE KEY UPDATE ' . SetOperation::build($this->onDuplicateSet); } @@ -229,7 +229,7 @@ public function parse(Parser $parser, TokensList $list) ); break; } - } elseif ($state == 2) { + } elseif ($state === 2) { $lastCount = $miniState; if ($miniState === 1 && $token->keyword === 'ON') { diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Statements/LoadStatement.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Statements/LoadStatement.php similarity index 96% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Statements/LoadStatement.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Statements/LoadStatement.php index 13b68e7c..45ad05fb 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Statements/LoadStatement.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Statements/LoadStatement.php @@ -270,15 +270,13 @@ public function parse(Parser $parser, TokensList $list) ); $state = 1; } elseif ($state === 1) { - if (($token->type === Token::TYPE_KEYWORD) - && ($token->keyword === 'REPLACE' - || $token->keyword === 'IGNORE') - ) { - $this->replace_ignore = trim($token->keyword); - } elseif ($token->type === Token::TYPE_KEYWORD - && $token->keyword === 'INTO' - ) { - $state = 2; + if ($token->type === Token::TYPE_KEYWORD) { + if ($token->keyword === 'REPLACE' + || $token->keyword === 'IGNORE') { + $this->replace_ignore = trim($token->keyword); + } elseif ($token->keyword === 'INTO') { + $state = 2; + } } } elseif ($state === 2) { if ($token->type === Token::TYPE_KEYWORD diff --git a/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Statements/LockStatement.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Statements/LockStatement.php new file mode 100644 index 00000000..2ba70c4e --- /dev/null +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Statements/LockStatement.php @@ -0,0 +1,128 @@ +tokens[$list->idx]->value === 'UNLOCK') { + // this is in fact an UNLOCK statement + $this->isLock = false; + } + ++$list->idx; // Skipping `LOCK`. + + /** + * The state of the parser. + * + * Below are the states of the parser. + * + * 0 ---------------- [ TABLES ] -----------------> 1 + * 1 -------------- [ lock_expr ] ----------------> 2 + * 2 ------------------ [ , ] --------------------> 1 + * + * @var int + */ + $state = 0; + + /** + * Previous parsed token + */ + $prevToken = null; + + for (; $list->idx < $list->count; ++$list->idx) { + /** + * Token parsed at this moment. + * + * @var Token + */ + $token = $list->tokens[$list->idx]; + + // End of statement. + if ($token->type === Token::TYPE_DELIMITER) { + break; + } + + // Skipping whitespaces and comments. + if (($token->type === Token::TYPE_WHITESPACE) || ($token->type === Token::TYPE_COMMENT)) { + continue; + } + + if ($state === 0) { + if ($token->type === Token::TYPE_KEYWORD) { + if ($token->keyword !== 'TABLES') { + $parser->error('Unexpected keyword.', $token); + break; + } + $state = 1; + continue; + } else { + $parser->error('Unexpected token.', $token); + break; + } + } elseif ($state === 1) { + if (!$this->isLock) { + // UNLOCK statement should not have any more tokens + $parser->error('Unexpected token.', $token); + break; + } + $this->locked[] = LockExpression::parse($parser, $list); + $state = 2; + } elseif ($state === 2) { + if ($token->value === ',') { + // move over to parsing next lock expression + $state = 1; + } + } + + $prevToken = $token; + } + + if ($state !== 2 && $prevToken != null) { + $parser->error('Unexpected end of LOCK statement.', $prevToken); + } + } + + /** + * @return string + */ + public function build() + { + return trim(($this->isLock ? 'LOCK' : 'UNLOCK') + . ' TABLES ' . LockExpression::build($this->locked)); + } +} diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Statements/MaintenanceStatement.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Statements/MaintenanceStatement.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Statements/MaintenanceStatement.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Statements/MaintenanceStatement.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Statements/NotImplementedStatement.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Statements/NotImplementedStatement.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Statements/NotImplementedStatement.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Statements/NotImplementedStatement.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Statements/OptimizeStatement.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Statements/OptimizeStatement.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Statements/OptimizeStatement.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Statements/OptimizeStatement.php diff --git a/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Statements/PurgeStatement.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Statements/PurgeStatement.php new file mode 100644 index 00000000..03748135 --- /dev/null +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Statements/PurgeStatement.php @@ -0,0 +1,143 @@ +log_type . ' ' . 'LOGS ' + . ($this->end_option !== null ? ($this->end_option . ' ' . $this->end_expr) : ''); + return trim($ret); + } + + /** + * @param Parser $parser the instance that requests parsing + * @param TokensList $list the list of tokens to be parsed + */ + public function parse(Parser $parser, TokensList $list) + { + ++$list->idx; // Skipping `PURGE`. + + /** + * The state of the parser. + * + * @var int + */ + $state = 0; + + for (; $list->idx < $list->count; ++$list->idx) { + /** + * Token parsed at this moment. + * + * @var Token + */ + $token = $list->tokens[$list->idx]; + + // End of statement. + if ($token->type === Token::TYPE_DELIMITER) { + break; + } + + // Skipping whitespaces and comments. + if (($token->type === Token::TYPE_WHITESPACE) || ($token->type === Token::TYPE_COMMENT)) { + continue; + } + + switch ($state) { + case 0: + // parse `{ BINARY | MASTER }` + $this->log_type = self::parseExpectedKeyword($parser, $token, array('BINARY', 'MASTER')); + break; + case 1: + // parse `LOGS` + self::parseExpectedKeyword($parser, $token, array('LOGS')); + break; + case 2: + // parse `{ TO | BEFORE }` + $this->end_option = self::parseExpectedKeyword($parser, $token, array('TO', 'BEFORE')); + break; + case 3: + // parse `expr` + $this->end_expr = Expression::parse($parser, $list, array()); + break; + default: + $parser->error('Unexpected token.', $token); + break; + } + $state++; + $prevToken = $token; + } + + // Only one possible end state + if ($state != 4) { + $parser->error('Unexpected token.', $prevToken); + } + } + + /** + * Parse expected keyword (or throw relevant error) + * + * @param Parser $parser the instance that requests parsing + * @param Token $token token to be parsed + * @param Array $expected_keywords array of possibly expected keywords at this point + */ + private static function parseExpectedKeyword($parser, $token, $expected_keywords) + { + if ($token->type === Token::TYPE_KEYWORD) { + if (in_array($token->keyword, $expected_keywords)) { + return $token->keyword; + } else { + $parser->error('Unexpected keyword', $token); + } + } else { + $parser->error('Unexpected token.', $token); + } + return null; + } +} diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Statements/RenameStatement.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Statements/RenameStatement.php similarity index 89% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Statements/RenameStatement.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Statements/RenameStatement.php index 90533c20..e1bcf0d2 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Statements/RenameStatement.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Statements/RenameStatement.php @@ -47,4 +47,12 @@ public function before(Parser $parser, TokensList $list, Token $token) $list->getNextOfTypeAndValue(Token::TYPE_KEYWORD, 'TABLE'); } } + + /** + * @return string + */ + public function build() + { + return 'RENAME TABLE ' . RenameOperation::build($this->renames); + } } diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Statements/RepairStatement.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Statements/RepairStatement.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Statements/RepairStatement.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Statements/RepairStatement.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Statements/ReplaceStatement.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Statements/ReplaceStatement.php similarity index 96% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Statements/ReplaceStatement.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Statements/ReplaceStatement.php index 59d66aed..40b11948 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Statements/ReplaceStatement.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Statements/ReplaceStatement.php @@ -89,11 +89,11 @@ public function build() { $ret = 'REPLACE ' . $this->options . ' INTO ' . $this->into; - if ($this->values != null && count($this->values) > 0) { + if (!is_null($this->values) && count($this->values) > 0) { $ret .= ' VALUES ' . Array2d::build($this->values); - } elseif ($this->set != null && count($this->set) > 0) { + } elseif (!is_null($this->set) && count($this->set) > 0) { $ret .= ' SET ' . SetOperation::build($this->set); - } elseif ($this->select != null && strlen($this->select) > 0) { + } elseif (!is_null($this->select) && strlen($this->select) > 0) { $ret .= ' ' . $this->select->build(); } diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Statements/RestoreStatement.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Statements/RestoreStatement.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Statements/RestoreStatement.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Statements/RestoreStatement.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Statements/SelectStatement.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Statements/SelectStatement.php similarity index 95% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Statements/SelectStatement.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Statements/SelectStatement.php index cd1d628b..fbcae48e 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Statements/SelectStatement.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Statements/SelectStatement.php @@ -91,6 +91,9 @@ class SelectStatement extends Statement '_SELECT' => array('SELECT', 1), 'INTO' => array('INTO', 3), 'FROM' => array('FROM', 3), + 'FORCE' => array('FORCE', 1), + 'USE' => array('USE', 1), + 'IGNORE' => array('IGNORE', 3), 'PARTITION' => array('PARTITION', 3), 'JOIN' => array('JOIN', 1), @@ -135,6 +138,13 @@ class SelectStatement extends Statement */ public $from = array(); + /** + * Index hints + * + * @var IndexHint[] + */ + public $index_hints; + /** * Partitions used as source for this statement. * @@ -226,8 +236,7 @@ public function getClauses() // statement. if (!empty($this->union)) { $clauses = static::$CLAUSES; - unset($clauses['ORDER BY']); - unset($clauses['LIMIT']); + unset($clauses['ORDER BY'], $clauses['LIMIT']); $clauses['ORDER BY'] = array('ORDER BY', 3); $clauses['LIMIT'] = array('LIMIT', 3); diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Statements/SetStatement.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Statements/SetStatement.php similarity index 69% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Statements/SetStatement.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Statements/SetStatement.php index 007134f3..ef3a0c13 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Statements/SetStatement.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Statements/SetStatement.php @@ -28,6 +28,7 @@ class SetStatement extends Statement */ public static $CLAUSES = array( 'SET' => array('SET', 3), + '_END_OPTIONS' => array('_END_OPTIONS', 1), ); /** @@ -42,6 +43,11 @@ class SetStatement extends Statement 'PASSWORD' => array(3, 'expr'), ); + public static $END_OPTIONS = array( + 'COLLATE' => array(1, 'var'), + 'DEFAULT' => 1 + ); + /** * Options used in current statement. * @@ -49,6 +55,15 @@ class SetStatement extends Statement */ public $options; + /** + * The end options of this query. + * + * @var OptionsArray + * + * @see static::$END_OPTIONS + */ + public $end_options; + /** * The updated values. * @@ -61,7 +76,10 @@ class SetStatement extends Statement */ public function build() { - return 'SET ' . OptionsArray::build($this->options) - . ' ' . SetOperation::build($this->set); + $ret = 'SET ' . OptionsArray::build($this->options) + . ' ' . SetOperation::build($this->set) + . ' ' . OptionsArray::build($this->end_options); + + return trim($ret); } } diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Statements/ShowStatement.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Statements/ShowStatement.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Statements/ShowStatement.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Statements/ShowStatement.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Statements/TransactionStatement.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Statements/TransactionStatement.php similarity index 91% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Statements/TransactionStatement.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Statements/TransactionStatement.php index c2bb3038..cfdc25cb 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Statements/TransactionStatement.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Statements/TransactionStatement.php @@ -82,12 +82,12 @@ public function parse(Parser $parser, TokensList $list) parent::parse($parser, $list); // Checks the type of this query. - if (($this->options->has('START TRANSACTION')) - || ($this->options->has('BEGIN')) + if ($this->options->has('START TRANSACTION') + || $this->options->has('BEGIN') ) { $this->type = self::TYPE_BEGIN; - } elseif (($this->options->has('COMMIT')) - || ($this->options->has('ROLLBACK')) + } elseif ($this->options->has('COMMIT') + || $this->options->has('ROLLBACK') ) { $this->type = self::TYPE_END; } diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Statements/TruncateStatement.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Statements/TruncateStatement.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Statements/TruncateStatement.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Statements/TruncateStatement.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Statements/UpdateStatement.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Statements/UpdateStatement.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Statements/UpdateStatement.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Statements/UpdateStatement.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Token.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Token.php similarity index 97% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Token.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Token.php index 4d028bfa..077c2c22 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Token.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Token.php @@ -295,20 +295,20 @@ public function extract() return $str; case self::TYPE_SYMBOL: $str = $this->token; - if ((isset($str[0])) && ($str[0] === '@')) { + if (isset($str[0]) && ($str[0] === '@')) { // `mb_strlen($str)` must be used instead of `null` because // in PHP 5.3- the `null` parameter isn't handled correctly. $str = mb_substr( $str, - ((!empty($str[1])) && ($str[1] === '@')) ? 2 : 1, + (!empty($str[1]) && ($str[1] === '@')) ? 2 : 1, mb_strlen($str), 'UTF-8' ); } - if ((isset($str[0])) && ($str[0] === ':')) { + if (isset($str[0]) && ($str[0] === ':')) { $str = mb_substr($str, 1, mb_strlen($str), 'UTF-8'); } - if ((isset($str[0])) && (($str[0] === '`') + if (isset($str[0]) && (($str[0] === '`') || ($str[0] === '"') || ($str[0] === '\'')) ) { $quote = $str[0]; diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/TokensList.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/TokensList.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/TokensList.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/TokensList.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Translator.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Translator.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Translator.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Translator.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/UtfString.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/UtfString.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/UtfString.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/UtfString.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Utils/BufferedQuery.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Utils/BufferedQuery.php similarity index 91% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Utils/BufferedQuery.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Utils/BufferedQuery.php index b333fa34..ee0dca48 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Utils/BufferedQuery.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Utils/BufferedQuery.php @@ -191,7 +191,7 @@ public function extract($end = false) * treated differently, because of the preceding backslash, it will * be ignored. */ - if ((($this->status & static::STATUS_COMMENT) == 0) && ($this->query[$i] === '\\')) { + if ((($this->status & static::STATUS_COMMENT) === 0) && ($this->query[$i] === '\\')) { $this->current .= $this->query[$i] . $this->query[++$i]; continue; } @@ -261,22 +261,21 @@ public function extract($end = false) $this->status = static::STATUS_COMMENT_BASH; $this->current .= $this->query[$i]; continue; - } elseif (($i + 2 < $len) - && ($this->query[$i] === '-') - && ($this->query[$i + 1] === '-') - && (Context::isWhitespace($this->query[$i + 2])) - ) { - $this->status = static::STATUS_COMMENT_SQL; - $this->current .= $this->query[$i]; - continue; - } elseif (($i + 2 < $len) - && ($this->query[$i] === '/') - && ($this->query[$i + 1] === '*') - && ($this->query[$i + 2] !== '!') - ) { - $this->status = static::STATUS_COMMENT_C; - $this->current .= $this->query[$i]; - continue; + } elseif ($i + 2 < $len) { + if (($this->query[$i] === '-') + && ($this->query[$i + 1] === '-') + && Context::isWhitespace($this->query[$i + 2])) { + $this->status = static::STATUS_COMMENT_SQL; + $this->current .= $this->query[$i]; + continue; + } + elseif (($this->query[$i] === '/') + && ($this->query[$i + 1] === '*') + && ($this->query[$i + 2] !== '!')) { + $this->status = static::STATUS_COMMENT_C; + $this->current .= $this->query[$i]; + continue; + } } /* @@ -301,7 +300,7 @@ public function extract($end = false) && (($this->query[$i + 6] === 'T') || ($this->query[$i + 6] === 't')) && (($this->query[$i + 7] === 'E') || ($this->query[$i + 7] === 'e')) && (($this->query[$i + 8] === 'R') || ($this->query[$i + 8] === 'r')) - && (Context::isWhitespace($this->query[$i + 9])) + && Context::isWhitespace($this->query[$i + 9]) ) { // Saving the current index to be able to revert any parsing // done in this block. @@ -309,7 +308,7 @@ public function extract($end = false) $i += 9; // Skipping `DELIMITER`. // Skipping whitespaces. - while (($i < $len) && (Context::isWhitespace($this->query[$i]))) { + while (($i < $len) && Context::isWhitespace($this->query[$i])) { ++$i; } @@ -320,9 +319,9 @@ public function extract($end = false) } // Checking if the delimiter definition ended. - if (($delimiter != '') - && ((($i < $len) && (Context::isWhitespace($this->query[$i]))) - || (($i === $len) && ($end))) + if (($delimiter !== '') + && ((($i < $len) && Context::isWhitespace($this->query[$i])) + || (($i === $len) && $end)) ) { // Saving the delimiter. $this->setDelimiter($delimiter); @@ -393,7 +392,7 @@ public function extract($end = false) $this->current .= $this->query[$i]; } - if (($end) && ($i === $len)) { + if ($end && ($i === $len)) { // If the end of the buffer was reached, the buffer is emptied and // the current statement that was extracted is returned. $ret = $this->current; diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Utils/CLI.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Utils/CLI.php similarity index 99% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Utils/CLI.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Utils/CLI.php index d412789c..3dc48a6c 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Utils/CLI.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Utils/CLI.php @@ -120,7 +120,7 @@ public function runLint() $lexer = new Lexer($params['q'], false); $parser = new Parser($lexer->list); $errors = Error::get(array($lexer, $parser)); - if (count($errors) == 0) { + if (count($errors) === 0) { return 0; } $output = Error::format($errors); diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Utils/Error.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Utils/Error.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Utils/Error.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Utils/Error.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Utils/Formatter.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Utils/Formatter.php similarity index 96% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Utils/Formatter.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Utils/Formatter.php index df260e7d..c41c69cc 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Utils/Formatter.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Utils/Formatter.php @@ -412,8 +412,8 @@ public function formatList($list) } // Checking if this clause ended. - if ($tmp = static::isClause($curr)) { - if (($tmp == 2 || $this->options['clause_newline']) && empty(self::$SHORT_CLAUSES[$lastClause])) { + if ($isClause = static::isClause($curr)) { + if (($isClause === 2 || $this->options['clause_newline']) && empty(self::$SHORT_CLAUSES[$lastClause])) { $lineEnded = true; if ($this->options['parts_newline'] && $indent > 0) { --$indent; @@ -424,8 +424,8 @@ public function formatList($list) // Inline JOINs if (($prev->type === Token::TYPE_KEYWORD && isset(JoinKeyword::$JOINS[$prev->value])) || (in_array($curr->value, array('ON', 'USING'), true) && isset(JoinKeyword::$JOINS[$list->tokens[$list->idx - 2]->value])) - || (isset($list->tokens[$list->idx - 4]) && isset(JoinKeyword::$JOINS[$list->tokens[$list->idx - 4]->value])) - || (isset($list->tokens[$list->idx - 6]) && isset(JoinKeyword::$JOINS[$list->tokens[$list->idx - 6]->value])) + || isset($list->tokens[$list->idx - 4], JoinKeyword::$JOINS[$list->tokens[$list->idx - 4]->value]) + || isset($list->tokens[$list->idx - 6], JoinKeyword::$JOINS[$list->tokens[$list->idx - 6]->value]) ) { $lineEnded = false; } @@ -433,7 +433,7 @@ public function formatList($list) // Indenting BEGIN ... END blocks. if ($prev->type === Token::TYPE_KEYWORD && $prev->keyword === 'BEGIN') { $lineEnded = true; - array_push($blocksIndentation, $indent); + $blocksIndentation[] = $indent; ++$indent; } elseif ($curr->type === Token::TYPE_KEYWORD && $curr->keyword === 'END') { $lineEnded = true; @@ -460,14 +460,14 @@ public function formatList($list) // Brackets are indented only if the length of the fragment between // them is longer than 30 characters. if ($prev->type === Token::TYPE_OPERATOR && $prev->value === '(') { - array_push($blocksIndentation, $indent); + $blocksIndentation[] = $indent; $shortGroup = true; if (static::getGroupLength($list) > 30) { ++$indent; $lineEnded = true; $shortGroup = false; } - array_push($blocksLineEndings, $lineEnded); + $blocksLineEndings[] = $lineEnded; } elseif ($curr->type === Token::TYPE_OPERATOR && $curr->value === ')') { $indent = array_pop($blocksIndentation); $lineEnded |= array_pop($blocksLineEndings); @@ -554,7 +554,7 @@ public function toString($token) if ($this->options['type'] === 'html') { return '' . htmlspecialchars($text, ENT_NOQUOTES) . ''; } elseif ($this->options['type'] === 'cli') { - if ($prev != $format['cli']) { + if ($prev !== $format['cli']) { $prev = $format['cli']; return $format['cli'] . $this->escapeConsole($text); @@ -568,7 +568,7 @@ public function toString($token) } if ($this->options['type'] === 'cli') { - if ($prev != "\x1b[39m") { + if ($prev !== "\x1b[39m") { $prev = "\x1b[39m"; return "\x1b[39m" . $this->escapeConsole($text); @@ -633,7 +633,7 @@ public static function getGroupLength($list) ++$count; } elseif ($list->tokens[$idx]->value === ')') { --$count; - if ($count == 0) { + if ($count === 0) { break; } } diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Utils/Misc.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Utils/Misc.php similarity index 81% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Utils/Misc.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Utils/Misc.php index 9374db33..387600fa 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Utils/Misc.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Utils/Misc.php @@ -29,8 +29,8 @@ class Misc public static function getAliases($statement, $database) { if (!($statement instanceof SelectStatement) - || (empty($statement->expr)) - || (empty($statement->from)) + || empty($statement->expr) + || empty($statement->from) ) { return array(); } @@ -55,11 +55,11 @@ public static function getAliases($statement, $database) } foreach ($expressions as $expr) { - if ((!isset($expr->table)) || ($expr->table === '')) { + if (!isset($expr->table) || ($expr->table === '')) { continue; } - $thisDb = ((isset($expr->database)) && ($expr->database !== '')) ? + $thisDb = (isset($expr->database) && ($expr->database !== '')) ? $expr->database : $database; if (!isset($retval[$thisDb])) { @@ -71,7 +71,7 @@ public static function getAliases($statement, $database) if (!isset($retval[$thisDb]['tables'][$expr->table])) { $retval[$thisDb]['tables'][$expr->table] = array( - 'alias' => ((isset($expr->alias)) && ($expr->alias !== '')) ? + 'alias' => (isset($expr->alias) && ($expr->alias !== '')) ? $expr->alias : null, 'columns' => array(), ); @@ -84,16 +84,15 @@ public static function getAliases($statement, $database) } foreach ($statement->expr as $expr) { - if ((!isset($expr->column)) || ($expr->column === '') - || (!isset($expr->alias)) || ($expr->alias === '') + if (!isset($expr->column, $expr->alias) || ($expr->column === '') || ($expr->alias === '') ) { continue; } - $thisDb = ((isset($expr->database)) && ($expr->database !== '')) ? + $thisDb = (isset($expr->database) && ($expr->database !== '')) ? $expr->database : $database; - if ((isset($expr->table)) && ($expr->table !== '')) { + if (isset($expr->table) && ($expr->table !== '')) { $thisTable = isset($tables[$thisDb][$expr->table]) ? $tables[$thisDb][$expr->table] : $expr->table; $retval[$thisDb]['tables'][$thisTable]['columns'][$expr->column] = $expr->alias; diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Utils/Query.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Utils/Query.php similarity index 95% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Utils/Query.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Utils/Query.php index 0115bbf8..b43a35e1 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Utils/Query.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Utils/Query.php @@ -228,11 +228,11 @@ private static function _getFlagsSelect($statement, $flags) $flags['distinct'] = true; } - if ((!empty($statement->group)) || (!empty($statement->having))) { + if (!empty($statement->group) || !empty($statement->having)) { $flags['is_group'] = true; } - if ((!empty($statement->into)) + if (!empty($statement->into) && ($statement->into->type === 'OUTFILE') ) { $flags['is_export'] = true; @@ -258,7 +258,7 @@ private static function _getFlagsSelect($statement, $flags) } } - if ((!empty($statement->procedure)) + if (!empty($statement->procedure) && ($statement->procedure->name === 'ANALYSE') ) { $flags['is_analyse'] = true; @@ -330,8 +330,8 @@ public static function getFlags($statement, $all = false) $flags['querytype'] = 'DROP'; $flags['reload'] = true; - if (($statement->options->has('DATABASE') - || ($statement->options->has('SCHEMA'))) + if ($statement->options->has('DATABASE') + || $statement->options->has('SCHEMA') ) { $flags['drop_database'] = true; } @@ -415,8 +415,7 @@ public static function getAll($query) // Finding tables' aliases and their associated real names. $tableAliases = array(); foreach ($statement->from as $expr) { - if ((isset($expr->table)) && ($expr->table !== '') - && (isset($expr->alias)) && ($expr->alias !== '') + if (isset($expr->table, $expr->alias) && ($expr->table !== '') && ($expr->alias !== '') ) { $tableAliases[$expr->alias] = array( $expr->table, @@ -429,13 +428,13 @@ public static function getAll($query) // Sometimes, this is not possible because the tables aren't defined // explicitly (e.g. SELECT * FROM film, SELECT film_id FROM film). foreach ($statement->expr as $expr) { - if ((isset($expr->table)) && ($expr->table !== '')) { + if (isset($expr->table) && ($expr->table !== '')) { if (isset($tableAliases[$expr->table])) { $arr = $tableAliases[$expr->table]; } else { $arr = array( $expr->table, - ((isset($expr->database)) && ($expr->database !== '')) ? + (isset($expr->database) && ($expr->database !== '')) ? $expr->database : null, ); } @@ -452,10 +451,10 @@ public static function getAll($query) // extracted from the FROM clause. if (empty($ret['select_tables'])) { foreach ($statement->from as $expr) { - if ((isset($expr->table)) && ($expr->table !== '')) { + if (isset($expr->table) && ($expr->table !== '')) { $arr = array( $expr->table, - ((isset($expr->database)) && ($expr->database !== '')) ? + (isset($expr->database) && ($expr->database !== '')) ? $expr->database : null, ); if (!in_array($arr, $ret['select_tables'])) { @@ -627,14 +626,14 @@ public static function getClause($statement, $list, $clause, $type = 0, $skipFir } } - if ($brackets == 0) { + if ($brackets === 0) { // Checking if the section was changed. if (($token->type === Token::TYPE_KEYWORD) - && (isset($clauses[$token->keyword])) + && isset($clauses[$token->keyword]) && ($clauses[$token->keyword] >= $currIdx) ) { $currIdx = $clauses[$token->keyword]; - if (($skipFirst) && ($currIdx == $clauseIdx)) { + if ($skipFirst && ($currIdx === $clauseIdx)) { // This token is skipped (not added to the old // clause) because it will be replaced. continue; @@ -727,12 +726,12 @@ public static function replaceClauses($statement, $list, array $ops) $ret .= static::getClause($statement, $list, $ops[0][0], -1) . ' '; // Doing replacements. - for ($i = 0; $i < $count; ++$i) { - $ret .= $ops[$i][1] . ' '; + foreach ($ops as $i => $clause) { + $ret .= $clause[1] . ' '; // Adding everything between this and next replacement. if ($i + 1 !== $count) { - $ret .= static::getClause($statement, $list, $ops[$i][0], $ops[$i + 1][0]) . ' '; + $ret .= static::getClause($statement, $list, $clause[0], $ops[$i + 1][0]) . ' '; } } @@ -780,7 +779,7 @@ public static function getFirstStatement($query, $delimiter = null) $statement .= $token->token; - if (($token->type === Token::TYPE_DELIMITER) && (!empty($token->token))) { + if (($token->type === Token::TYPE_DELIMITER) && !empty($token->token)) { $delimiter = $token->token; $fullStatement = true; break; @@ -844,9 +843,9 @@ public static function getClauseStartOffset($statement, $list, $clause) } } - if ($brackets == 0) { + if ($brackets === 0) { if (($token->type === Token::TYPE_KEYWORD) - && (isset($clauses[$token->keyword])) + && isset($clauses[$token->keyword]) && ($clause === $token->keyword) ) { return $i; diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Utils/Routine.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Utils/Routine.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Utils/Routine.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Utils/Routine.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Utils/Table.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Utils/Table.php similarity index 86% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Utils/Table.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Utils/Table.php index 76249740..b90c17a9 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Utils/Table.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Utils/Table.php @@ -26,7 +26,7 @@ class Table */ public static function getForeignKeys($statement) { - if ((empty($statement->fields)) + if (empty($statement->fields) || (!is_array($statement->fields)) || (!$statement->options->has('TABLE')) ) { @@ -36,7 +36,7 @@ public static function getForeignKeys($statement) $ret = array(); foreach ($statement->fields as $field) { - if ((empty($field->key)) || ($field->key->type !== 'FOREIGN KEY')) { + if (empty($field->key) || ($field->key->type !== 'FOREIGN KEY')) { continue; } @@ -55,11 +55,11 @@ public static function getForeignKeys($statement) $tmp['ref_table_name'] = $field->references->table->table; $tmp['ref_index_list'] = $field->references->columns; - if (($opt = $field->references->options->has('ON UPDATE'))) { + if ($opt = $field->references->options->has('ON UPDATE')) { $tmp['on_update'] = str_replace(' ', '_', $opt); } - if (($opt = $field->references->options->has('ON DELETE'))) { + if ($opt = $field->references->options->has('ON DELETE')) { $tmp['on_delete'] = str_replace(' ', '_', $opt); } @@ -83,7 +83,7 @@ public static function getForeignKeys($statement) */ public static function getFields($statement) { - if ((empty($statement->fields)) + if (empty($statement->fields) || (!is_array($statement->fields)) || (!$statement->options->has('TABLE')) ) { @@ -110,20 +110,20 @@ public static function getFields($statement) } } - if (($option = $field->options->has('DEFAULT'))) { + if ($option = $field->options->has('DEFAULT')) { $ret[$field->name]['default_value'] = $option; if ($option === 'CURRENT_TIMESTAMP') { $ret[$field->name]['default_current_timestamp'] = true; } } - if (($option = $field->options->has('ON UPDATE'))) { + if ($option = $field->options->has('ON UPDATE')) { if ($option === 'CURRENT_TIMESTAMP') { $ret[$field->name]['on_update_current_timestamp'] = true; } } - if (($option = $field->options->has('AS'))) { + if ($option = $field->options->has('AS')) { $ret[$field->name]['generated'] = true; $ret[$field->name]['expr'] = $option; } diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Utils/Tokens.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Utils/Tokens.php similarity index 93% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Utils/Tokens.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Utils/Tokens.php index 6520a793..76ab14c8 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpmyadmin/sql-parser/src/Utils/Tokens.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpmyadmin/sql-parser/src/Utils/Tokens.php @@ -30,34 +30,34 @@ class Tokens public static function match(Token $token, array $pattern) { // Token. - if ((isset($pattern['token'])) + if (isset($pattern['token']) && ($pattern['token'] !== $token->token) ) { return false; } // Value. - if ((isset($pattern['value'])) + if (isset($pattern['value']) && ($pattern['value'] !== $token->value) ) { return false; } - if ((isset($pattern['value_str'])) - && (strcasecmp($pattern['value_str'], $token->value)) + if (isset($pattern['value_str']) + && strcasecmp($pattern['value_str'], $token->value) ) { return false; } // Type. - if ((isset($pattern['type'])) + if (isset($pattern['type']) && ($pattern['type'] !== $token->type) ) { return false; } // Flags. - if ((isset($pattern['flags'])) + if (isset($pattern['flags']) && (($pattern['flags'] & $token->flags) === 0) ) { return false; diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpseclib/phpseclib/AUTHORS b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpseclib/phpseclib/AUTHORS similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpseclib/phpseclib/AUTHORS rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpseclib/phpseclib/AUTHORS diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpseclib/phpseclib/LICENSE b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpseclib/phpseclib/LICENSE similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpseclib/phpseclib/LICENSE rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpseclib/phpseclib/LICENSE diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpseclib/phpseclib/README.md b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpseclib/phpseclib/README.md similarity index 98% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpseclib/phpseclib/README.md rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpseclib/phpseclib/README.md index e447bd00..8f96abf3 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpseclib/phpseclib/README.md +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpseclib/phpseclib/README.md @@ -24,6 +24,7 @@ AES, Blowfish, Twofish, SSH-1, SSH-2, SFTP, and X.509 ### 2.0 +* Long term support (LTS) release * Modernized version of 1.0 * Minimum PHP version: 5.3.3 * PSR-4 autoloading with namespace rooted at `\phpseclib` diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpseclib/phpseclib/appveyor.yml b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpseclib/phpseclib/appveyor.yml similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpseclib/phpseclib/appveyor.yml rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpseclib/phpseclib/appveyor.yml diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpseclib/phpseclib/composer.json b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpseclib/phpseclib/composer.json similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpseclib/phpseclib/composer.json rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpseclib/phpseclib/composer.json diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpseclib/phpseclib/phpseclib/Crypt/AES.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpseclib/phpseclib/phpseclib/Crypt/AES.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpseclib/phpseclib/phpseclib/Crypt/AES.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpseclib/phpseclib/phpseclib/Crypt/AES.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpseclib/phpseclib/phpseclib/Crypt/Base.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpseclib/phpseclib/phpseclib/Crypt/Base.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpseclib/phpseclib/phpseclib/Crypt/Base.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpseclib/phpseclib/phpseclib/Crypt/Base.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpseclib/phpseclib/phpseclib/Crypt/Random.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpseclib/phpseclib/phpseclib/Crypt/Random.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpseclib/phpseclib/phpseclib/Crypt/Random.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpseclib/phpseclib/phpseclib/Crypt/Random.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpseclib/phpseclib/phpseclib/bootstrap.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpseclib/phpseclib/phpseclib/bootstrap.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpseclib/phpseclib/phpseclib/bootstrap.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpseclib/phpseclib/phpseclib/bootstrap.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpseclib/phpseclib/phpseclib/openssl.cnf b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpseclib/phpseclib/phpseclib/openssl.cnf similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/phpseclib/phpseclib/phpseclib/openssl.cnf rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/phpseclib/phpseclib/phpseclib/openssl.cnf diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/pragmarx/google2fa/.scrutinizer.yml b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/pragmarx/google2fa/.scrutinizer.yml similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/pragmarx/google2fa/.scrutinizer.yml rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/pragmarx/google2fa/.scrutinizer.yml diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/pragmarx/google2fa/.travis.yml b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/pragmarx/google2fa/.travis.yml similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/pragmarx/google2fa/.travis.yml rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/pragmarx/google2fa/.travis.yml diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/pragmarx/google2fa/LICENSE.md b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/pragmarx/google2fa/LICENSE.md similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/pragmarx/google2fa/LICENSE.md rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/pragmarx/google2fa/LICENSE.md diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/pragmarx/google2fa/README.md b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/pragmarx/google2fa/README.md similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/pragmarx/google2fa/README.md rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/pragmarx/google2fa/README.md diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/pragmarx/google2fa/RELICENSED.md b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/pragmarx/google2fa/RELICENSED.md similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/pragmarx/google2fa/RELICENSED.md rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/pragmarx/google2fa/RELICENSED.md diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/pragmarx/google2fa/changelog.md b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/pragmarx/google2fa/changelog.md similarity index 96% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/pragmarx/google2fa/changelog.md rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/pragmarx/google2fa/changelog.md index 6c64c148..087d27a0 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/pragmarx/google2fa/changelog.md +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/pragmarx/google2fa/changelog.md @@ -1,9 +1,5 @@ ## Change Log -## [4.0.0] - 2018-10-06 -### Changed -- Bacon QRCode package removed - ## [3.0.1] - 2018-03-15 ### Changed - Relicensed to MIT diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/pragmarx/google2fa/composer.json b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/pragmarx/google2fa/composer.json similarity index 82% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/pragmarx/google2fa/composer.json rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/pragmarx/google2fa/composer.json index 6bcd0e85..780fa551 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/pragmarx/google2fa/composer.json +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/pragmarx/google2fa/composer.json @@ -1,7 +1,7 @@ { "name": "pragmarx/google2fa", "description": "A One Time Password Authentication package, compatible with Google Authenticator.", - "keywords": ["authentication", "two factor authentication", "google2fa", "2fa"], + "keywords": ["authentication", "two factor authentication", "google2fa", "laravel", "2fa"], "license": "MIT", "authors": [ { @@ -17,7 +17,8 @@ "symfony/polyfill-php56": "~1.2" }, "require-dev": { - "phpunit/phpunit": "~4|~5|~6" + "phpunit/phpunit": "~4|~5|~6", + "bacon/bacon-qr-code": "~1.0" }, "autoload": { "psr-4": { @@ -31,6 +32,9 @@ "dev-master": "2.0-dev" } }, + "suggest": { + "bacon/bacon-qr-code": "Required to generate inline QR Codes." + }, "minimum-stability": "dev", "prefer-stable": true } diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/pragmarx/google2fa/composer.lock b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/pragmarx/google2fa/composer.lock similarity index 91% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/pragmarx/google2fa/composer.lock rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/pragmarx/google2fa/composer.lock index 31dc6a07..f0bac1ce 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/pragmarx/google2fa/composer.lock +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/pragmarx/google2fa/composer.lock @@ -1,31 +1,31 @@ { "_readme": [ "This file locks the dependencies of your project to a known state", - "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", + "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "content-hash": "f84c0fcd7344335cca6ca269dedd2b20", + "content-hash": "f0f90c5128c6c9067f83afae918475f4", "packages": [ { "name": "paragonie/constant_time_encoding", - "version": "v2.2.2", + "version": "v2.2.1", "source": { "type": "git", "url": "https://github.com/paragonie/constant_time_encoding.git", - "reference": "eccf915f45f911bfb189d1d1638d940ec6ee6e33" + "reference": "7c74c5d08761ead7b5e89d07c854bc28eb0b2186" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/eccf915f45f911bfb189d1d1638d940ec6ee6e33", - "reference": "eccf915f45f911bfb189d1d1638d940ec6ee6e33", + "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/7c74c5d08761ead7b5e89d07c854bc28eb0b2186", + "reference": "7c74c5d08761ead7b5e89d07c854bc28eb0b2186", "shasum": "" }, "require": { "php": "^7" }, "require-dev": { - "phpunit/phpunit": "^6|^7", - "vimeo/psalm": "^1" + "phpunit/phpunit": "^6", + "vimeo/psalm": "^0.3|^1" }, "type": "library", "autoload": { @@ -66,33 +66,37 @@ "hex2bin", "rfc4648" ], - "time": "2018-03-10T19:47:49+00:00" + "time": "2018-01-23T00:54:57+00:00" }, { "name": "paragonie/random_compat", - "version": "v9.99.99", + "version": "v2.0.11", "source": { "type": "git", "url": "https://github.com/paragonie/random_compat.git", - "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95" + "reference": "5da4d3c796c275c55f057af5a643ae297d96b4d8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/paragonie/random_compat/zipball/84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95", - "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95", + "url": "https://api.github.com/repos/paragonie/random_compat/zipball/5da4d3c796c275c55f057af5a643ae297d96b4d8", + "reference": "5da4d3c796c275c55f057af5a643ae297d96b4d8", "shasum": "" }, "require": { - "php": "^7" + "php": ">=5.2.0" }, "require-dev": { - "phpunit/phpunit": "4.*|5.*", - "vimeo/psalm": "^1" + "phpunit/phpunit": "4.*|5.*" }, "suggest": { "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." }, "type": "library", + "autoload": { + "files": [ + "lib/random.php" + ] + }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" @@ -107,24 +111,23 @@ "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", "keywords": [ "csprng", - "polyfill", "pseudorandom", "random" ], - "time": "2018-07-02T15:55:56+00:00" + "time": "2017-09-27T21:40:39+00:00" }, { "name": "symfony/polyfill-php56", - "version": "v1.9.0", + "version": "v1.7.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php56.git", - "reference": "7b4fc009172cc0196535b0328bd1226284a28000" + "reference": "ebc999ce5f14204c5150b9bd15f8f04e621409d8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/7b4fc009172cc0196535b0328bd1226284a28000", - "reference": "7b4fc009172cc0196535b0328bd1226284a28000", + "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/ebc999ce5f14204c5150b9bd15f8f04e621409d8", + "reference": "ebc999ce5f14204c5150b9bd15f8f04e621409d8", "shasum": "" }, "require": { @@ -134,7 +137,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.9-dev" + "dev-master": "1.7-dev" } }, "autoload": { @@ -167,20 +170,20 @@ "portable", "shim" ], - "time": "2018-08-06T14:22:27+00:00" + "time": "2018-01-30T19:27:44+00:00" }, { "name": "symfony/polyfill-util", - "version": "v1.9.0", + "version": "v1.7.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-util.git", - "reference": "8e15d04ba3440984d23e7964b2ee1d25c8de1581" + "reference": "e17c808ec4228026d4f5a8832afa19be85979563" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/8e15d04ba3440984d23e7964b2ee1d25c8de1581", - "reference": "8e15d04ba3440984d23e7964b2ee1d25c8de1581", + "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/e17c808ec4228026d4f5a8832afa19be85979563", + "reference": "e17c808ec4228026d4f5a8832afa19be85979563", "shasum": "" }, "require": { @@ -189,7 +192,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.9-dev" + "dev-master": "1.7-dev" } }, "autoload": { @@ -219,10 +222,56 @@ "polyfill", "shim" ], - "time": "2018-08-06T14:22:27+00:00" + "time": "2018-01-31T18:08:44+00:00" } ], "packages-dev": [ + { + "name": "bacon/bacon-qr-code", + "version": "1.0.3", + "source": { + "type": "git", + "url": "https://github.com/Bacon/BaconQrCode.git", + "reference": "5a91b62b9d37cee635bbf8d553f4546057250bee" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Bacon/BaconQrCode/zipball/5a91b62b9d37cee635bbf8d553f4546057250bee", + "reference": "5a91b62b9d37cee635bbf8d553f4546057250bee", + "shasum": "" + }, + "require": { + "ext-iconv": "*", + "php": "^5.4|^7.0" + }, + "require-dev": { + "phpunit/phpunit": "^4.8" + }, + "suggest": { + "ext-gd": "to generate QR code images" + }, + "type": "library", + "autoload": { + "psr-0": { + "BaconQrCode": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-2-Clause" + ], + "authors": [ + { + "name": "Ben Scholzen 'DASPRiD'", + "email": "mail@dasprids.de", + "homepage": "http://www.dasprids.de", + "role": "Developer" + } + ], + "description": "BaconQrCode is a QR code generator for PHP.", + "homepage": "https://github.com/Bacon/BaconQrCode", + "time": "2017-10-17T09:59:25+00:00" + }, { "name": "doctrine/instantiator", "version": "1.1.0", @@ -279,28 +328,25 @@ }, { "name": "myclabs/deep-copy", - "version": "1.8.1", + "version": "1.7.0", "source": { "type": "git", "url": "https://github.com/myclabs/DeepCopy.git", - "reference": "3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8" + "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8", - "reference": "3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8", + "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e", + "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e", "shasum": "" }, "require": { - "php": "^7.1" - }, - "replace": { - "myclabs/deep-copy": "self.version" + "php": "^5.6 || ^7.0" }, "require-dev": { "doctrine/collections": "^1.0", "doctrine/common": "^2.6", - "phpunit/phpunit": "^7.1" + "phpunit/phpunit": "^4.1" }, "type": "library", "autoload": { @@ -323,7 +369,7 @@ "object", "object graph" ], - "time": "2018-06-11T23:09:50+00:00" + "time": "2017-10-19T19:58:43+00:00" }, { "name": "phar-io/manifest", @@ -581,33 +627,33 @@ }, { "name": "phpspec/prophecy", - "version": "1.8.0", + "version": "1.7.5", "source": { "type": "git", "url": "https://github.com/phpspec/prophecy.git", - "reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06" + "reference": "dfd6be44111a7c41c2e884a336cc4f461b3b2401" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpspec/prophecy/zipball/4ba436b55987b4bf311cb7c6ba82aa528aac0a06", - "reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06", + "url": "https://api.github.com/repos/phpspec/prophecy/zipball/dfd6be44111a7c41c2e884a336cc4f461b3b2401", + "reference": "dfd6be44111a7c41c2e884a336cc4f461b3b2401", "shasum": "" }, "require": { "doctrine/instantiator": "^1.0.2", "php": "^5.3|^7.0", "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0", - "sebastian/comparator": "^1.1|^2.0|^3.0", + "sebastian/comparator": "^1.1|^2.0", "sebastian/recursion-context": "^1.0|^2.0|^3.0" }, "require-dev": { "phpspec/phpspec": "^2.5|^3.2", - "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1" + "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.8.x-dev" + "dev-master": "1.7.x-dev" } }, "autoload": { @@ -640,20 +686,20 @@ "spy", "stub" ], - "time": "2018-08-05T17:53:17+00:00" + "time": "2018-02-19T10:16:54+00:00" }, { "name": "phpunit/php-code-coverage", - "version": "5.3.2", + "version": "5.3.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-code-coverage.git", - "reference": "c89677919c5dd6d3b3852f230a663118762218ac" + "reference": "661f34d0bd3f1a7225ef491a70a020ad23a057a1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/c89677919c5dd6d3b3852f230a663118762218ac", - "reference": "c89677919c5dd6d3b3852f230a663118762218ac", + "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/661f34d0bd3f1a7225ef491a70a020ad23a057a1", + "reference": "661f34d0bd3f1a7225ef491a70a020ad23a057a1", "shasum": "" }, "require": { @@ -703,7 +749,7 @@ "testing", "xunit" ], - "time": "2018-04-06T15:36:58+00:00" + "time": "2017-12-06T09:29:45+00:00" }, { "name": "phpunit/php-file-iterator", @@ -893,16 +939,16 @@ }, { "name": "phpunit/phpunit", - "version": "6.5.13", + "version": "6.5.7", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "0973426fb012359b2f18d3bd1e90ef1172839693" + "reference": "6bd77b57707c236833d2b57b968e403df060c9d9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/0973426fb012359b2f18d3bd1e90ef1172839693", - "reference": "0973426fb012359b2f18d3bd1e90ef1172839693", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/6bd77b57707c236833d2b57b968e403df060c9d9", + "reference": "6bd77b57707c236833d2b57b968e403df060c9d9", "shasum": "" }, "require": { @@ -920,7 +966,7 @@ "phpunit/php-file-iterator": "^1.4.3", "phpunit/php-text-template": "^1.2.1", "phpunit/php-timer": "^1.0.9", - "phpunit/phpunit-mock-objects": "^5.0.9", + "phpunit/phpunit-mock-objects": "^5.0.5", "sebastian/comparator": "^2.1", "sebastian/diff": "^2.0", "sebastian/environment": "^3.1", @@ -973,20 +1019,20 @@ "testing", "xunit" ], - "time": "2018-09-08T15:10:43+00:00" + "time": "2018-02-26T07:01:09+00:00" }, { "name": "phpunit/phpunit-mock-objects", - "version": "5.0.10", + "version": "5.0.6", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", - "reference": "cd1cf05c553ecfec36b170070573e540b67d3f1f" + "reference": "33fd41a76e746b8fa96d00b49a23dadfa8334cdf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/cd1cf05c553ecfec36b170070573e540b67d3f1f", - "reference": "cd1cf05c553ecfec36b170070573e540b67d3f1f", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/33fd41a76e746b8fa96d00b49a23dadfa8334cdf", + "reference": "33fd41a76e746b8fa96d00b49a23dadfa8334cdf", "shasum": "" }, "require": { @@ -999,7 +1045,7 @@ "phpunit/phpunit": "<6.0" }, "require-dev": { - "phpunit/phpunit": "^6.5.11" + "phpunit/phpunit": "^6.5" }, "suggest": { "ext-soap": "*" @@ -1032,7 +1078,7 @@ "mock", "xunit" ], - "time": "2018-08-09T05:50:03+00:00" + "time": "2018-01-06T05:45:45+00:00" }, { "name": "sebastian/code-unit-reverse-lookup", diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/pragmarx/google2fa/docs/playground.jpg b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/pragmarx/google2fa/docs/playground.jpg similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/pragmarx/google2fa/docs/playground.jpg rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/pragmarx/google2fa/docs/playground.jpg diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/pragmarx/google2fa/phpunit.xml b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/pragmarx/google2fa/phpunit.xml similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/pragmarx/google2fa/phpunit.xml rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/pragmarx/google2fa/phpunit.xml diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/pragmarx/google2fa/src/Exceptions/IncompatibleWithGoogleAuthenticatorException.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/pragmarx/google2fa/src/Exceptions/IncompatibleWithGoogleAuthenticatorException.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/pragmarx/google2fa/src/Exceptions/IncompatibleWithGoogleAuthenticatorException.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/pragmarx/google2fa/src/Exceptions/IncompatibleWithGoogleAuthenticatorException.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/pragmarx/google2fa/src/Exceptions/InsecureCallException.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/pragmarx/google2fa/src/Exceptions/InsecureCallException.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/pragmarx/google2fa/src/Exceptions/InsecureCallException.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/pragmarx/google2fa/src/Exceptions/InsecureCallException.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/pragmarx/google2fa/src/Exceptions/InvalidCharactersException.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/pragmarx/google2fa/src/Exceptions/InvalidCharactersException.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/pragmarx/google2fa/src/Exceptions/InvalidCharactersException.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/pragmarx/google2fa/src/Exceptions/InvalidCharactersException.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/pragmarx/google2fa/src/Exceptions/SecretKeyTooShortException.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/pragmarx/google2fa/src/Exceptions/SecretKeyTooShortException.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/pragmarx/google2fa/src/Exceptions/SecretKeyTooShortException.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/pragmarx/google2fa/src/Exceptions/SecretKeyTooShortException.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/pragmarx/google2fa/src/Google2FA.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/pragmarx/google2fa/src/Google2FA.php similarity index 79% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/pragmarx/google2fa/src/Google2FA.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/pragmarx/google2fa/src/Google2FA.php index d00289a3..f3374a85 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/pragmarx/google2fa/src/Google2FA.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/pragmarx/google2fa/src/Google2FA.php @@ -2,10 +2,10 @@ namespace PragmaRX\Google2FA; -use PragmaRX\Google2FA\Support\QRCode; +use PragmaRX\Google2FA\Exceptions\SecretKeyTooShortException; use PragmaRX\Google2FA\Support\Base32; use PragmaRX\Google2FA\Support\Constants; -use PragmaRX\Google2FA\Exceptions\SecretKeyTooShortException; +use PragmaRX\Google2FA\Support\QRCode; class Google2FA { @@ -42,9 +42,6 @@ class Google2FA * @param string $oldTimestamp * * @return bool - * @throws \PragmaRX\Google2FA\Exceptions\SecretKeyTooShortException - * @throws \PragmaRX\Google2FA\Exceptions\InvalidCharactersException - * @throws \PragmaRX\Google2FA\Exceptions\IncompatibleWithGoogleAuthenticatorException */ public function findValidOTP($secret, $key, $window, $startingTimestamp, $timestamp, $oldTimestamp = Constants::ARGUMENT_NOT_SET) { @@ -63,12 +60,10 @@ public function findValidOTP($secret, $key, $window, $startingTimestamp, $timest /** * Generate a digit secret key in base32 format. * - * @param int $length + * @param int $length * @param string $prefix * * @return string - * @throws Exceptions\InvalidCharactersException - * @throws Exceptions\IncompatibleWithGoogleAuthenticatorException */ public function generateSecretKey($length = 16, $prefix = '') { @@ -81,9 +76,6 @@ public function generateSecretKey($length = 16, $prefix = '') * @param $secret * * @return string - * @throws \PragmaRX\Google2FA\Exceptions\SecretKeyTooShortException - * @throws \PragmaRX\Google2FA\Exceptions\InvalidCharactersException - * @throws \PragmaRX\Google2FA\Exceptions\IncompatibleWithGoogleAuthenticatorException */ public function getCurrentOtp($secret) { @@ -187,12 +179,10 @@ protected function makeTimestamp($timestamp = null) * Takes the secret key and the timestamp and returns the one time * password. * - * @param string $secret - Secret key in binary form. - * @param int $counter - Timestamp as returned by getTimestamp. + * @param string $secret - Secret key in binary form. + * @param int $counter - Timestamp as returned by getTimestamp. * - * @throws \PragmaRX\Google2FA\Exceptions\SecretKeyTooShortException - * @throws \PragmaRX\Google2FA\Exceptions\InvalidCharactersException - * @throws Exceptions\IncompatibleWithGoogleAuthenticatorException + * @throws SecretKeyTooShortException * * @return string */ @@ -298,16 +288,13 @@ public function setWindow($window) * Verifies a user inputted key against the current timestamp. Checks $window * keys either side of the timestamp. * - * @param string $key - User specified key - * @param null|string $secret - * @param null|int $window - * @param null|int $timestamp + * @param string $key - User specified key + * @param null|string $secret + * @param null|int $window + * @param null|int $timestamp * @param null|string|int $oldTimestamp * * @return bool|int - * @throws \PragmaRX\Google2FA\Exceptions\SecretKeyTooShortException - * @throws \PragmaRX\Google2FA\Exceptions\InvalidCharactersException - * @throws \PragmaRX\Google2FA\Exceptions\IncompatibleWithGoogleAuthenticatorException */ public function verify($key, $secret = null, $window = null, $timestamp = null, $oldTimestamp = Constants::ARGUMENT_NOT_SET) { @@ -324,16 +311,13 @@ public function verify($key, $secret = null, $window = null, $timestamp = null, * Verifies a user inputted key against the current timestamp. Checks $window * keys either side of the timestamp. * - * @param string $secret - * @param string $key - User specified key - * @param null|int $window - * @param null|int $timestamp + * @param string $secret + * @param string $key - User specified key + * @param null|int $window + * @param null|int $timestamp * @param null|string|int $oldTimestamp * * @return bool|int - * @throws \PragmaRX\Google2FA\Exceptions\SecretKeyTooShortException - * @throws \PragmaRX\Google2FA\Exceptions\InvalidCharactersException - * @throws \PragmaRX\Google2FA\Exceptions\IncompatibleWithGoogleAuthenticatorException */ public function verifyKey($secret, $key, $window = null, $timestamp = null, $oldTimestamp = Constants::ARGUMENT_NOT_SET) { @@ -355,18 +339,14 @@ public function verifyKey($secret, $key, $window = null, $timestamp = null, $old * the given oldTimestamp. Useful if you need to ensure that a single key cannot * be used twice. * - * @param string $secret - * @param string $key - User specified key - * @param int $oldTimestamp - The timestamp from the last verified key + * @param string $secret + * @param string $key - User specified key + * @param int $oldTimestamp - The timestamp from the last verified key * @param int|null $window * @param int|null $timestamp * * @return bool|int - false (not verified) or the timestamp of the verified key - * - * @throws \PragmaRX\Google2FA\Exceptions\SecretKeyTooShortException - * @throws \PragmaRX\Google2FA\Exceptions\InvalidCharactersException - * @throws \PragmaRX\Google2FA\Exceptions\IncompatibleWithGoogleAuthenticatorException - */ + **/ public function verifyKeyNewer($secret, $key, $oldTimestamp, $window = null, $timestamp = null) { return $this->verifyKey($secret, $key, $window, $timestamp, $oldTimestamp); diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/pragmarx/google2fa/src/Support/Base32.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/pragmarx/google2fa/src/Support/Base32.php similarity index 89% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/pragmarx/google2fa/src/Support/Base32.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/pragmarx/google2fa/src/Support/Base32.php index 42065915..769d4de3 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/pragmarx/google2fa/src/Support/Base32.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/pragmarx/google2fa/src/Support/Base32.php @@ -3,8 +3,8 @@ namespace PragmaRX\Google2FA\Support; use ParagonIE\ConstantTime\Base32 as ParagonieBase32; -use PragmaRX\Google2FA\Exceptions\InvalidCharactersException; use PragmaRX\Google2FA\Exceptions\IncompatibleWithGoogleAuthenticatorException; +use PragmaRX\Google2FA\Exceptions\InvalidCharactersException; trait Base32 { @@ -18,10 +18,7 @@ trait Base32 * * @param int $length * - * @param string $prefix * @return string - * @throws IncompatibleWithGoogleAuthenticatorException - * @throws InvalidCharactersException */ public function generateBase32RandomKey($length = 16, $prefix = '') { @@ -40,7 +37,6 @@ public function generateBase32RandomKey($length = 16, $prefix = '') * @param string $b32 * * @throws InvalidCharactersException - * @throws IncompatibleWithGoogleAuthenticatorException * * @return int */ @@ -60,7 +56,6 @@ public function base32Decode($b32) * @param $length * * @return string - * @throws \Exception */ private function strPadBase32($string, $length) { @@ -92,7 +87,6 @@ public function toBase32($string) * @param $to * * @return int - * @throws \Exception */ protected function getRandomNumber($from = 0, $to = 31) { @@ -103,8 +97,6 @@ protected function getRandomNumber($from = 0, $to = 31) * Validate the secret. * * @param $b32 - * @throws IncompatibleWithGoogleAuthenticatorException - * @throws InvalidCharactersException */ protected function validateSecret($b32) { diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/pragmarx/google2fa/src/Support/Constants.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/pragmarx/google2fa/src/Support/Constants.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/pragmarx/google2fa/src/Support/Constants.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/pragmarx/google2fa/src/Support/Constants.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/pragmarx/google2fa/src/Support/QRCode.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/pragmarx/google2fa/src/Support/QRCode.php similarity index 51% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/pragmarx/google2fa/src/Support/QRCode.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/pragmarx/google2fa/src/Support/QRCode.php index 017206f7..020b51e1 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/pragmarx/google2fa/src/Support/QRCode.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/pragmarx/google2fa/src/Support/QRCode.php @@ -2,6 +2,8 @@ namespace PragmaRX\Google2FA\Support; +use BaconQrCode\Renderer\Image\Png; +use BaconQrCode\Writer as BaconQrCodeWriter; use PragmaRX\Google2FA\Exceptions\InsecureCallException; trait QRCode @@ -17,24 +19,46 @@ trait QRCode * @param string $company * @param string $holder * @param string $secret - * @param int $size + * @param int $size * - * @throws \PragmaRX\Google2FA\Exceptions\InsecureCallException + * @throws InsecureCallException * * @return string */ public function getQRCodeGoogleUrl($company, $holder, $secret, $size = 200) { if (!$this->allowInsecureCallToGoogleApis) { - throw new InsecureCallException("It's not secure to send secret keys to Google Apis, you have to explicitly allow it by calling \$google2fa->setAllowInsecureCallToGoogleApis(true)."); + throw new InsecureCallException('It\'s not secure to send secret keys to Google Apis, you have to explicitly allow it by calling $google2fa->setAllowInsecureCallToGoogleApis(true).'); } - return Url::generateGoogleQRCodeUrl( - 'https://chart.googleapis.com/', - 'chart', - 'chs='.$size.'x'.$size.'&chld=M|0&cht=qr&chl=', - $this->getQRCodeUrl($company, $holder, $secret) - ); + $url = $this->getQRCodeUrl($company, $holder, $secret); + + return Url::generateGoogleQRCodeUrl('https://chart.googleapis.com/', 'chart', 'chs='.$size.'x'.$size.'&chld=M|0&cht=qr&chl=', $url); + } + + /** + * Generates a QR code data url to display inline. + * + * @param string $company + * @param string $holder + * @param string $secret + * @param int $size + * @param string $encoding Default to UTF-8 + * + * @return string + */ + public function getQRCodeInline($company, $holder, $secret, $size = 200, $encoding = 'utf-8') + { + $url = $this->getQRCodeUrl($company, $holder, $secret); + + $renderer = new Png(); + $renderer->setWidth($size); + $renderer->setHeight($size); + + $bacon = new BaconQrCodeWriter($renderer); + $data = $bacon->writeString($url, $encoding); + + return 'data:image/png;base64,'.base64_encode($data); } /** diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/pragmarx/google2fa/src/Support/Url.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/pragmarx/google2fa/src/Support/Url.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/pragmarx/google2fa/src/Support/Url.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/pragmarx/google2fa/src/Support/Url.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/pragmarx/google2fa/tests/.gitkeep b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/pragmarx/google2fa/tests/.gitkeep similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/pragmarx/google2fa/tests/.gitkeep rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/pragmarx/google2fa/tests/.gitkeep diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/pragmarx/google2fa/tests/Constants.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/pragmarx/google2fa/tests/Constants.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/pragmarx/google2fa/tests/Constants.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/pragmarx/google2fa/tests/Constants.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/pragmarx/google2fa/tests/Google2FATest.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/pragmarx/google2fa/tests/Google2FATest.php similarity index 96% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/pragmarx/google2fa/tests/Google2FATest.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/pragmarx/google2fa/tests/Google2FATest.php index e7054e96..c94e03ab 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/pragmarx/google2fa/tests/Google2FATest.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/pragmarx/google2fa/tests/Google2FATest.php @@ -214,16 +214,11 @@ public function testValidateKey() $this->google2fa->getCurrentOtp(Constants::INVALID_SECRET); } - /** - * AllowInsecureCallToGoogleApis setter. - * - * @param mixed $allowInsecureCallToGoogleApis - * - * @return QRCode - */ - public function setAllowInsecureCallToGoogleApis($allowInsecureCallToGoogleApis) + public function testQrcodeInline() { - $this->allowInsecureCallToGoogleApis = $allowInsecureCallToGoogleApis; - return $this; + $this->assertEquals( + phpversion() >= '7.2' ? Constants::QRCODEPHPABOVE72 : Constants::QRCODEPHPBELOW72, + $this->google2fa->getQRCodeInline('PragmaRX', 'acr+pragmarx@antoniocarlosribeiro.com', Constants::SECRET) + ); } } diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/pragmarx/google2fa/tests/bootstrap.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/pragmarx/google2fa/tests/bootstrap.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/pragmarx/google2fa/tests/bootstrap.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/pragmarx/google2fa/tests/bootstrap.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/pragmarx/google2fa/upgrading.md b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/pragmarx/google2fa/upgrading.md similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/pragmarx/google2fa/upgrading.md rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/pragmarx/google2fa/upgrading.md diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/psr/container/LICENSE b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/psr/container/LICENSE similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/psr/container/LICENSE rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/psr/container/LICENSE diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/psr/container/README.md b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/psr/container/README.md similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/psr/container/README.md rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/psr/container/README.md diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/psr/container/composer.json b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/psr/container/composer.json similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/psr/container/composer.json rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/psr/container/composer.json diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/psr/container/src/ContainerExceptionInterface.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/psr/container/src/ContainerExceptionInterface.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/psr/container/src/ContainerExceptionInterface.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/psr/container/src/ContainerExceptionInterface.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/psr/container/src/ContainerInterface.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/psr/container/src/ContainerInterface.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/psr/container/src/ContainerInterface.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/psr/container/src/ContainerInterface.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/psr/container/src/NotFoundExceptionInterface.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/psr/container/src/NotFoundExceptionInterface.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/psr/container/src/NotFoundExceptionInterface.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/psr/container/src/NotFoundExceptionInterface.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/samyoul/u2f-php-server/LICENCE.md b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/samyoul/u2f-php-server/LICENCE.md similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/samyoul/u2f-php-server/LICENCE.md rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/samyoul/u2f-php-server/LICENCE.md diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/samyoul/u2f-php-server/README.md b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/samyoul/u2f-php-server/README.md similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/samyoul/u2f-php-server/README.md rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/samyoul/u2f-php-server/README.md diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/samyoul/u2f-php-server/composer.json b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/samyoul/u2f-php-server/composer.json similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/samyoul/u2f-php-server/composer.json rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/samyoul/u2f-php-server/composer.json diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/samyoul/u2f-php-server/src/Registration.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/samyoul/u2f-php-server/src/Registration.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/samyoul/u2f-php-server/src/Registration.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/samyoul/u2f-php-server/src/Registration.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/samyoul/u2f-php-server/src/RegistrationRequest.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/samyoul/u2f-php-server/src/RegistrationRequest.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/samyoul/u2f-php-server/src/RegistrationRequest.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/samyoul/u2f-php-server/src/RegistrationRequest.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/samyoul/u2f-php-server/src/SignRequest.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/samyoul/u2f-php-server/src/SignRequest.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/samyoul/u2f-php-server/src/SignRequest.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/samyoul/u2f-php-server/src/SignRequest.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/samyoul/u2f-php-server/src/U2FException.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/samyoul/u2f-php-server/src/U2FException.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/samyoul/u2f-php-server/src/U2FException.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/samyoul/u2f-php-server/src/U2FException.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/samyoul/u2f-php-server/src/U2FServer.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/samyoul/u2f-php-server/src/U2FServer.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/samyoul/u2f-php-server/src/U2FServer.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/samyoul/u2f-php-server/src/U2FServer.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/symfony/expression-language/CHANGELOG.md b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/symfony/expression-language/CHANGELOG.md similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/symfony/expression-language/CHANGELOG.md rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/symfony/expression-language/CHANGELOG.md diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/symfony/expression-language/Compiler.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/symfony/expression-language/Compiler.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/symfony/expression-language/Compiler.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/symfony/expression-language/Compiler.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/symfony/expression-language/Expression.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/symfony/expression-language/Expression.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/symfony/expression-language/Expression.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/symfony/expression-language/Expression.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/symfony/expression-language/ExpressionFunction.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/symfony/expression-language/ExpressionFunction.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/symfony/expression-language/ExpressionFunction.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/symfony/expression-language/ExpressionFunction.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/symfony/expression-language/ExpressionLanguage.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/symfony/expression-language/ExpressionLanguage.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/symfony/expression-language/ExpressionLanguage.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/symfony/expression-language/ExpressionLanguage.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/symfony/expression-language/LICENSE b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/symfony/expression-language/LICENSE similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/symfony/expression-language/LICENSE rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/symfony/expression-language/LICENSE diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/symfony/expression-language/Lexer.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/symfony/expression-language/Lexer.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/symfony/expression-language/Lexer.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/symfony/expression-language/Lexer.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/symfony/expression-language/Node/ArgumentsNode.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/symfony/expression-language/Node/ArgumentsNode.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/symfony/expression-language/Node/ArgumentsNode.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/symfony/expression-language/Node/ArgumentsNode.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/symfony/expression-language/Node/ArrayNode.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/symfony/expression-language/Node/ArrayNode.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/symfony/expression-language/Node/ArrayNode.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/symfony/expression-language/Node/ArrayNode.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/symfony/expression-language/Node/BinaryNode.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/symfony/expression-language/Node/BinaryNode.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/symfony/expression-language/Node/BinaryNode.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/symfony/expression-language/Node/BinaryNode.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/symfony/expression-language/Node/ConditionalNode.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/symfony/expression-language/Node/ConditionalNode.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/symfony/expression-language/Node/ConditionalNode.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/symfony/expression-language/Node/ConditionalNode.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/symfony/expression-language/Node/ConstantNode.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/symfony/expression-language/Node/ConstantNode.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/symfony/expression-language/Node/ConstantNode.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/symfony/expression-language/Node/ConstantNode.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/symfony/expression-language/Node/FunctionNode.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/symfony/expression-language/Node/FunctionNode.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/symfony/expression-language/Node/FunctionNode.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/symfony/expression-language/Node/FunctionNode.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/symfony/expression-language/Node/GetAttrNode.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/symfony/expression-language/Node/GetAttrNode.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/symfony/expression-language/Node/GetAttrNode.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/symfony/expression-language/Node/GetAttrNode.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/symfony/expression-language/Node/NameNode.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/symfony/expression-language/Node/NameNode.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/symfony/expression-language/Node/NameNode.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/symfony/expression-language/Node/NameNode.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/symfony/expression-language/Node/Node.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/symfony/expression-language/Node/Node.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/symfony/expression-language/Node/Node.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/symfony/expression-language/Node/Node.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/symfony/expression-language/Node/UnaryNode.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/symfony/expression-language/Node/UnaryNode.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/symfony/expression-language/Node/UnaryNode.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/symfony/expression-language/Node/UnaryNode.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/symfony/expression-language/ParsedExpression.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/symfony/expression-language/ParsedExpression.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/symfony/expression-language/ParsedExpression.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/symfony/expression-language/ParsedExpression.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/symfony/expression-language/Parser.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/symfony/expression-language/Parser.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/symfony/expression-language/Parser.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/symfony/expression-language/Parser.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/symfony/expression-language/ParserCache/ArrayParserCache.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/symfony/expression-language/ParserCache/ArrayParserCache.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/symfony/expression-language/ParserCache/ArrayParserCache.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/symfony/expression-language/ParserCache/ArrayParserCache.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/symfony/expression-language/ParserCache/ParserCacheInterface.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/symfony/expression-language/ParserCache/ParserCacheInterface.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/symfony/expression-language/ParserCache/ParserCacheInterface.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/symfony/expression-language/ParserCache/ParserCacheInterface.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/symfony/expression-language/README.md b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/symfony/expression-language/README.md similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/symfony/expression-language/README.md rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/symfony/expression-language/README.md diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/symfony/expression-language/SerializedParsedExpression.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/symfony/expression-language/SerializedParsedExpression.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/symfony/expression-language/SerializedParsedExpression.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/symfony/expression-language/SerializedParsedExpression.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/symfony/expression-language/SyntaxError.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/symfony/expression-language/SyntaxError.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/symfony/expression-language/SyntaxError.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/symfony/expression-language/SyntaxError.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/symfony/expression-language/Token.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/symfony/expression-language/Token.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/symfony/expression-language/Token.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/symfony/expression-language/Token.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/symfony/expression-language/TokenStream.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/symfony/expression-language/TokenStream.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/symfony/expression-language/TokenStream.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/symfony/expression-language/TokenStream.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/symfony/expression-language/composer.json b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/symfony/expression-language/composer.json similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/symfony/expression-language/composer.json rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/symfony/expression-language/composer.json diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/symfony/expression-language/phpunit.xml.dist b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/symfony/expression-language/phpunit.xml.dist similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/symfony/expression-language/phpunit.xml.dist rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/symfony/expression-language/phpunit.xml.dist diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/symfony/polyfill-ctype/Ctype.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/symfony/polyfill-ctype/Ctype.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/symfony/polyfill-ctype/Ctype.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/symfony/polyfill-ctype/Ctype.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/symfony/polyfill-ctype/LICENSE b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/symfony/polyfill-ctype/LICENSE similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/symfony/polyfill-ctype/LICENSE rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/symfony/polyfill-ctype/LICENSE diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/symfony/polyfill-ctype/README.md b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/symfony/polyfill-ctype/README.md similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/symfony/polyfill-ctype/README.md rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/symfony/polyfill-ctype/README.md diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/symfony/polyfill-ctype/bootstrap.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/symfony/polyfill-ctype/bootstrap.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/symfony/polyfill-ctype/bootstrap.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/symfony/polyfill-ctype/bootstrap.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/symfony/polyfill-ctype/composer.json b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/symfony/polyfill-ctype/composer.json similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/symfony/polyfill-ctype/composer.json rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/symfony/polyfill-ctype/composer.json diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/symfony/polyfill-mbstring/LICENSE b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/symfony/polyfill-mbstring/LICENSE similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/symfony/polyfill-mbstring/LICENSE rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/symfony/polyfill-mbstring/LICENSE diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/symfony/polyfill-mbstring/Mbstring.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/symfony/polyfill-mbstring/Mbstring.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/symfony/polyfill-mbstring/Mbstring.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/symfony/polyfill-mbstring/Mbstring.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/symfony/polyfill-mbstring/README.md b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/symfony/polyfill-mbstring/README.md similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/symfony/polyfill-mbstring/README.md rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/symfony/polyfill-mbstring/README.md diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/symfony/polyfill-mbstring/Resources/unidata/lowerCase.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/symfony/polyfill-mbstring/Resources/unidata/lowerCase.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/symfony/polyfill-mbstring/Resources/unidata/lowerCase.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/symfony/polyfill-mbstring/Resources/unidata/lowerCase.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/symfony/polyfill-mbstring/Resources/unidata/titleCaseRegexp.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/symfony/polyfill-mbstring/Resources/unidata/titleCaseRegexp.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/symfony/polyfill-mbstring/Resources/unidata/titleCaseRegexp.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/symfony/polyfill-mbstring/Resources/unidata/titleCaseRegexp.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/symfony/polyfill-mbstring/Resources/unidata/upperCase.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/symfony/polyfill-mbstring/Resources/unidata/upperCase.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/symfony/polyfill-mbstring/Resources/unidata/upperCase.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/symfony/polyfill-mbstring/Resources/unidata/upperCase.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/symfony/polyfill-mbstring/bootstrap.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/symfony/polyfill-mbstring/bootstrap.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/symfony/polyfill-mbstring/bootstrap.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/symfony/polyfill-mbstring/bootstrap.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/symfony/polyfill-mbstring/composer.json b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/symfony/polyfill-mbstring/composer.json similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/symfony/polyfill-mbstring/composer.json rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/symfony/polyfill-mbstring/composer.json diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/symfony/polyfill-php56/LICENSE b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/symfony/polyfill-php56/LICENSE similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/symfony/polyfill-php56/LICENSE rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/symfony/polyfill-php56/LICENSE diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/symfony/polyfill-php56/Php56.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/symfony/polyfill-php56/Php56.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/symfony/polyfill-php56/Php56.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/symfony/polyfill-php56/Php56.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/symfony/polyfill-php56/README.md b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/symfony/polyfill-php56/README.md similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/symfony/polyfill-php56/README.md rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/symfony/polyfill-php56/README.md diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/symfony/polyfill-php56/bootstrap.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/symfony/polyfill-php56/bootstrap.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/symfony/polyfill-php56/bootstrap.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/symfony/polyfill-php56/bootstrap.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/symfony/polyfill-php56/composer.json b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/symfony/polyfill-php56/composer.json similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/symfony/polyfill-php56/composer.json rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/symfony/polyfill-php56/composer.json diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/symfony/polyfill-util/Binary.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/symfony/polyfill-util/Binary.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/symfony/polyfill-util/Binary.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/symfony/polyfill-util/Binary.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/symfony/polyfill-util/BinaryNoFuncOverload.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/symfony/polyfill-util/BinaryNoFuncOverload.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/symfony/polyfill-util/BinaryNoFuncOverload.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/symfony/polyfill-util/BinaryNoFuncOverload.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/symfony/polyfill-util/BinaryOnFuncOverload.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/symfony/polyfill-util/BinaryOnFuncOverload.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/symfony/polyfill-util/BinaryOnFuncOverload.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/symfony/polyfill-util/BinaryOnFuncOverload.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/symfony/polyfill-util/LICENSE b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/symfony/polyfill-util/LICENSE similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/symfony/polyfill-util/LICENSE rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/symfony/polyfill-util/LICENSE diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/symfony/polyfill-util/LegacyTestListener.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/symfony/polyfill-util/LegacyTestListener.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/symfony/polyfill-util/LegacyTestListener.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/symfony/polyfill-util/LegacyTestListener.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/symfony/polyfill-util/README.md b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/symfony/polyfill-util/README.md similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/symfony/polyfill-util/README.md rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/symfony/polyfill-util/README.md diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/symfony/polyfill-util/TestListener.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/symfony/polyfill-util/TestListener.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/symfony/polyfill-util/TestListener.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/symfony/polyfill-util/TestListener.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/symfony/polyfill-util/TestListenerTrait.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/symfony/polyfill-util/TestListenerTrait.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/symfony/polyfill-util/TestListenerTrait.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/symfony/polyfill-util/TestListenerTrait.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/symfony/polyfill-util/composer.json b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/symfony/polyfill-util/composer.json similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/symfony/polyfill-util/composer.json rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/symfony/polyfill-util/composer.json diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/tecnickcom/tcpdf/CHANGELOG.TXT b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/tecnickcom/tcpdf/CHANGELOG.TXT similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/tecnickcom/tcpdf/CHANGELOG.TXT rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/tecnickcom/tcpdf/CHANGELOG.TXT diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/tecnickcom/tcpdf/LICENSE.TXT b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/tecnickcom/tcpdf/LICENSE.TXT similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/tecnickcom/tcpdf/LICENSE.TXT rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/tecnickcom/tcpdf/LICENSE.TXT diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/tecnickcom/tcpdf/README.md b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/tecnickcom/tcpdf/README.md similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/tecnickcom/tcpdf/README.md rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/tecnickcom/tcpdf/README.md diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/tecnickcom/tcpdf/composer.json b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/tecnickcom/tcpdf/composer.json similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/tecnickcom/tcpdf/composer.json rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/tecnickcom/tcpdf/composer.json diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/tecnickcom/tcpdf/config/tcpdf_config.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/tecnickcom/tcpdf/config/tcpdf_config.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/tecnickcom/tcpdf/config/tcpdf_config.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/tecnickcom/tcpdf/config/tcpdf_config.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/tecnickcom/tcpdf/fonts/dejavu-fonts-ttf-2.34/AUTHORS b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/tecnickcom/tcpdf/fonts/dejavu-fonts-ttf-2.34/AUTHORS similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/tecnickcom/tcpdf/fonts/dejavu-fonts-ttf-2.34/AUTHORS rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/tecnickcom/tcpdf/fonts/dejavu-fonts-ttf-2.34/AUTHORS diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/tecnickcom/tcpdf/fonts/dejavu-fonts-ttf-2.34/BUGS b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/tecnickcom/tcpdf/fonts/dejavu-fonts-ttf-2.34/BUGS similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/tecnickcom/tcpdf/fonts/dejavu-fonts-ttf-2.34/BUGS rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/tecnickcom/tcpdf/fonts/dejavu-fonts-ttf-2.34/BUGS diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/tecnickcom/tcpdf/fonts/dejavu-fonts-ttf-2.34/LICENSE b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/tecnickcom/tcpdf/fonts/dejavu-fonts-ttf-2.34/LICENSE similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/tecnickcom/tcpdf/fonts/dejavu-fonts-ttf-2.34/LICENSE rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/tecnickcom/tcpdf/fonts/dejavu-fonts-ttf-2.34/LICENSE diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/tecnickcom/tcpdf/fonts/dejavu-fonts-ttf-2.34/NEWS b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/tecnickcom/tcpdf/fonts/dejavu-fonts-ttf-2.34/NEWS similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/tecnickcom/tcpdf/fonts/dejavu-fonts-ttf-2.34/NEWS rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/tecnickcom/tcpdf/fonts/dejavu-fonts-ttf-2.34/NEWS diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/tecnickcom/tcpdf/fonts/dejavu-fonts-ttf-2.34/README b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/tecnickcom/tcpdf/fonts/dejavu-fonts-ttf-2.34/README similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/tecnickcom/tcpdf/fonts/dejavu-fonts-ttf-2.34/README rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/tecnickcom/tcpdf/fonts/dejavu-fonts-ttf-2.34/README diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/tecnickcom/tcpdf/fonts/dejavu-fonts-ttf-2.34/langcover.txt b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/tecnickcom/tcpdf/fonts/dejavu-fonts-ttf-2.34/langcover.txt similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/tecnickcom/tcpdf/fonts/dejavu-fonts-ttf-2.34/langcover.txt rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/tecnickcom/tcpdf/fonts/dejavu-fonts-ttf-2.34/langcover.txt diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/tecnickcom/tcpdf/fonts/dejavu-fonts-ttf-2.34/status.txt b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/tecnickcom/tcpdf/fonts/dejavu-fonts-ttf-2.34/status.txt similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/tecnickcom/tcpdf/fonts/dejavu-fonts-ttf-2.34/status.txt rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/tecnickcom/tcpdf/fonts/dejavu-fonts-ttf-2.34/status.txt diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/tecnickcom/tcpdf/fonts/dejavu-fonts-ttf-2.34/unicover.txt b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/tecnickcom/tcpdf/fonts/dejavu-fonts-ttf-2.34/unicover.txt similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/tecnickcom/tcpdf/fonts/dejavu-fonts-ttf-2.34/unicover.txt rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/tecnickcom/tcpdf/fonts/dejavu-fonts-ttf-2.34/unicover.txt diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/tecnickcom/tcpdf/fonts/dejavusans.ctg.z b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/tecnickcom/tcpdf/fonts/dejavusans.ctg.z similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/tecnickcom/tcpdf/fonts/dejavusans.ctg.z rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/tecnickcom/tcpdf/fonts/dejavusans.ctg.z diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/tecnickcom/tcpdf/fonts/dejavusans.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/tecnickcom/tcpdf/fonts/dejavusans.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/tecnickcom/tcpdf/fonts/dejavusans.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/tecnickcom/tcpdf/fonts/dejavusans.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/tecnickcom/tcpdf/fonts/dejavusans.z b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/tecnickcom/tcpdf/fonts/dejavusans.z similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/tecnickcom/tcpdf/fonts/dejavusans.z rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/tecnickcom/tcpdf/fonts/dejavusans.z diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/tecnickcom/tcpdf/fonts/dejavusansb.ctg.z b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/tecnickcom/tcpdf/fonts/dejavusansb.ctg.z similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/tecnickcom/tcpdf/fonts/dejavusansb.ctg.z rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/tecnickcom/tcpdf/fonts/dejavusansb.ctg.z diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/tecnickcom/tcpdf/fonts/dejavusansb.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/tecnickcom/tcpdf/fonts/dejavusansb.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/tecnickcom/tcpdf/fonts/dejavusansb.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/tecnickcom/tcpdf/fonts/dejavusansb.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/tecnickcom/tcpdf/fonts/dejavusansb.z b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/tecnickcom/tcpdf/fonts/dejavusansb.z similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/tecnickcom/tcpdf/fonts/dejavusansb.z rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/tecnickcom/tcpdf/fonts/dejavusansb.z diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/tecnickcom/tcpdf/fonts/helvetica.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/tecnickcom/tcpdf/fonts/helvetica.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/tecnickcom/tcpdf/fonts/helvetica.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/tecnickcom/tcpdf/fonts/helvetica.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/tecnickcom/tcpdf/include/barcodes/datamatrix.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/tecnickcom/tcpdf/include/barcodes/datamatrix.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/tecnickcom/tcpdf/include/barcodes/datamatrix.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/tecnickcom/tcpdf/include/barcodes/datamatrix.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/tecnickcom/tcpdf/include/barcodes/pdf417.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/tecnickcom/tcpdf/include/barcodes/pdf417.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/tecnickcom/tcpdf/include/barcodes/pdf417.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/tecnickcom/tcpdf/include/barcodes/pdf417.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/tecnickcom/tcpdf/include/barcodes/qrcode.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/tecnickcom/tcpdf/include/barcodes/qrcode.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/tecnickcom/tcpdf/include/barcodes/qrcode.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/tecnickcom/tcpdf/include/barcodes/qrcode.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/tecnickcom/tcpdf/include/tcpdf_colors.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/tecnickcom/tcpdf/include/tcpdf_colors.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/tecnickcom/tcpdf/include/tcpdf_colors.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/tecnickcom/tcpdf/include/tcpdf_colors.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/tecnickcom/tcpdf/include/tcpdf_filters.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/tecnickcom/tcpdf/include/tcpdf_filters.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/tecnickcom/tcpdf/include/tcpdf_filters.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/tecnickcom/tcpdf/include/tcpdf_filters.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/tecnickcom/tcpdf/include/tcpdf_font_data.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/tecnickcom/tcpdf/include/tcpdf_font_data.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/tecnickcom/tcpdf/include/tcpdf_font_data.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/tecnickcom/tcpdf/include/tcpdf_font_data.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/tecnickcom/tcpdf/include/tcpdf_fonts.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/tecnickcom/tcpdf/include/tcpdf_fonts.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/tecnickcom/tcpdf/include/tcpdf_fonts.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/tecnickcom/tcpdf/include/tcpdf_fonts.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/tecnickcom/tcpdf/include/tcpdf_images.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/tecnickcom/tcpdf/include/tcpdf_images.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/tecnickcom/tcpdf/include/tcpdf_images.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/tecnickcom/tcpdf/include/tcpdf_images.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/tecnickcom/tcpdf/include/tcpdf_static.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/tecnickcom/tcpdf/include/tcpdf_static.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/tecnickcom/tcpdf/include/tcpdf_static.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/tecnickcom/tcpdf/include/tcpdf_static.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/tecnickcom/tcpdf/tcpdf.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/tecnickcom/tcpdf/tcpdf.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/tecnickcom/tcpdf/tcpdf.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/tecnickcom/tcpdf/tcpdf.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/tecnickcom/tcpdf/tcpdf_autoconfig.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/tecnickcom/tcpdf/tcpdf_autoconfig.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/tecnickcom/tcpdf/tcpdf_autoconfig.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/tecnickcom/tcpdf/tcpdf_autoconfig.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/tecnickcom/tcpdf/tcpdf_barcodes_1d.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/tecnickcom/tcpdf/tcpdf_barcodes_1d.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/tecnickcom/tcpdf/tcpdf_barcodes_1d.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/tecnickcom/tcpdf/tcpdf_barcodes_1d.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/tecnickcom/tcpdf/tcpdf_barcodes_2d.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/tecnickcom/tcpdf/tcpdf_barcodes_2d.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/tecnickcom/tcpdf/tcpdf_barcodes_2d.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/tecnickcom/tcpdf/tcpdf_barcodes_2d.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/tecnickcom/tcpdf/tcpdf_import.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/tecnickcom/tcpdf/tcpdf_import.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/tecnickcom/tcpdf/tcpdf_import.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/tecnickcom/tcpdf/tcpdf_import.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/tecnickcom/tcpdf/tcpdf_parser.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/tecnickcom/tcpdf/tcpdf_parser.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/tecnickcom/tcpdf/tcpdf_parser.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/tecnickcom/tcpdf/tcpdf_parser.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/extensions/.travis.yml b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/extensions/.travis.yml similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/extensions/.travis.yml rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/extensions/.travis.yml diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/extensions/LICENSE b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/extensions/LICENSE similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/extensions/LICENSE rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/extensions/LICENSE diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/extensions/README.rst b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/extensions/README.rst similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/extensions/README.rst rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/extensions/README.rst diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/extensions/composer.json b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/extensions/composer.json similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/extensions/composer.json rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/extensions/composer.json diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/extensions/lib/Twig/Extensions/Autoloader.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/extensions/lib/Twig/Extensions/Autoloader.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/extensions/lib/Twig/Extensions/Autoloader.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/extensions/lib/Twig/Extensions/Autoloader.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/extensions/lib/Twig/Extensions/Extension/Array.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/extensions/lib/Twig/Extensions/Extension/Array.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/extensions/lib/Twig/Extensions/Extension/Array.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/extensions/lib/Twig/Extensions/Extension/Array.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/extensions/lib/Twig/Extensions/Extension/Date.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/extensions/lib/Twig/Extensions/Extension/Date.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/extensions/lib/Twig/Extensions/Extension/Date.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/extensions/lib/Twig/Extensions/Extension/Date.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/extensions/lib/Twig/Extensions/Extension/I18n.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/extensions/lib/Twig/Extensions/Extension/I18n.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/extensions/lib/Twig/Extensions/Extension/I18n.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/extensions/lib/Twig/Extensions/Extension/I18n.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/extensions/lib/Twig/Extensions/Extension/Intl.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/extensions/lib/Twig/Extensions/Extension/Intl.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/extensions/lib/Twig/Extensions/Extension/Intl.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/extensions/lib/Twig/Extensions/Extension/Intl.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/extensions/lib/Twig/Extensions/Extension/Text.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/extensions/lib/Twig/Extensions/Extension/Text.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/extensions/lib/Twig/Extensions/Extension/Text.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/extensions/lib/Twig/Extensions/Extension/Text.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/extensions/lib/Twig/Extensions/Grammar.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/extensions/lib/Twig/Extensions/Grammar.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/extensions/lib/Twig/Extensions/Grammar.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/extensions/lib/Twig/Extensions/Grammar.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/extensions/lib/Twig/Extensions/Grammar/Arguments.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/extensions/lib/Twig/Extensions/Grammar/Arguments.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/extensions/lib/Twig/Extensions/Grammar/Arguments.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/extensions/lib/Twig/Extensions/Grammar/Arguments.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/extensions/lib/Twig/Extensions/Grammar/Array.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/extensions/lib/Twig/Extensions/Grammar/Array.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/extensions/lib/Twig/Extensions/Grammar/Array.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/extensions/lib/Twig/Extensions/Grammar/Array.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/extensions/lib/Twig/Extensions/Grammar/Body.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/extensions/lib/Twig/Extensions/Grammar/Body.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/extensions/lib/Twig/Extensions/Grammar/Body.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/extensions/lib/Twig/Extensions/Grammar/Body.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/extensions/lib/Twig/Extensions/Grammar/Boolean.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/extensions/lib/Twig/Extensions/Grammar/Boolean.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/extensions/lib/Twig/Extensions/Grammar/Boolean.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/extensions/lib/Twig/Extensions/Grammar/Boolean.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/extensions/lib/Twig/Extensions/Grammar/Constant.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/extensions/lib/Twig/Extensions/Grammar/Constant.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/extensions/lib/Twig/Extensions/Grammar/Constant.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/extensions/lib/Twig/Extensions/Grammar/Constant.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/extensions/lib/Twig/Extensions/Grammar/Expression.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/extensions/lib/Twig/Extensions/Grammar/Expression.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/extensions/lib/Twig/Extensions/Grammar/Expression.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/extensions/lib/Twig/Extensions/Grammar/Expression.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/extensions/lib/Twig/Extensions/Grammar/Hash.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/extensions/lib/Twig/Extensions/Grammar/Hash.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/extensions/lib/Twig/Extensions/Grammar/Hash.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/extensions/lib/Twig/Extensions/Grammar/Hash.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/extensions/lib/Twig/Extensions/Grammar/Number.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/extensions/lib/Twig/Extensions/Grammar/Number.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/extensions/lib/Twig/Extensions/Grammar/Number.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/extensions/lib/Twig/Extensions/Grammar/Number.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/extensions/lib/Twig/Extensions/Grammar/Optional.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/extensions/lib/Twig/Extensions/Grammar/Optional.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/extensions/lib/Twig/Extensions/Grammar/Optional.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/extensions/lib/Twig/Extensions/Grammar/Optional.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/extensions/lib/Twig/Extensions/Grammar/Switch.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/extensions/lib/Twig/Extensions/Grammar/Switch.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/extensions/lib/Twig/Extensions/Grammar/Switch.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/extensions/lib/Twig/Extensions/Grammar/Switch.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/extensions/lib/Twig/Extensions/Grammar/Tag.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/extensions/lib/Twig/Extensions/Grammar/Tag.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/extensions/lib/Twig/Extensions/Grammar/Tag.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/extensions/lib/Twig/Extensions/Grammar/Tag.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/extensions/lib/Twig/Extensions/GrammarInterface.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/extensions/lib/Twig/Extensions/GrammarInterface.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/extensions/lib/Twig/Extensions/GrammarInterface.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/extensions/lib/Twig/Extensions/GrammarInterface.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/extensions/lib/Twig/Extensions/Node/Trans.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/extensions/lib/Twig/Extensions/Node/Trans.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/extensions/lib/Twig/Extensions/Node/Trans.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/extensions/lib/Twig/Extensions/Node/Trans.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/extensions/lib/Twig/Extensions/SimpleTokenParser.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/extensions/lib/Twig/Extensions/SimpleTokenParser.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/extensions/lib/Twig/Extensions/SimpleTokenParser.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/extensions/lib/Twig/Extensions/SimpleTokenParser.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/extensions/lib/Twig/Extensions/TokenParser/Trans.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/extensions/lib/Twig/Extensions/TokenParser/Trans.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/extensions/lib/Twig/Extensions/TokenParser/Trans.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/extensions/lib/Twig/Extensions/TokenParser/Trans.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/extensions/phpunit.xml.dist b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/extensions/phpunit.xml.dist similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/extensions/phpunit.xml.dist rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/extensions/phpunit.xml.dist diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/extensions/src/ArrayExtension.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/extensions/src/ArrayExtension.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/extensions/src/ArrayExtension.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/extensions/src/ArrayExtension.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/extensions/src/DateExtension.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/extensions/src/DateExtension.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/extensions/src/DateExtension.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/extensions/src/DateExtension.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/extensions/src/I18nExtension.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/extensions/src/I18nExtension.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/extensions/src/I18nExtension.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/extensions/src/I18nExtension.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/extensions/src/IntlExtension.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/extensions/src/IntlExtension.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/extensions/src/IntlExtension.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/extensions/src/IntlExtension.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/extensions/src/Node/TransNode.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/extensions/src/Node/TransNode.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/extensions/src/Node/TransNode.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/extensions/src/Node/TransNode.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/extensions/src/TextExtension.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/extensions/src/TextExtension.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/extensions/src/TextExtension.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/extensions/src/TextExtension.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/extensions/src/TokenParser/TransTokenParser.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/extensions/src/TokenParser/TransTokenParser.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/extensions/src/TokenParser/TransTokenParser.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/extensions/src/TokenParser/TransTokenParser.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/.editorconfig b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/.editorconfig similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/.editorconfig rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/.editorconfig diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/.php_cs.dist b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/.php_cs.dist similarity index 71% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/.php_cs.dist rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/.php_cs.dist index d249ffbe..2a5df9ee 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/.php_cs.dist +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/.php_cs.dist @@ -1,16 +1,16 @@ setRules(array( + ->setRules([ '@Symfony' => true, '@Symfony:risky' => true, - 'array_syntax' => array('syntax' => 'long'), + 'array_syntax' => ['syntax' => 'short'], 'php_unit_fqcn_annotation' => false, 'no_unreachable_default_argument_value' => false, - 'braces' => array('allow_single_line_closure' => true), + 'braces' => ['allow_single_line_closure' => true], 'heredoc_to_nowdoc' => false, 'dir_constant' => false, - )) + ]) ->setRiskyAllowed(true) ->setFinder(PhpCsFixer\Finder::create()->in(__DIR__)) ; diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/.travis.yml b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/.travis.yml similarity index 70% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/.travis.yml rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/.travis.yml index d70399ca..0293aa84 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/.travis.yml +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/.travis.yml @@ -14,6 +14,7 @@ php: - 7.0 - 7.1 - 7.2 + - 7.3 - nightly env: @@ -30,22 +31,11 @@ before_script: - if [ "$TWIG_EXT" == "yes" ]; then sh -c "cd ext/twig && phpize && ./configure --enable-twig && make && make install"; fi - if [ "$TWIG_EXT" == "yes" ]; then echo "extension=twig.so" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"`; fi -script: | - if [[ $TRAVIS_PHP_VERSION = 7.* || $TRAVIS_PHP_VERSION = nightly ]]; then - SYMFONY_PHPUNIT_VERSION=6.1 ./vendor/bin/simple-phpunit - else - ./vendor/bin/simple-phpunit - fi +script: ./vendor/bin/simple-phpunit matrix: fast_finish: true include: - - php: 5.3 - dist: precise - env: TWIG_EXT=yes - - php: 5.3 - dist: precise - env: TWIG_EXT=no - php: 5.4 env: TWIG_EXT=yes - php: 5.5 diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/CHANGELOG b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/CHANGELOG similarity index 98% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/CHANGELOG rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/CHANGELOG index f35edc3c..64bacc0f 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/CHANGELOG +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/CHANGELOG @@ -1,3 +1,27 @@ +* 1.37.1 (2019-01-14) + + * fixed regression (key exists check for non ArrayObject objects) + * fixed logic in TemplateWrapper + +* 1.37.0 (2019-01-14) + + * fixed ArrayObject access with a null value + * fixed embedded templates starting with a BOM + * fixed using a Twig_TemplateWrapper instance as an argument to extends + * switched generated code to use the PHP short array notation + * dropped PHP 5.3 support + * fixed float representation in compiled templates + * added a second argument to the join filter (last separator configuration) + +* 1.36.0 (2018-12-16) + + * made sure twig_include returns a string + * fixed multi-byte UFT-8 in escape('html_attr') + * added the "deprecated" tag + * added support for dynamically named tests + * fixed GlobalsInterface extended class + * fixed filesystem loader throwing an exception instead of returning false + * 1.35.4 (2018-07-13) * ensured that syntax errors are triggered with the right line diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/LICENSE b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/LICENSE similarity index 97% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/LICENSE rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/LICENSE index e401cb97..d06ced2a 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/LICENSE +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2009-2018 by the Twig Team. +Copyright (c) 2009-2019 by the Twig Team. Some rights reserved. diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/README.rst b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/README.rst similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/README.rst rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/README.rst diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/composer.json b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/composer.json similarity index 91% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/composer.json rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/composer.json index 0a1728f8..4db7e34f 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/composer.json +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/composer.json @@ -27,11 +27,11 @@ "forum": "https://groups.google.com/forum/#!forum/twig-users" }, "require": { - "php": ">=5.3.3", + "php": ">=5.4.0", "symfony/polyfill-ctype": "^1.8" }, "require-dev": { - "symfony/phpunit-bridge": "^3.3", + "symfony/phpunit-bridge": "^3.4.19|^4.1.8", "symfony/debug": "^2.7", "psr/container": "^1.0" }, @@ -45,7 +45,7 @@ }, "extra": { "branch-alias": { - "dev-master": "1.35-dev" + "dev-master": "1.37-dev" } } } diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/ext/twig/config.m4 b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/ext/twig/config.m4 similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/ext/twig/config.m4 rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/ext/twig/config.m4 diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/ext/twig/config.w32 b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/ext/twig/config.w32 similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/ext/twig/config.w32 rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/ext/twig/config.w32 diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/ext/twig/php_twig.h b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/ext/twig/php_twig.h similarity index 96% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/ext/twig/php_twig.h rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/ext/twig/php_twig.h index e99703f2..26151f0c 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/ext/twig/php_twig.h +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/ext/twig/php_twig.h @@ -15,7 +15,7 @@ #ifndef PHP_TWIG_H #define PHP_TWIG_H -#define PHP_TWIG_VERSION "1.35.4-DEV" +#define PHP_TWIG_VERSION "1.37.1" #include "php.h" diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/ext/twig/twig.c b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/ext/twig/twig.c similarity index 99% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/ext/twig/twig.c rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/ext/twig/twig.c index b81d8ce3..ed86d902 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/ext/twig/twig.c +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/ext/twig/twig.c @@ -959,7 +959,7 @@ PHP_FUNCTION(twig_template_get_attributes) if (!isset(self::$cache[$class]['methods'])) { if ($object instanceof self) { $ref = new ReflectionClass($class); - $methods = array(); + $methods = []; foreach ($ref->getMethods(ReflectionMethod::IS_PUBLIC) as $refMethod) { $methodName = strtolower($refMethod->name); @@ -1081,7 +1081,7 @@ PHP_FUNCTION(twig_template_get_attributes) // Some objects throw exceptions when they have __call, and the method we try // to call is not supported. If ignoreStrictCheck is true, we should return null. try { - $ret = call_user_func_array(array($object, $method), $arguments); + $ret = call_user_func_array([$object, $method], $arguments); } catch (BadMethodCallException $e) { if ($call && ($ignoreStrictCheck || !$this->env->isStrictVariables())) { return null; diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Autoloader.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Autoloader.php similarity index 82% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Autoloader.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Autoloader.php index 212af544..6a2bf4a6 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Autoloader.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Autoloader.php @@ -29,11 +29,7 @@ public static function register($prepend = false) { @trigger_error('Using Twig_Autoloader is deprecated since version 1.21. Use Composer instead.', E_USER_DEPRECATED); - if (PHP_VERSION_ID < 50300) { - spl_autoload_register(array(__CLASS__, 'autoload')); - } else { - spl_autoload_register(array(__CLASS__, 'autoload'), true, $prepend); - } + spl_autoload_register([__CLASS__, 'autoload'], true, $prepend); } /** @@ -47,7 +43,7 @@ public static function autoload($class) return; } - if (is_file($file = dirname(__FILE__).'/../'.str_replace(array('_', "\0"), array('/', ''), $class).'.php')) { + if (is_file($file = dirname(__FILE__).'/../'.str_replace(['_', "\0"], ['/', ''], $class).'.php')) { require $file; } } diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Cache/Filesystem.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Cache/Filesystem.php similarity index 95% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Cache/Filesystem.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Cache/Filesystem.php index 65976282..5b0acc07 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Cache/Filesystem.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Cache/Filesystem.php @@ -50,9 +50,7 @@ public function write($key, $content) $dir = dirname($key); if (!is_dir($dir)) { if (false === @mkdir($dir, 0777, true)) { - if (PHP_VERSION_ID >= 50300) { - clearstatcache(true, $dir); - } + clearstatcache(true, $dir); if (!is_dir($dir)) { throw new RuntimeException(sprintf('Unable to create the cache directory (%s).', $dir)); } diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Cache/Null.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Cache/Null.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Cache/Null.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Cache/Null.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/CacheInterface.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/CacheInterface.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/CacheInterface.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/CacheInterface.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Compiler.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Compiler.php similarity index 97% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Compiler.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Compiler.php index 803eb896..a5a60301 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Compiler.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Compiler.php @@ -21,7 +21,7 @@ class Twig_Compiler implements Twig_CompilerInterface protected $source; protected $indentation; protected $env; - protected $debugInfo = array(); + protected $debugInfo = []; protected $sourceOffset; protected $sourceLine; protected $filename; @@ -74,7 +74,7 @@ public function compile(Twig_NodeInterface $node, $indentation = 0) { $this->lastLine = null; $this->source = ''; - $this->debugInfo = array(); + $this->debugInfo = []; $this->sourceOffset = 0; // source code starts at 1 (as we then increment it when we encounter new lines) $this->sourceLine = 1; @@ -175,7 +175,7 @@ public function repr($value) setlocale(LC_NUMERIC, 'C'); } - $this->raw($value); + $this->raw(var_export($value, true)); if (false !== $locale) { setlocale(LC_NUMERIC, $locale); @@ -185,7 +185,7 @@ public function repr($value) } elseif (is_bool($value)) { $this->raw($value ? 'true' : 'false'); } elseif (is_array($value)) { - $this->raw('array('); + $this->raw('['); $first = true; foreach ($value as $key => $v) { if (!$first) { @@ -196,7 +196,7 @@ public function repr($value) $this->raw(' => '); $this->repr($v); } - $this->raw(')'); + $this->raw(']'); } else { $this->string($value); } diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/CompilerInterface.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/CompilerInterface.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/CompilerInterface.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/CompilerInterface.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/ContainerRuntimeLoader.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/ContainerRuntimeLoader.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/ContainerRuntimeLoader.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/ContainerRuntimeLoader.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Environment.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Environment.php similarity index 97% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Environment.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Environment.php index 9b610f75..2a051b90 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Environment.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Environment.php @@ -16,11 +16,11 @@ */ class Twig_Environment { - const VERSION = '1.35.4'; - const VERSION_ID = 13504; + const VERSION = '1.37.1'; + const VERSION_ID = 13701; const MAJOR_VERSION = 1; - const MINOR_VERSION = 35; - const RELEASE_VERSION = 4; + const MINOR_VERSION = 37; + const RELEASE_VERSION = 1; const EXTRA_VERSION = ''; protected $charset; @@ -46,19 +46,19 @@ class Twig_Environment protected $unaryOperators; protected $binaryOperators; protected $templateClassPrefix = '__TwigTemplate_'; - protected $functionCallbacks = array(); - protected $filterCallbacks = array(); + protected $functionCallbacks = []; + protected $filterCallbacks = []; protected $staging; private $originalCache; private $bcWriteCacheFile = false; private $bcGetCacheFilename = false; private $lastModifiedExtension = 0; - private $extensionsByClass = array(); - private $runtimeLoaders = array(); - private $runtimes = array(); + private $extensionsByClass = []; + private $runtimeLoaders = []; + private $runtimes = []; private $optionsHash; - private $loading = array(); + private $loading = []; /** * Constructor. @@ -98,7 +98,7 @@ class Twig_Environment * @param Twig_LoaderInterface $loader * @param array $options An array of options */ - public function __construct(Twig_LoaderInterface $loader = null, $options = array()) + public function __construct(Twig_LoaderInterface $loader = null, $options = []) { if (null !== $loader) { $this->setLoader($loader); @@ -106,7 +106,7 @@ public function __construct(Twig_LoaderInterface $loader = null, $options = arra @trigger_error('Not passing a Twig_LoaderInterface as the first constructor argument of Twig_Environment is deprecated since version 1.21.', E_USER_DEPRECATED); } - $options = array_merge(array( + $options = array_merge([ 'debug' => false, 'charset' => 'UTF-8', 'base_template_class' => 'Twig_Template', @@ -115,7 +115,7 @@ public function __construct(Twig_LoaderInterface $loader = null, $options = arra 'cache' => false, 'auto_reload' => null, 'optimizations' => -1, - ), $options); + ], $options); $this->debug = (bool) $options['debug']; $this->charset = strtoupper($options['charset']); @@ -358,7 +358,7 @@ public function getTemplateClassPrefix() * @throws Twig_Error_Syntax When an error occurred during compilation * @throws Twig_Error_Runtime When an error occurred during rendering */ - public function render($name, array $context = array()) + public function render($name, array $context = []) { return $this->loadTemplate($name)->render($context); } @@ -373,7 +373,7 @@ public function render($name, array $context = array()) * @throws Twig_Error_Syntax When an error occurred during compilation * @throws Twig_Error_Runtime When an error occurred during rendering */ - public function display($name, array $context = array()) + public function display($name, array $context = []) { $this->loadTemplate($name)->display($context); } @@ -478,7 +478,7 @@ public function loadTemplate($name, $index = null) } if (isset($this->loading[$cls])) { - throw new Twig_Error_Runtime(sprintf('Circular reference detected for Twig template "%s", path: %s.', $name, implode(' -> ', array_merge($this->loading, array($name))))); + throw new Twig_Error_Runtime(sprintf('Circular reference detected for Twig template "%s", path: %s.', $name, implode(' -> ', array_merge($this->loading, [$name])))); } $this->loading[$cls] = $name; @@ -511,10 +511,10 @@ public function createTemplate($template) { $name = sprintf('__string_template__%s', hash('sha256', $template, false)); - $loader = new Twig_Loader_Chain(array( - new Twig_Loader_Array(array($name => $template)), + $loader = new Twig_Loader_Chain([ + new Twig_Loader_Array([$name => $template]), $current = $this->getLoader(), - )); + ]); $this->setLoader($loader); try { @@ -575,7 +575,7 @@ public function isTemplateFresh($name, $time) public function resolveTemplate($names) { if (!is_array($names)) { - $names = array($names); + $names = [$names]; } foreach ($names as $name) { @@ -609,7 +609,7 @@ public function clearTemplateCache() { @trigger_error(sprintf('The %s method is deprecated since version 1.18.3 and will be removed in Twig 2.0.', __METHOD__), E_USER_DEPRECATED); - $this->loadedTemplates = array(); + $this->loadedTemplates = []; } /** @@ -1049,7 +1049,7 @@ public function getTokenParsers() */ public function getTags() { - $tags = array(); + $tags = []; foreach ($this->getTokenParsers()->getParsers() as $parser) { if ($parser instanceof Twig_TokenParserInterface) { $tags[$parser->getTag()] = $parser; @@ -1240,6 +1240,19 @@ public function getTest($name) return $this->tests[$name]; } + foreach ($this->tests as $pattern => $test) { + $pattern = str_replace('\\*', '(.*?)', preg_quote($pattern, '#'), $count); + + if ($count) { + if (preg_match('#^'.$pattern.'$#', $name, $matches)) { + array_shift($matches); + $test->setArguments($matches); + + return $test; + } + } + } + return false; } @@ -1456,7 +1469,7 @@ public function computeAlternatives($name, $items) */ protected function initGlobals() { - $globals = array(); + $globals = []; foreach ($this->extensions as $name => $extension) { if (!$extension instanceof Twig_Extension_GlobalsInterface) { $m = new ReflectionMethod($extension, 'getGlobals'); @@ -1488,13 +1501,13 @@ protected function initExtensions() return; } - $this->parsers = new Twig_TokenParserBroker(array(), array(), false); - $this->filters = array(); - $this->functions = array(); - $this->tests = array(); - $this->visitors = array(); - $this->unaryOperators = array(); - $this->binaryOperators = array(); + $this->parsers = new Twig_TokenParserBroker([], [], false); + $this->filters = []; + $this->functions = []; + $this->tests = []; + $this->visitors = []; + $this->unaryOperators = []; + $this->binaryOperators = []; foreach ($this->extensions as $extension) { $this->initExtension($extension); @@ -1587,7 +1600,7 @@ private function updateOptionsHash() { $hashParts = array_merge( array_keys($this->extensions), - array( + [ (int) function_exists('twig_template_get_attributes'), PHP_MAJOR_VERSION, PHP_MINOR_VERSION, @@ -1595,7 +1608,7 @@ private function updateOptionsHash() (int) $this->debug, $this->baseTemplateClass, (int) $this->strictVariables, - ) + ] ); $this->optionsHash = implode(':', $hashParts); } diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Error.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Error.php similarity index 88% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Error.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Error.php index 787e0d09..569c2fea 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Error.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Error.php @@ -37,7 +37,6 @@ class Twig_Error extends Exception // to be renamed to name in 2.0 protected $filename; protected $rawMessage; - protected $previous; private $sourcePath; private $sourceCode; @@ -71,12 +70,7 @@ public function __construct($message, $lineno = -1, $source = null, Exception $p $this->sourceCode = $source->getCode(); $this->sourcePath = $source->getPath(); } - if (PHP_VERSION_ID < 50300) { - $this->previous = $previous; - parent::__construct(''); - } else { - parent::__construct('', 0, $previous); - } + parent::__construct('', 0, $previous); $this->lineno = $lineno; $this->filename = $name; @@ -215,25 +209,6 @@ public function guess() $this->updateRepr(); } - /** - * For PHP < 5.3.0, provides access to the getPrevious() method. - * - * @param string $method The method name - * @param array $arguments The parameters to be passed to the method - * - * @return Exception The previous exception or null - * - * @throws BadMethodCallException - */ - public function __call($method, $arguments) - { - if ('getprevious' == strtolower($method)) { - return $this->previous; - } - - throw new BadMethodCallException(sprintf('Method "Twig_Error::%s()" does not exist.', $method)); - } - public function appendMessage($rawMessage) { $this->rawMessage .= $rawMessage; @@ -296,12 +271,7 @@ protected function guessTemplateInfo() $template = null; $templateClass = null; - if (PHP_VERSION_ID >= 50306) { - $backtrace = debug_backtrace(DEBUG_BACKTRACE_IGNORE_ARGS | DEBUG_BACKTRACE_PROVIDE_OBJECT); - } else { - $backtrace = debug_backtrace(); - } - + $backtrace = debug_backtrace(DEBUG_BACKTRACE_IGNORE_ARGS | DEBUG_BACKTRACE_PROVIDE_OBJECT); foreach ($backtrace as $trace) { if (isset($trace['object']) && $trace['object'] instanceof Twig_Template && 'Twig_Template' !== get_class($trace['object'])) { $currentClass = get_class($trace['object']); @@ -332,14 +302,14 @@ protected function guessTemplateInfo() $r = new ReflectionObject($template); $file = $r->getFileName(); - $exceptions = array($e = $this); - while (($e instanceof self || method_exists($e, 'getPrevious')) && $e = $e->getPrevious()) { + $exceptions = [$e = $this]; + while ($e instanceof self && $e = $e->getPrevious()) { $exceptions[] = $e; } while ($e = array_pop($exceptions)) { $traces = $e->getTrace(); - array_unshift($traces, array('file' => $e->getFile(), 'line' => $e->getLine())); + array_unshift($traces, ['file' => $e->getFile(), 'line' => $e->getLine()]); while ($trace = array_shift($traces)) { if (!isset($trace['file']) || !isset($trace['line']) || $file != $trace['file']) { diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Error/Loader.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Error/Loader.php similarity index 83% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Error/Loader.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Error/Loader.php index df566dd7..2ef0480e 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Error/Loader.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Error/Loader.php @@ -26,12 +26,8 @@ class Twig_Error_Loader extends Twig_Error { public function __construct($message, $lineno = -1, $source = null, Exception $previous = null) { - if (PHP_VERSION_ID < 50300) { - $this->previous = $previous; - Exception::__construct(''); - } else { - Exception::__construct('', 0, $previous); - } + Exception::__construct('', 0, $previous); + $this->appendMessage($message); $this->setTemplateLine(false); } diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Error/Runtime.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Error/Runtime.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Error/Runtime.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Error/Runtime.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Error/Syntax.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Error/Syntax.php similarity index 97% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Error/Syntax.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Error/Syntax.php index 9d09f217..c889dc64 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Error/Syntax.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Error/Syntax.php @@ -39,7 +39,7 @@ public function addSuggestions($name, array $items) */ public static function computeAlternatives($name, $items) { - $alternatives = array(); + $alternatives = []; foreach ($items as $item) { $lev = levenshtein($name, $item); if ($lev <= strlen($name) / 3 || false !== strpos($item, $name)) { diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/ExistsLoaderInterface.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/ExistsLoaderInterface.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/ExistsLoaderInterface.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/ExistsLoaderInterface.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/ExpressionParser.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/ExpressionParser.php similarity index 97% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/ExpressionParser.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/ExpressionParser.php index fe4a9b4a..eaaafb16 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/ExpressionParser.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/ExpressionParser.php @@ -188,7 +188,7 @@ public function parsePrimaryExpression() $ref = new ReflectionClass($class); $negClass = 'Twig_Node_Expression_Unary_Neg'; $posClass = 'Twig_Node_Expression_Unary_Pos'; - if (!(in_array($ref->getName(), array($negClass, $posClass)) || $ref->isSubclassOf($negClass) || $ref->isSubclassOf($posClass))) { + if (!(in_array($ref->getName(), [$negClass, $posClass]) || $ref->isSubclassOf($negClass) || $ref->isSubclassOf($posClass))) { throw new Twig_Error_Syntax(sprintf('Unexpected unary operator "%s".', $token->getValue()), $token->getLine(), $this->parser->getStream()->getSourceContext()); } @@ -219,7 +219,7 @@ public function parseStringExpression() { $stream = $this->parser->getStream(); - $nodes = array(); + $nodes = []; // a string cannot be followed by another string in a single expression $nextCanBeString = true; while (true) { @@ -248,7 +248,7 @@ public function parseArrayExpression() $stream = $this->parser->getStream(); $stream->expect(Twig_Token::PUNCTUATION_TYPE, '[', 'An array element was expected'); - $node = new Twig_Node_Expression_Array(array(), $stream->getCurrent()->getLine()); + $node = new Twig_Node_Expression_Array([], $stream->getCurrent()->getLine()); $first = true; while (!$stream->test(Twig_Token::PUNCTUATION_TYPE, ']')) { if (!$first) { @@ -273,7 +273,7 @@ public function parseHashExpression() $stream = $this->parser->getStream(); $stream->expect(Twig_Token::PUNCTUATION_TYPE, '{', 'A hash element was expected'); - $node = new Twig_Node_Expression_Array(array(), $stream->getCurrent()->getLine()); + $node = new Twig_Node_Expression_Array([], $stream->getCurrent()->getLine()); $first = true; while (!$stream->test(Twig_Token::PUNCTUATION_TYPE, '}')) { if (!$first) { @@ -362,7 +362,7 @@ public function getFunctionNode($name, $line) return new Twig_Node_Expression_GetAttr($args->getNode(0), $args->getNode(1), count($args) > 2 ? $args->getNode(2) : null, Twig_Template::ANY_CALL, $line); default: if (null !== $alias = $this->parser->getImportedSymbol('function', $name)) { - $arguments = new Twig_Node_Expression_Array(array(), $line); + $arguments = new Twig_Node_Expression_Array([], $line); foreach ($this->parseArguments() as $n) { $arguments->addElement($n); } @@ -385,7 +385,7 @@ public function parseSubscriptExpression($node) $stream = $this->parser->getStream(); $token = $stream->next(); $lineno = $token->getLine(); - $arguments = new Twig_Node_Expression_Array(array(), $lineno); + $arguments = new Twig_Node_Expression_Array([], $lineno); $type = Twig_Template::ANY_CALL; if ('.' == $token->getValue()) { $token = $stream->next(); @@ -448,7 +448,7 @@ public function parseSubscriptExpression($node) } $class = $this->getFilterNodeClass('slice', $token->getLine()); - $arguments = new Twig_Node(array($arg, $length)); + $arguments = new Twig_Node([$arg, $length]); $filter = new $class($node, new Twig_Node_Expression_Constant('slice', $token->getLine()), $arguments, $token->getLine()); $stream->expect(Twig_Token::PUNCTUATION_TYPE, ']'); @@ -507,7 +507,7 @@ public function parseFilterExpressionRaw($node, $tag = null) */ public function parseArguments($namedArguments = false, $definition = false) { - $args = array(); + $args = []; $stream = $this->parser->getStream(); $stream->expect(Twig_Token::PUNCTUATION_TYPE, '(', 'A list of arguments must begin with an opening parenthesis'); @@ -563,11 +563,11 @@ public function parseArguments($namedArguments = false, $definition = false) public function parseAssignmentExpression() { $stream = $this->parser->getStream(); - $targets = array(); + $targets = []; while (true) { $token = $stream->expect(Twig_Token::NAME_TYPE, null, 'Only variables can be assigned to'); $value = $token->getValue(); - if (in_array(strtolower($value), array('true', 'false', 'none', 'null'))) { + if (in_array(strtolower($value), ['true', 'false', 'none', 'null'])) { throw new Twig_Error_Syntax(sprintf('You cannot assign a value to "%s".', $value), $token->getLine(), $stream->getSourceContext()); } $targets[] = new Twig_Node_Expression_AssignName($value, $token->getLine()); @@ -582,7 +582,7 @@ public function parseAssignmentExpression() public function parseMultitargetExpression() { - $targets = array(); + $targets = []; while (true) { $targets[] = $this->parseExpression(); if (!$this->parser->getStream()->nextIf(Twig_Token::PUNCTUATION_TYPE, ',')) { @@ -618,7 +618,7 @@ private function getTest($line) $name = $stream->expect(Twig_Token::NAME_TYPE)->getValue(); if ($test = $this->env->getTest($name)) { - return array($name, $test); + return [$name, $test]; } if ($stream->test(Twig_Token::NAME_TYPE)) { @@ -628,7 +628,7 @@ private function getTest($line) if ($test = $this->env->getTest($name)) { $stream->next(); - return array($name, $test); + return [$name, $test]; } } diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Extension.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Extension.php similarity index 87% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Extension.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Extension.php index 38084495..de93ca61 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Extension.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Extension.php @@ -20,32 +20,32 @@ public function initRuntime(Twig_Environment $environment) public function getTokenParsers() { - return array(); + return []; } public function getNodeVisitors() { - return array(); + return []; } public function getFilters() { - return array(); + return []; } public function getTests() { - return array(); + return []; } public function getFunctions() { - return array(); + return []; } public function getOperators() { - return array(); + return []; } /** @@ -53,7 +53,7 @@ public function getOperators() */ public function getGlobals() { - return array(); + return []; } /** diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Extension/Core.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Extension/Core.php similarity index 78% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Extension/Core.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Extension/Core.php index 6fa78e13..9babcfc6 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Extension/Core.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Extension/Core.php @@ -18,10 +18,10 @@ */ class Twig_Extension_Core extends Twig_Extension { - protected $dateFormats = array('F j, Y H:i', '%d days'); - protected $numberFormat = array(0, '.', ','); + protected $dateFormats = ['F j, Y H:i', '%d days']; + protected $numberFormat = [0, '.', ',']; protected $timezone = null; - protected $escapers = array(); + protected $escapers = []; /** * Defines a new escaper to be used via the escape filter. @@ -104,7 +104,7 @@ public function getTimezone() */ public function setNumberFormat($decimal, $decimalPoint, $thousandSep) { - $this->numberFormat = array($decimal, $decimalPoint, $thousandSep); + $this->numberFormat = [$decimal, $decimalPoint, $thousandSep]; } /** @@ -119,7 +119,7 @@ public function getNumberFormat() public function getTokenParsers() { - return array( + return [ new Twig_TokenParser_For(), new Twig_TokenParser_If(), new Twig_TokenParser_Extends(), @@ -136,18 +136,19 @@ public function getTokenParsers() new Twig_TokenParser_Do(), new Twig_TokenParser_Embed(), new Twig_TokenParser_With(), - ); + new Twig_TokenParser_Deprecated(), + ]; } public function getFilters() { - $filters = array( + $filters = [ // formatting filters - new Twig_SimpleFilter('date', 'twig_date_format_filter', array('needs_environment' => true)), - new Twig_SimpleFilter('date_modify', 'twig_date_modify_filter', array('needs_environment' => true)), + new Twig_SimpleFilter('date', 'twig_date_format_filter', ['needs_environment' => true]), + new Twig_SimpleFilter('date_modify', 'twig_date_modify_filter', ['needs_environment' => true]), new Twig_SimpleFilter('format', 'sprintf'), new Twig_SimpleFilter('replace', 'twig_replace_filter'), - new Twig_SimpleFilter('number_format', 'twig_number_format_filter', array('needs_environment' => true)), + new Twig_SimpleFilter('number_format', 'twig_number_format_filter', ['needs_environment' => true]), new Twig_SimpleFilter('abs', 'abs'), new Twig_SimpleFilter('round', 'twig_round'), @@ -157,40 +158,40 @@ public function getFilters() new Twig_SimpleFilter('convert_encoding', 'twig_convert_encoding'), // string filters - new Twig_SimpleFilter('title', 'twig_title_string_filter', array('needs_environment' => true)), - new Twig_SimpleFilter('capitalize', 'twig_capitalize_string_filter', array('needs_environment' => true)), + new Twig_SimpleFilter('title', 'twig_title_string_filter', ['needs_environment' => true]), + new Twig_SimpleFilter('capitalize', 'twig_capitalize_string_filter', ['needs_environment' => true]), new Twig_SimpleFilter('upper', 'strtoupper'), new Twig_SimpleFilter('lower', 'strtolower'), new Twig_SimpleFilter('striptags', 'strip_tags'), new Twig_SimpleFilter('trim', 'twig_trim_filter'), - new Twig_SimpleFilter('nl2br', 'nl2br', array('pre_escape' => 'html', 'is_safe' => array('html'))), + new Twig_SimpleFilter('nl2br', 'nl2br', ['pre_escape' => 'html', 'is_safe' => ['html']]), // array helpers new Twig_SimpleFilter('join', 'twig_join_filter'), - new Twig_SimpleFilter('split', 'twig_split_filter', array('needs_environment' => true)), + new Twig_SimpleFilter('split', 'twig_split_filter', ['needs_environment' => true]), new Twig_SimpleFilter('sort', 'twig_sort_filter'), new Twig_SimpleFilter('merge', 'twig_array_merge'), new Twig_SimpleFilter('batch', 'twig_array_batch'), // string/array filters - new Twig_SimpleFilter('reverse', 'twig_reverse_filter', array('needs_environment' => true)), - new Twig_SimpleFilter('length', 'twig_length_filter', array('needs_environment' => true)), - new Twig_SimpleFilter('slice', 'twig_slice', array('needs_environment' => true)), - new Twig_SimpleFilter('first', 'twig_first', array('needs_environment' => true)), - new Twig_SimpleFilter('last', 'twig_last', array('needs_environment' => true)), + new Twig_SimpleFilter('reverse', 'twig_reverse_filter', ['needs_environment' => true]), + new Twig_SimpleFilter('length', 'twig_length_filter', ['needs_environment' => true]), + new Twig_SimpleFilter('slice', 'twig_slice', ['needs_environment' => true]), + new Twig_SimpleFilter('first', 'twig_first', ['needs_environment' => true]), + new Twig_SimpleFilter('last', 'twig_last', ['needs_environment' => true]), // iteration and runtime - new Twig_SimpleFilter('default', '_twig_default_filter', array('node_class' => 'Twig_Node_Expression_Filter_Default')), + new Twig_SimpleFilter('default', '_twig_default_filter', ['node_class' => 'Twig_Node_Expression_Filter_Default']), new Twig_SimpleFilter('keys', 'twig_get_array_keys_filter'), // escaping - new Twig_SimpleFilter('escape', 'twig_escape_filter', array('needs_environment' => true, 'is_safe_callback' => 'twig_escape_filter_is_safe')), - new Twig_SimpleFilter('e', 'twig_escape_filter', array('needs_environment' => true, 'is_safe_callback' => 'twig_escape_filter_is_safe')), - ); + new Twig_SimpleFilter('escape', 'twig_escape_filter', ['needs_environment' => true, 'is_safe_callback' => 'twig_escape_filter_is_safe']), + new Twig_SimpleFilter('e', 'twig_escape_filter', ['needs_environment' => true, 'is_safe_callback' => 'twig_escape_filter_is_safe']), + ]; if (function_exists('mb_get_info')) { - $filters[] = new Twig_SimpleFilter('upper', 'twig_upper_filter', array('needs_environment' => true)); - $filters[] = new Twig_SimpleFilter('lower', 'twig_lower_filter', array('needs_environment' => true)); + $filters[] = new Twig_SimpleFilter('upper', 'twig_upper_filter', ['needs_environment' => true]); + $filters[] = new Twig_SimpleFilter('lower', 'twig_lower_filter', ['needs_environment' => true]); } return $filters; @@ -198,76 +199,76 @@ public function getFilters() public function getFunctions() { - return array( + return [ new Twig_SimpleFunction('max', 'max'), new Twig_SimpleFunction('min', 'min'), new Twig_SimpleFunction('range', 'range'), new Twig_SimpleFunction('constant', 'twig_constant'), new Twig_SimpleFunction('cycle', 'twig_cycle'), - new Twig_SimpleFunction('random', 'twig_random', array('needs_environment' => true)), - new Twig_SimpleFunction('date', 'twig_date_converter', array('needs_environment' => true)), - new Twig_SimpleFunction('include', 'twig_include', array('needs_environment' => true, 'needs_context' => true, 'is_safe' => array('all'))), - new Twig_SimpleFunction('source', 'twig_source', array('needs_environment' => true, 'is_safe' => array('all'))), - ); + new Twig_SimpleFunction('random', 'twig_random', ['needs_environment' => true]), + new Twig_SimpleFunction('date', 'twig_date_converter', ['needs_environment' => true]), + new Twig_SimpleFunction('include', 'twig_include', ['needs_environment' => true, 'needs_context' => true, 'is_safe' => ['all']]), + new Twig_SimpleFunction('source', 'twig_source', ['needs_environment' => true, 'is_safe' => ['all']]), + ]; } public function getTests() { - return array( - new Twig_SimpleTest('even', null, array('node_class' => 'Twig_Node_Expression_Test_Even')), - new Twig_SimpleTest('odd', null, array('node_class' => 'Twig_Node_Expression_Test_Odd')), - new Twig_SimpleTest('defined', null, array('node_class' => 'Twig_Node_Expression_Test_Defined')), - new Twig_SimpleTest('sameas', null, array('node_class' => 'Twig_Node_Expression_Test_Sameas', 'deprecated' => '1.21', 'alternative' => 'same as')), - new Twig_SimpleTest('same as', null, array('node_class' => 'Twig_Node_Expression_Test_Sameas')), - new Twig_SimpleTest('none', null, array('node_class' => 'Twig_Node_Expression_Test_Null')), - new Twig_SimpleTest('null', null, array('node_class' => 'Twig_Node_Expression_Test_Null')), - new Twig_SimpleTest('divisibleby', null, array('node_class' => 'Twig_Node_Expression_Test_Divisibleby', 'deprecated' => '1.21', 'alternative' => 'divisible by')), - new Twig_SimpleTest('divisible by', null, array('node_class' => 'Twig_Node_Expression_Test_Divisibleby')), - new Twig_SimpleTest('constant', null, array('node_class' => 'Twig_Node_Expression_Test_Constant')), + return [ + new Twig_SimpleTest('even', null, ['node_class' => 'Twig_Node_Expression_Test_Even']), + new Twig_SimpleTest('odd', null, ['node_class' => 'Twig_Node_Expression_Test_Odd']), + new Twig_SimpleTest('defined', null, ['node_class' => 'Twig_Node_Expression_Test_Defined']), + new Twig_SimpleTest('sameas', null, ['node_class' => 'Twig_Node_Expression_Test_Sameas', 'deprecated' => '1.21', 'alternative' => 'same as']), + new Twig_SimpleTest('same as', null, ['node_class' => 'Twig_Node_Expression_Test_Sameas']), + new Twig_SimpleTest('none', null, ['node_class' => 'Twig_Node_Expression_Test_Null']), + new Twig_SimpleTest('null', null, ['node_class' => 'Twig_Node_Expression_Test_Null']), + new Twig_SimpleTest('divisibleby', null, ['node_class' => 'Twig_Node_Expression_Test_Divisibleby', 'deprecated' => '1.21', 'alternative' => 'divisible by']), + new Twig_SimpleTest('divisible by', null, ['node_class' => 'Twig_Node_Expression_Test_Divisibleby']), + new Twig_SimpleTest('constant', null, ['node_class' => 'Twig_Node_Expression_Test_Constant']), new Twig_SimpleTest('empty', 'twig_test_empty'), new Twig_SimpleTest('iterable', 'twig_test_iterable'), - ); + ]; } public function getOperators() { - return array( - array( - 'not' => array('precedence' => 50, 'class' => 'Twig_Node_Expression_Unary_Not'), - '-' => array('precedence' => 500, 'class' => 'Twig_Node_Expression_Unary_Neg'), - '+' => array('precedence' => 500, 'class' => 'Twig_Node_Expression_Unary_Pos'), - ), - array( - 'or' => array('precedence' => 10, 'class' => 'Twig_Node_Expression_Binary_Or', 'associativity' => Twig_ExpressionParser::OPERATOR_LEFT), - 'and' => array('precedence' => 15, 'class' => 'Twig_Node_Expression_Binary_And', 'associativity' => Twig_ExpressionParser::OPERATOR_LEFT), - 'b-or' => array('precedence' => 16, 'class' => 'Twig_Node_Expression_Binary_BitwiseOr', 'associativity' => Twig_ExpressionParser::OPERATOR_LEFT), - 'b-xor' => array('precedence' => 17, 'class' => 'Twig_Node_Expression_Binary_BitwiseXor', 'associativity' => Twig_ExpressionParser::OPERATOR_LEFT), - 'b-and' => array('precedence' => 18, 'class' => 'Twig_Node_Expression_Binary_BitwiseAnd', 'associativity' => Twig_ExpressionParser::OPERATOR_LEFT), - '==' => array('precedence' => 20, 'class' => 'Twig_Node_Expression_Binary_Equal', 'associativity' => Twig_ExpressionParser::OPERATOR_LEFT), - '!=' => array('precedence' => 20, 'class' => 'Twig_Node_Expression_Binary_NotEqual', 'associativity' => Twig_ExpressionParser::OPERATOR_LEFT), - '<' => array('precedence' => 20, 'class' => 'Twig_Node_Expression_Binary_Less', 'associativity' => Twig_ExpressionParser::OPERATOR_LEFT), - '>' => array('precedence' => 20, 'class' => 'Twig_Node_Expression_Binary_Greater', 'associativity' => Twig_ExpressionParser::OPERATOR_LEFT), - '>=' => array('precedence' => 20, 'class' => 'Twig_Node_Expression_Binary_GreaterEqual', 'associativity' => Twig_ExpressionParser::OPERATOR_LEFT), - '<=' => array('precedence' => 20, 'class' => 'Twig_Node_Expression_Binary_LessEqual', 'associativity' => Twig_ExpressionParser::OPERATOR_LEFT), - 'not in' => array('precedence' => 20, 'class' => 'Twig_Node_Expression_Binary_NotIn', 'associativity' => Twig_ExpressionParser::OPERATOR_LEFT), - 'in' => array('precedence' => 20, 'class' => 'Twig_Node_Expression_Binary_In', 'associativity' => Twig_ExpressionParser::OPERATOR_LEFT), - 'matches' => array('precedence' => 20, 'class' => 'Twig_Node_Expression_Binary_Matches', 'associativity' => Twig_ExpressionParser::OPERATOR_LEFT), - 'starts with' => array('precedence' => 20, 'class' => 'Twig_Node_Expression_Binary_StartsWith', 'associativity' => Twig_ExpressionParser::OPERATOR_LEFT), - 'ends with' => array('precedence' => 20, 'class' => 'Twig_Node_Expression_Binary_EndsWith', 'associativity' => Twig_ExpressionParser::OPERATOR_LEFT), - '..' => array('precedence' => 25, 'class' => 'Twig_Node_Expression_Binary_Range', 'associativity' => Twig_ExpressionParser::OPERATOR_LEFT), - '+' => array('precedence' => 30, 'class' => 'Twig_Node_Expression_Binary_Add', 'associativity' => Twig_ExpressionParser::OPERATOR_LEFT), - '-' => array('precedence' => 30, 'class' => 'Twig_Node_Expression_Binary_Sub', 'associativity' => Twig_ExpressionParser::OPERATOR_LEFT), - '~' => array('precedence' => 40, 'class' => 'Twig_Node_Expression_Binary_Concat', 'associativity' => Twig_ExpressionParser::OPERATOR_LEFT), - '*' => array('precedence' => 60, 'class' => 'Twig_Node_Expression_Binary_Mul', 'associativity' => Twig_ExpressionParser::OPERATOR_LEFT), - '/' => array('precedence' => 60, 'class' => 'Twig_Node_Expression_Binary_Div', 'associativity' => Twig_ExpressionParser::OPERATOR_LEFT), - '//' => array('precedence' => 60, 'class' => 'Twig_Node_Expression_Binary_FloorDiv', 'associativity' => Twig_ExpressionParser::OPERATOR_LEFT), - '%' => array('precedence' => 60, 'class' => 'Twig_Node_Expression_Binary_Mod', 'associativity' => Twig_ExpressionParser::OPERATOR_LEFT), - 'is' => array('precedence' => 100, 'associativity' => Twig_ExpressionParser::OPERATOR_LEFT), - 'is not' => array('precedence' => 100, 'associativity' => Twig_ExpressionParser::OPERATOR_LEFT), - '**' => array('precedence' => 200, 'class' => 'Twig_Node_Expression_Binary_Power', 'associativity' => Twig_ExpressionParser::OPERATOR_RIGHT), - '??' => array('precedence' => 300, 'class' => 'Twig_Node_Expression_NullCoalesce', 'associativity' => Twig_ExpressionParser::OPERATOR_RIGHT), - ), - ); + return [ + [ + 'not' => ['precedence' => 50, 'class' => 'Twig_Node_Expression_Unary_Not'], + '-' => ['precedence' => 500, 'class' => 'Twig_Node_Expression_Unary_Neg'], + '+' => ['precedence' => 500, 'class' => 'Twig_Node_Expression_Unary_Pos'], + ], + [ + 'or' => ['precedence' => 10, 'class' => 'Twig_Node_Expression_Binary_Or', 'associativity' => Twig_ExpressionParser::OPERATOR_LEFT], + 'and' => ['precedence' => 15, 'class' => 'Twig_Node_Expression_Binary_And', 'associativity' => Twig_ExpressionParser::OPERATOR_LEFT], + 'b-or' => ['precedence' => 16, 'class' => 'Twig_Node_Expression_Binary_BitwiseOr', 'associativity' => Twig_ExpressionParser::OPERATOR_LEFT], + 'b-xor' => ['precedence' => 17, 'class' => 'Twig_Node_Expression_Binary_BitwiseXor', 'associativity' => Twig_ExpressionParser::OPERATOR_LEFT], + 'b-and' => ['precedence' => 18, 'class' => 'Twig_Node_Expression_Binary_BitwiseAnd', 'associativity' => Twig_ExpressionParser::OPERATOR_LEFT], + '==' => ['precedence' => 20, 'class' => 'Twig_Node_Expression_Binary_Equal', 'associativity' => Twig_ExpressionParser::OPERATOR_LEFT], + '!=' => ['precedence' => 20, 'class' => 'Twig_Node_Expression_Binary_NotEqual', 'associativity' => Twig_ExpressionParser::OPERATOR_LEFT], + '<' => ['precedence' => 20, 'class' => 'Twig_Node_Expression_Binary_Less', 'associativity' => Twig_ExpressionParser::OPERATOR_LEFT], + '>' => ['precedence' => 20, 'class' => 'Twig_Node_Expression_Binary_Greater', 'associativity' => Twig_ExpressionParser::OPERATOR_LEFT], + '>=' => ['precedence' => 20, 'class' => 'Twig_Node_Expression_Binary_GreaterEqual', 'associativity' => Twig_ExpressionParser::OPERATOR_LEFT], + '<=' => ['precedence' => 20, 'class' => 'Twig_Node_Expression_Binary_LessEqual', 'associativity' => Twig_ExpressionParser::OPERATOR_LEFT], + 'not in' => ['precedence' => 20, 'class' => 'Twig_Node_Expression_Binary_NotIn', 'associativity' => Twig_ExpressionParser::OPERATOR_LEFT], + 'in' => ['precedence' => 20, 'class' => 'Twig_Node_Expression_Binary_In', 'associativity' => Twig_ExpressionParser::OPERATOR_LEFT], + 'matches' => ['precedence' => 20, 'class' => 'Twig_Node_Expression_Binary_Matches', 'associativity' => Twig_ExpressionParser::OPERATOR_LEFT], + 'starts with' => ['precedence' => 20, 'class' => 'Twig_Node_Expression_Binary_StartsWith', 'associativity' => Twig_ExpressionParser::OPERATOR_LEFT], + 'ends with' => ['precedence' => 20, 'class' => 'Twig_Node_Expression_Binary_EndsWith', 'associativity' => Twig_ExpressionParser::OPERATOR_LEFT], + '..' => ['precedence' => 25, 'class' => 'Twig_Node_Expression_Binary_Range', 'associativity' => Twig_ExpressionParser::OPERATOR_LEFT], + '+' => ['precedence' => 30, 'class' => 'Twig_Node_Expression_Binary_Add', 'associativity' => Twig_ExpressionParser::OPERATOR_LEFT], + '-' => ['precedence' => 30, 'class' => 'Twig_Node_Expression_Binary_Sub', 'associativity' => Twig_ExpressionParser::OPERATOR_LEFT], + '~' => ['precedence' => 40, 'class' => 'Twig_Node_Expression_Binary_Concat', 'associativity' => Twig_ExpressionParser::OPERATOR_LEFT], + '*' => ['precedence' => 60, 'class' => 'Twig_Node_Expression_Binary_Mul', 'associativity' => Twig_ExpressionParser::OPERATOR_LEFT], + '/' => ['precedence' => 60, 'class' => 'Twig_Node_Expression_Binary_Div', 'associativity' => Twig_ExpressionParser::OPERATOR_LEFT], + '//' => ['precedence' => 60, 'class' => 'Twig_Node_Expression_Binary_FloorDiv', 'associativity' => Twig_ExpressionParser::OPERATOR_LEFT], + '%' => ['precedence' => 60, 'class' => 'Twig_Node_Expression_Binary_Mod', 'associativity' => Twig_ExpressionParser::OPERATOR_LEFT], + 'is' => ['precedence' => 100, 'associativity' => Twig_ExpressionParser::OPERATOR_LEFT], + 'is not' => ['precedence' => 100, 'associativity' => Twig_ExpressionParser::OPERATOR_LEFT], + '**' => ['precedence' => 200, 'class' => 'Twig_Node_Expression_Binary_Power', 'associativity' => Twig_ExpressionParser::OPERATOR_RIGHT], + '??' => ['precedence' => 300, 'class' => 'Twig_Node_Expression_NullCoalesce', 'associativity' => Twig_ExpressionParser::OPERATOR_RIGHT], + ], + ]; } public function getName() @@ -362,7 +363,7 @@ function twig_random(Twig_Environment $env, $values = null) * @param Twig_Environment $env * @param DateTime|DateTimeInterface|DateInterval|string $date A date * @param string|null $format The target format, null to use the default - * @param DateTimeZone|string|null|false $timezone The target timezone, null to use the default, false to leave unchanged + * @param DateTimeZone|string|false|null $timezone The target timezone, null to use the default, false to leave unchanged * * @return string The formatted date */ @@ -415,7 +416,7 @@ function twig_date_modify_filter(Twig_Environment $env, $date, $modifier) * * @param Twig_Environment $env * @param DateTime|DateTimeInterface|string|null $date A date - * @param DateTimeZone|string|null|false $timezone The target timezone, null to use the default, false to leave unchanged + * @param DateTimeZone|string|false|null $timezone The target timezone, null to use the default, false to leave unchanged * * @return DateTime A DateTime instance */ @@ -561,44 +562,23 @@ function twig_urlencode_filter($url) return rawurlencode($url); } -if (PHP_VERSION_ID < 50300) { - /** - * JSON encodes a variable. - * - * @param mixed $value the value to encode - * @param int $options Not used on PHP 5.2.x - * - * @return mixed The JSON encoded value - */ - function twig_jsonencode_filter($value, $options = 0) - { - if ($value instanceof Twig_Markup) { - $value = (string) $value; - } elseif (is_array($value)) { - array_walk_recursive($value, '_twig_markup2string'); - } - - return json_encode($value); +/** + * JSON encodes a variable. + * + * @param mixed $value the value to encode + * @param int $options Bitmask consisting of JSON_HEX_QUOT, JSON_HEX_TAG, JSON_HEX_AMP, JSON_HEX_APOS, JSON_NUMERIC_CHECK, JSON_PRETTY_PRINT, JSON_UNESCAPED_SLASHES, JSON_FORCE_OBJECT + * + * @return mixed The JSON encoded value + */ +function twig_jsonencode_filter($value, $options = 0) +{ + if ($value instanceof Twig_Markup) { + $value = (string) $value; + } elseif (is_array($value)) { + array_walk_recursive($value, '_twig_markup2string'); } -} else { - /** - * JSON encodes a variable. - * - * @param mixed $value the value to encode - * @param int $options Bitmask consisting of JSON_HEX_QUOT, JSON_HEX_TAG, JSON_HEX_AMP, JSON_HEX_APOS, JSON_NUMERIC_CHECK, JSON_PRETTY_PRINT, JSON_UNESCAPED_SLASHES, JSON_FORCE_OBJECT - * - * @return mixed The JSON encoded value - */ - function twig_jsonencode_filter($value, $options = 0) - { - if ($value instanceof Twig_Markup) { - $value = (string) $value; - } elseif (is_array($value)) { - array_walk_recursive($value, '_twig_markup2string'); - } - return json_encode($value, $options); - } + return json_encode($value, $options); } function _twig_markup2string(&$value) @@ -663,7 +643,7 @@ function twig_slice(Twig_Environment $env, $item, $start, $length = null, $prese try { return iterator_to_array(new LimitIterator($item, $start, null === $length ? -1 : $length), $preserveKeys); } catch (OutOfBoundsException $exception) { - return array(); + return []; } } @@ -716,9 +696,12 @@ function twig_last(Twig_Environment $env, $item) /** * Joins the values to a string. * - * The separator between elements is an empty string per default, you can define it with the optional parameter. + * The separators between elements are empty strings per default, you can define them with the optional parameters. * *
+ *  {{ [1, 2, 3]|join(', ', ' and ') }}
+ *  {# returns 1, 2 and 3 #}
+ *
  *  {{ [1, 2, 3]|join('|') }}
  *  {# returns 1|2|3 #}
  *
@@ -726,18 +709,34 @@ function twig_last(Twig_Environment $env, $item)
  *  {# returns 123 #}
  * 
* - * @param array $value An array - * @param string $glue The separator + * @param array $value An array + * @param string $glue The separator + * @param string|null $and The separator for the last pair * * @return string The concatenated string */ -function twig_join_filter($value, $glue = '') +function twig_join_filter($value, $glue = '', $and = null) { if ($value instanceof Traversable) { $value = iterator_to_array($value, false); + } else { + $value = (array) $value; + } + + if (0 === count($value)) { + return ''; + } + + if (null === $and || $and === $glue) { + return implode($glue, $value); + } + + $v = array_values($value); + if (1 === count($v)) { + return $v[0]; } - return implode($glue, (array) $value); + return implode($glue, array_slice($value, 0, -1)).$and.$v[count($v) - 1]; } /** @@ -780,10 +779,10 @@ function twig_split_filter(Twig_Environment $env, $value, $delimiter, $limit = n $length = mb_strlen($value, $charset); if ($length < $limit) { - return array($value); + return [$value]; } - $r = array(); + $r = []; for ($i = 0; $i < $length; $i += $limit) { $r[] = mb_substr($value, $i, $limit, $charset); } @@ -829,7 +828,7 @@ function twig_get_array_keys_filter($array) } if ($array instanceof Iterator) { - $keys = array(); + $keys = []; $array->rewind(); while ($array->valid()) { $keys[] = $array->key(); @@ -839,7 +838,7 @@ function twig_get_array_keys_filter($array) return $keys; } - $keys = array(); + $keys = []; foreach ($array as $key => $item) { $keys[] = $key; } @@ -848,7 +847,7 @@ function twig_get_array_keys_filter($array) } if (!is_array($array)) { - return array(); + return []; } return array_keys($array); @@ -989,11 +988,15 @@ function twig_escape_filter(Twig_Environment $env, $string, $strategy = 'html', if (!is_string($string)) { if (is_object($string) && method_exists($string, '__toString')) { $string = (string) $string; - } elseif (in_array($strategy, array('html', 'js', 'css', 'html_attr', 'url'))) { + } elseif (in_array($strategy, ['html', 'js', 'css', 'html_attr', 'url'])) { return $string; } } + if ('' === $string) { + return ''; + } + if (null === $charset) { $charset = $env->getCharset(); } @@ -1005,7 +1008,7 @@ function twig_escape_filter(Twig_Environment $env, $string, $strategy = 'html', // Using a static variable to avoid initializing the array // each time the function is called. Moving the declaration on the // top of the function slow downs other escaping strategies. - static $htmlspecialcharsCharsets = array( + static $htmlspecialcharsCharsets = [ 'ISO-8859-1' => true, 'ISO8859-1' => true, 'ISO-8859-15' => true, 'ISO8859-15' => true, 'utf-8' => true, 'UTF-8' => true, @@ -1020,7 +1023,7 @@ function twig_escape_filter(Twig_Environment $env, $string, $strategy = 'html', 'SHIFT_JIS' => true, 'SJIS' => true, '932' => true, 'EUC-JP' => true, 'EUCJP' => true, 'ISO8859-5' => true, 'ISO-8859-5' => true, 'MACROMAN' => true, - ); + ]; if (isset($htmlspecialcharsCharsets[$charset])) { return htmlspecialchars($string, ENT_QUOTES | ENT_SUBSTITUTE, $charset); @@ -1045,7 +1048,7 @@ function twig_escape_filter(Twig_Environment $env, $string, $strategy = 'html', $string = twig_convert_encoding($string, 'UTF-8', $charset); } - if (0 == strlen($string) ? false : 1 !== preg_match('/^./su', $string)) { + if (!preg_match('//u', $string)) { throw new Twig_Error_Runtime('The string to escape is not a valid UTF-8 string.'); } @@ -1062,7 +1065,7 @@ function twig_escape_filter(Twig_Environment $env, $string, $strategy = 'html', $string = twig_convert_encoding($string, 'UTF-8', $charset); } - if (0 == strlen($string) ? false : 1 !== preg_match('/^./su', $string)) { + if (!preg_match('//u', $string)) { throw new Twig_Error_Runtime('The string to escape is not a valid UTF-8 string.'); } @@ -1079,7 +1082,7 @@ function twig_escape_filter(Twig_Environment $env, $string, $strategy = 'html', $string = twig_convert_encoding($string, 'UTF-8', $charset); } - if (0 == strlen($string) ? false : 1 !== preg_match('/^./su', $string)) { + if (!preg_match('//u', $string)) { throw new Twig_Error_Runtime('The string to escape is not a valid UTF-8 string.'); } @@ -1092,10 +1095,6 @@ function twig_escape_filter(Twig_Environment $env, $string, $strategy = 'html', return $string; case 'url': - if (PHP_VERSION_ID < 50300) { - return str_replace('%7E', '~', rawurlencode($string)); - } - return rawurlencode($string); default: @@ -1109,7 +1108,7 @@ function twig_escape_filter(Twig_Environment $env, $string, $strategy = 'html', return call_user_func($escapers[$strategy], $env, $string, $charset); } - $validStrategies = implode(', ', array_merge(array('html', 'js', 'url', 'css', 'html_attr'), array_keys($escapers))); + $validStrategies = implode(', ', array_merge(['html', 'js', 'url', 'css', 'html_attr'], array_keys($escapers))); throw new Twig_Error_Runtime(sprintf('Invalid escaping strategy "%s" (valid ones: %s).', $strategy, $validStrategies)); } @@ -1122,13 +1121,13 @@ function twig_escape_filter_is_safe(Twig_Node $filterArgs) { foreach ($filterArgs as $arg) { if ($arg instanceof Twig_Node_Expression_Constant) { - return array($arg->getAttribute('value')); + return [$arg->getAttribute('value')]; } - return array(); + return []; } - return array('html'); + return ['html']; } if (function_exists('mb_convert_encoding')) { @@ -1148,6 +1147,29 @@ function twig_convert_encoding($string, $to, $from) } } +if (function_exists('mb_ord')) { + function twig_ord($string) + { + return mb_ord($string, 'UTF-8'); + } +} else { + function twig_ord($string) + { + $code = ($string = unpack('C*', substr($string, 0, 4))) ? $string[1] : 0; + if (0xF0 <= $code) { + return (($code - 0xF0) << 18) + (($string[2] - 0x80) << 12) + (($string[3] - 0x80) << 6) + $string[4] - 0x80; + } + if (0xE0 <= $code) { + return (($code - 0xE0) << 12) + (($string[2] - 0x80) << 6) + $string[3] - 0x80; + } + if (0xC0 <= $code) { + return (($code - 0xC0) << 6) + $string[2] - 0x80; + } + + return $code; + } +} + function _twig_escape_js_callback($matches) { $char = $matches[0]; @@ -1157,7 +1179,7 @@ function _twig_escape_js_callback($matches) * Escape sequences supported only by JavaScript, not JSON, are ommitted. * \" is also supported but omitted, because the resulting string is not HTML safe. */ - static $shortMap = array( + static $shortMap = [ '\\' => '\\\\', '/' => '\\/', "\x08" => '\b', @@ -1165,7 +1187,7 @@ function _twig_escape_js_callback($matches) "\x0A" => '\n', "\x0D" => '\r', "\x09" => '\t', - ); + ]; if (isset($shortMap[$char])) { return $shortMap[$char]; @@ -1186,20 +1208,7 @@ function _twig_escape_css_callback($matches) { $char = $matches[0]; - // \xHH - if (!isset($char[1])) { - $hex = ltrim(strtoupper(bin2hex($char)), '0'); - if (0 === strlen($hex)) { - $hex = '0'; - } - - return '\\'.$hex.' '; - } - - // \uHHHH - $char = twig_convert_encoding($char, 'UTF-16BE', 'UTF-8'); - - return '\\'.ltrim(strtoupper(bin2hex($char)), '0').' '; + return sprintf('\\%X ', 1 === strlen($char) ? ord($char) : twig_ord($char)); } /** @@ -1210,19 +1219,6 @@ function _twig_escape_css_callback($matches) */ function _twig_escape_html_attr_callback($matches) { - /* - * While HTML supports far more named entities, the lowest common denominator - * has become HTML5's XML Serialisation which is restricted to the those named - * entities that XML supports. Using HTML entities would result in this error: - * XML Parsing Error: undefined entity - */ - static $entityMap = array( - 34 => 'quot', /* quotation mark */ - 38 => 'amp', /* ampersand */ - 60 => 'lt', /* less-than sign */ - 62 => 'gt', /* greater-than sign */ - ); - $chr = $matches[0]; $ord = ord($chr); @@ -1239,22 +1235,31 @@ function _twig_escape_html_attr_callback($matches) * replace it with while grabbing the hex value of the character. */ if (1 == strlen($chr)) { - $hex = strtoupper(substr('00'.bin2hex($chr), -2)); - } else { - $chr = twig_convert_encoding($chr, 'UTF-16BE', 'UTF-8'); - $hex = strtoupper(substr('0000'.bin2hex($chr), -4)); - } + /* + * While HTML supports far more named entities, the lowest common denominator + * has become HTML5's XML Serialisation which is restricted to the those named + * entities that XML supports. Using HTML entities would result in this error: + * XML Parsing Error: undefined entity + */ + static $entityMap = [ + 34 => '"', /* quotation mark */ + 38 => '&', /* ampersand */ + 60 => '<', /* less-than sign */ + 62 => '>', /* greater-than sign */ + ]; + + if (isset($entityMap[$ord])) { + return $entityMap[$ord]; + } - $int = hexdec($hex); - if (array_key_exists($int, $entityMap)) { - return sprintf('&%s;', $entityMap[$int]); + return sprintf('&#x%02X;', $ord); } /* * Per OWASP recommendations, we'll use hex entities for any other * characters where a named entity does not exist. */ - return sprintf('&#x%s;', $hex); + return sprintf('&#x%04X;', twig_ord($chr)); } // add multibyte extensions if possible @@ -1439,7 +1444,7 @@ function twig_ensure_traversable($seq) return $seq; } - return array(); + return []; } /** @@ -1466,7 +1471,7 @@ function twig_test_empty($value) return '' === (string) $value; } - return '' === $value || false === $value || null === $value || array() === $value; + return '' === $value || false === $value || null === $value || [] === $value; } /** @@ -1501,7 +1506,7 @@ function twig_test_iterable($value) * * @return string The rendered template */ -function twig_include(Twig_Environment $env, $context, $template, $variables = array(), $withContext = true, $ignoreMissing = false, $sandboxed = false) +function twig_include(Twig_Environment $env, $context, $template, $variables = [], $withContext = true, $ignoreMissing = false, $sandboxed = false) { $alreadySandboxed = false; $sandbox = null; @@ -1516,7 +1521,7 @@ function twig_include(Twig_Environment $env, $context, $template, $variables = a } } - $result = null; + $result = ''; try { $result = $env->resolveTemplate($template)->render($variables); } catch (Twig_Error_Loader $e) { @@ -1577,7 +1582,7 @@ function twig_source(Twig_Environment $env, $name, $ignoreMissing = false) * Provides the ability to get constants from instances as well as class/global constants. * * @param string $constant The name of the constant - * @param null|object $object The object to get the constant from + * @param object|null $object The object to get the constant from * * @return string */ @@ -1594,7 +1599,7 @@ function twig_constant($constant, $object = null) * Checks if a constant exists. * * @param string $constant The name of the constant - * @param null|object $object The object to get the constant from + * @param object|null $object The object to get the constant from * * @return bool */ diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Extension/Debug.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Extension/Debug.php similarity index 86% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Extension/Debug.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Extension/Debug.php index d0cd1962..87f47d65 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Extension/Debug.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Extension/Debug.php @@ -26,9 +26,9 @@ public function getFunctions() || 'cli' === PHP_SAPI ; - return array( - new Twig_SimpleFunction('dump', 'twig_var_dump', array('is_safe' => $isDumpOutputHtmlSafe ? array('html') : array(), 'needs_context' => true, 'needs_environment' => true)), - ); + return [ + new Twig_SimpleFunction('dump', 'twig_var_dump', ['is_safe' => $isDumpOutputHtmlSafe ? ['html'] : [], 'needs_context' => true, 'needs_environment' => true]), + ]; } public function getName() @@ -47,7 +47,7 @@ function twig_var_dump(Twig_Environment $env, $context) $count = func_num_args(); if (2 === $count) { - $vars = array(); + $vars = []; foreach ($context as $key => $value) { if (!$value instanceof Twig_Template) { $vars[$key] = $value; diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Extension/Escaper.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Extension/Escaper.php similarity index 88% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Extension/Escaper.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Extension/Escaper.php index 46c2d84b..74f0e997 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Extension/Escaper.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Extension/Escaper.php @@ -28,19 +28,19 @@ public function __construct($defaultStrategy = 'html') public function getTokenParsers() { - return array(new Twig_TokenParser_AutoEscape()); + return [new Twig_TokenParser_AutoEscape()]; } public function getNodeVisitors() { - return array(new Twig_NodeVisitor_Escaper()); + return [new Twig_NodeVisitor_Escaper()]; } public function getFilters() { - return array( - new Twig_SimpleFilter('raw', 'twig_raw_filter', array('is_safe' => array('all'))), - ); + return [ + new Twig_SimpleFilter('raw', 'twig_raw_filter', ['is_safe' => ['all']]), + ]; } /** @@ -67,7 +67,7 @@ public function setDefaultStrategy($defaultStrategy) } if ('name' === $defaultStrategy) { - $defaultStrategy = array('Twig_FileExtensionEscapingStrategy', 'guess'); + $defaultStrategy = ['Twig_FileExtensionEscapingStrategy', 'guess']; } $this->defaultStrategy = $defaultStrategy; diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Extension/Optimizer.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Extension/Optimizer.php similarity index 89% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Extension/Optimizer.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Extension/Optimizer.php index 6c62e3ef..70a64be3 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Extension/Optimizer.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Extension/Optimizer.php @@ -23,7 +23,7 @@ public function __construct($optimizers = -1) public function getNodeVisitors() { - return array(new Twig_NodeVisitor_Optimizer($this->optimizers)); + return [new Twig_NodeVisitor_Optimizer($this->optimizers)]; } public function getName() diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Extension/Profiler.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Extension/Profiler.php similarity index 90% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Extension/Profiler.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Extension/Profiler.php index fcfc002b..d7faef86 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Extension/Profiler.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Extension/Profiler.php @@ -11,7 +11,7 @@ class Twig_Extension_Profiler extends Twig_Extension { - private $actives = array(); + private $actives = []; public function __construct(Twig_Profiler_Profile $profile) { @@ -36,7 +36,7 @@ public function leave(Twig_Profiler_Profile $profile) public function getNodeVisitors() { - return array(new Twig_Profiler_NodeVisitor_Profiler(get_class($this))); + return [new Twig_Profiler_NodeVisitor_Profiler(get_class($this))]; } public function getName() diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Extension/Sandbox.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Extension/Sandbox.php similarity index 95% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Extension/Sandbox.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Extension/Sandbox.php index 5cb80a71..cacde630 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Extension/Sandbox.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Extension/Sandbox.php @@ -26,12 +26,12 @@ public function __construct(Twig_Sandbox_SecurityPolicyInterface $policy, $sandb public function getTokenParsers() { - return array(new Twig_TokenParser_Sandbox()); + return [new Twig_TokenParser_Sandbox()]; } public function getNodeVisitors() { - return array(new Twig_NodeVisitor_Sandbox()); + return [new Twig_NodeVisitor_Sandbox()]; } public function enableSandbox() diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Extension/Staging.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Extension/Staging.php similarity index 92% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Extension/Staging.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Extension/Staging.php index d3a0f9c9..897b3794 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Extension/Staging.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Extension/Staging.php @@ -20,12 +20,12 @@ */ class Twig_Extension_Staging extends Twig_Extension { - protected $functions = array(); - protected $filters = array(); - protected $visitors = array(); - protected $tokenParsers = array(); - protected $globals = array(); - protected $tests = array(); + protected $functions = []; + protected $filters = []; + protected $visitors = []; + protected $tokenParsers = []; + protected $globals = []; + protected $tests = []; public function addFunction($name, $function) { diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Extension/StringLoader.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Extension/StringLoader.php similarity index 91% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Extension/StringLoader.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Extension/StringLoader.php index 2ce3c992..58b731c6 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Extension/StringLoader.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Extension/StringLoader.php @@ -16,9 +16,9 @@ class Twig_Extension_StringLoader extends Twig_Extension { public function getFunctions() { - return array( - new Twig_SimpleFunction('template_from_string', 'twig_template_from_string', array('needs_environment' => true)), - ); + return [ + new Twig_SimpleFunction('template_from_string', 'twig_template_from_string', ['needs_environment' => true]), + ]; } public function getName() diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/ExtensionInterface.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/ExtensionInterface.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/ExtensionInterface.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/ExtensionInterface.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/FactoryRuntimeLoader.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/FactoryRuntimeLoader.php similarity index 94% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/FactoryRuntimeLoader.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/FactoryRuntimeLoader.php index 2cdaded1..2a867122 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/FactoryRuntimeLoader.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/FactoryRuntimeLoader.php @@ -21,7 +21,7 @@ class Twig_FactoryRuntimeLoader implements Twig_RuntimeLoaderInterface /** * @param array $map An array where keys are class names and values factory callables */ - public function __construct($map = array()) + public function __construct($map = []) { $this->map = $map; } diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/FileExtensionEscapingStrategy.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/FileExtensionEscapingStrategy.php similarity index 95% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/FileExtensionEscapingStrategy.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/FileExtensionEscapingStrategy.php index 8f8cd2ee..6b13c721 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/FileExtensionEscapingStrategy.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/FileExtensionEscapingStrategy.php @@ -31,7 +31,7 @@ class Twig_FileExtensionEscapingStrategy */ public static function guess($name) { - if (in_array(substr($name, -1), array('/', '\\'))) { + if (in_array(substr($name, -1), ['/', '\\'])) { return 'html'; // return html for directories } diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Filter.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Filter.php similarity index 91% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Filter.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Filter.php index 893d75d1..9191c547 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Filter.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Filter.php @@ -23,17 +23,17 @@ abstract class Twig_Filter implements Twig_FilterInterface, Twig_FilterCallableInterface { protected $options; - protected $arguments = array(); + protected $arguments = []; - public function __construct(array $options = array()) + public function __construct(array $options = []) { - $this->options = array_merge(array( + $this->options = array_merge([ 'needs_environment' => false, 'needs_context' => false, 'pre_escape' => null, 'preserves_safety' => null, 'callable' => null, - ), $options); + ], $options); } public function setArguments($arguments) diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Filter/Function.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Filter/Function.php similarity index 92% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Filter/Function.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Filter/Function.php index 71b16554..04231026 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Filter/Function.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Filter/Function.php @@ -24,7 +24,7 @@ class Twig_Filter_Function extends Twig_Filter { protected $function; - public function __construct($function, array $options = array()) + public function __construct($function, array $options = []) { $options['callable'] = $function; diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Filter/Method.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Filter/Method.php similarity index 90% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Filter/Method.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Filter/Method.php index 1b75676c..2dc39b61 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Filter/Method.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Filter/Method.php @@ -25,9 +25,9 @@ class Twig_Filter_Method extends Twig_Filter protected $extension; protected $method; - public function __construct(Twig_ExtensionInterface $extension, $method, array $options = array()) + public function __construct(Twig_ExtensionInterface $extension, $method, array $options = []) { - $options['callable'] = array($extension, $method); + $options['callable'] = [$extension, $method]; parent::__construct($options); diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Filter/Node.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Filter/Node.php similarity index 92% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Filter/Node.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Filter/Node.php index 3e6b12ef..0d96081d 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Filter/Node.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Filter/Node.php @@ -24,7 +24,7 @@ class Twig_Filter_Node extends Twig_Filter { protected $class; - public function __construct($class, array $options = array()) + public function __construct($class, array $options = []) { parent::__construct($options); diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/FilterCallableInterface.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/FilterCallableInterface.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/FilterCallableInterface.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/FilterCallableInterface.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/FilterInterface.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/FilterInterface.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/FilterInterface.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/FilterInterface.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Function.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Function.php similarity index 89% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Function.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Function.php index 9dc16e90..a829eeea 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Function.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Function.php @@ -23,15 +23,15 @@ abstract class Twig_Function implements Twig_FunctionInterface, Twig_FunctionCallableInterface { protected $options; - protected $arguments = array(); + protected $arguments = []; - public function __construct(array $options = array()) + public function __construct(array $options = []) { - $this->options = array_merge(array( + $this->options = array_merge([ 'needs_environment' => false, 'needs_context' => false, 'callable' => null, - ), $options); + ], $options); } public function setArguments($arguments) @@ -64,7 +64,7 @@ public function getSafe(Twig_Node $functionArgs) return call_user_func($this->options['is_safe_callback'], $functionArgs); } - return array(); + return []; } public function getCallable() diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Function/Function.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Function/Function.php similarity index 92% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Function/Function.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Function/Function.php index 97c0eb77..86f853b9 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Function/Function.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Function/Function.php @@ -25,7 +25,7 @@ class Twig_Function_Function extends Twig_Function { protected $function; - public function __construct($function, array $options = array()) + public function __construct($function, array $options = []) { $options['callable'] = $function; diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Function/Method.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Function/Method.php similarity index 91% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Function/Method.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Function/Method.php index 4299e118..4806a430 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Function/Method.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Function/Method.php @@ -26,9 +26,9 @@ class Twig_Function_Method extends Twig_Function protected $extension; protected $method; - public function __construct(Twig_ExtensionInterface $extension, $method, array $options = array()) + public function __construct(Twig_ExtensionInterface $extension, $method, array $options = []) { - $options['callable'] = array($extension, $method); + $options['callable'] = [$extension, $method]; parent::__construct($options); diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Function/Node.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Function/Node.php similarity index 92% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Function/Node.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Function/Node.php index 0adc5d93..68688c70 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Function/Node.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Function/Node.php @@ -24,7 +24,7 @@ class Twig_Function_Node extends Twig_Function { protected $class; - public function __construct($class, array $options = array()) + public function __construct($class, array $options = []) { parent::__construct($options); diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/FunctionCallableInterface.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/FunctionCallableInterface.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/FunctionCallableInterface.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/FunctionCallableInterface.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/FunctionInterface.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/FunctionInterface.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/FunctionInterface.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/FunctionInterface.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Lexer.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Lexer.php similarity index 95% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Lexer.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Lexer.php index 41211eb2..eea2d0fc 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Lexer.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Lexer.php @@ -49,19 +49,19 @@ class Twig_Lexer implements Twig_LexerInterface const REGEX_DQ_STRING_PART = '/[^#"\\\\]*(?:(?:\\\\.|#(?!\{))[^#"\\\\]*)*/As'; const PUNCTUATION = '()[]{}?:.,|'; - public function __construct(Twig_Environment $env, array $options = array()) + public function __construct(Twig_Environment $env, array $options = []) { $this->env = $env; - $this->options = array_merge(array( - 'tag_comment' => array('{#', '#}'), - 'tag_block' => array('{%', '%}'), - 'tag_variable' => array('{{', '}}'), + $this->options = array_merge([ + 'tag_comment' => ['{#', '#}'], + 'tag_block' => ['{%', '%}'], + 'tag_variable' => ['{{', '}}'], 'whitespace_trim' => '-', - 'interpolation' => array('#{', '}'), - ), $options); + 'interpolation' => ['#{', '}'], + ], $options); - $this->regexes = array( + $this->regexes = [ 'lex_var' => '/\s*'.preg_quote($this->options['whitespace_trim'].$this->options['tag_variable'][1], '/').'\s*|\s*'.preg_quote($this->options['tag_variable'][1], '/').'/A', 'lex_block' => '/\s*(?:'.preg_quote($this->options['whitespace_trim'].$this->options['tag_block'][1], '/').'\s*|\s*'.preg_quote($this->options['tag_block'][1], '/').')\n?/A', 'lex_raw_data' => '/('.preg_quote($this->options['tag_block'][0].$this->options['whitespace_trim'], '/').'|'.preg_quote($this->options['tag_block'][0], '/').')\s*(?:end%s)\s*(?:'.preg_quote($this->options['whitespace_trim'].$this->options['tag_block'][1], '/').'\s*|\s*'.preg_quote($this->options['tag_block'][1], '/').')/s', @@ -72,7 +72,7 @@ public function __construct(Twig_Environment $env, array $options = array()) 'lex_tokens_start' => '/('.preg_quote($this->options['tag_variable'][0], '/').'|'.preg_quote($this->options['tag_block'][0], '/').'|'.preg_quote($this->options['tag_comment'][0], '/').')('.preg_quote($this->options['whitespace_trim'], '/').')?/s', 'interpolation_start' => '/'.preg_quote($this->options['interpolation'][0], '/').'\s*/A', 'interpolation_end' => '/\s*'.preg_quote($this->options['interpolation'][1], '/').'/A', - ); + ]; } public function tokenize($code, $name = null) @@ -95,15 +95,15 @@ public function tokenize($code, $name = null) $mbEncoding = null; } - $this->code = str_replace(array("\r\n", "\r"), "\n", $this->source->getCode()); + $this->code = str_replace(["\r\n", "\r"], "\n", $this->source->getCode()); $this->filename = $this->source->getName(); $this->cursor = 0; $this->lineno = 1; $this->end = strlen($this->code); - $this->tokens = array(); + $this->tokens = []; $this->state = self::STATE_DATA; - $this->states = array(); - $this->brackets = array(); + $this->states = []; + $this->brackets = []; $this->position = -1; // find all token starts in one go @@ -262,7 +262,7 @@ protected function lexExpression() elseif (false !== strpos(self::PUNCTUATION, $this->code[$this->cursor])) { // opening bracket if (false !== strpos('([{', $this->code[$this->cursor])) { - $this->brackets[] = array($this->code[$this->cursor], $this->lineno); + $this->brackets[] = [$this->code[$this->cursor], $this->lineno]; } // closing bracket elseif (false !== strpos(')]}', $this->code[$this->cursor])) { @@ -286,7 +286,7 @@ protected function lexExpression() } // opening double quoted string elseif (preg_match(self::REGEX_DQ_STRING_DELIM, $this->code, $match, null, $this->cursor)) { - $this->brackets[] = array('"', $this->lineno); + $this->brackets[] = ['"', $this->lineno]; $this->pushState(self::STATE_STRING); $this->moveCursor($match[0]); } @@ -328,7 +328,7 @@ protected function lexComment() protected function lexString() { if (preg_match($this->regexes['interpolation_start'], $this->code, $match, null, $this->cursor)) { - $this->brackets[] = array($this->options['interpolation'][0], $this->lineno); + $this->brackets[] = [$this->options['interpolation'][0], $this->lineno]; $this->pushToken(Twig_Token::INTERPOLATION_START_TYPE); $this->moveCursor($match[0]); $this->pushState(self::STATE_INTERPOLATION); @@ -381,7 +381,7 @@ protected function moveCursor($text) protected function getOperatorRegex() { $operators = array_merge( - array('='), + ['='], array_keys($this->env->getUnaryOperators()), array_keys($this->env->getBinaryOperators()) ); @@ -389,7 +389,7 @@ protected function getOperatorRegex() $operators = array_combine($operators, array_map('strlen', $operators)); arsort($operators); - $regex = array(); + $regex = []; foreach ($operators as $operator => $length) { // an operator that ends with a character must be followed by // a whitespace or a parenthesis diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/LexerInterface.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/LexerInterface.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/LexerInterface.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/LexerInterface.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Loader/Array.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Loader/Array.php similarity index 96% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Loader/Array.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Loader/Array.php index 0aac7690..7c513179 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Loader/Array.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Loader/Array.php @@ -25,12 +25,12 @@ */ class Twig_Loader_Array implements Twig_LoaderInterface, Twig_ExistsLoaderInterface, Twig_SourceContextLoaderInterface { - protected $templates = array(); + protected $templates = []; /** * @param array $templates An array of templates (keys are the names, and values are the source code) */ - public function __construct(array $templates = array()) + public function __construct(array $templates = []) { $this->templates = $templates; } diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Loader/Chain.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Loader/Chain.php similarity index 93% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Loader/Chain.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Loader/Chain.php index 59a33796..8ccf8c9c 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Loader/Chain.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Loader/Chain.php @@ -18,13 +18,13 @@ */ class Twig_Loader_Chain implements Twig_LoaderInterface, Twig_ExistsLoaderInterface, Twig_SourceContextLoaderInterface { - private $hasSourceCache = array(); - protected $loaders = array(); + private $hasSourceCache = []; + protected $loaders = []; /** * @param Twig_LoaderInterface[] $loaders */ - public function __construct(array $loaders = array()) + public function __construct(array $loaders = []) { foreach ($loaders as $loader) { $this->addLoader($loader); @@ -34,14 +34,14 @@ public function __construct(array $loaders = array()) public function addLoader(Twig_LoaderInterface $loader) { $this->loaders[] = $loader; - $this->hasSourceCache = array(); + $this->hasSourceCache = []; } public function getSource($name) { @trigger_error(sprintf('Calling "getSource" on "%s" is deprecated since 1.27. Use getSourceContext() instead.', get_class($this)), E_USER_DEPRECATED); - $exceptions = array(); + $exceptions = []; foreach ($this->loaders as $loader) { if ($loader instanceof Twig_ExistsLoaderInterface && !$loader->exists($name)) { continue; @@ -59,7 +59,7 @@ public function getSource($name) public function getSourceContext($name) { - $exceptions = array(); + $exceptions = []; foreach ($this->loaders as $loader) { if ($loader instanceof Twig_ExistsLoaderInterface && !$loader->exists($name)) { continue; @@ -113,7 +113,7 @@ public function exists($name) public function getCacheKey($name) { - $exceptions = array(); + $exceptions = []; foreach ($this->loaders as $loader) { if ($loader instanceof Twig_ExistsLoaderInterface && !$loader->exists($name)) { continue; @@ -131,7 +131,7 @@ public function getCacheKey($name) public function isFresh($name, $time) { - $exceptions = array(); + $exceptions = []; foreach ($this->loaders as $loader) { if ($loader instanceof Twig_ExistsLoaderInterface && !$loader->exists($name)) { continue; diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Loader/Filesystem.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Loader/Filesystem.php similarity index 92% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Loader/Filesystem.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Loader/Filesystem.php index 4e8be0d5..1263dc4f 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Loader/Filesystem.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Loader/Filesystem.php @@ -19,9 +19,9 @@ class Twig_Loader_Filesystem implements Twig_LoaderInterface, Twig_ExistsLoaderI /** Identifier of the main namespace. */ const MAIN_NAMESPACE = '__main__'; - protected $paths = array(); - protected $cache = array(); - protected $errorCache = array(); + protected $paths = []; + protected $cache = []; + protected $errorCache = []; private $rootPath; @@ -29,7 +29,7 @@ class Twig_Loader_Filesystem implements Twig_LoaderInterface, Twig_ExistsLoaderI * @param string|array $paths A path or an array of paths where to look for templates * @param string|null $rootPath The root path common to all relative paths (null for getcwd()) */ - public function __construct($paths = array(), $rootPath = null) + public function __construct($paths = [], $rootPath = null) { $this->rootPath = (null === $rootPath ? getcwd() : $rootPath).DIRECTORY_SEPARATOR; if (false !== $realPath = realpath($rootPath)) { @@ -50,7 +50,7 @@ public function __construct($paths = array(), $rootPath = null) */ public function getPaths($namespace = self::MAIN_NAMESPACE) { - return isset($this->paths[$namespace]) ? $this->paths[$namespace] : array(); + return isset($this->paths[$namespace]) ? $this->paths[$namespace] : []; } /** @@ -74,10 +74,10 @@ public function getNamespaces() public function setPaths($paths, $namespace = self::MAIN_NAMESPACE) { if (!is_array($paths)) { - $paths = array($paths); + $paths = [$paths]; } - $this->paths[$namespace] = array(); + $this->paths[$namespace] = []; foreach ($paths as $path) { $this->addPath($path, $namespace); } @@ -94,7 +94,7 @@ public function setPaths($paths, $namespace = self::MAIN_NAMESPACE) public function addPath($path, $namespace = self::MAIN_NAMESPACE) { // invalidate the cache - $this->cache = $this->errorCache = array(); + $this->cache = $this->errorCache = []; $checkPath = $this->isAbsolutePath($path) ? $path : $this->rootPath.$path; if (!is_dir($checkPath)) { @@ -115,7 +115,7 @@ public function addPath($path, $namespace = self::MAIN_NAMESPACE) public function prependPath($path, $namespace = self::MAIN_NAMESPACE) { // invalidate the cache - $this->cache = $this->errorCache = array(); + $this->cache = $this->errorCache = []; $checkPath = $this->isAbsolutePath($path) ? $path : $this->rootPath.$path; if (!is_dir($checkPath)) { @@ -195,9 +195,17 @@ protected function findTemplate($name) throw new Twig_Error_Loader($this->errorCache[$name]); } - $this->validateName($name); + try { + $this->validateName($name); + + list($namespace, $shortname) = $this->parseName($name); + } catch (Twig_Error_Loader $e) { + if (!$throw) { + return false; + } - list($namespace, $shortname) = $this->parseName($name); + throw $e; + } if (!isset($this->paths[$namespace])) { $this->errorCache[$name] = sprintf('There are no registered paths for namespace "%s".', $namespace); @@ -242,10 +250,10 @@ protected function parseName($name, $default = self::MAIN_NAMESPACE) $namespace = substr($name, 1, $pos - 1); $shortname = substr($name, $pos + 1); - return array($namespace, $shortname); + return [$namespace, $shortname]; } - return array($default, $name); + return [$default, $name]; } protected function normalizeName($name) diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Loader/String.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Loader/String.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Loader/String.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Loader/String.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/LoaderInterface.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/LoaderInterface.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/LoaderInterface.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/LoaderInterface.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Markup.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Markup.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Markup.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Markup.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node.php similarity index 96% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node.php index 89ada144..bdc9ec29 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node.php @@ -35,7 +35,7 @@ class Twig_Node implements Twig_NodeInterface * @param int $lineno The line number * @param string $tag The tag name associated with the Node */ - public function __construct(array $nodes = array(), array $attributes = array(), $lineno = 0, $tag = null) + public function __construct(array $nodes = [], array $attributes = [], $lineno = 0, $tag = null) { foreach ($nodes as $name => $node) { if (!$node instanceof Twig_NodeInterface) { @@ -50,17 +50,17 @@ public function __construct(array $nodes = array(), array $attributes = array(), public function __toString() { - $attributes = array(); + $attributes = []; foreach ($this->attributes as $name => $value) { $attributes[] = sprintf('%s: %s', $name, str_replace("\n", '', var_export($value, true))); } - $repr = array(get_class($this).'('.implode(', ', $attributes)); + $repr = [get_class($this).'('.implode(', ', $attributes)]; if (count($this->nodes)) { foreach ($this->nodes as $name => $node) { $len = strlen($name) + 4; - $noderepr = array(); + $noderepr = []; foreach (explode("\n", (string) $node) as $line) { $noderepr[] = str_repeat(' ', $len).$line; } diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/AutoEscape.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/AutoEscape.php similarity index 89% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/AutoEscape.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/AutoEscape.php index 17e4e381..62e0961b 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/AutoEscape.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/AutoEscape.php @@ -24,7 +24,7 @@ class Twig_Node_AutoEscape extends Twig_Node { public function __construct($value, Twig_NodeInterface $body, $lineno, $tag = 'autoescape') { - parent::__construct(array('body' => $body), array('value' => $value), $lineno, $tag); + parent::__construct(['body' => $body], ['value' => $value], $lineno, $tag); } public function compile(Twig_Compiler $compiler) diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Block.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Block.php similarity index 84% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Block.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Block.php index 91752ad2..2d0300ba 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Block.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Block.php @@ -19,14 +19,14 @@ class Twig_Node_Block extends Twig_Node { public function __construct($name, Twig_NodeInterface $body, $lineno, $tag = null) { - parent::__construct(array('body' => $body), array('name' => $name), $lineno, $tag); + parent::__construct(['body' => $body], ['name' => $name], $lineno, $tag); } public function compile(Twig_Compiler $compiler) { $compiler ->addDebugInfo($this) - ->write(sprintf("public function block_%s(\$context, array \$blocks = array())\n", $this->getAttribute('name')), "{\n") + ->write(sprintf("public function block_%s(\$context, array \$blocks = [])\n", $this->getAttribute('name')), "{\n") ->indent() ; diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/BlockReference.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/BlockReference.php similarity index 91% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/BlockReference.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/BlockReference.php index 92a9f398..0b0f7b36 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/BlockReference.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/BlockReference.php @@ -19,7 +19,7 @@ class Twig_Node_BlockReference extends Twig_Node implements Twig_NodeOutputInter { public function __construct($name, $lineno, $tag = null) { - parent::__construct(array(), array('name' => $name), $lineno, $tag); + parent::__construct([], ['name' => $name], $lineno, $tag); } public function compile(Twig_Compiler $compiler) diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Body.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Body.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Body.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Body.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/CheckSecurity.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/CheckSecurity.php similarity index 86% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/CheckSecurity.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/CheckSecurity.php index 7258acb6..aecdb832 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/CheckSecurity.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/CheckSecurity.php @@ -29,8 +29,8 @@ public function __construct(array $usedFilters, array $usedTags, array $usedFunc public function compile(Twig_Compiler $compiler) { - $tags = $filters = $functions = array(); - foreach (array('tags', 'filters', 'functions') as $type) { + $tags = $filters = $functions = []; + foreach (['tags', 'filters', 'functions'] as $type) { foreach ($this->{'used'.ucfirst($type)} as $name => $node) { if ($node instanceof Twig_Node) { ${$type}[$name] = $node->getTemplateLine(); @@ -48,9 +48,9 @@ public function compile(Twig_Compiler $compiler) ->indent() ->write("\$this->env->getExtension('Twig_Extension_Sandbox')->checkSecurity(\n") ->indent() - ->write(!$tags ? "array(),\n" : "array('".implode("', '", array_keys($tags))."'),\n") - ->write(!$filters ? "array(),\n" : "array('".implode("', '", array_keys($filters))."'),\n") - ->write(!$functions ? "array()\n" : "array('".implode("', '", array_keys($functions))."')\n") + ->write(!$tags ? "[],\n" : "['".implode("', '", array_keys($tags))."'],\n") + ->write(!$filters ? "[],\n" : "['".implode("', '", array_keys($filters))."'],\n") + ->write(!$functions ? "[]\n" : "['".implode("', '", array_keys($functions))."']\n") ->outdent() ->write(");\n") ->outdent() diff --git a/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Deprecated.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Deprecated.php new file mode 100644 index 00000000..fc4c3923 --- /dev/null +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Deprecated.php @@ -0,0 +1,49 @@ + + */ +class Twig_Node_Deprecated extends Twig_Node +{ + public function __construct(Twig_Node_Expression $expr, $lineno, $tag = null) + { + parent::__construct(['expr' => $expr], [], $lineno, $tag); + } + + public function compile(Twig_Compiler $compiler) + { + $compiler->addDebugInfo($this); + + $expr = $this->getNode('expr'); + + if ($expr instanceof Twig_Node_Expression_Constant) { + $compiler->write('@trigger_error(') + ->subcompile($expr); + } else { + $varName = $compiler->getVarName(); + $compiler->write(sprintf('$%s = ', $varName)) + ->subcompile($expr) + ->raw(";\n") + ->write(sprintf('@trigger_error($%s', $varName)); + } + + $compiler + ->raw('.') + ->string(sprintf(' ("%s" at line %d).', $this->getTemplateName(), $this->getTemplateLine())) + ->raw(", E_USER_DEPRECATED);\n") + ; + } +} + +class_alias('Twig_Node_Deprecated', 'Twig\Node\DeprecatedNode', false); diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Do.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Do.php similarity index 90% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Do.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Do.php index cdd7e77a..13350454 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Do.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Do.php @@ -18,7 +18,7 @@ class Twig_Node_Do extends Twig_Node { public function __construct(Twig_Node_Expression $expr, $lineno, $tag = null) { - parent::__construct(array('expr' => $expr), array(), $lineno, $tag); + parent::__construct(['expr' => $expr], [], $lineno, $tag); } public function compile(Twig_Compiler $compiler) diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Embed.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Embed.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Embed.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Embed.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Expression.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Expression.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Expression.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Expression.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Array.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Array.php similarity index 91% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Array.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Array.php index 0e77bb08..61e0d961 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Array.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Array.php @@ -14,7 +14,7 @@ class Twig_Node_Expression_Array extends Twig_Node_Expression public function __construct(array $elements, $lineno) { - parent::__construct($elements, array(), $lineno); + parent::__construct($elements, [], $lineno); $this->index = -1; foreach ($this->getKeyValuePairs() as $pair) { @@ -26,13 +26,13 @@ public function __construct(array $elements, $lineno) public function getKeyValuePairs() { - $pairs = array(); + $pairs = []; foreach (array_chunk($this->nodes, 2) as $pair) { - $pairs[] = array( + $pairs[] = [ 'key' => $pair[0], 'value' => $pair[1], - ); + ]; } return $pairs; @@ -62,7 +62,7 @@ public function addElement(Twig_Node_Expression $value, Twig_Node_Expression $ke public function compile(Twig_Compiler $compiler) { - $compiler->raw('array('); + $compiler->raw('['); $first = true; foreach ($this->getKeyValuePairs() as $pair) { if (!$first) { @@ -76,7 +76,7 @@ public function compile(Twig_Compiler $compiler) ->subcompile($pair['value']) ; } - $compiler->raw(')'); + $compiler->raw(']'); } } diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/AssignName.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/AssignName.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/AssignName.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/AssignName.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Binary.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Binary.php similarity index 91% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Binary.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Binary.php index 2b545d98..e9155dd5 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Binary.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Binary.php @@ -13,7 +13,7 @@ abstract class Twig_Node_Expression_Binary extends Twig_Node_Expression { public function __construct(Twig_NodeInterface $left, Twig_NodeInterface $right, $lineno) { - parent::__construct(array('left' => $left, 'right' => $right), array(), $lineno); + parent::__construct(['left' => $left, 'right' => $right], [], $lineno); } public function compile(Twig_Compiler $compiler) diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Add.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Add.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Add.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Add.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Binary/And.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Binary/And.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Binary/And.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Binary/And.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Binary/BitwiseAnd.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Binary/BitwiseAnd.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Binary/BitwiseAnd.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Binary/BitwiseAnd.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Binary/BitwiseOr.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Binary/BitwiseOr.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Binary/BitwiseOr.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Binary/BitwiseOr.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Binary/BitwiseXor.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Binary/BitwiseXor.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Binary/BitwiseXor.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Binary/BitwiseXor.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Concat.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Concat.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Concat.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Concat.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Div.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Div.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Div.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Div.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Binary/EndsWith.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Binary/EndsWith.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Binary/EndsWith.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Binary/EndsWith.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Equal.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Equal.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Equal.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Equal.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Binary/FloorDiv.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Binary/FloorDiv.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Binary/FloorDiv.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Binary/FloorDiv.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Greater.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Greater.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Greater.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Greater.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Binary/GreaterEqual.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Binary/GreaterEqual.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Binary/GreaterEqual.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Binary/GreaterEqual.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Binary/In.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Binary/In.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Binary/In.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Binary/In.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Less.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Less.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Less.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Less.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Binary/LessEqual.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Binary/LessEqual.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Binary/LessEqual.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Binary/LessEqual.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Matches.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Matches.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Matches.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Matches.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Mod.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Mod.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Mod.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Mod.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Mul.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Mul.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Mul.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Mul.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Binary/NotEqual.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Binary/NotEqual.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Binary/NotEqual.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Binary/NotEqual.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Binary/NotIn.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Binary/NotIn.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Binary/NotIn.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Binary/NotIn.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Or.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Or.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Or.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Or.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Power.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Power.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Power.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Power.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Range.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Range.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Range.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Range.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Binary/StartsWith.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Binary/StartsWith.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Binary/StartsWith.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Binary/StartsWith.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Sub.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Sub.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Sub.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Sub.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/BlockReference.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/BlockReference.php similarity index 94% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/BlockReference.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/BlockReference.php index 37a3983d..4beb13aa 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/BlockReference.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/BlockReference.php @@ -28,12 +28,12 @@ public function __construct(Twig_NodeInterface $name, $template = null, $lineno, $template = null; } - $nodes = array('name' => $name); + $nodes = ['name' => $name]; if (null !== $template) { $nodes['template'] = $template; } - parent::__construct($nodes, array('is_defined_test' => false, 'output' => false), $lineno, $tag); + parent::__construct($nodes, ['is_defined_test' => false, 'output' => false], $lineno, $tag); } public function compile(Twig_Compiler $compiler) diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Call.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Call.php similarity index 90% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Call.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Call.php index ec203484..d1d30259 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Call.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Call.php @@ -15,6 +15,7 @@ abstract class Twig_Node_Expression_Call extends Twig_Node_Expression protected function compileCallable(Twig_Compiler $compiler) { $closingParenthesis = false; + $isArray = false; if ($this->hasAttribute('callable') && $callable = $this->getAttribute('callable')) { if (is_string($callable) && false === strpos($callable, '::')) { $compiler->raw($callable); @@ -30,24 +31,25 @@ protected function compileCallable(Twig_Compiler $compiler) $compiler->raw(sprintf('$this->env->getExtension(\'%s\')->%s', get_class($callable[0]), $callable[1])); } else { $type = ucfirst($this->getAttribute('type')); - $compiler->raw(sprintf('call_user_func_array($this->env->get%s(\'%s\')->getCallable(), array', $type, $this->getAttribute('name'))); + $compiler->raw(sprintf('call_user_func_array($this->env->get%s(\'%s\')->getCallable(), ', $type, $this->getAttribute('name'))); $closingParenthesis = true; + $isArray = true; } } } else { $compiler->raw($this->getAttribute('thing')->compile()); } - $this->compileArguments($compiler); + $this->compileArguments($compiler, $isArray); if ($closingParenthesis) { $compiler->raw(')'); } } - protected function compileArguments(Twig_Compiler $compiler) + protected function compileArguments(Twig_Compiler $compiler, $isArray = false) { - $compiler->raw('('); + $compiler->raw($isArray ? '[' : '('); $first = true; @@ -96,7 +98,7 @@ protected function compileArguments(Twig_Compiler $compiler) } } - $compiler->raw(')'); + $compiler->raw($isArray ? ']' : ')'); } protected function getArguments($callable, $arguments) @@ -104,7 +106,7 @@ protected function getArguments($callable, $arguments) $callType = $this->getAttribute('type'); $callName = $this->getAttribute('name'); - $parameters = array(); + $parameters = []; $named = false; foreach ($arguments as $name => $node) { if (!is_int($name)) { @@ -133,10 +135,10 @@ protected function getArguments($callable, $arguments) } $callableParameters = $this->getCallableParameters($callable, $isVariadic); - $arguments = array(); - $names = array(); - $missingArguments = array(); - $optionalArguments = array(); + $arguments = []; + $names = []; + $missingArguments = []; + $optionalArguments = []; $pos = 0; foreach ($callableParameters as $callableParameter) { $names[] = $name = $this->normalizeName($callableParameter->name); @@ -156,12 +158,12 @@ protected function getArguments($callable, $arguments) $arguments = array_merge($arguments, $optionalArguments); $arguments[] = $parameters[$name]; unset($parameters[$name]); - $optionalArguments = array(); + $optionalArguments = []; } elseif (array_key_exists($pos, $parameters)) { $arguments = array_merge($arguments, $optionalArguments); $arguments[] = $parameters[$pos]; unset($parameters[$pos]); - $optionalArguments = array(); + $optionalArguments = []; ++$pos; } elseif ($callableParameter->isDefaultValueAvailable()) { $optionalArguments[] = new Twig_Node_Expression_Constant($callableParameter->getDefaultValue(), -1); @@ -177,7 +179,7 @@ protected function getArguments($callable, $arguments) } if ($isVariadic) { - $arbitraryArguments = new Twig_Node_Expression_Array(array(), -1); + $arbitraryArguments = new Twig_Node_Expression_Array([], -1); foreach ($parameters as $key => $value) { if (is_int($key)) { $arbitraryArguments->addElement($value); @@ -213,14 +215,14 @@ protected function getArguments($callable, $arguments) protected function normalizeName($name) { - return strtolower(preg_replace(array('/([A-Z]+)([A-Z][a-z])/', '/([a-z\d])([A-Z])/'), array('\\1_\\2', '\\1_\\2'), $name)); + return strtolower(preg_replace(['/([A-Z]+)([A-Z][a-z])/', '/([a-z\d])([A-Z])/'], ['\\1_\\2', '\\1_\\2'], $name)); } private function getCallableParameters($callable, $isVariadic) { list($r) = $this->reflectCallable($callable); if (null === $r) { - return array(); + return []; } $parameters = $r->getParameters(); @@ -240,7 +242,7 @@ private function getCallableParameters($callable, $isVariadic) } if ($isVariadic) { $argument = end($parameters); - if ($argument && $argument->isArray() && $argument->isDefaultValueAvailable() && array() === $argument->getDefaultValue()) { + if ($argument && $argument->isArray() && $argument->isDefaultValueAvailable() && [] === $argument->getDefaultValue()) { array_pop($parameters); } else { $callableName = $r->name; @@ -248,7 +250,7 @@ private function getCallableParameters($callable, $isVariadic) $callableName = $r->getDeclaringClass()->name.'::'.$callableName; } - throw new LogicException(sprintf('The last parameter of "%s" for %s "%s" must be an array with default value, eg. "array $arg = array()".', $callableName, $this->getAttribute('type'), $this->getAttribute('name'))); + throw new LogicException(sprintf('The last parameter of "%s" for %s "%s" must be an array with default value, eg. "array $arg = []".', $callableName, $this->getAttribute('type'), $this->getAttribute('name'))); } } @@ -264,27 +266,27 @@ private function reflectCallable($callable) if (is_array($callable)) { if (!method_exists($callable[0], $callable[1])) { // __call() - return array(null, array()); + return [null, []]; } $r = new ReflectionMethod($callable[0], $callable[1]); } elseif (is_object($callable) && !$callable instanceof Closure) { $r = new ReflectionObject($callable); $r = $r->getMethod('__invoke'); - $callable = array($callable, '__invoke'); + $callable = [$callable, '__invoke']; } elseif (is_string($callable) && false !== $pos = strpos($callable, '::')) { $class = substr($callable, 0, $pos); $method = substr($callable, $pos + 2); if (!method_exists($class, $method)) { // __staticCall() - return array(null, array()); + return [null, []]; } $r = new ReflectionMethod($callable); - $callable = array($class, $method); + $callable = [$class, $method]; } else { $r = new ReflectionFunction($callable); } - return $this->reflector = array($r, $callable); + return $this->reflector = [$r, $callable]; } } diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Conditional.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Conditional.php similarity index 88% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Conditional.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Conditional.php index c339d773..996772a0 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Conditional.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Conditional.php @@ -13,7 +13,7 @@ class Twig_Node_Expression_Conditional extends Twig_Node_Expression { public function __construct(Twig_Node_Expression $expr1, Twig_Node_Expression $expr2, Twig_Node_Expression $expr3, $lineno) { - parent::__construct(array('expr1' => $expr1, 'expr2' => $expr2, 'expr3' => $expr3), array(), $lineno); + parent::__construct(['expr1' => $expr1, 'expr2' => $expr2, 'expr3' => $expr3], [], $lineno); } public function compile(Twig_Compiler $compiler) diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Constant.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Constant.php similarity index 88% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Constant.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Constant.php index bf4d031c..7304e8c3 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Constant.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Constant.php @@ -13,7 +13,7 @@ class Twig_Node_Expression_Constant extends Twig_Node_Expression { public function __construct($value, $lineno) { - parent::__construct(array(), array('value' => $value), $lineno); + parent::__construct([], ['value' => $value], $lineno); } public function compile(Twig_Compiler $compiler) diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/ExtensionReference.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/ExtensionReference.php similarity index 91% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/ExtensionReference.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/ExtensionReference.php index 114b5cd9..7bcc078c 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/ExtensionReference.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/ExtensionReference.php @@ -22,7 +22,7 @@ class Twig_Node_Expression_ExtensionReference extends Twig_Node_Expression { public function __construct($name, $lineno, $tag = null) { - parent::__construct(array(), array('name' => $name), $lineno, $tag); + parent::__construct([], ['name' => $name], $lineno, $tag); } public function compile(Twig_Compiler $compiler) diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Filter.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Filter.php similarity index 91% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Filter.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Filter.php index 12da1d67..7b5952fb 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Filter.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Filter.php @@ -13,7 +13,7 @@ class Twig_Node_Expression_Filter extends Twig_Node_Expression_Call { public function __construct(Twig_NodeInterface $node, Twig_Node_Expression_Constant $filterName, Twig_NodeInterface $arguments, $lineno, $tag = null) { - parent::__construct(array('node' => $node, 'filter' => $filterName, 'arguments' => $arguments), array(), $lineno, $tag); + parent::__construct(['node' => $node, 'filter' => $filterName, 'arguments' => $arguments], [], $lineno, $tag); } public function compile(Twig_Compiler $compiler) diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Filter/Default.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Filter/Default.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Filter/Default.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Filter/Default.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Function.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Function.php similarity index 92% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Function.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Function.php index cdee7c97..c19633f1 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Function.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Function.php @@ -12,7 +12,7 @@ class Twig_Node_Expression_Function extends Twig_Node_Expression_Call { public function __construct($name, Twig_NodeInterface $arguments, $lineno) { - parent::__construct(array('arguments' => $arguments), array('name' => $name, 'is_defined_test' => false), $lineno); + parent::__construct(['arguments' => $arguments], ['name' => $name, 'is_defined_test' => false], $lineno); } public function compile(Twig_Compiler $compiler) diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/GetAttr.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/GetAttr.php similarity index 90% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/GetAttr.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/GetAttr.php index b7823acc..89769150 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/GetAttr.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/GetAttr.php @@ -13,12 +13,12 @@ class Twig_Node_Expression_GetAttr extends Twig_Node_Expression { public function __construct(Twig_Node_Expression $node, Twig_Node_Expression $attribute, Twig_Node_Expression $arguments = null, $type, $lineno) { - $nodes = array('node' => $node, 'attribute' => $attribute); + $nodes = ['node' => $node, 'attribute' => $attribute]; if (null !== $arguments) { $nodes['arguments'] = $arguments; } - parent::__construct($nodes, array('type' => $type, 'is_defined_test' => false, 'ignore_strict_check' => false, 'disable_c_ext' => false), $lineno); + parent::__construct($nodes, ['type' => $type, 'is_defined_test' => false, 'ignore_strict_check' => false, 'disable_c_ext' => false], $lineno); } public function compile(Twig_Compiler $compiler) @@ -51,7 +51,7 @@ public function compile(Twig_Compiler $compiler) if ($this->hasNode('arguments')) { $compiler->raw(', ')->subcompile($this->getNode('arguments')); } else { - $compiler->raw(', array()'); + $compiler->raw(', []'); } } diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/MethodCall.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/MethodCall.php similarity index 89% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/MethodCall.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/MethodCall.php index 709016eb..b8a83450 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/MethodCall.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/MethodCall.php @@ -12,7 +12,7 @@ class Twig_Node_Expression_MethodCall extends Twig_Node_Expression { public function __construct(Twig_Node_Expression $node, $method, Twig_Node_Expression_Array $arguments, $lineno) { - parent::__construct(array('node' => $node, 'arguments' => $arguments), array('method' => $method, 'safe' => false), $lineno); + parent::__construct(['node' => $node, 'arguments' => $arguments], ['method' => $method, 'safe' => false], $lineno); if ($node instanceof Twig_Node_Expression_Name) { $node->setAttribute('always_defined', true); diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Name.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Name.php similarity index 94% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Name.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Name.php index 7d3d6220..2d1d3d1c 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Name.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Name.php @@ -11,15 +11,15 @@ */ class Twig_Node_Expression_Name extends Twig_Node_Expression { - protected $specialVars = array( + protected $specialVars = [ '_self' => '$this', '_context' => '$context', '_charset' => '$this->env->getCharset()', - ); + ]; public function __construct($name, $lineno) { - parent::__construct(array(), array('name' => $name, 'is_defined_test' => false, 'ignore_strict_check' => false, 'always_defined' => false), $lineno); + parent::__construct([], ['name' => $name, 'is_defined_test' => false, 'ignore_strict_check' => false, 'always_defined' => false], $lineno); } public function compile(Twig_Compiler $compiler) diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/NullCoalesce.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/NullCoalesce.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/NullCoalesce.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/NullCoalesce.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Parent.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Parent.php similarity index 92% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Parent.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Parent.php index 78692db2..86236852 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Parent.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Parent.php @@ -19,7 +19,7 @@ class Twig_Node_Expression_Parent extends Twig_Node_Expression { public function __construct($name, $lineno, $tag = null) { - parent::__construct(array(), array('output' => false, 'name' => $name), $lineno, $tag); + parent::__construct([], ['output' => false, 'name' => $name], $lineno, $tag); } public function compile(Twig_Compiler $compiler) diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/TempName.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/TempName.php similarity index 89% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/TempName.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/TempName.php index 0a86e003..4be1cc2c 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/TempName.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/TempName.php @@ -12,7 +12,7 @@ class Twig_Node_Expression_TempName extends Twig_Node_Expression { public function __construct($name, $lineno) { - parent::__construct(array(), array('name' => $name), $lineno); + parent::__construct([], ['name' => $name], $lineno); } public function compile(Twig_Compiler $compiler) diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Test.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Test.php similarity index 84% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Test.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Test.php index ad102ba6..a543ec55 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Test.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Test.php @@ -12,12 +12,12 @@ class Twig_Node_Expression_Test extends Twig_Node_Expression_Call { public function __construct(Twig_NodeInterface $node, $name, Twig_NodeInterface $arguments = null, $lineno) { - $nodes = array('node' => $node); + $nodes = ['node' => $node]; if (null !== $arguments) { $nodes['arguments'] = $arguments; } - parent::__construct($nodes, array('name' => $name), $lineno); + parent::__construct($nodes, ['name' => $name], $lineno); } public function compile(Twig_Compiler $compiler) @@ -28,6 +28,9 @@ public function compile(Twig_Compiler $compiler) $this->setAttribute('name', $name); $this->setAttribute('type', 'test'); $this->setAttribute('thing', $test); + if ($test instanceof Twig_SimpleTest) { + $this->setAttribute('arguments', $test->getArguments()); + } if ($test instanceof Twig_TestCallableInterface || $test instanceof Twig_SimpleTest) { $this->setAttribute('callable', $test->getCallable()); } diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Test/Constant.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Test/Constant.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Test/Constant.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Test/Constant.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Test/Defined.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Test/Defined.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Test/Defined.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Test/Defined.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Test/Divisibleby.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Test/Divisibleby.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Test/Divisibleby.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Test/Divisibleby.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Test/Even.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Test/Even.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Test/Even.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Test/Even.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Test/Null.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Test/Null.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Test/Null.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Test/Null.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Test/Odd.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Test/Odd.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Test/Odd.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Test/Odd.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Test/Sameas.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Test/Sameas.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Test/Sameas.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Test/Sameas.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Unary.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Unary.php similarity index 91% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Unary.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Unary.php index 5804485e..abf191a3 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Unary.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Unary.php @@ -13,7 +13,7 @@ abstract class Twig_Node_Expression_Unary extends Twig_Node_Expression { public function __construct(Twig_NodeInterface $node, $lineno) { - parent::__construct(array('node' => $node), array(), $lineno); + parent::__construct(['node' => $node], [], $lineno); } public function compile(Twig_Compiler $compiler) diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Unary/Neg.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Unary/Neg.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Unary/Neg.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Unary/Neg.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Unary/Not.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Unary/Not.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Unary/Not.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Unary/Not.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Unary/Pos.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Unary/Pos.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Unary/Pos.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/Unary/Pos.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Flush.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Flush.php similarity index 90% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Flush.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Flush.php index fcc461ac..5d3ffd52 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Flush.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Flush.php @@ -18,7 +18,7 @@ class Twig_Node_Flush extends Twig_Node { public function __construct($lineno, $tag) { - parent::__construct(array(), array(), $lineno, $tag); + parent::__construct([], [], $lineno, $tag); } public function compile(Twig_Compiler $compiler) diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/For.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/For.php similarity index 88% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/For.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/For.php index 914b70c9..76519457 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/For.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/For.php @@ -21,18 +21,18 @@ class Twig_Node_For extends Twig_Node public function __construct(Twig_Node_Expression_AssignName $keyTarget, Twig_Node_Expression_AssignName $valueTarget, Twig_Node_Expression $seq, Twig_Node_Expression $ifexpr = null, Twig_NodeInterface $body, Twig_NodeInterface $else = null, $lineno, $tag = null) { - $body = new Twig_Node(array($body, $this->loop = new Twig_Node_ForLoop($lineno, $tag))); + $body = new Twig_Node([$body, $this->loop = new Twig_Node_ForLoop($lineno, $tag)]); if (null !== $ifexpr) { - $body = new Twig_Node_If(new Twig_Node(array($ifexpr, $body)), null, $lineno, $tag); + $body = new Twig_Node_If(new Twig_Node([$ifexpr, $body]), null, $lineno, $tag); } - $nodes = array('key_target' => $keyTarget, 'value_target' => $valueTarget, 'seq' => $seq, 'body' => $body); + $nodes = ['key_target' => $keyTarget, 'value_target' => $valueTarget, 'seq' => $seq, 'body' => $body]; if (null !== $else) { $nodes['else'] = $else; } - parent::__construct($nodes, array('with_loop' => true, 'ifexpr' => null !== $ifexpr), $lineno, $tag); + parent::__construct($nodes, ['with_loop' => true, 'ifexpr' => null !== $ifexpr], $lineno, $tag); } public function compile(Twig_Compiler $compiler) @@ -51,12 +51,12 @@ public function compile(Twig_Compiler $compiler) if ($this->getAttribute('with_loop')) { $compiler - ->write("\$context['loop'] = array(\n") + ->write("\$context['loop'] = [\n") ->write(" 'parent' => \$context['_parent'],\n") ->write(" 'index0' => 0,\n") ->write(" 'index' => 1,\n") ->write(" 'first' => true,\n") - ->write(");\n") + ->write("];\n") ; if (!$this->getAttribute('ifexpr')) { diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/ForLoop.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/ForLoop.php similarity index 92% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/ForLoop.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/ForLoop.php index 06477cf1..31f282d7 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/ForLoop.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/ForLoop.php @@ -18,7 +18,7 @@ class Twig_Node_ForLoop extends Twig_Node { public function __construct($lineno, $tag = null) { - parent::__construct(array(), array('with_loop' => false, 'ifexpr' => false, 'else' => false), $lineno, $tag); + parent::__construct([], ['with_loop' => false, 'ifexpr' => false, 'else' => false], $lineno, $tag); } public function compile(Twig_Compiler $compiler) diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/If.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/If.php similarity index 93% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/If.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/If.php index d82edec7..b096cd4e 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/If.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/If.php @@ -19,12 +19,12 @@ class Twig_Node_If extends Twig_Node { public function __construct(Twig_NodeInterface $tests, Twig_NodeInterface $else = null, $lineno, $tag = null) { - $nodes = array('tests' => $tests); + $nodes = ['tests' => $tests]; if (null !== $else) { $nodes['else'] = $else; } - parent::__construct($nodes, array(), $lineno, $tag); + parent::__construct($nodes, [], $lineno, $tag); } public function compile(Twig_Compiler $compiler) diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Import.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Import.php similarity index 93% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Import.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Import.php index c77e320b..44b2131e 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Import.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Import.php @@ -18,7 +18,7 @@ class Twig_Node_Import extends Twig_Node { public function __construct(Twig_Node_Expression $expr, Twig_Node_Expression $var, $lineno, $tag = null) { - parent::__construct(array('expr' => $expr, 'var' => $var), array(), $lineno, $tag); + parent::__construct(['expr' => $expr, 'var' => $var], [], $lineno, $tag); } public function compile(Twig_Compiler $compiler) diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Include.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Include.php similarity index 92% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Include.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Include.php index 2a5114cb..4b263819 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Include.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Include.php @@ -19,12 +19,12 @@ class Twig_Node_Include extends Twig_Node implements Twig_NodeOutputInterface { public function __construct(Twig_Node_Expression $expr, Twig_Node_Expression $variables = null, $only = false, $ignoreMissing = false, $lineno, $tag = null) { - $nodes = array('expr' => $expr); + $nodes = ['expr' => $expr]; if (null !== $variables) { $nodes['variables'] = $variables; } - parent::__construct($nodes, array('only' => (bool) $only, 'ignore_missing' => (bool) $ignoreMissing), $lineno, $tag); + parent::__construct($nodes, ['only' => (bool) $only, 'ignore_missing' => (bool) $ignoreMissing], $lineno, $tag); } public function compile(Twig_Compiler $compiler) @@ -74,7 +74,7 @@ protected function addGetTemplate(Twig_Compiler $compiler) protected function addTemplateArguments(Twig_Compiler $compiler) { if (!$this->hasNode('variables')) { - $compiler->raw(false === $this->getAttribute('only') ? '$context' : 'array()'); + $compiler->raw(false === $this->getAttribute('only') ? '$context' : '[]'); } elseif (false === $this->getAttribute('only')) { $compiler ->raw('array_merge($context, ') diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Macro.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Macro.php similarity index 91% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Macro.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Macro.php index 3cf54977..0c4f9286 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Macro.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Macro.php @@ -26,7 +26,7 @@ public function __construct($name, Twig_NodeInterface $body, Twig_NodeInterface } } - parent::__construct(array('body' => $body, 'arguments' => $arguments), array('name' => $name), $lineno, $tag); + parent::__construct(['body' => $body, 'arguments' => $arguments], ['name' => $name], $lineno, $tag); } public function compile(Twig_Compiler $compiler) @@ -64,7 +64,7 @@ public function compile(Twig_Compiler $compiler) ; $compiler - ->write("\$context = \$this->env->mergeGlobals(array(\n") + ->write("\$context = \$this->env->mergeGlobals([\n") ->indent() ; @@ -91,14 +91,14 @@ public function compile(Twig_Compiler $compiler) ->repr($count) ->raw(' ? array_slice(func_get_args(), ') ->repr($count) - ->raw(") : array(),\n") + ->raw(") : [],\n") ; } $compiler ->outdent() - ->write("));\n\n") - ->write("\$blocks = array();\n\n") + ->write("]);\n\n") + ->write("\$blocks = [];\n\n") ->write("ob_start();\n") ->write("try {\n") ->indent() diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Module.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Module.php similarity index 96% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Module.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Module.php index 5cd8d050..c33bbe15 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Module.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Module.php @@ -32,7 +32,7 @@ public function __construct(Twig_NodeInterface $body, Twig_Node_Expression $pare $this->source = $name; } - $nodes = array( + $nodes = [ 'body' => $body, 'blocks' => $blocks, 'macros' => $macros, @@ -42,20 +42,20 @@ public function __construct(Twig_NodeInterface $body, Twig_Node_Expression $pare 'constructor_start' => new Twig_Node(), 'constructor_end' => new Twig_Node(), 'class_end' => new Twig_Node(), - ); + ]; if (null !== $parent) { $nodes['parent'] = $parent; } // embedded templates are set as attributes so that they are only visited once by the visitors - parent::__construct($nodes, array( + parent::__construct($nodes, [ // source to be remove in 2.0 'source' => $this->source->getCode(), // filename to be remove in 2.0 (use getTemplateName() instead) 'filename' => $this->source->getName(), 'index' => null, 'embedded_templates' => $embeddedTemplates, - ), 1); + ], 1); // populate the template name of all node children $this->setTemplateName($this->source->getName()); @@ -257,11 +257,11 @@ protected function compileConstructor(Twig_Compiler $compiler) ->write("\$this->blocks = array_merge(\n") ->indent() ->write("\$this->traits,\n") - ->write("array(\n") + ->write("[\n") ; } else { $compiler - ->write("\$this->blocks = array(\n") + ->write("\$this->blocks = [\n") ; } @@ -272,20 +272,25 @@ protected function compileConstructor(Twig_Compiler $compiler) foreach ($this->getNode('blocks') as $name => $node) { $compiler - ->write(sprintf("'%s' => array(\$this, 'block_%s'),\n", $name, $name)) + ->write(sprintf("'%s' => [\$this, 'block_%s'],\n", $name, $name)) ; } if ($countTraits) { $compiler ->outdent() - ->write(")\n") + ->write("]\n") + ->outdent() + ->write(");\n") + ; + } else { + $compiler + ->outdent() + ->write("];\n") ; } $compiler - ->outdent() - ->write(");\n") ->outdent() ->subcompile($this->getNode('constructor_end')) ->write("}\n\n") @@ -295,7 +300,7 @@ protected function compileConstructor(Twig_Compiler $compiler) protected function compileDisplay(Twig_Compiler $compiler) { $compiler - ->write("protected function doDisplay(array \$context, array \$blocks = array())\n", "{\n") + ->write("protected function doDisplay(array \$context, array \$blocks = [])\n", "{\n") ->indent() ->subcompile($this->getNode('display_start')) ->subcompile($this->getNode('body')) @@ -364,7 +369,7 @@ protected function compileIsTraitable(Twig_Compiler $compiler) } if (!count($nodes)) { - $nodes = new Twig_Node(array($nodes)); + $nodes = new Twig_Node([$nodes]); } foreach ($nodes as $node) { diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Print.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Print.php similarity index 91% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Print.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Print.php index 374db89b..215d712a 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Print.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Print.php @@ -19,7 +19,7 @@ class Twig_Node_Print extends Twig_Node implements Twig_NodeOutputInterface { public function __construct(Twig_Node_Expression $expr, $lineno, $tag = null) { - parent::__construct(array('expr' => $expr), array(), $lineno, $tag); + parent::__construct(['expr' => $expr], [], $lineno, $tag); } public function compile(Twig_Compiler $compiler) diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Sandbox.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Sandbox.php similarity index 93% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Sandbox.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Sandbox.php index 44b30ab9..e06f332b 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Sandbox.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Sandbox.php @@ -18,7 +18,7 @@ class Twig_Node_Sandbox extends Twig_Node { public function __construct(Twig_NodeInterface $body, $lineno, $tag = null) { - parent::__construct(array('body' => $body), array(), $lineno, $tag); + parent::__construct(['body' => $body], [], $lineno, $tag); } public function compile(Twig_Compiler $compiler) diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/SandboxedPrint.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/SandboxedPrint.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/SandboxedPrint.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/SandboxedPrint.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Set.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Set.php similarity index 93% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Set.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Set.php index 6c6743ee..155cc484 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Set.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Set.php @@ -18,7 +18,7 @@ class Twig_Node_Set extends Twig_Node implements Twig_NodeCaptureInterface { public function __construct($capture, Twig_NodeInterface $names, Twig_NodeInterface $values, $lineno, $tag = null) { - parent::__construct(array('names' => $names, 'values' => $values), array('capture' => $capture, 'safe' => false), $lineno, $tag); + parent::__construct(['names' => $names, 'values' => $values], ['capture' => $capture, 'safe' => false], $lineno, $tag); /* * Optimizes the node when capture is used for a large block of text. @@ -69,7 +69,7 @@ public function compile(Twig_Compiler $compiler) $compiler->raw(' = '); if (count($this->getNode('names')) > 1) { - $compiler->write('array('); + $compiler->write('['); foreach ($this->getNode('values') as $idx => $value) { if ($idx) { $compiler->raw(', '); @@ -77,7 +77,7 @@ public function compile(Twig_Compiler $compiler) $compiler->subcompile($value); } - $compiler->raw(')'); + $compiler->raw(']'); } else { if ($this->getAttribute('safe')) { $compiler diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/SetTemp.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/SetTemp.php similarity index 92% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/SetTemp.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/SetTemp.php index 996fdcde..c04ff454 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/SetTemp.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/SetTemp.php @@ -16,7 +16,7 @@ class Twig_Node_SetTemp extends Twig_Node { public function __construct($name, $lineno) { - parent::__construct(array(), array('name' => $name), $lineno); + parent::__construct([], ['name' => $name], $lineno); } public function compile(Twig_Compiler $compiler) diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Spaceless.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Spaceless.php similarity index 91% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Spaceless.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Spaceless.php index 76f90cde..43e907af 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Spaceless.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Spaceless.php @@ -20,7 +20,7 @@ class Twig_Node_Spaceless extends Twig_Node { public function __construct(Twig_NodeInterface $body, $lineno, $tag = 'spaceless') { - parent::__construct(array('body' => $body), array(), $lineno, $tag); + parent::__construct(['body' => $body], [], $lineno, $tag); } public function compile(Twig_Compiler $compiler) diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Text.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Text.php similarity index 91% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Text.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Text.php index f4577fee..ab24d719 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/Text.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/Text.php @@ -19,7 +19,7 @@ class Twig_Node_Text extends Twig_Node implements Twig_NodeOutputInterface { public function __construct($data, $lineno) { - parent::__construct(array(), array('data' => $data), $lineno); + parent::__construct([], ['data' => $data], $lineno); } public function compile(Twig_Compiler $compiler) diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/With.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/With.php similarity index 89% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/With.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/With.php index 2ab0ea5d..422cc812 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Node/With.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Node/With.php @@ -18,12 +18,12 @@ class Twig_Node_With extends Twig_Node { public function __construct(Twig_Node $body, Twig_Node $variables = null, $only = false, $lineno, $tag = null) { - $nodes = array('body' => $body); + $nodes = ['body' => $body]; if (null !== $variables) { $nodes['variables'] = $variables; } - parent::__construct($nodes, array('only' => (bool) $only), $lineno, $tag); + parent::__construct($nodes, ['only' => (bool) $only], $lineno, $tag); } public function compile(Twig_Compiler $compiler) @@ -44,7 +44,7 @@ public function compile(Twig_Compiler $compiler) ; if ($this->getAttribute('only')) { - $compiler->write("\$context = array('_parent' => \$context);\n"); + $compiler->write("\$context = ['_parent' => \$context];\n"); } else { $compiler->write("\$context['_parent'] = \$context;\n"); } diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/NodeCaptureInterface.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/NodeCaptureInterface.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/NodeCaptureInterface.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/NodeCaptureInterface.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/NodeInterface.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/NodeInterface.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/NodeInterface.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/NodeInterface.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/NodeOutputInterface.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/NodeOutputInterface.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/NodeOutputInterface.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/NodeOutputInterface.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/NodeTraverser.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/NodeTraverser.php similarity index 94% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/NodeTraverser.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/NodeTraverser.php index f00a0bf5..7f80e76b 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/NodeTraverser.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/NodeTraverser.php @@ -21,13 +21,13 @@ class Twig_NodeTraverser { protected $env; - protected $visitors = array(); + protected $visitors = []; /** * @param Twig_Environment $env * @param Twig_NodeVisitorInterface[] $visitors */ - public function __construct(Twig_Environment $env, array $visitors = array()) + public function __construct(Twig_Environment $env, array $visitors = []) { $this->env = $env; foreach ($visitors as $visitor) { @@ -38,7 +38,7 @@ public function __construct(Twig_Environment $env, array $visitors = array()) public function addVisitor(Twig_NodeVisitorInterface $visitor) { if (!isset($this->visitors[$visitor->getPriority()])) { - $this->visitors[$visitor->getPriority()] = array(); + $this->visitors[$visitor->getPriority()] = []; } $this->visitors[$visitor->getPriority()][] = $visitor; diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/NodeVisitor/Escaper.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/NodeVisitor/Escaper.php similarity index 90% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/NodeVisitor/Escaper.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/NodeVisitor/Escaper.php index 1a1ae66f..5eb32ea1 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/NodeVisitor/Escaper.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/NodeVisitor/Escaper.php @@ -18,12 +18,12 @@ */ class Twig_NodeVisitor_Escaper extends Twig_BaseNodeVisitor { - protected $statusStack = array(); - protected $blocks = array(); + protected $statusStack = []; + protected $blocks = []; protected $safeAnalysis; protected $traverser; protected $defaultStrategy = false; - protected $safeVars = array(); + protected $safeVars = []; public function __construct() { @@ -36,8 +36,8 @@ protected function doEnterNode(Twig_Node $node, Twig_Environment $env) if ($env->hasExtension('Twig_Extension_Escaper') && $defaultStrategy = $env->getExtension('Twig_Extension_Escaper')->getDefaultStrategy($node->getTemplateName())) { $this->defaultStrategy = $defaultStrategy; } - $this->safeVars = array(); - $this->blocks = array(); + $this->safeVars = []; + $this->blocks = []; } elseif ($node instanceof Twig_Node_AutoEscape) { $this->statusStack[] = $node->getAttribute('value'); } elseif ($node instanceof Twig_Node_Block) { @@ -53,8 +53,8 @@ protected function doLeaveNode(Twig_Node $node, Twig_Environment $env) { if ($node instanceof Twig_Node_Module) { $this->defaultStrategy = false; - $this->safeVars = array(); - $this->blocks = array(); + $this->safeVars = []; + $this->blocks = []; } elseif ($node instanceof Twig_Node_Expression_Filter) { return $this->preEscapeFilterNode($node, $env); } elseif ($node instanceof Twig_Node_Print) { @@ -115,7 +115,7 @@ protected function isSafeFor($type, Twig_NodeInterface $expression, $env) if (null === $safe) { if (null === $this->traverser) { - $this->traverser = new Twig_NodeTraverser($env, array($this->safeAnalysis)); + $this->traverser = new Twig_NodeTraverser($env, [$this->safeAnalysis]); } $this->safeAnalysis->setSafeVars($this->safeVars); @@ -140,7 +140,7 @@ protected function getEscaperFilter($type, Twig_NodeInterface $node) { $line = $node->getTemplateLine(); $name = new Twig_Node_Expression_Constant('escape', $line); - $args = new Twig_Node(array(new Twig_Node_Expression_Constant((string) $type, $line), new Twig_Node_Expression_Constant(null, $line), new Twig_Node_Expression_Constant(true, $line))); + $args = new Twig_Node([new Twig_Node_Expression_Constant((string) $type, $line), new Twig_Node_Expression_Constant(null, $line), new Twig_Node_Expression_Constant(true, $line)]); return new Twig_Node_Expression_Filter($node, $name, $args, $line); } diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/NodeVisitor/Optimizer.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/NodeVisitor/Optimizer.php similarity index 97% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/NodeVisitor/Optimizer.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/NodeVisitor/Optimizer.php index c55e40ff..f97ea56f 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/NodeVisitor/Optimizer.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/NodeVisitor/Optimizer.php @@ -29,10 +29,10 @@ class Twig_NodeVisitor_Optimizer extends Twig_BaseNodeVisitor const OPTIMIZE_RAW_FILTER = 4; const OPTIMIZE_VAR_ACCESS = 8; - protected $loops = array(); - protected $loopsTargets = array(); + protected $loops = []; + protected $loopsTargets = []; protected $optimizers; - protected $prependedNodes = array(); + protected $prependedNodes = []; protected $inABody = false; /** @@ -57,7 +57,7 @@ protected function doEnterNode(Twig_Node $node, Twig_Environment $env) if ($this->inABody) { if (!$node instanceof Twig_Node_Expression) { if ('Twig_Node' !== get_class($node)) { - array_unshift($this->prependedNodes, array()); + array_unshift($this->prependedNodes, []); } } else { $node = $this->optimizeVariables($node, $env); @@ -89,7 +89,7 @@ protected function doLeaveNode(Twig_Node $node, Twig_Environment $env) $this->inABody = false; } elseif ($this->inABody) { if (!$expression && 'Twig_Node' !== get_class($node) && $prependedNodes = array_shift($this->prependedNodes)) { - $nodes = array(); + $nodes = []; foreach (array_unique($prependedNodes) as $name) { $nodes[] = new Twig_Node_SetTemp($name, $node->getTemplateLine()); } diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/NodeVisitor/SafeAnalysis.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/NodeVisitor/SafeAnalysis.php similarity index 86% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/NodeVisitor/SafeAnalysis.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/NodeVisitor/SafeAnalysis.php index ca31c8fc..eff855b4 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/NodeVisitor/SafeAnalysis.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/NodeVisitor/SafeAnalysis.php @@ -14,8 +14,8 @@ */ class Twig_NodeVisitor_SafeAnalysis extends Twig_BaseNodeVisitor { - protected $data = array(); - protected $safeVars = array(); + protected $data = []; + protected $safeVars = []; public function setSafeVars($safeVars) { @@ -54,10 +54,10 @@ protected function setSafe(Twig_NodeInterface $node, array $safe) } } } - $this->data[$hash][] = array( + $this->data[$hash][] = [ 'key' => $node, 'value' => $safe, - ); + ]; } protected function doEnterNode(Twig_Node $node, Twig_Environment $env) @@ -69,13 +69,13 @@ protected function doLeaveNode(Twig_Node $node, Twig_Environment $env) { if ($node instanceof Twig_Node_Expression_Constant) { // constants are marked safe for all - $this->setSafe($node, array('all')); + $this->setSafe($node, ['all']); } elseif ($node instanceof Twig_Node_Expression_BlockReference) { // blocks are safe by definition - $this->setSafe($node, array('all')); + $this->setSafe($node, ['all']); } elseif ($node instanceof Twig_Node_Expression_Parent) { // parent block is safe by definition - $this->setSafe($node, array('all')); + $this->setSafe($node, ['all']); } elseif ($node instanceof Twig_Node_Expression_Conditional) { // intersect safeness of both operands $safe = $this->intersectSafe($this->getSafe($node->getNode('expr2')), $this->getSafe($node->getNode('expr3'))); @@ -91,7 +91,7 @@ protected function doLeaveNode(Twig_Node $node, Twig_Environment $env) } $this->setSafe($node, $safe); } else { - $this->setSafe($node, array()); + $this->setSafe($node, []); } } elseif ($node instanceof Twig_Node_Expression_Function) { // function expression is safe when the function is safe @@ -101,24 +101,24 @@ protected function doLeaveNode(Twig_Node $node, Twig_Environment $env) if (false !== $function) { $this->setSafe($node, $function->getSafe($args)); } else { - $this->setSafe($node, array()); + $this->setSafe($node, []); } } elseif ($node instanceof Twig_Node_Expression_MethodCall) { if ($node->getAttribute('safe')) { - $this->setSafe($node, array('all')); + $this->setSafe($node, ['all']); } else { - $this->setSafe($node, array()); + $this->setSafe($node, []); } } elseif ($node instanceof Twig_Node_Expression_GetAttr && $node->getNode('node') instanceof Twig_Node_Expression_Name) { $name = $node->getNode('node')->getAttribute('name'); // attributes on template instances are safe if ('_self' == $name || in_array($name, $this->safeVars)) { - $this->setSafe($node, array('all')); + $this->setSafe($node, ['all']); } else { - $this->setSafe($node, array()); + $this->setSafe($node, []); } } else { - $this->setSafe($node, array()); + $this->setSafe($node, []); } return $node; @@ -127,7 +127,7 @@ protected function doLeaveNode(Twig_Node $node, Twig_Environment $env) protected function intersectSafe(array $a = null, array $b = null) { if (null === $a || null === $b) { - return array(); + return []; } if (in_array('all', $a)) { diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/NodeVisitor/Sandbox.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/NodeVisitor/Sandbox.php similarity index 88% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/NodeVisitor/Sandbox.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/NodeVisitor/Sandbox.php index 71aa4f02..894cc1a0 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/NodeVisitor/Sandbox.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/NodeVisitor/Sandbox.php @@ -27,9 +27,9 @@ protected function doEnterNode(Twig_Node $node, Twig_Environment $env) { if ($node instanceof Twig_Node_Module) { $this->inAModule = true; - $this->tags = array(); - $this->filters = array(); - $this->functions = array(); + $this->tags = []; + $this->filters = []; + $this->functions = []; return $node; } elseif ($this->inAModule) { @@ -67,7 +67,7 @@ protected function doLeaveNode(Twig_Node $node, Twig_Environment $env) if ($node instanceof Twig_Node_Module) { $this->inAModule = false; - $node->setNode('display_start', new Twig_Node(array(new Twig_Node_CheckSecurity($this->filters, $this->tags, $this->functions), $node->getNode('display_start')))); + $node->setNode('display_start', new Twig_Node([new Twig_Node_CheckSecurity($this->filters, $this->tags, $this->functions), $node->getNode('display_start')])); } return $node; diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/NodeVisitorInterface.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/NodeVisitorInterface.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/NodeVisitorInterface.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/NodeVisitorInterface.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Parser.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Parser.php similarity index 90% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Parser.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Parser.php index 6de879a5..ff444011 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Parser.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Parser.php @@ -17,7 +17,7 @@ */ class Twig_Parser implements Twig_ParserInterface { - protected $stack = array(); + protected $stack = []; protected $stream; protected $parent; protected $handlers; @@ -30,7 +30,7 @@ class Twig_Parser implements Twig_ParserInterface protected $reservedMacroNames; protected $importedSymbols; protected $traits; - protected $embeddedTemplates = array(); + protected $embeddedTemplates = []; private $varNameSalt = 0; public function __construct(Twig_Environment $env) @@ -68,7 +68,7 @@ public function parse(Twig_TokenStream $stream, $test = null, $dropNeedle = fals // push all variables into the stack to keep the current state of the parser // using get_object_vars() instead of foreach would lead to https://bugs.php.net/71336 // This hack can be removed when min version if PHP 7.0 - $vars = array(); + $vars = []; foreach ($this as $k => $v) { $vars[$k] = $v; } @@ -93,12 +93,12 @@ public function parse(Twig_TokenStream $stream, $test = null, $dropNeedle = fals $this->stream = $stream; $this->parent = null; - $this->blocks = array(); - $this->macros = array(); - $this->traits = array(); - $this->blockStack = array(); - $this->importedSymbols = array(array()); - $this->embeddedTemplates = array(); + $this->blocks = []; + $this->macros = []; + $this->traits = []; + $this->blockStack = []; + $this->importedSymbols = [[]]; + $this->embeddedTemplates = []; $this->varNameSalt = 0; try { @@ -119,7 +119,7 @@ public function parse(Twig_TokenStream $stream, $test = null, $dropNeedle = fals throw $e; } - $node = new Twig_Node_Module(new Twig_Node_Body(array($body)), $this->parent, new Twig_Node($this->blocks), new Twig_Node($this->macros), new Twig_Node($this->traits), $this->embeddedTemplates, $stream->getSourceContext()); + $node = new Twig_Node_Module(new Twig_Node_Body([$body]), $this->parent, new Twig_Node($this->blocks), new Twig_Node($this->macros), new Twig_Node($this->traits), $this->embeddedTemplates, $stream->getSourceContext()); $traverser = new Twig_NodeTraverser($this->env, $this->visitors); @@ -136,7 +136,7 @@ public function parse(Twig_TokenStream $stream, $test = null, $dropNeedle = fals public function subparse($test, $dropNeedle = false) { $lineno = $this->getCurrentToken()->getLine(); - $rv = array(); + $rv = []; while (!$this->stream->isEOF()) { switch ($this->getCurrentToken()->getType()) { case Twig_Token::TEXT_TYPE: @@ -168,7 +168,7 @@ public function subparse($test, $dropNeedle = false) return $rv[0]; } - return new Twig_Node($rv, array(), $lineno); + return new Twig_Node($rv, [], $lineno); } $subparser = $this->handlers->getTokenParser($token->getValue()); @@ -204,7 +204,7 @@ public function subparse($test, $dropNeedle = false) return $rv[0]; } - return new Twig_Node($rv, array(), $lineno); + return new Twig_Node($rv, [], $lineno); } /** @@ -259,7 +259,7 @@ public function getBlock($name) public function setBlock($name, Twig_Node_Block $value) { - $this->blocks[$name] = new Twig_Node_Body(array($value), array(), $value->getTemplateLine()); + $this->blocks[$name] = new Twig_Node_Body([$value], [], $value->getTemplateLine()); } public function hasMacro($name) @@ -279,7 +279,7 @@ public function setMacro($name, Twig_Node_Macro $node) public function isReservedMacroName($name) { if (null === $this->reservedMacroNames) { - $this->reservedMacroNames = array(); + $this->reservedMacroNames = []; $r = new ReflectionClass($this->env->getBaseTemplateClass()); foreach ($r->getMethods() as $method) { $methodName = strtolower($method->getName()); @@ -312,7 +312,7 @@ public function embedTemplate(Twig_Node_Module $template) public function addImportedSymbol($type, $alias, $name = null, Twig_Node_Expression $node = null) { - $this->importedSymbols[0][$type][$alias] = array('name' => $name, 'node' => $node); + $this->importedSymbols[0][$type][$alias] = ['name' => $name, 'node' => $node]; } public function getImportedSymbol($type, $alias) @@ -331,7 +331,7 @@ public function isMainScope() public function pushLocalScope() { - array_unshift($this->importedSymbols, array()); + array_unshift($this->importedSymbols, []); } public function popLocalScope() @@ -382,7 +382,11 @@ protected function filterBodyNodes(Twig_NodeInterface $node) (!$node instanceof Twig_Node_Text && !$node instanceof Twig_Node_BlockReference && $node instanceof Twig_NodeOutputInterface) ) { if (false !== strpos((string) $node, chr(0xEF).chr(0xBB).chr(0xBF))) { - throw new Twig_Error_Syntax('A template that extends another one cannot start with a byte order mark (BOM); it must be removed.', $node->getTemplateLine(), $this->stream->getSourceContext()); + $t = substr($node->getAttribute('data'), 3); + if ('' === $t || ctype_space($t)) { + // bypass empty nodes starting with a BOM + return; + } } throw new Twig_Error_Syntax('A template that extends another one cannot include content outside Twig blocks. Did you forget to put the content inside a {% block %} tag?', $node->getTemplateLine(), $this->stream->getSourceContext()); diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/ParserInterface.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/ParserInterface.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/ParserInterface.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/ParserInterface.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Profiler/Dumper/Base.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Profiler/Dumper/Base.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Profiler/Dumper/Base.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Profiler/Dumper/Base.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Profiler/Dumper/Blackfire.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Profiler/Dumper/Blackfire.php similarity index 94% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Profiler/Dumper/Blackfire.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Profiler/Dumper/Blackfire.php index 7a33baf2..4ebb0d0f 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Profiler/Dumper/Blackfire.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Profiler/Dumper/Blackfire.php @@ -18,7 +18,7 @@ class Twig_Profiler_Dumper_Blackfire { public function dump(Twig_Profiler_Profile $profile) { - $data = array(); + $data = []; $this->dumpProfile('main()', $profile, $data); $this->dumpChildren('main()', $profile, $data); @@ -54,17 +54,17 @@ private function dumpChildren($parent, Twig_Profiler_Profile $profile, &$data) private function dumpProfile($edge, Twig_Profiler_Profile $profile, &$data) { if (isset($data[$edge])) { - $data[$edge]['ct'] += 1; + ++$data[$edge]['ct']; $data[$edge]['wt'] += floor($profile->getDuration() * 1000000); $data[$edge]['mu'] += $profile->getMemoryUsage(); $data[$edge]['pmu'] += $profile->getPeakMemoryUsage(); } else { - $data[$edge] = array( + $data[$edge] = [ 'ct' => 1, 'wt' => floor($profile->getDuration() * 1000000), 'mu' => $profile->getMemoryUsage(), 'pmu' => $profile->getPeakMemoryUsage(), - ); + ]; } } } diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Profiler/Dumper/Html.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Profiler/Dumper/Html.php similarity index 97% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Profiler/Dumper/Html.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Profiler/Dumper/Html.php index b57a2551..974b5216 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Profiler/Dumper/Html.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Profiler/Dumper/Html.php @@ -16,12 +16,12 @@ */ class Twig_Profiler_Dumper_Html extends Twig_Profiler_Dumper_Base { - private static $colors = array( + private static $colors = [ 'block' => '#dfd', 'macro' => '#ddf', 'template' => '#ffd', 'big' => '#d44', - ); + ]; public function dump(Twig_Profiler_Profile $profile) { diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Profiler/Dumper/Text.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Profiler/Dumper/Text.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Profiler/Dumper/Text.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Profiler/Dumper/Text.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Profiler/Node/EnterProfile.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Profiler/Node/EnterProfile.php similarity index 89% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Profiler/Node/EnterProfile.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Profiler/Node/EnterProfile.php index 69c8f797..b29ec9b7 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Profiler/Node/EnterProfile.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Profiler/Node/EnterProfile.php @@ -18,7 +18,7 @@ class Twig_Profiler_Node_EnterProfile extends Twig_Node { public function __construct($extensionName, $type, $name, $varName) { - parent::__construct(array(), array('extension_name' => $extensionName, 'name' => $name, 'type' => $type, 'var_name' => $varName)); + parent::__construct([], ['extension_name' => $extensionName, 'name' => $name, 'type' => $type, 'var_name' => $varName]); } public function compile(Twig_Compiler $compiler) diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Profiler/Node/LeaveProfile.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Profiler/Node/LeaveProfile.php similarity index 91% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Profiler/Node/LeaveProfile.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Profiler/Node/LeaveProfile.php index d1d6a7cc..bcb912dd 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Profiler/Node/LeaveProfile.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Profiler/Node/LeaveProfile.php @@ -18,7 +18,7 @@ class Twig_Profiler_Node_LeaveProfile extends Twig_Node { public function __construct($varName) { - parent::__construct(array(), array('var_name' => $varName)); + parent::__construct([], ['var_name' => $varName]); } public function compile(Twig_Compiler $compiler) diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Profiler/NodeVisitor/Profiler.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Profiler/NodeVisitor/Profiler.php similarity index 77% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Profiler/NodeVisitor/Profiler.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Profiler/NodeVisitor/Profiler.php index 5db41fea..6cf5bb0e 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Profiler/NodeVisitor/Profiler.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Profiler/NodeVisitor/Profiler.php @@ -32,22 +32,22 @@ protected function doLeaveNode(Twig_Node $node, Twig_Environment $env) { if ($node instanceof Twig_Node_Module) { $varName = $this->getVarName(); - $node->setNode('display_start', new Twig_Node(array(new Twig_Profiler_Node_EnterProfile($this->extensionName, Twig_Profiler_Profile::TEMPLATE, $node->getTemplateName(), $varName), $node->getNode('display_start')))); - $node->setNode('display_end', new Twig_Node(array(new Twig_Profiler_Node_LeaveProfile($varName), $node->getNode('display_end')))); + $node->setNode('display_start', new Twig_Node([new Twig_Profiler_Node_EnterProfile($this->extensionName, Twig_Profiler_Profile::TEMPLATE, $node->getTemplateName(), $varName), $node->getNode('display_start')])); + $node->setNode('display_end', new Twig_Node([new Twig_Profiler_Node_LeaveProfile($varName), $node->getNode('display_end')])); } elseif ($node instanceof Twig_Node_Block) { $varName = $this->getVarName(); - $node->setNode('body', new Twig_Node_Body(array( + $node->setNode('body', new Twig_Node_Body([ new Twig_Profiler_Node_EnterProfile($this->extensionName, Twig_Profiler_Profile::BLOCK, $node->getAttribute('name'), $varName), $node->getNode('body'), new Twig_Profiler_Node_LeaveProfile($varName), - ))); + ])); } elseif ($node instanceof Twig_Node_Macro) { $varName = $this->getVarName(); - $node->setNode('body', new Twig_Node_Body(array( + $node->setNode('body', new Twig_Node_Body([ new Twig_Profiler_Node_EnterProfile($this->extensionName, Twig_Profiler_Profile::MACRO, $node->getAttribute('name'), $varName), $node->getNode('body'), new Twig_Profiler_Node_LeaveProfile($varName), - ))); + ])); } return $node; diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Profiler/Profile.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Profiler/Profile.php similarity index 89% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Profiler/Profile.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Profiler/Profile.php index 3fdc1a8a..8ba1c4cc 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Profiler/Profile.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Profiler/Profile.php @@ -24,9 +24,9 @@ class Twig_Profiler_Profile implements IteratorAggregate, Serializable private $template; private $name; private $type; - private $starts = array(); - private $ends = array(); - private $profiles = array(); + private $starts = []; + private $ends = []; + private $profiles = []; public function __construct($template = 'main', $type = self::ROOT, $name = 'main') { @@ -76,7 +76,7 @@ public function getProfiles() return $this->profiles; } - public function addProfile(Twig_Profiler_Profile $profile) + public function addProfile(self $profile) { $this->profiles[] = $profile; } @@ -126,11 +126,11 @@ public function getPeakMemoryUsage() */ public function enter() { - $this->starts = array( + $this->starts = [ 'wt' => microtime(true), 'mu' => memory_get_usage(), 'pmu' => memory_get_peak_usage(), - ); + ]; } /** @@ -138,16 +138,16 @@ public function enter() */ public function leave() { - $this->ends = array( + $this->ends = [ 'wt' => microtime(true), 'mu' => memory_get_usage(), 'pmu' => memory_get_peak_usage(), - ); + ]; } public function reset() { - $this->starts = $this->ends = $this->profiles = array(); + $this->starts = $this->ends = $this->profiles = []; $this->enter(); } @@ -158,7 +158,7 @@ public function getIterator() public function serialize() { - return serialize(array($this->template, $this->name, $this->type, $this->starts, $this->ends, $this->profiles)); + return serialize([$this->template, $this->name, $this->type, $this->starts, $this->ends, $this->profiles]); } public function unserialize($data) diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/RuntimeLoaderInterface.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/RuntimeLoaderInterface.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/RuntimeLoaderInterface.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/RuntimeLoaderInterface.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Sandbox/SecurityError.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Sandbox/SecurityError.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Sandbox/SecurityError.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Sandbox/SecurityError.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Sandbox/SecurityNotAllowedFilterError.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Sandbox/SecurityNotAllowedFilterError.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Sandbox/SecurityNotAllowedFilterError.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Sandbox/SecurityNotAllowedFilterError.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Sandbox/SecurityNotAllowedFunctionError.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Sandbox/SecurityNotAllowedFunctionError.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Sandbox/SecurityNotAllowedFunctionError.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Sandbox/SecurityNotAllowedFunctionError.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Sandbox/SecurityNotAllowedMethodError.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Sandbox/SecurityNotAllowedMethodError.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Sandbox/SecurityNotAllowedMethodError.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Sandbox/SecurityNotAllowedMethodError.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Sandbox/SecurityNotAllowedPropertyError.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Sandbox/SecurityNotAllowedPropertyError.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Sandbox/SecurityNotAllowedPropertyError.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Sandbox/SecurityNotAllowedPropertyError.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Sandbox/SecurityNotAllowedTagError.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Sandbox/SecurityNotAllowedTagError.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Sandbox/SecurityNotAllowedTagError.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Sandbox/SecurityNotAllowedTagError.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Sandbox/SecurityPolicy.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Sandbox/SecurityPolicy.php similarity index 92% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Sandbox/SecurityPolicy.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Sandbox/SecurityPolicy.php index dca0b82b..cf59117b 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Sandbox/SecurityPolicy.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Sandbox/SecurityPolicy.php @@ -24,7 +24,7 @@ class Twig_Sandbox_SecurityPolicy implements Twig_Sandbox_SecurityPolicyInterfac protected $allowedProperties; protected $allowedFunctions; - public function __construct(array $allowedTags = array(), array $allowedFilters = array(), array $allowedMethods = array(), array $allowedProperties = array(), array $allowedFunctions = array()) + public function __construct(array $allowedTags = [], array $allowedFilters = [], array $allowedMethods = [], array $allowedProperties = [], array $allowedFunctions = []) { $this->allowedTags = $allowedTags; $this->allowedFilters = $allowedFilters; @@ -45,9 +45,9 @@ public function setAllowedFilters(array $filters) public function setAllowedMethods(array $methods) { - $this->allowedMethods = array(); + $this->allowedMethods = []; foreach ($methods as $class => $m) { - $this->allowedMethods[$class] = array_map('strtolower', is_array($m) ? $m : array($m)); + $this->allowedMethods[$class] = array_map('strtolower', is_array($m) ? $m : [$m]); } } @@ -109,7 +109,7 @@ public function checkPropertyAllowed($obj, $property) $allowed = false; foreach ($this->allowedProperties as $class => $properties) { if ($obj instanceof $class) { - $allowed = in_array($property, is_array($properties) ? $properties : array($properties)); + $allowed = in_array($property, is_array($properties) ? $properties : [$properties]); break; } diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Sandbox/SecurityPolicyInterface.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Sandbox/SecurityPolicyInterface.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Sandbox/SecurityPolicyInterface.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Sandbox/SecurityPolicyInterface.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/SimpleFilter.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/SimpleFilter.php similarity index 95% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/SimpleFilter.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/SimpleFilter.php index ee4c0aeb..5c4cfc56 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/SimpleFilter.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/SimpleFilter.php @@ -21,13 +21,13 @@ class Twig_SimpleFilter protected $name; protected $callable; protected $options; - protected $arguments = array(); + protected $arguments = []; - public function __construct($name, $callable, array $options = array()) + public function __construct($name, $callable, array $options = []) { $this->name = $name; $this->callable = $callable; - $this->options = array_merge(array( + $this->options = array_merge([ 'needs_environment' => false, 'needs_context' => false, 'is_variadic' => false, @@ -38,7 +38,7 @@ public function __construct($name, $callable, array $options = array()) 'node_class' => 'Twig_Node_Expression_Filter', 'deprecated' => false, 'alternative' => null, - ), $options); + ], $options); } public function getName() diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/SimpleFunction.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/SimpleFunction.php similarity index 94% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/SimpleFunction.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/SimpleFunction.php index a6aa7ca7..fbe06b99 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/SimpleFunction.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/SimpleFunction.php @@ -21,13 +21,13 @@ class Twig_SimpleFunction protected $name; protected $callable; protected $options; - protected $arguments = array(); + protected $arguments = []; - public function __construct($name, $callable, array $options = array()) + public function __construct($name, $callable, array $options = []) { $this->name = $name; $this->callable = $callable; - $this->options = array_merge(array( + $this->options = array_merge([ 'needs_environment' => false, 'needs_context' => false, 'is_variadic' => false, @@ -36,7 +36,7 @@ public function __construct($name, $callable, array $options = array()) 'node_class' => 'Twig_Node_Expression_Function', 'deprecated' => false, 'alternative' => null, - ), $options); + ], $options); } public function getName() @@ -84,7 +84,7 @@ public function getSafe(Twig_Node $functionArgs) return call_user_func($this->options['is_safe_callback'], $functionArgs); } - return array(); + return []; } public function isVariadic() diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/SimpleTest.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/SimpleTest.php similarity index 83% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/SimpleTest.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/SimpleTest.php index fee5778b..393fad1e 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/SimpleTest.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/SimpleTest.php @@ -22,16 +22,18 @@ class Twig_SimpleTest protected $callable; protected $options; - public function __construct($name, $callable, array $options = array()) + private $arguments = []; + + public function __construct($name, $callable, array $options = []) { $this->name = $name; $this->callable = $callable; - $this->options = array_merge(array( + $this->options = array_merge([ 'is_variadic' => false, 'node_class' => 'Twig_Node_Expression_Test', 'deprecated' => false, 'alternative' => null, - ), $options); + ], $options); } public function getName() @@ -68,6 +70,16 @@ public function getAlternative() { return $this->options['alternative']; } + + public function setArguments($arguments) + { + $this->arguments = $arguments; + } + + public function getArguments() + { + return $this->arguments; + } } class_alias('Twig_SimpleTest', 'Twig\TwigTest', false); diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Source.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Source.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Source.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Source.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/SourceContextLoaderInterface.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/SourceContextLoaderInterface.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/SourceContextLoaderInterface.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/SourceContextLoaderInterface.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Template.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Template.php similarity index 95% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Template.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Template.php index 3709232a..78a57383 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Template.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Template.php @@ -26,13 +26,13 @@ abstract class Twig_Template implements Twig_TemplateInterface /** * @internal */ - protected static $cache = array(); + protected static $cache = []; protected $parent; - protected $parents = array(); + protected $parents = []; protected $env; - protected $blocks = array(); - protected $traits = array(); + protected $blocks = []; + protected $traits = []; public function __construct(Twig_Environment $env) { @@ -63,7 +63,7 @@ abstract public function getTemplateName(); */ public function getDebugInfo() { - return array(); + return []; } /** @@ -108,7 +108,7 @@ public function getEnvironment() * * @param array $context * - * @return Twig_TemplateInterface|false The parent template or false if there is no parent + * @return Twig_TemplateInterface|Twig_TemplateWrapper|false The parent template or false if there is no parent * * @internal */ @@ -125,8 +125,8 @@ public function getParent(array $context) return false; } - if ($parent instanceof self) { - return $this->parents[$parent->getTemplateName()] = $parent; + if ($parent instanceof self || $parent instanceof Twig_TemplateWrapper) { + return $this->parents[$parent->getSourceContext()->getName()] = $parent; } if (!isset($this->parents[$parent])) { @@ -164,7 +164,7 @@ public function isTraitable() * * @internal */ - public function displayParentBlock($name, array $context, array $blocks = array()) + public function displayParentBlock($name, array $context, array $blocks = []) { $name = (string) $name; @@ -190,7 +190,7 @@ public function displayParentBlock($name, array $context, array $blocks = array( * * @internal */ - public function displayBlock($name, array $context, array $blocks = array(), $useBlocks = true) + public function displayBlock($name, array $context, array $blocks = [], $useBlocks = true) { $name = (string) $name; @@ -250,7 +250,7 @@ public function displayBlock($name, array $context, array $blocks = array(), $us * * @internal */ - public function renderParentBlock($name, array $context, array $blocks = array()) + public function renderParentBlock($name, array $context, array $blocks = []) { ob_start(); $this->displayParentBlock($name, $context, $blocks); @@ -273,7 +273,7 @@ public function renderParentBlock($name, array $context, array $blocks = array() * * @internal */ - public function renderBlock($name, array $context, array $blocks = array(), $useBlocks = true) + public function renderBlock($name, array $context, array $blocks = [], $useBlocks = true) { ob_start(); $this->displayBlock($name, $context, $blocks, $useBlocks); @@ -295,7 +295,7 @@ public function renderBlock($name, array $context, array $blocks = array(), $use * * @internal */ - public function hasBlock($name, array $context = null, array $blocks = array()) + public function hasBlock($name, array $context = null, array $blocks = []) { if (null === $context) { @trigger_error('The '.__METHOD__.' method is internal and should never be called; calling it directly is deprecated since version 1.28 and won\'t be possible anymore in 2.0.', E_USER_DEPRECATED); @@ -331,7 +331,7 @@ public function hasBlock($name, array $context = null, array $blocks = array()) * * @internal */ - public function getBlockNames(array $context = null, array $blocks = array()) + public function getBlockNames(array $context = null, array $blocks = []) { if (null === $context) { @trigger_error('The '.__METHOD__.' method is internal and should never be called; calling it directly is deprecated since version 1.28 and won\'t be possible anymore in 2.0.', E_USER_DEPRECATED); @@ -355,11 +355,7 @@ protected function loadTemplate($template, $templateName = null, $line = null, $ return $this->env->resolveTemplate($template); } - if ($template instanceof self) { - return $template; - } - - if ($template instanceof Twig_TemplateWrapper) { + if ($template instanceof self || $template instanceof Twig_TemplateWrapper) { return $template; } @@ -398,7 +394,7 @@ public function getBlocks() return $this->blocks; } - public function display(array $context, array $blocks = array()) + public function display(array $context, array $blocks = []) { $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks)); } @@ -426,7 +422,7 @@ public function render(array $context) return ob_get_clean(); } - protected function displayWithErrorHandling(array $context, array $blocks = array()) + protected function displayWithErrorHandling(array $context, array $blocks = []) { try { $this->doDisplay($context, $blocks); @@ -454,7 +450,7 @@ protected function displayWithErrorHandling(array $context, array $blocks = arra * @param array $context An array of parameters to pass to the template * @param array $blocks An array of blocks to pass to the template */ - abstract protected function doDisplay(array $context, array $blocks = array()); + abstract protected function doDisplay(array $context, array $blocks = []); /** * Returns a variable from the context. @@ -506,13 +502,13 @@ final protected function getContext($context, $item, $ignoreStrictCheck = false) * * @internal */ - protected function getAttribute($object, $item, array $arguments = array(), $type = self::ANY_CALL, $isDefinedTest = false, $ignoreStrictCheck = false) + protected function getAttribute($object, $item, array $arguments = [], $type = self::ANY_CALL, $isDefinedTest = false, $ignoreStrictCheck = false) { // array if (self::METHOD_CALL !== $type) { $arrayItem = is_bool($item) || is_float($item) ? (int) $item : $item; - if ((is_array($object) && (isset($object[$arrayItem]) || array_key_exists($arrayItem, $object))) + if (((is_array($object) || $object instanceof ArrayObject) && (isset($object[$arrayItem]) || array_key_exists($arrayItem, $object))) || ($object instanceof ArrayAccess && isset($object[$arrayItem])) ) { if ($isDefinedTest) { @@ -599,7 +595,7 @@ protected function getAttribute($object, $item, array $arguments = array(), $typ // get_class_methods returns all methods accessible in the scope, but we only want public ones to be accessible in templates if ($object instanceof self) { $ref = new ReflectionClass($class); - $methods = array(); + $methods = []; foreach ($ref->getMethods(ReflectionMethod::IS_PUBLIC) as $refMethod) { // Accessing the environment from templates is forbidden to prevent untrusted changes to the environment @@ -613,7 +609,7 @@ protected function getAttribute($object, $item, array $arguments = array(), $typ // sort values to have consistent behavior, so that "get" methods win precedence over "is" methods sort($methods); - $cache = array(); + $cache = []; foreach ($methods as $method) { $cache[$method] = $method; @@ -676,7 +672,7 @@ protected function getAttribute($object, $item, array $arguments = array(), $typ if (!$arguments) { $ret = $object->$method(); } else { - $ret = call_user_func_array(array($object, $method), $arguments); + $ret = call_user_func_array([$object, $method], $arguments); } } catch (BadMethodCallException $e) { if ($call && ($ignoreStrictCheck || !$this->env->isStrictVariables())) { diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/TemplateInterface.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/TemplateInterface.php similarity index 94% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/TemplateInterface.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/TemplateInterface.php index 457ef7d7..4ab9c570 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/TemplateInterface.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/TemplateInterface.php @@ -37,7 +37,7 @@ public function render(array $context); * @param array $context An array of parameters to pass to the template * @param array $blocks An array of blocks to pass to the template */ - public function display(array $context, array $blocks = array()); + public function display(array $context, array $blocks = []); /** * Returns the bound environment for this template. diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/TemplateWrapper.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/TemplateWrapper.php similarity index 79% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/TemplateWrapper.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/TemplateWrapper.php index 497f6e98..430e91c5 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/TemplateWrapper.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/TemplateWrapper.php @@ -38,9 +38,11 @@ public function __construct(Twig_Environment $env, Twig_Template $template) * * @return string The rendered template */ - public function render($context = array()) + public function render($context = []) { - return $this->template->render($context); + // using func_get_args() allows to not expose the blocks argument + // as it should only be used by internal code + return $this->template->render($context, func_num_args() > 1 ? func_get_arg(1) : []); } /** @@ -48,9 +50,11 @@ public function render($context = array()) * * @param array $context An array of parameters to pass to the template */ - public function display($context = array()) + public function display($context = []) { - $this->template->display($context); + // using func_get_args() allows to not expose the blocks argument + // as it should only be used by internal code + $this->template->display($context, func_num_args() >= 1 ? func_get_arg(1) : []); } /** @@ -61,7 +65,7 @@ public function display($context = array()) * * @return bool */ - public function hasBlock($name, $context = array()) + public function hasBlock($name, $context = []) { return $this->template->hasBlock($name, $context); } @@ -73,7 +77,7 @@ public function hasBlock($name, $context = array()) * * @return string[] An array of defined template block names */ - public function getBlockNames($context = array()) + public function getBlockNames($context = []) { return $this->template->getBlockNames($context); } @@ -86,7 +90,7 @@ public function getBlockNames($context = array()) * * @return string The rendered block */ - public function renderBlock($name, $context = array()) + public function renderBlock($name, $context = []) { $context = $this->env->mergeGlobals($context); $level = ob_get_level(); @@ -116,7 +120,7 @@ public function renderBlock($name, $context = array()) * @param string $name The block name to render * @param array $context An array of parameters to pass to the template */ - public function displayBlock($name, $context = array()) + public function displayBlock($name, $context = []) { $this->template->displayBlock($name, $this->env->mergeGlobals($context)); } diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Test.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Test.php similarity index 82% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Test.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Test.php index b450ec62..53966442 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Test.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Test.php @@ -21,13 +21,13 @@ abstract class Twig_Test implements Twig_TestInterface, Twig_TestCallableInterface { protected $options; - protected $arguments = array(); + protected $arguments = []; - public function __construct(array $options = array()) + public function __construct(array $options = []) { - $this->options = array_merge(array( + $this->options = array_merge([ 'callable' => null, - ), $options); + ], $options); } public function getCallable() diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Test/Function.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Test/Function.php similarity index 91% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Test/Function.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Test/Function.php index 9e83c3f8..f34fb053 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Test/Function.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Test/Function.php @@ -22,7 +22,7 @@ class Twig_Test_Function extends Twig_Test { protected $function; - public function __construct($function, array $options = array()) + public function __construct($function, array $options = []) { $options['callable'] = $function; diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Test/IntegrationTestCase.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Test/IntegrationTestCase.php similarity index 89% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Test/IntegrationTestCase.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Test/IntegrationTestCase.php index 382a3f2a..31db139c 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Test/IntegrationTestCase.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Test/IntegrationTestCase.php @@ -29,7 +29,7 @@ abstract protected function getFixturesDir(); */ protected function getRuntimeLoaders() { - return array(); + return []; } /** @@ -37,7 +37,7 @@ protected function getRuntimeLoaders() */ protected function getExtensions() { - return array(); + return []; } /** @@ -45,7 +45,7 @@ protected function getExtensions() */ protected function getTwigFilters() { - return array(); + return []; } /** @@ -53,7 +53,7 @@ protected function getTwigFilters() */ protected function getTwigFunctions() { - return array(); + return []; } /** @@ -61,7 +61,7 @@ protected function getTwigFunctions() */ protected function getTwigTests() { - return array(); + return []; } /** @@ -84,7 +84,7 @@ public function testLegacyIntegration($file, $message, $condition, $templates, $ public function getTests($name, $legacyTests = false) { $fixturesDir = realpath($this->getFixturesDir()); - $tests = array(); + $tests = []; foreach (new RecursiveIteratorIterator(new RecursiveDirectoryIterator($fixturesDir), RecursiveIteratorIterator::LEAVES_ONLY) as $file) { if (!preg_match('/\.test$/', $file)) { @@ -102,7 +102,7 @@ public function getTests($name, $legacyTests = false) $condition = $match[2]; $templates = self::parseTemplates($match[3]); $exception = $match[5]; - $outputs = array(array(null, $match[4], null, '')); + $outputs = [[null, $match[4], null, '']]; } elseif (preg_match('/--TEST--\s*(.*?)\s*(?:--CONDITION--\s*(.*))?\s*((?:--TEMPLATE(?:\(.*?\))?--(?:.*?))+)--DATA--.*?--EXPECT--.*/s', $test, $match)) { $message = $match[1]; $condition = $match[2]; @@ -113,12 +113,12 @@ public function getTests($name, $legacyTests = false) throw new InvalidArgumentException(sprintf('Test "%s" is not valid.', str_replace($fixturesDir.'/', '', $file))); } - $tests[] = array(str_replace($fixturesDir.'/', '', $file), $message, $condition, $templates, $exception, $outputs); + $tests[] = [str_replace($fixturesDir.'/', '', $file), $message, $condition, $templates, $exception, $outputs]; } if ($legacyTests && empty($tests)) { // add a dummy test to avoid a PHPUnit message - return array(array('not', '-', '', array(), '', array())); + return [['not', '-', '', [], '', []]]; } return $tests; @@ -145,10 +145,10 @@ protected function doIntegrationTest($file, $message, $condition, $templates, $e $loader = new Twig_Loader_Array($templates); foreach ($outputs as $i => $match) { - $config = array_merge(array( + $config = array_merge([ 'cache' => false, 'strict_variables' => true, - ), $match[2] ? eval($match[2].';') : array()); + ], $match[2] ? eval($match[2].';') : []); $twig = new Twig_Environment($loader, $config); $twig->addGlobal('global', 'global'); foreach ($this->getRuntimeLoaders() as $runtimeLoader) { @@ -171,13 +171,9 @@ protected function doIntegrationTest($file, $message, $condition, $templates, $e $twig->addFunction($function); } - // avoid using the same PHP class name for different cases - // only for PHP 5.2+ - if (PHP_VERSION_ID >= 50300) { - $p = new ReflectionProperty($twig, 'templateClassPrefix'); - $p->setAccessible(true); - $p->setValue($twig, '__TwigTemplate_'.hash('sha256', uniqid(mt_rand(), true), false).'_'); - } + $p = new ReflectionProperty($twig, 'templateClassPrefix'); + $p->setAccessible(true); + $p->setValue($twig, '__TwigTemplate_'.hash('sha256', uniqid(mt_rand(), true), false).'_'); try { $template = $twig->loadTemplate('index.twig'); @@ -236,7 +232,7 @@ protected function doIntegrationTest($file, $message, $condition, $templates, $e protected static function parseTemplates($test) { - $templates = array(); + $templates = []; preg_match_all('/--TEMPLATE(?:\((.*?)\))?--(.*?)(?=\-\-TEMPLATE|$)/s', $test, $matches, PREG_SET_ORDER); foreach ($matches as $match) { $templates[($match[1] ? $match[1] : 'index.twig')] = $match[2]; diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Test/Method.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Test/Method.php similarity index 90% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Test/Method.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Test/Method.php index feccd5db..6949bb23 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Test/Method.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Test/Method.php @@ -23,9 +23,9 @@ class Twig_Test_Method extends Twig_Test protected $extension; protected $method; - public function __construct(Twig_ExtensionInterface $extension, $method, array $options = array()) + public function __construct(Twig_ExtensionInterface $extension, $method, array $options = []) { - $options['callable'] = array($extension, $method); + $options['callable'] = [$extension, $method]; parent::__construct($options); diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Test/Node.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Test/Node.php similarity index 91% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Test/Node.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Test/Node.php index 6098a527..6b5de159 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Test/Node.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Test/Node.php @@ -22,7 +22,7 @@ class Twig_Test_Node extends Twig_Test { protected $class; - public function __construct($class, array $options = array()) + public function __construct($class, array $options = []) { parent::__construct($options); diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Test/NodeTestCase.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Test/NodeTestCase.php similarity index 96% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Test/NodeTestCase.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Test/NodeTestCase.php index 47942675..a20fbbac 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Test/NodeTestCase.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Test/NodeTestCase.php @@ -42,7 +42,7 @@ protected function getCompiler(Twig_Environment $environment = null) protected function getEnvironment() { - return new Twig_Environment(new Twig_Loader_Array(array())); + return new Twig_Environment(new Twig_Loader_Array([])); } protected function getVariableGetter($name, $line = false) diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/TestCallableInterface.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/TestCallableInterface.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/TestCallableInterface.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/TestCallableInterface.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/TestInterface.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/TestInterface.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/TestInterface.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/TestInterface.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Token.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Token.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Token.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Token.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/TokenParser.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/TokenParser.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/TokenParser.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/TokenParser.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/TokenParser/AutoEscape.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/TokenParser/AutoEscape.php similarity index 96% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/TokenParser/AutoEscape.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/TokenParser/AutoEscape.php index a20dedd1..0a3ba099 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/TokenParser/AutoEscape.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/TokenParser/AutoEscape.php @@ -63,7 +63,7 @@ public function parse(Twig_Token $token) } $stream->expect(Twig_Token::BLOCK_END_TYPE); - $body = $this->parser->subparse(array($this, 'decideBlockEnd'), true); + $body = $this->parser->subparse([$this, 'decideBlockEnd'], true); $stream->expect(Twig_Token::BLOCK_END_TYPE); return new Twig_Node_AutoEscape($value, $body, $lineno, $this->getTag()); diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/TokenParser/Block.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/TokenParser/Block.php similarity index 92% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/TokenParser/Block.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/TokenParser/Block.php index f30f86b5..2f833157 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/TokenParser/Block.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/TokenParser/Block.php @@ -32,12 +32,12 @@ public function parse(Twig_Token $token) if ($this->parser->hasBlock($name)) { throw new Twig_Error_Syntax(sprintf("The block '%s' has already been defined line %d.", $name, $this->parser->getBlock($name)->getTemplateLine()), $stream->getCurrent()->getLine(), $stream->getSourceContext()); } - $this->parser->setBlock($name, $block = new Twig_Node_Block($name, new Twig_Node(array()), $lineno)); + $this->parser->setBlock($name, $block = new Twig_Node_Block($name, new Twig_Node([]), $lineno)); $this->parser->pushLocalScope(); $this->parser->pushBlockStack($name); if ($stream->nextIf(Twig_Token::BLOCK_END_TYPE)) { - $body = $this->parser->subparse(array($this, 'decideBlockEnd'), true); + $body = $this->parser->subparse([$this, 'decideBlockEnd'], true); if ($token = $stream->nextIf(Twig_Token::NAME_TYPE)) { $value = $token->getValue(); @@ -46,9 +46,9 @@ public function parse(Twig_Token $token) } } } else { - $body = new Twig_Node(array( + $body = new Twig_Node([ new Twig_Node_Print($this->parser->getExpressionParser()->parseExpression(), $lineno), - )); + ]); } $stream->expect(Twig_Token::BLOCK_END_TYPE); diff --git a/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/TokenParser/Deprecated.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/TokenParser/Deprecated.php new file mode 100644 index 00000000..be5d5496 --- /dev/null +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/TokenParser/Deprecated.php @@ -0,0 +1,42 @@ + + * {% deprecated 'The "base.twig" template is deprecated, use "layout.twig" instead.' %} + * + * {% extends 'layout.html.twig' %} + * + * + * @author Yonel Ceruto + * + * @final + */ +class Twig_TokenParser_Deprecated extends Twig_TokenParser +{ + public function parse(Twig_Token $token) + { + $expr = $this->parser->getExpressionParser()->parseExpression(); + + $this->parser->getStream()->expect(Twig_Token::BLOCK_END_TYPE); + + return new Twig_Node_Deprecated($expr, $token->getLine(), $this->getTag()); + } + + public function getTag() + { + return 'deprecated'; + } +} + +class_alias('Twig_TokenParser_Deprecated', 'Twig\TokenParser\DeprecatedTokenParser', false); diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/TokenParser/Do.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/TokenParser/Do.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/TokenParser/Do.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/TokenParser/Do.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/TokenParser/Embed.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/TokenParser/Embed.php similarity index 93% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/TokenParser/Embed.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/TokenParser/Embed.php index 44644cc6..62ad9170 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/TokenParser/Embed.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/TokenParser/Embed.php @@ -32,14 +32,14 @@ public function parse(Twig_Token $token) } // inject a fake parent to make the parent() function work - $stream->injectTokens(array( + $stream->injectTokens([ new Twig_Token(Twig_Token::BLOCK_START_TYPE, '', $token->getLine()), new Twig_Token(Twig_Token::NAME_TYPE, 'extends', $token->getLine()), $parentToken, new Twig_Token(Twig_Token::BLOCK_END_TYPE, '', $token->getLine()), - )); + ]); - $module = $this->parser->parse($stream, array($this, 'decideBlockEnd'), true); + $module = $this->parser->parse($stream, [$this, 'decideBlockEnd'], true); // override the parent with the correct one if ($fakeParentToken === $parentToken) { diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/TokenParser/Extends.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/TokenParser/Extends.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/TokenParser/Extends.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/TokenParser/Extends.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/TokenParser/Filter.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/TokenParser/Filter.php similarity index 94% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/TokenParser/Filter.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/TokenParser/Filter.php index 76017829..e956d04b 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/TokenParser/Filter.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/TokenParser/Filter.php @@ -30,7 +30,7 @@ public function parse(Twig_Token $token) $filter = $this->parser->getExpressionParser()->parseFilterExpressionRaw($ref, $this->getTag()); $this->parser->getStream()->expect(Twig_Token::BLOCK_END_TYPE); - $body = $this->parser->subparse(array($this, 'decideBlockEnd'), true); + $body = $this->parser->subparse([$this, 'decideBlockEnd'], true); $this->parser->getStream()->expect(Twig_Token::BLOCK_END_TYPE); $block = new Twig_Node_Block($name, $body, $token->getLine()); diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/TokenParser/Flush.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/TokenParser/Flush.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/TokenParser/Flush.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/TokenParser/Flush.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/TokenParser/For.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/TokenParser/For.php similarity index 93% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/TokenParser/For.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/TokenParser/For.php index 8e737c5f..fecf58b1 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/TokenParser/For.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/TokenParser/For.php @@ -39,10 +39,10 @@ public function parse(Twig_Token $token) } $stream->expect(Twig_Token::BLOCK_END_TYPE); - $body = $this->parser->subparse(array($this, 'decideForFork')); + $body = $this->parser->subparse([$this, 'decideForFork']); if ('else' == $stream->next()->getValue()) { $stream->expect(Twig_Token::BLOCK_END_TYPE); - $else = $this->parser->subparse(array($this, 'decideForEnd'), true); + $else = $this->parser->subparse([$this, 'decideForEnd'], true); } else { $else = null; } @@ -69,7 +69,7 @@ public function parse(Twig_Token $token) public function decideForFork(Twig_Token $token) { - return $token->test(array('else', 'endfor')); + return $token->test(['else', 'endfor']); } public function decideForEnd(Twig_Token $token) @@ -99,7 +99,7 @@ protected function checkLoopUsageBody(Twig_TokenStream $stream, Twig_NodeInterfa { if ($node instanceof Twig_Node_Expression_GetAttr && $node->getNode('node') instanceof Twig_Node_Expression_Name && 'loop' == $node->getNode('node')->getAttribute('name')) { $attribute = $node->getNode('attribute'); - if ($attribute instanceof Twig_Node_Expression_Constant && in_array($attribute->getAttribute('value'), array('length', 'revindex0', 'revindex', 'last'))) { + if ($attribute instanceof Twig_Node_Expression_Constant && in_array($attribute->getAttribute('value'), ['length', 'revindex0', 'revindex', 'last'])) { throw new Twig_Error_Syntax(sprintf('The "loop.%s" variable is not defined when looping with a condition.', $attribute->getAttribute('value')), $node->getTemplateLine(), $stream->getSourceContext()); } } diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/TokenParser/From.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/TokenParser/From.php similarity index 98% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/TokenParser/From.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/TokenParser/From.php index f3053da4..234301b0 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/TokenParser/From.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/TokenParser/From.php @@ -26,7 +26,7 @@ public function parse(Twig_Token $token) $stream = $this->parser->getStream(); $stream->expect('import'); - $targets = array(); + $targets = []; do { $name = $stream->expect(Twig_Token::NAME_TYPE)->getValue(); diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/TokenParser/If.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/TokenParser/If.php similarity index 84% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/TokenParser/If.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/TokenParser/If.php index f081df3a..ba48e27f 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/TokenParser/If.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/TokenParser/If.php @@ -33,8 +33,8 @@ public function parse(Twig_Token $token) $expr = $this->parser->getExpressionParser()->parseExpression(); $stream = $this->parser->getStream(); $stream->expect(Twig_Token::BLOCK_END_TYPE); - $body = $this->parser->subparse(array($this, 'decideIfFork')); - $tests = array($expr, $body); + $body = $this->parser->subparse([$this, 'decideIfFork']); + $tests = [$expr, $body]; $else = null; $end = false; @@ -42,13 +42,13 @@ public function parse(Twig_Token $token) switch ($stream->next()->getValue()) { case 'else': $stream->expect(Twig_Token::BLOCK_END_TYPE); - $else = $this->parser->subparse(array($this, 'decideIfEnd')); + $else = $this->parser->subparse([$this, 'decideIfEnd']); break; case 'elseif': $expr = $this->parser->getExpressionParser()->parseExpression(); $stream->expect(Twig_Token::BLOCK_END_TYPE); - $body = $this->parser->subparse(array($this, 'decideIfFork')); + $body = $this->parser->subparse([$this, 'decideIfFork']); $tests[] = $expr; $tests[] = $body; break; @@ -69,12 +69,12 @@ public function parse(Twig_Token $token) public function decideIfFork(Twig_Token $token) { - return $token->test(array('elseif', 'else', 'endif')); + return $token->test(['elseif', 'else', 'endif']); } public function decideIfEnd(Twig_Token $token) { - return $token->test(array('endif')); + return $token->test(['endif']); } public function getTag() diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/TokenParser/Import.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/TokenParser/Import.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/TokenParser/Import.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/TokenParser/Import.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/TokenParser/Include.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/TokenParser/Include.php similarity index 96% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/TokenParser/Include.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/TokenParser/Include.php index 309f11db..483f1078 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/TokenParser/Include.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/TokenParser/Include.php @@ -53,7 +53,7 @@ protected function parseArguments() $stream->expect(Twig_Token::BLOCK_END_TYPE); - return array($variables, $only, $ignoreMissing); + return [$variables, $only, $ignoreMissing]; } public function getTag() diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/TokenParser/Macro.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/TokenParser/Macro.php similarity index 91% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/TokenParser/Macro.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/TokenParser/Macro.php index 4287934b..fa55a7c2 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/TokenParser/Macro.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/TokenParser/Macro.php @@ -32,7 +32,7 @@ public function parse(Twig_Token $token) $stream->expect(Twig_Token::BLOCK_END_TYPE); $this->parser->pushLocalScope(); - $body = $this->parser->subparse(array($this, 'decideBlockEnd'), true); + $body = $this->parser->subparse([$this, 'decideBlockEnd'], true); if ($token = $stream->nextIf(Twig_Token::NAME_TYPE)) { $value = $token->getValue(); @@ -43,7 +43,7 @@ public function parse(Twig_Token $token) $this->parser->popLocalScope(); $stream->expect(Twig_Token::BLOCK_END_TYPE); - $this->parser->setMacro($name, new Twig_Node_Macro($name, new Twig_Node_Body(array($body)), $arguments, $lineno, $this->getTag())); + $this->parser->setMacro($name, new Twig_Node_Macro($name, new Twig_Node_Body([$body]), $arguments, $lineno, $this->getTag())); } public function decideBlockEnd(Twig_Token $token) diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/TokenParser/Sandbox.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/TokenParser/Sandbox.php similarity index 95% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/TokenParser/Sandbox.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/TokenParser/Sandbox.php index 7fc70d9a..5161458a 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/TokenParser/Sandbox.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/TokenParser/Sandbox.php @@ -28,7 +28,7 @@ public function parse(Twig_Token $token) { $stream = $this->parser->getStream(); $stream->expect(Twig_Token::BLOCK_END_TYPE); - $body = $this->parser->subparse(array($this, 'decideBlockEnd'), true); + $body = $this->parser->subparse([$this, 'decideBlockEnd'], true); $stream->expect(Twig_Token::BLOCK_END_TYPE); // in a sandbox tag, only include tags are allowed diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/TokenParser/Set.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/TokenParser/Set.php similarity index 95% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/TokenParser/Set.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/TokenParser/Set.php index 48c6b3ae..a6929478 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/TokenParser/Set.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/TokenParser/Set.php @@ -54,7 +54,7 @@ public function parse(Twig_Token $token) $stream->expect(Twig_Token::BLOCK_END_TYPE); - $values = $this->parser->subparse(array($this, 'decideBlockEnd'), true); + $values = $this->parser->subparse([$this, 'decideBlockEnd'], true); $stream->expect(Twig_Token::BLOCK_END_TYPE); } diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/TokenParser/Spaceless.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/TokenParser/Spaceless.php similarity index 92% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/TokenParser/Spaceless.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/TokenParser/Spaceless.php index cecf27c6..934717ce 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/TokenParser/Spaceless.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/TokenParser/Spaceless.php @@ -31,7 +31,7 @@ public function parse(Twig_Token $token) $lineno = $token->getLine(); $this->parser->getStream()->expect(Twig_Token::BLOCK_END_TYPE); - $body = $this->parser->subparse(array($this, 'decideSpacelessEnd'), true); + $body = $this->parser->subparse([$this, 'decideSpacelessEnd'], true); $this->parser->getStream()->expect(Twig_Token::BLOCK_END_TYPE); return new Twig_Node_Spaceless($body, $lineno, $this->getTag()); diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/TokenParser/Use.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/TokenParser/Use.php similarity index 92% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/TokenParser/Use.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/TokenParser/Use.php index 1ab24e2c..fc4471f6 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/TokenParser/Use.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/TokenParser/Use.php @@ -36,7 +36,7 @@ public function parse(Twig_Token $token) throw new Twig_Error_Syntax('The template references in a "use" statement must be a string.', $stream->getCurrent()->getLine(), $stream->getSourceContext()); } - $targets = array(); + $targets = []; if ($stream->nextIf('with')) { do { $name = $stream->expect(Twig_Token::NAME_TYPE)->getValue(); @@ -56,7 +56,7 @@ public function parse(Twig_Token $token) $stream->expect(Twig_Token::BLOCK_END_TYPE); - $this->parser->addTrait(new Twig_Node(array('template' => $template, 'targets' => new Twig_Node($targets)))); + $this->parser->addTrait(new Twig_Node(['template' => $template, 'targets' => new Twig_Node($targets)])); return new Twig_Node(); } diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/TokenParser/With.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/TokenParser/With.php similarity index 93% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/TokenParser/With.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/TokenParser/With.php index 7a692597..34a08122 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/TokenParser/With.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/TokenParser/With.php @@ -31,7 +31,7 @@ public function parse(Twig_Token $token) $stream->expect(Twig_Token::BLOCK_END_TYPE); - $body = $this->parser->subparse(array($this, 'decideWithEnd'), true); + $body = $this->parser->subparse([$this, 'decideWithEnd'], true); $stream->expect(Twig_Token::BLOCK_END_TYPE); diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/TokenParserBroker.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/TokenParserBroker.php similarity index 93% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/TokenParserBroker.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/TokenParserBroker.php index 0d7d6e52..c90a3c6b 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/TokenParserBroker.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/TokenParserBroker.php @@ -20,15 +20,15 @@ class Twig_TokenParserBroker implements Twig_TokenParserBrokerInterface { protected $parser; - protected $parsers = array(); - protected $brokers = array(); + protected $parsers = []; + protected $brokers = []; /** * @param array|Traversable $parsers A Traversable of Twig_TokenParserInterface instances * @param array|Traversable $brokers A Traversable of Twig_TokenParserBrokerInterface instances * @param bool $triggerDeprecationError */ - public function __construct($parsers = array(), $brokers = array(), $triggerDeprecationError = true) + public function __construct($parsers = [], $brokers = [], $triggerDeprecationError = true) { if ($triggerDeprecationError) { @trigger_error('The '.__CLASS__.' class is deprecated since version 1.12 and will be removed in 2.0.', E_USER_DEPRECATED); @@ -80,7 +80,7 @@ public function removeTokenParserBroker(self $broker) * * @param string $tag A tag name * - * @return null|Twig_TokenParserInterface A Twig_TokenParserInterface or null if no suitable TokenParser was found + * @return Twig_TokenParserInterface|null A Twig_TokenParserInterface or null if no suitable TokenParser was found */ public function getTokenParser($tag) { diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/TokenParserBrokerInterface.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/TokenParserBrokerInterface.php similarity index 94% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/TokenParserBrokerInterface.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/TokenParserBrokerInterface.php index 6c93f5ea..c239c2ec 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/TokenParserBrokerInterface.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/TokenParserBrokerInterface.php @@ -38,7 +38,7 @@ public function setParser(Twig_ParserInterface $parser); /** * Gets the Twig_ParserInterface. * - * @return null|Twig_ParserInterface A Twig_ParserInterface instance or null + * @return Twig_ParserInterface|null A Twig_ParserInterface instance or null */ public function getParser(); } diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/TokenParserInterface.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/TokenParserInterface.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/TokenParserInterface.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/TokenParserInterface.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/TokenStream.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/TokenStream.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/TokenStream.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/TokenStream.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Util/DeprecationCollector.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Util/DeprecationCollector.php similarity index 93% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Util/DeprecationCollector.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Util/DeprecationCollector.php index c7bf53be..b6cccf24 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Util/DeprecationCollector.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Util/DeprecationCollector.php @@ -52,9 +52,9 @@ public function collectDir($dir, $ext = '.twig') */ public function collect(Traversable $iterator) { - $this->deprecations = array(); + $this->deprecations = []; - set_error_handler(array($this, 'errorHandler')); + set_error_handler([$this, 'errorHandler']); foreach ($iterator as $name => $contents) { try { @@ -67,7 +67,7 @@ public function collect(Traversable $iterator) restore_error_handler(); $deprecations = $this->deprecations; - $this->deprecations = array(); + $this->deprecations = []; return $deprecations; } diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Util/TemplateDirIterator.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Util/TemplateDirIterator.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/lib/Twig/Util/TemplateDirIterator.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/lib/Twig/Util/TemplateDirIterator.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/phpunit.xml.dist b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/phpunit.xml.dist similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/phpunit.xml.dist rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/phpunit.xml.dist diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/src/Cache/CacheInterface.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/src/Cache/CacheInterface.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/src/Cache/CacheInterface.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/src/Cache/CacheInterface.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/src/Cache/FilesystemCache.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/src/Cache/FilesystemCache.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/src/Cache/FilesystemCache.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/src/Cache/FilesystemCache.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/src/Cache/NullCache.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/src/Cache/NullCache.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/src/Cache/NullCache.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/src/Cache/NullCache.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/src/Compiler.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/src/Compiler.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/src/Compiler.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/src/Compiler.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/src/Environment.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/src/Environment.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/src/Environment.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/src/Environment.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/src/Error/Error.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/src/Error/Error.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/src/Error/Error.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/src/Error/Error.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/src/Error/LoaderError.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/src/Error/LoaderError.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/src/Error/LoaderError.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/src/Error/LoaderError.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/src/Error/RuntimeError.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/src/Error/RuntimeError.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/src/Error/RuntimeError.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/src/Error/RuntimeError.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/src/Error/SyntaxError.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/src/Error/SyntaxError.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/src/Error/SyntaxError.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/src/Error/SyntaxError.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/src/ExpressionParser.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/src/ExpressionParser.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/src/ExpressionParser.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/src/ExpressionParser.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/src/Extension/AbstractExtension.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/src/Extension/AbstractExtension.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/src/Extension/AbstractExtension.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/src/Extension/AbstractExtension.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/src/Extension/CoreExtension.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/src/Extension/CoreExtension.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/src/Extension/CoreExtension.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/src/Extension/CoreExtension.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/src/Extension/DebugExtension.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/src/Extension/DebugExtension.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/src/Extension/DebugExtension.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/src/Extension/DebugExtension.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/src/Extension/EscaperExtension.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/src/Extension/EscaperExtension.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/src/Extension/EscaperExtension.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/src/Extension/EscaperExtension.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/src/Extension/ExtensionInterface.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/src/Extension/ExtensionInterface.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/src/Extension/ExtensionInterface.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/src/Extension/ExtensionInterface.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/src/Extension/GlobalsInterface.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/src/Extension/GlobalsInterface.php similarity index 60% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/src/Extension/GlobalsInterface.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/src/Extension/GlobalsInterface.php index 024f314d..c170068a 100644 --- a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/src/Extension/GlobalsInterface.php +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/src/Extension/GlobalsInterface.php @@ -5,7 +5,7 @@ class_exists('Twig_Extension_GlobalsInterface'); if (\false) { - interface GlobalsInterface extends \Twig_Extension_ExtensionInterface + interface GlobalsInterface extends \Twig_Extension_GlobalsInterface { } } diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/src/Extension/InitRuntimeInterface.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/src/Extension/InitRuntimeInterface.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/src/Extension/InitRuntimeInterface.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/src/Extension/InitRuntimeInterface.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/src/Extension/OptimizerExtension.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/src/Extension/OptimizerExtension.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/src/Extension/OptimizerExtension.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/src/Extension/OptimizerExtension.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/src/Extension/ProfilerExtension.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/src/Extension/ProfilerExtension.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/src/Extension/ProfilerExtension.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/src/Extension/ProfilerExtension.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/src/Extension/SandboxExtension.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/src/Extension/SandboxExtension.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/src/Extension/SandboxExtension.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/src/Extension/SandboxExtension.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/src/Extension/StagingExtension.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/src/Extension/StagingExtension.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/src/Extension/StagingExtension.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/src/Extension/StagingExtension.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/src/Extension/StringLoaderExtension.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/src/Extension/StringLoaderExtension.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/src/Extension/StringLoaderExtension.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/src/Extension/StringLoaderExtension.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/src/FileExtensionEscapingStrategy.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/src/FileExtensionEscapingStrategy.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/src/FileExtensionEscapingStrategy.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/src/FileExtensionEscapingStrategy.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/src/Lexer.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/src/Lexer.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/src/Lexer.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/src/Lexer.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/src/Loader/ArrayLoader.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/src/Loader/ArrayLoader.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/src/Loader/ArrayLoader.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/src/Loader/ArrayLoader.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/src/Loader/ChainLoader.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/src/Loader/ChainLoader.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/src/Loader/ChainLoader.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/src/Loader/ChainLoader.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/src/Loader/ExistsLoaderInterface.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/src/Loader/ExistsLoaderInterface.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/src/Loader/ExistsLoaderInterface.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/src/Loader/ExistsLoaderInterface.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/src/Loader/FilesystemLoader.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/src/Loader/FilesystemLoader.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/src/Loader/FilesystemLoader.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/src/Loader/FilesystemLoader.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/src/Loader/LoaderInterface.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/src/Loader/LoaderInterface.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/src/Loader/LoaderInterface.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/src/Loader/LoaderInterface.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/src/Loader/SourceContextLoaderInterface.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/src/Loader/SourceContextLoaderInterface.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/src/Loader/SourceContextLoaderInterface.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/src/Loader/SourceContextLoaderInterface.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/src/Markup.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/src/Markup.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/src/Markup.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/src/Markup.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/src/Node/AutoEscapeNode.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/src/Node/AutoEscapeNode.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/src/Node/AutoEscapeNode.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/src/Node/AutoEscapeNode.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/src/Node/BlockNode.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/src/Node/BlockNode.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/src/Node/BlockNode.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/src/Node/BlockNode.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/src/Node/BlockReferenceNode.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/src/Node/BlockReferenceNode.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/src/Node/BlockReferenceNode.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/src/Node/BlockReferenceNode.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/src/Node/BodyNode.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/src/Node/BodyNode.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/src/Node/BodyNode.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/src/Node/BodyNode.php diff --git a/Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/src/Node/CheckSecurityNode.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/src/Node/CheckSecurityNode.php similarity index 100% rename from Vendor/phpMyAdmin-4.8.4-all-languages/vendor/twig/twig/src/Node/CheckSecurityNode.php rename to Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/src/Node/CheckSecurityNode.php diff --git a/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/src/Node/DeprecatedNode.php b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/src/Node/DeprecatedNode.php new file mode 100644 index 00000000..0c0e1b0a --- /dev/null +++ b/Vendor/phpMyAdmin-4.8.5-all-languages/vendor/twig/twig/src/Node/DeprecatedNode.php @@ -0,0 +1,11 @@ +