Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

php-phpmyadmin-sql-parser5-5.8.2-1.el9.remi RPM for noarch

From Remi's RPM for RedHat EL 9 for x86_64

Name: php-phpmyadmin-sql-parser5 Distribution: Unknown
Version: 5.8.2 Vendor: Remi's RPM repository <https://rpms.remirepo.net/> #StandWithUkraine
Release: 1.el9.remi Build date: Mon Sep 25 10:12:48 2023
Group: Unspecified Build host: builder.remirepo.net
Size: 1095554 Source RPM: php-phpmyadmin-sql-parser5-5.8.2-1.el9.remi.src.rpm
Packager: Remi Collet
Url: https://github.com/phpmyadmin/sql-parser
Summary: A validating SQL lexer and parser with a focus on MySQL dialect
A validating SQL lexer and parser with a focus on MySQL dialect.

This library was originally developed for phpMyAdmin during
the Google Summer of Code 2015.

Autoloader: /usr/share/php/PhpMyAdmin/SqlParser5/autoload.php

Provides

Requires

License

GPL-2.0-or-later

Changelog

* Mon Sep 25 2023 Remi Collet <remi@remirepo.net> - 5.8.2-1
  - update to 5.8.2
* Tue Jun 06 2023 Remi Collet <remi@remirepo.net> - 5.8.0-1
  - update to 5.8.0
* Wed Jan 25 2023 Remi Collet <remi@remirepo.net> - 5.7.0-1
  - update to 5.7.0
  - raise dependency on PHP 7.2
  - add dependency on symfony/polyfill-php80
* Tue Jan 03 2023 Remi Collet <remi@remirepo.net> - 5.6.0-1
  - update to 5.6.0
* Thu Dec 09 2021 Remi Collet <remi@remirepo.net> - 5.5.0-1
  - update to 5.5.0
* Fri Oct 29 2021 Remi Collet <remi@remirepo.net> - 5.4.2-3
  - add upstream patches for PHP 8.1

Files

/usr/bin/php-phpmyadmin-sql-parser5-highlight-query
/usr/bin/php-phpmyadmin-sql-parser5-lint-query
/usr/bin/php-phpmyadmin-sql-parser5-tokenize-query
/usr/share/doc/php-phpmyadmin-sql-parser5
/usr/share/doc/php-phpmyadmin-sql-parser5/README.md
/usr/share/doc/php-phpmyadmin-sql-parser5/composer.json
/usr/share/licenses/php-phpmyadmin-sql-parser5
/usr/share/licenses/php-phpmyadmin-sql-parser5/LICENSE.txt
/usr/share/php/PhpMyAdmin/SqlParser5
/usr/share/php/PhpMyAdmin/SqlParser5/Component.php
/usr/share/php/PhpMyAdmin/SqlParser5/Components
/usr/share/php/PhpMyAdmin/SqlParser5/Components/AlterOperation.php
/usr/share/php/PhpMyAdmin/SqlParser5/Components/Array2d.php
/usr/share/php/PhpMyAdmin/SqlParser5/Components/ArrayObj.php
/usr/share/php/PhpMyAdmin/SqlParser5/Components/CaseExpression.php
/usr/share/php/PhpMyAdmin/SqlParser5/Components/Condition.php
/usr/share/php/PhpMyAdmin/SqlParser5/Components/CreateDefinition.php
/usr/share/php/PhpMyAdmin/SqlParser5/Components/DataType.php
/usr/share/php/PhpMyAdmin/SqlParser5/Components/Expression.php
/usr/share/php/PhpMyAdmin/SqlParser5/Components/ExpressionArray.php
/usr/share/php/PhpMyAdmin/SqlParser5/Components/FunctionCall.php
/usr/share/php/PhpMyAdmin/SqlParser5/Components/GroupKeyword.php
/usr/share/php/PhpMyAdmin/SqlParser5/Components/IndexHint.php
/usr/share/php/PhpMyAdmin/SqlParser5/Components/IntoKeyword.php
/usr/share/php/PhpMyAdmin/SqlParser5/Components/JoinKeyword.php
/usr/share/php/PhpMyAdmin/SqlParser5/Components/Key.php
/usr/share/php/PhpMyAdmin/SqlParser5/Components/Limit.php
/usr/share/php/PhpMyAdmin/SqlParser5/Components/LockExpression.php
/usr/share/php/PhpMyAdmin/SqlParser5/Components/OptionsArray.php
/usr/share/php/PhpMyAdmin/SqlParser5/Components/OrderKeyword.php
/usr/share/php/PhpMyAdmin/SqlParser5/Components/ParameterDefinition.php
/usr/share/php/PhpMyAdmin/SqlParser5/Components/PartitionDefinition.php
/usr/share/php/PhpMyAdmin/SqlParser5/Components/Reference.php
/usr/share/php/PhpMyAdmin/SqlParser5/Components/RenameOperation.php
/usr/share/php/PhpMyAdmin/SqlParser5/Components/SetOperation.php
/usr/share/php/PhpMyAdmin/SqlParser5/Components/UnionKeyword.php
/usr/share/php/PhpMyAdmin/SqlParser5/Components/WithKeyword.php
/usr/share/php/PhpMyAdmin/SqlParser5/Context.php
/usr/share/php/PhpMyAdmin/SqlParser5/Contexts
/usr/share/php/PhpMyAdmin/SqlParser5/Contexts/ContextMariaDb100000.php
/usr/share/php/PhpMyAdmin/SqlParser5/Contexts/ContextMariaDb100100.php
/usr/share/php/PhpMyAdmin/SqlParser5/Contexts/ContextMariaDb100200.php
/usr/share/php/PhpMyAdmin/SqlParser5/Contexts/ContextMariaDb100300.php
/usr/share/php/PhpMyAdmin/SqlParser5/Contexts/ContextMariaDb100400.php
/usr/share/php/PhpMyAdmin/SqlParser5/Contexts/ContextMariaDb100500.php
/usr/share/php/PhpMyAdmin/SqlParser5/Contexts/ContextMariaDb100600.php
/usr/share/php/PhpMyAdmin/SqlParser5/Contexts/ContextMySql50000.php
/usr/share/php/PhpMyAdmin/SqlParser5/Contexts/ContextMySql50100.php
/usr/share/php/PhpMyAdmin/SqlParser5/Contexts/ContextMySql50500.php
/usr/share/php/PhpMyAdmin/SqlParser5/Contexts/ContextMySql50600.php
/usr/share/php/PhpMyAdmin/SqlParser5/Contexts/ContextMySql50700.php
/usr/share/php/PhpMyAdmin/SqlParser5/Contexts/ContextMySql80000.php
/usr/share/php/PhpMyAdmin/SqlParser5/Core.php
/usr/share/php/PhpMyAdmin/SqlParser5/Exceptions
/usr/share/php/PhpMyAdmin/SqlParser5/Exceptions/LexerException.php
/usr/share/php/PhpMyAdmin/SqlParser5/Exceptions/LoaderException.php
/usr/share/php/PhpMyAdmin/SqlParser5/Exceptions/ParserException.php
/usr/share/php/PhpMyAdmin/SqlParser5/Lexer.php
/usr/share/php/PhpMyAdmin/SqlParser5/Parser.php
/usr/share/php/PhpMyAdmin/SqlParser5/Statement.php
/usr/share/php/PhpMyAdmin/SqlParser5/Statements
/usr/share/php/PhpMyAdmin/SqlParser5/Statements/AlterStatement.php
/usr/share/php/PhpMyAdmin/SqlParser5/Statements/AnalyzeStatement.php
/usr/share/php/PhpMyAdmin/SqlParser5/Statements/BackupStatement.php
/usr/share/php/PhpMyAdmin/SqlParser5/Statements/CallStatement.php
/usr/share/php/PhpMyAdmin/SqlParser5/Statements/CheckStatement.php
/usr/share/php/PhpMyAdmin/SqlParser5/Statements/ChecksumStatement.php
/usr/share/php/PhpMyAdmin/SqlParser5/Statements/CreateStatement.php
/usr/share/php/PhpMyAdmin/SqlParser5/Statements/DeleteStatement.php
/usr/share/php/PhpMyAdmin/SqlParser5/Statements/DropStatement.php
/usr/share/php/PhpMyAdmin/SqlParser5/Statements/ExplainStatement.php
/usr/share/php/PhpMyAdmin/SqlParser5/Statements/InsertStatement.php
/usr/share/php/PhpMyAdmin/SqlParser5/Statements/LoadStatement.php
/usr/share/php/PhpMyAdmin/SqlParser5/Statements/LockStatement.php
/usr/share/php/PhpMyAdmin/SqlParser5/Statements/MaintenanceStatement.php
/usr/share/php/PhpMyAdmin/SqlParser5/Statements/NotImplementedStatement.php
/usr/share/php/PhpMyAdmin/SqlParser5/Statements/OptimizeStatement.php
/usr/share/php/PhpMyAdmin/SqlParser5/Statements/PurgeStatement.php
/usr/share/php/PhpMyAdmin/SqlParser5/Statements/RenameStatement.php
/usr/share/php/PhpMyAdmin/SqlParser5/Statements/RepairStatement.php
/usr/share/php/PhpMyAdmin/SqlParser5/Statements/ReplaceStatement.php
/usr/share/php/PhpMyAdmin/SqlParser5/Statements/RestoreStatement.php
/usr/share/php/PhpMyAdmin/SqlParser5/Statements/SelectStatement.php
/usr/share/php/PhpMyAdmin/SqlParser5/Statements/SetStatement.php
/usr/share/php/PhpMyAdmin/SqlParser5/Statements/ShowStatement.php
/usr/share/php/PhpMyAdmin/SqlParser5/Statements/TransactionStatement.php
/usr/share/php/PhpMyAdmin/SqlParser5/Statements/TruncateStatement.php
/usr/share/php/PhpMyAdmin/SqlParser5/Statements/UpdateStatement.php
/usr/share/php/PhpMyAdmin/SqlParser5/Statements/WithStatement.php
/usr/share/php/PhpMyAdmin/SqlParser5/Token.php
/usr/share/php/PhpMyAdmin/SqlParser5/TokensList.php
/usr/share/php/PhpMyAdmin/SqlParser5/Tools
/usr/share/php/PhpMyAdmin/SqlParser5/Tools/ContextGenerator.php
/usr/share/php/PhpMyAdmin/SqlParser5/Tools/CustomJsonSerializer.php
/usr/share/php/PhpMyAdmin/SqlParser5/Tools/TestGenerator.php
/usr/share/php/PhpMyAdmin/SqlParser5/Translator.php
/usr/share/php/PhpMyAdmin/SqlParser5/UtfString.php
/usr/share/php/PhpMyAdmin/SqlParser5/Utils
/usr/share/php/PhpMyAdmin/SqlParser5/Utils/BufferedQuery.php
/usr/share/php/PhpMyAdmin/SqlParser5/Utils/CLI.php
/usr/share/php/PhpMyAdmin/SqlParser5/Utils/Error.php
/usr/share/php/PhpMyAdmin/SqlParser5/Utils/Formatter.php
/usr/share/php/PhpMyAdmin/SqlParser5/Utils/Misc.php
/usr/share/php/PhpMyAdmin/SqlParser5/Utils/Query.php
/usr/share/php/PhpMyAdmin/SqlParser5/Utils/Routine.php
/usr/share/php/PhpMyAdmin/SqlParser5/Utils/Table.php
/usr/share/php/PhpMyAdmin/SqlParser5/Utils/Tokens.php
/usr/share/php/PhpMyAdmin/SqlParser5/autoload.php
/usr/share/php/PhpMyAdmin/SqlParser5/locale
/usr/share/php/PhpMyAdmin/SqlParser5/locale/af
/usr/share/php/PhpMyAdmin/SqlParser5/locale/af/LC_MESSAGES
/usr/share/php/PhpMyAdmin/SqlParser5/locale/af/LC_MESSAGES/sqlparser.mo
/usr/share/php/PhpMyAdmin/SqlParser5/locale/ar
/usr/share/php/PhpMyAdmin/SqlParser5/locale/ar/LC_MESSAGES
/usr/share/php/PhpMyAdmin/SqlParser5/locale/ar/LC_MESSAGES/sqlparser.mo
/usr/share/php/PhpMyAdmin/SqlParser5/locale/ast
/usr/share/php/PhpMyAdmin/SqlParser5/locale/ast/LC_MESSAGES
/usr/share/php/PhpMyAdmin/SqlParser5/locale/ast/LC_MESSAGES/sqlparser.mo
/usr/share/php/PhpMyAdmin/SqlParser5/locale/az
/usr/share/php/PhpMyAdmin/SqlParser5/locale/az/LC_MESSAGES
/usr/share/php/PhpMyAdmin/SqlParser5/locale/az/LC_MESSAGES/sqlparser.mo
/usr/share/php/PhpMyAdmin/SqlParser5/locale/be
/usr/share/php/PhpMyAdmin/SqlParser5/locale/be/LC_MESSAGES
/usr/share/php/PhpMyAdmin/SqlParser5/locale/be/LC_MESSAGES/sqlparser.mo
/usr/share/php/PhpMyAdmin/SqlParser5/locale/be@latin
/usr/share/php/PhpMyAdmin/SqlParser5/locale/be@latin/LC_MESSAGES
/usr/share/php/PhpMyAdmin/SqlParser5/locale/be@latin/LC_MESSAGES/sqlparser.mo
/usr/share/php/PhpMyAdmin/SqlParser5/locale/bg
/usr/share/php/PhpMyAdmin/SqlParser5/locale/bg/LC_MESSAGES
/usr/share/php/PhpMyAdmin/SqlParser5/locale/bg/LC_MESSAGES/sqlparser.mo
/usr/share/php/PhpMyAdmin/SqlParser5/locale/bn
/usr/share/php/PhpMyAdmin/SqlParser5/locale/bn/LC_MESSAGES
/usr/share/php/PhpMyAdmin/SqlParser5/locale/bn/LC_MESSAGES/sqlparser.mo
/usr/share/php/PhpMyAdmin/SqlParser5/locale/br
/usr/share/php/PhpMyAdmin/SqlParser5/locale/br/LC_MESSAGES
/usr/share/php/PhpMyAdmin/SqlParser5/locale/br/LC_MESSAGES/sqlparser.mo
/usr/share/php/PhpMyAdmin/SqlParser5/locale/brx
/usr/share/php/PhpMyAdmin/SqlParser5/locale/brx/LC_MESSAGES
/usr/share/php/PhpMyAdmin/SqlParser5/locale/brx/LC_MESSAGES/sqlparser.mo
/usr/share/php/PhpMyAdmin/SqlParser5/locale/bs
/usr/share/php/PhpMyAdmin/SqlParser5/locale/bs/LC_MESSAGES
/usr/share/php/PhpMyAdmin/SqlParser5/locale/bs/LC_MESSAGES/sqlparser.mo
/usr/share/php/PhpMyAdmin/SqlParser5/locale/ca
/usr/share/php/PhpMyAdmin/SqlParser5/locale/ca/LC_MESSAGES
/usr/share/php/PhpMyAdmin/SqlParser5/locale/ca/LC_MESSAGES/sqlparser.mo
/usr/share/php/PhpMyAdmin/SqlParser5/locale/ckb
/usr/share/php/PhpMyAdmin/SqlParser5/locale/ckb/LC_MESSAGES
/usr/share/php/PhpMyAdmin/SqlParser5/locale/ckb/LC_MESSAGES/sqlparser.mo
/usr/share/php/PhpMyAdmin/SqlParser5/locale/cs
/usr/share/php/PhpMyAdmin/SqlParser5/locale/cs/LC_MESSAGES
/usr/share/php/PhpMyAdmin/SqlParser5/locale/cs/LC_MESSAGES/sqlparser.mo
/usr/share/php/PhpMyAdmin/SqlParser5/locale/cy
/usr/share/php/PhpMyAdmin/SqlParser5/locale/cy/LC_MESSAGES
/usr/share/php/PhpMyAdmin/SqlParser5/locale/cy/LC_MESSAGES/sqlparser.mo
/usr/share/php/PhpMyAdmin/SqlParser5/locale/da
/usr/share/php/PhpMyAdmin/SqlParser5/locale/da/LC_MESSAGES
/usr/share/php/PhpMyAdmin/SqlParser5/locale/da/LC_MESSAGES/sqlparser.mo
/usr/share/php/PhpMyAdmin/SqlParser5/locale/de
/usr/share/php/PhpMyAdmin/SqlParser5/locale/de/LC_MESSAGES
/usr/share/php/PhpMyAdmin/SqlParser5/locale/de/LC_MESSAGES/sqlparser.mo
/usr/share/php/PhpMyAdmin/SqlParser5/locale/el
/usr/share/php/PhpMyAdmin/SqlParser5/locale/el/LC_MESSAGES
/usr/share/php/PhpMyAdmin/SqlParser5/locale/el/LC_MESSAGES/sqlparser.mo
/usr/share/php/PhpMyAdmin/SqlParser5/locale/en_GB
/usr/share/php/PhpMyAdmin/SqlParser5/locale/en_GB/LC_MESSAGES
/usr/share/php/PhpMyAdmin/SqlParser5/locale/en_GB/LC_MESSAGES/sqlparser.mo
/usr/share/php/PhpMyAdmin/SqlParser5/locale/eo
/usr/share/php/PhpMyAdmin/SqlParser5/locale/eo/LC_MESSAGES
/usr/share/php/PhpMyAdmin/SqlParser5/locale/eo/LC_MESSAGES/sqlparser.mo
/usr/share/php/PhpMyAdmin/SqlParser5/locale/es
/usr/share/php/PhpMyAdmin/SqlParser5/locale/es/LC_MESSAGES
/usr/share/php/PhpMyAdmin/SqlParser5/locale/es/LC_MESSAGES/sqlparser.mo
/usr/share/php/PhpMyAdmin/SqlParser5/locale/et
/usr/share/php/PhpMyAdmin/SqlParser5/locale/et/LC_MESSAGES
/usr/share/php/PhpMyAdmin/SqlParser5/locale/et/LC_MESSAGES/sqlparser.mo
/usr/share/php/PhpMyAdmin/SqlParser5/locale/eu
/usr/share/php/PhpMyAdmin/SqlParser5/locale/eu/LC_MESSAGES
/usr/share/php/PhpMyAdmin/SqlParser5/locale/eu/LC_MESSAGES/sqlparser.mo
/usr/share/php/PhpMyAdmin/SqlParser5/locale/fa
/usr/share/php/PhpMyAdmin/SqlParser5/locale/fa/LC_MESSAGES
/usr/share/php/PhpMyAdmin/SqlParser5/locale/fa/LC_MESSAGES/sqlparser.mo
/usr/share/php/PhpMyAdmin/SqlParser5/locale/fi
/usr/share/php/PhpMyAdmin/SqlParser5/locale/fi/LC_MESSAGES
/usr/share/php/PhpMyAdmin/SqlParser5/locale/fi/LC_MESSAGES/sqlparser.mo
/usr/share/php/PhpMyAdmin/SqlParser5/locale/fr
/usr/share/php/PhpMyAdmin/SqlParser5/locale/fr/LC_MESSAGES
/usr/share/php/PhpMyAdmin/SqlParser5/locale/fr/LC_MESSAGES/sqlparser.mo
/usr/share/php/PhpMyAdmin/SqlParser5/locale/fy
/usr/share/php/PhpMyAdmin/SqlParser5/locale/fy/LC_MESSAGES
/usr/share/php/PhpMyAdmin/SqlParser5/locale/fy/LC_MESSAGES/sqlparser.mo
/usr/share/php/PhpMyAdmin/SqlParser5/locale/gl
/usr/share/php/PhpMyAdmin/SqlParser5/locale/gl/LC_MESSAGES
/usr/share/php/PhpMyAdmin/SqlParser5/locale/gl/LC_MESSAGES/sqlparser.mo
/usr/share/php/PhpMyAdmin/SqlParser5/locale/gu
/usr/share/php/PhpMyAdmin/SqlParser5/locale/gu/LC_MESSAGES
/usr/share/php/PhpMyAdmin/SqlParser5/locale/gu/LC_MESSAGES/sqlparser.mo
/usr/share/php/PhpMyAdmin/SqlParser5/locale/he
/usr/share/php/PhpMyAdmin/SqlParser5/locale/he/LC_MESSAGES
/usr/share/php/PhpMyAdmin/SqlParser5/locale/he/LC_MESSAGES/sqlparser.mo
/usr/share/php/PhpMyAdmin/SqlParser5/locale/hi
/usr/share/php/PhpMyAdmin/SqlParser5/locale/hi/LC_MESSAGES
/usr/share/php/PhpMyAdmin/SqlParser5/locale/hi/LC_MESSAGES/sqlparser.mo
/usr/share/php/PhpMyAdmin/SqlParser5/locale/hr
/usr/share/php/PhpMyAdmin/SqlParser5/locale/hr/LC_MESSAGES
/usr/share/php/PhpMyAdmin/SqlParser5/locale/hr/LC_MESSAGES/sqlparser.mo
/usr/share/php/PhpMyAdmin/SqlParser5/locale/hu
/usr/share/php/PhpMyAdmin/SqlParser5/locale/hu/LC_MESSAGES
/usr/share/php/PhpMyAdmin/SqlParser5/locale/hu/LC_MESSAGES/sqlparser.mo
/usr/share/php/PhpMyAdmin/SqlParser5/locale/hy
/usr/share/php/PhpMyAdmin/SqlParser5/locale/hy/LC_MESSAGES
/usr/share/php/PhpMyAdmin/SqlParser5/locale/hy/LC_MESSAGES/sqlparser.mo
/usr/share/php/PhpMyAdmin/SqlParser5/locale/ia
/usr/share/php/PhpMyAdmin/SqlParser5/locale/ia/LC_MESSAGES
/usr/share/php/PhpMyAdmin/SqlParser5/locale/ia/LC_MESSAGES/sqlparser.mo
/usr/share/php/PhpMyAdmin/SqlParser5/locale/id
/usr/share/php/PhpMyAdmin/SqlParser5/locale/id/LC_MESSAGES
/usr/share/php/PhpMyAdmin/SqlParser5/locale/id/LC_MESSAGES/sqlparser.mo
/usr/share/php/PhpMyAdmin/SqlParser5/locale/it
/usr/share/php/PhpMyAdmin/SqlParser5/locale/it/LC_MESSAGES
/usr/share/php/PhpMyAdmin/SqlParser5/locale/it/LC_MESSAGES/sqlparser.mo
/usr/share/php/PhpMyAdmin/SqlParser5/locale/ja
/usr/share/php/PhpMyAdmin/SqlParser5/locale/ja/LC_MESSAGES
/usr/share/php/PhpMyAdmin/SqlParser5/locale/ja/LC_MESSAGES/sqlparser.mo
/usr/share/php/PhpMyAdmin/SqlParser5/locale/ka
/usr/share/php/PhpMyAdmin/SqlParser5/locale/ka/LC_MESSAGES
/usr/share/php/PhpMyAdmin/SqlParser5/locale/ka/LC_MESSAGES/sqlparser.mo
/usr/share/php/PhpMyAdmin/SqlParser5/locale/kk
/usr/share/php/PhpMyAdmin/SqlParser5/locale/kk/LC_MESSAGES
/usr/share/php/PhpMyAdmin/SqlParser5/locale/kk/LC_MESSAGES/sqlparser.mo
/usr/share/php/PhpMyAdmin/SqlParser5/locale/km
/usr/share/php/PhpMyAdmin/SqlParser5/locale/km/LC_MESSAGES
/usr/share/php/PhpMyAdmin/SqlParser5/locale/km/LC_MESSAGES/sqlparser.mo
/usr/share/php/PhpMyAdmin/SqlParser5/locale/kmr
/usr/share/php/PhpMyAdmin/SqlParser5/locale/kmr/LC_MESSAGES
/usr/share/php/PhpMyAdmin/SqlParser5/locale/kmr/LC_MESSAGES/sqlparser.mo
/usr/share/php/PhpMyAdmin/SqlParser5/locale/kn
/usr/share/php/PhpMyAdmin/SqlParser5/locale/kn/LC_MESSAGES
/usr/share/php/PhpMyAdmin/SqlParser5/locale/kn/LC_MESSAGES/sqlparser.mo
/usr/share/php/PhpMyAdmin/SqlParser5/locale/ko
/usr/share/php/PhpMyAdmin/SqlParser5/locale/ko/LC_MESSAGES
/usr/share/php/PhpMyAdmin/SqlParser5/locale/ko/LC_MESSAGES/sqlparser.mo
/usr/share/php/PhpMyAdmin/SqlParser5/locale/ksh
/usr/share/php/PhpMyAdmin/SqlParser5/locale/ksh/LC_MESSAGES
/usr/share/php/PhpMyAdmin/SqlParser5/locale/ksh/LC_MESSAGES/sqlparser.mo
/usr/share/php/PhpMyAdmin/SqlParser5/locale/ky
/usr/share/php/PhpMyAdmin/SqlParser5/locale/ky/LC_MESSAGES
/usr/share/php/PhpMyAdmin/SqlParser5/locale/ky/LC_MESSAGES/sqlparser.mo
/usr/share/php/PhpMyAdmin/SqlParser5/locale/li
/usr/share/php/PhpMyAdmin/SqlParser5/locale/li/LC_MESSAGES
/usr/share/php/PhpMyAdmin/SqlParser5/locale/li/LC_MESSAGES/sqlparser.mo
/usr/share/php/PhpMyAdmin/SqlParser5/locale/lt
/usr/share/php/PhpMyAdmin/SqlParser5/locale/lt/LC_MESSAGES
/usr/share/php/PhpMyAdmin/SqlParser5/locale/lt/LC_MESSAGES/sqlparser.mo
/usr/share/php/PhpMyAdmin/SqlParser5/locale/lv
/usr/share/php/PhpMyAdmin/SqlParser5/locale/lv/LC_MESSAGES
/usr/share/php/PhpMyAdmin/SqlParser5/locale/lv/LC_MESSAGES/sqlparser.mo
/usr/share/php/PhpMyAdmin/SqlParser5/locale/mk
/usr/share/php/PhpMyAdmin/SqlParser5/locale/mk/LC_MESSAGES
/usr/share/php/PhpMyAdmin/SqlParser5/locale/mk/LC_MESSAGES/sqlparser.mo
/usr/share/php/PhpMyAdmin/SqlParser5/locale/ml
/usr/share/php/PhpMyAdmin/SqlParser5/locale/ml/LC_MESSAGES
/usr/share/php/PhpMyAdmin/SqlParser5/locale/ml/LC_MESSAGES/sqlparser.mo
/usr/share/php/PhpMyAdmin/SqlParser5/locale/mn
/usr/share/php/PhpMyAdmin/SqlParser5/locale/mn/LC_MESSAGES
/usr/share/php/PhpMyAdmin/SqlParser5/locale/mn/LC_MESSAGES/sqlparser.mo
/usr/share/php/PhpMyAdmin/SqlParser5/locale/ms
/usr/share/php/PhpMyAdmin/SqlParser5/locale/ms/LC_MESSAGES
/usr/share/php/PhpMyAdmin/SqlParser5/locale/ms/LC_MESSAGES/sqlparser.mo
/usr/share/php/PhpMyAdmin/SqlParser5/locale/nb
/usr/share/php/PhpMyAdmin/SqlParser5/locale/nb/LC_MESSAGES
/usr/share/php/PhpMyAdmin/SqlParser5/locale/nb/LC_MESSAGES/sqlparser.mo
/usr/share/php/PhpMyAdmin/SqlParser5/locale/ne
/usr/share/php/PhpMyAdmin/SqlParser5/locale/ne/LC_MESSAGES
/usr/share/php/PhpMyAdmin/SqlParser5/locale/ne/LC_MESSAGES/sqlparser.mo
/usr/share/php/PhpMyAdmin/SqlParser5/locale/nl
/usr/share/php/PhpMyAdmin/SqlParser5/locale/nl/LC_MESSAGES
/usr/share/php/PhpMyAdmin/SqlParser5/locale/nl/LC_MESSAGES/sqlparser.mo
/usr/share/php/PhpMyAdmin/SqlParser5/locale/pa
/usr/share/php/PhpMyAdmin/SqlParser5/locale/pa/LC_MESSAGES
/usr/share/php/PhpMyAdmin/SqlParser5/locale/pa/LC_MESSAGES/sqlparser.mo
/usr/share/php/PhpMyAdmin/SqlParser5/locale/pl
/usr/share/php/PhpMyAdmin/SqlParser5/locale/pl/LC_MESSAGES
/usr/share/php/PhpMyAdmin/SqlParser5/locale/pl/LC_MESSAGES/sqlparser.mo
/usr/share/php/PhpMyAdmin/SqlParser5/locale/pt
/usr/share/php/PhpMyAdmin/SqlParser5/locale/pt/LC_MESSAGES
/usr/share/php/PhpMyAdmin/SqlParser5/locale/pt/LC_MESSAGES/sqlparser.mo
/usr/share/php/PhpMyAdmin/SqlParser5/locale/pt_BR
/usr/share/php/PhpMyAdmin/SqlParser5/locale/pt_BR/LC_MESSAGES
/usr/share/php/PhpMyAdmin/SqlParser5/locale/pt_BR/LC_MESSAGES/sqlparser.mo
/usr/share/php/PhpMyAdmin/SqlParser5/locale/rcf
/usr/share/php/PhpMyAdmin/SqlParser5/locale/rcf/LC_MESSAGES
/usr/share/php/PhpMyAdmin/SqlParser5/locale/rcf/LC_MESSAGES/sqlparser.mo
/usr/share/php/PhpMyAdmin/SqlParser5/locale/ro
/usr/share/php/PhpMyAdmin/SqlParser5/locale/ro/LC_MESSAGES
/usr/share/php/PhpMyAdmin/SqlParser5/locale/ro/LC_MESSAGES/sqlparser.mo
/usr/share/php/PhpMyAdmin/SqlParser5/locale/ru
/usr/share/php/PhpMyAdmin/SqlParser5/locale/ru/LC_MESSAGES
/usr/share/php/PhpMyAdmin/SqlParser5/locale/ru/LC_MESSAGES/sqlparser.mo
/usr/share/php/PhpMyAdmin/SqlParser5/locale/si
/usr/share/php/PhpMyAdmin/SqlParser5/locale/si/LC_MESSAGES
/usr/share/php/PhpMyAdmin/SqlParser5/locale/si/LC_MESSAGES/sqlparser.mo
/usr/share/php/PhpMyAdmin/SqlParser5/locale/sk
/usr/share/php/PhpMyAdmin/SqlParser5/locale/sk/LC_MESSAGES
/usr/share/php/PhpMyAdmin/SqlParser5/locale/sk/LC_MESSAGES/sqlparser.mo
/usr/share/php/PhpMyAdmin/SqlParser5/locale/sl
/usr/share/php/PhpMyAdmin/SqlParser5/locale/sl/LC_MESSAGES
/usr/share/php/PhpMyAdmin/SqlParser5/locale/sl/LC_MESSAGES/sqlparser.mo
/usr/share/php/PhpMyAdmin/SqlParser5/locale/sq
/usr/share/php/PhpMyAdmin/SqlParser5/locale/sq/LC_MESSAGES
/usr/share/php/PhpMyAdmin/SqlParser5/locale/sq/LC_MESSAGES/sqlparser.mo
/usr/share/php/PhpMyAdmin/SqlParser5/locale/sr
/usr/share/php/PhpMyAdmin/SqlParser5/locale/sr/LC_MESSAGES
/usr/share/php/PhpMyAdmin/SqlParser5/locale/sr/LC_MESSAGES/sqlparser.mo
/usr/share/php/PhpMyAdmin/SqlParser5/locale/sr@latin
/usr/share/php/PhpMyAdmin/SqlParser5/locale/sr@latin/LC_MESSAGES
/usr/share/php/PhpMyAdmin/SqlParser5/locale/sr@latin/LC_MESSAGES/sqlparser.mo
/usr/share/php/PhpMyAdmin/SqlParser5/locale/sv
/usr/share/php/PhpMyAdmin/SqlParser5/locale/sv/LC_MESSAGES
/usr/share/php/PhpMyAdmin/SqlParser5/locale/sv/LC_MESSAGES/sqlparser.mo
/usr/share/php/PhpMyAdmin/SqlParser5/locale/ta
/usr/share/php/PhpMyAdmin/SqlParser5/locale/ta/LC_MESSAGES
/usr/share/php/PhpMyAdmin/SqlParser5/locale/ta/LC_MESSAGES/sqlparser.mo
/usr/share/php/PhpMyAdmin/SqlParser5/locale/te
/usr/share/php/PhpMyAdmin/SqlParser5/locale/te/LC_MESSAGES
/usr/share/php/PhpMyAdmin/SqlParser5/locale/te/LC_MESSAGES/sqlparser.mo
/usr/share/php/PhpMyAdmin/SqlParser5/locale/th
/usr/share/php/PhpMyAdmin/SqlParser5/locale/th/LC_MESSAGES
/usr/share/php/PhpMyAdmin/SqlParser5/locale/th/LC_MESSAGES/sqlparser.mo
/usr/share/php/PhpMyAdmin/SqlParser5/locale/tk
/usr/share/php/PhpMyAdmin/SqlParser5/locale/tk/LC_MESSAGES
/usr/share/php/PhpMyAdmin/SqlParser5/locale/tk/LC_MESSAGES/sqlparser.mo
/usr/share/php/PhpMyAdmin/SqlParser5/locale/tr
/usr/share/php/PhpMyAdmin/SqlParser5/locale/tr/LC_MESSAGES
/usr/share/php/PhpMyAdmin/SqlParser5/locale/tr/LC_MESSAGES/sqlparser.mo
/usr/share/php/PhpMyAdmin/SqlParser5/locale/tt
/usr/share/php/PhpMyAdmin/SqlParser5/locale/tt/LC_MESSAGES
/usr/share/php/PhpMyAdmin/SqlParser5/locale/tt/LC_MESSAGES/sqlparser.mo
/usr/share/php/PhpMyAdmin/SqlParser5/locale/ug
/usr/share/php/PhpMyAdmin/SqlParser5/locale/ug/LC_MESSAGES
/usr/share/php/PhpMyAdmin/SqlParser5/locale/ug/LC_MESSAGES/sqlparser.mo
/usr/share/php/PhpMyAdmin/SqlParser5/locale/uk
/usr/share/php/PhpMyAdmin/SqlParser5/locale/uk/LC_MESSAGES
/usr/share/php/PhpMyAdmin/SqlParser5/locale/uk/LC_MESSAGES/sqlparser.mo
/usr/share/php/PhpMyAdmin/SqlParser5/locale/ur
/usr/share/php/PhpMyAdmin/SqlParser5/locale/ur/LC_MESSAGES
/usr/share/php/PhpMyAdmin/SqlParser5/locale/ur/LC_MESSAGES/sqlparser.mo
/usr/share/php/PhpMyAdmin/SqlParser5/locale/uz
/usr/share/php/PhpMyAdmin/SqlParser5/locale/uz/LC_MESSAGES
/usr/share/php/PhpMyAdmin/SqlParser5/locale/uz/LC_MESSAGES/sqlparser.mo
/usr/share/php/PhpMyAdmin/SqlParser5/locale/uz@latin
/usr/share/php/PhpMyAdmin/SqlParser5/locale/uz@latin/LC_MESSAGES
/usr/share/php/PhpMyAdmin/SqlParser5/locale/uz@latin/LC_MESSAGES/sqlparser.mo
/usr/share/php/PhpMyAdmin/SqlParser5/locale/vi
/usr/share/php/PhpMyAdmin/SqlParser5/locale/vi/LC_MESSAGES
/usr/share/php/PhpMyAdmin/SqlParser5/locale/vi/LC_MESSAGES/sqlparser.mo
/usr/share/php/PhpMyAdmin/SqlParser5/locale/vls
/usr/share/php/PhpMyAdmin/SqlParser5/locale/vls/LC_MESSAGES
/usr/share/php/PhpMyAdmin/SqlParser5/locale/vls/LC_MESSAGES/sqlparser.mo
/usr/share/php/PhpMyAdmin/SqlParser5/locale/zh_CN
/usr/share/php/PhpMyAdmin/SqlParser5/locale/zh_CN/LC_MESSAGES
/usr/share/php/PhpMyAdmin/SqlParser5/locale/zh_CN/LC_MESSAGES/sqlparser.mo
/usr/share/php/PhpMyAdmin/SqlParser5/locale/zh_TW
/usr/share/php/PhpMyAdmin/SqlParser5/locale/zh_TW/LC_MESSAGES
/usr/share/php/PhpMyAdmin/SqlParser5/locale/zh_TW/LC_MESSAGES/sqlparser.mo


Generated by rpm2html 1.8.1

Fabrice Bellet, Fri May 3 05:14:29 2024