Branch: refs/heads/QA_4_8
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: aeac90623e525057a7672ab3d98154b5c57c15ec
https://github.com/phpmyadmin/phpmyadmin/commit/aeac90623e525057a7672ab3d98…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2019-01-20 (Sun, 01 January 2019) +01:00
Changed paths:
M libraries/classes/Dbi/DbiMysql.php
Log Message:
-----------
Deny using mysql extension with mysql.allow_local_infile
This allows reading arbitrary files on the server without any way to
disable.
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: c5e01f84ad48c5c626001cb92d7a95500920a900
https://github.com/phpmyadmin/phpmyadmin/commit/c5e01f84ad48c5c626001cb92d7…
Author: Jakub Vrana <jakub(a)vrana.cz>
Date: 2019-01-21 (Mon, 01 January 2019) +01:00
Changed paths:
M libraries/classes/Dbi/DbiMysqli.php
Log Message:
-----------
Actually set MYSQLI_OPT_LOCAL_INFILE
1e6b740e tried to set this but failed due to https://bugs.php.net/77496
and nobody probably ever tested it.
Tested: Executed `LOAD DATA LOCAL INFILE 'README' INTO TABLE text(text)`
SQL command successfully before, unsuceesfully after.
Signed-off-by: Jakub Vrana <jakub(a)vrana.cz>
Commit: 828f740158e7bf14aa4a7473c5968d06364e03a2
https://github.com/phpmyadmin/phpmyadmin/commit/828f740158e7bf14aa4a7473c59…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2019-01-21 (Mon, 01 January 2019) +01:00
Changed paths:
M libraries/classes/Dbi/DbiMysql.php
Log Message:
-----------
Merge branch 'allow_local_infile' into QA_4_8
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: c5ae592370d98fccbadb914ee7a700ffd32a2023
https://github.com/phpmyadmin/phpmyadmin/commit/c5ae592370d98fccbadb914ee7a…
Author: Jakub Vrana <jakub(a)vrana.cz>
Date: 2019-01-21 (Mon, 01 January 2019) +01:00
Changed paths:
M libraries/classes/Dbi/DbiMysqli.php
Log Message:
-----------
Actually set MYSQLI_OPT_LOCAL_INFILE
1e6b740e tried to set this but failed due to https://bugs.php.net/77496
and nobody probably ever tested it.
Tested: Executed `LOAD DATA LOCAL INFILE 'README' INTO TABLE text(text)`
SQL command successfully before, unsuceesfully after.
Signed-off-by: Jakub Vrana <jakub(a)vrana.cz>
Commit: 98506151d443d763eca8b36b274487541367c929
https://github.com/phpmyadmin/phpmyadmin/commit/98506151d443d763eca8b36b274…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2019-01-21 (Mon, 01 January 2019) +01:00
Changed paths:
M libraries/classes/Dbi/DbiMysqli.php
Log Message:
-----------
Merge pull request #14886 from vrana/master
Actually set MYSQLI_OPT_LOCAL_INFILE
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: f06883d2a71ea597657c54dcaada09485fc44abd
https://github.com/phpmyadmin/phpmyadmin/commit/f06883d2a71ea597657c54dcaad…
Author: Hugues Peccatte <hugues.peccatte(a)gmail.com>
Date: 2019-01-20 (Sun, 01 January 2019) +01:00
Changed paths:
M db_central_columns.php
M error_report.php
M export.php
M gis_data_editor.php
M js/messages.php
M libraries/classes/CheckUserPrivileges.php
M libraries/classes/Config/FormDisplay.php
M libraries/classes/Config/Validator.php
M libraries/classes/Controllers/Database/DatabaseStructureController.php
M libraries/classes/Controllers/Table/TableSearchController.php
M libraries/classes/Database/Qbe.php
M libraries/classes/Display/Results.php
M libraries/classes/Gis/GisGeometryCollection.php
M libraries/classes/Gis/GisPolygon.php
M libraries/classes/Header.php
M libraries/classes/Import.php
M libraries/classes/Linter.php
M libraries/classes/Menu.php
M libraries/classes/MultSubmits.php
M libraries/classes/Navigation/NavigationTree.php
M libraries/classes/Navigation/Nodes/NodeDatabaseChildContainer.php
M libraries/classes/Plugins/Export/ExportSql.php
M libraries/classes/Plugins/Export/ExportXml.php
M libraries/classes/Plugins/Export/Helpers/Pdf.php
M libraries/classes/Plugins/Import/ImportSql.php
M libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php
M libraries/classes/Plugins/Transformations/Input/Text_Plain_Iptobinary.php
M libraries/classes/Relation.php
M libraries/classes/ReplicationGui.php
M libraries/classes/Rte/Footer.php
M libraries/classes/Rte/Routines.php
M libraries/classes/Server/Privileges.php
M libraries/classes/Server/Status/Data.php
M libraries/classes/Server/Status/Processes.php
M libraries/classes/Sql.php
M libraries/classes/Tracker.php
M libraries/classes/Tracking.php
M libraries/classes/UserPassword.php
M libraries/classes/Util.php
M libraries/classes/ZipExtension.php
M libraries/tbl_columns_definition_form.inc.php
M libraries/user_preferences.inc.php
M tbl_export.php
M tbl_operations.php
M version_check.php
Log Message:
-----------
Remove useless parenthesis
Signed-off-by: Hugues Peccatte <hugues.peccatte(a)gmail.com>
Commit: 4321120b80179cdb88c8504c8522144244a0e706
https://github.com/phpmyadmin/phpmyadmin/commit/4321120b80179cdb88c8504c852…
Author: Hugues Peccatte <hugues.peccatte(a)gmail.com>
Date: 2019-01-21 (Mon, 01 January 2019) +01:00
Changed paths:
M libraries/classes/Util.php
M libraries/classes/ZipExtension.php
Log Message:
-----------
Fix PHPCS issue
Signed-off-by: Hugues Peccatte <hugues.peccatte(a)gmail.com>
Commit: 1303def5dfa336bf434de6eea1752472a5ef18c8
https://github.com/phpmyadmin/phpmyadmin/commit/1303def5dfa336bf434de6eea17…
Author: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Date: 2019-01-21 (Mon, 01 January 2019) -03:00
Changed paths:
M db_central_columns.php
M error_report.php
M export.php
M gis_data_editor.php
M js/messages.php
M libraries/classes/CheckUserPrivileges.php
M libraries/classes/Config/FormDisplay.php
M libraries/classes/Config/Validator.php
M libraries/classes/Controllers/Database/DatabaseStructureController.php
M libraries/classes/Controllers/Table/TableSearchController.php
M libraries/classes/Database/Qbe.php
M libraries/classes/Display/Results.php
M libraries/classes/Gis/GisGeometryCollection.php
M libraries/classes/Gis/GisPolygon.php
M libraries/classes/Header.php
M libraries/classes/Import.php
M libraries/classes/Linter.php
M libraries/classes/Menu.php
M libraries/classes/MultSubmits.php
M libraries/classes/Navigation/NavigationTree.php
M libraries/classes/Navigation/Nodes/NodeDatabaseChildContainer.php
M libraries/classes/Plugins/Export/ExportSql.php
M libraries/classes/Plugins/Export/ExportXml.php
M libraries/classes/Plugins/Export/Helpers/Pdf.php
M libraries/classes/Plugins/Import/ImportSql.php
M libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php
M libraries/classes/Plugins/Transformations/Input/Text_Plain_Iptobinary.php
M libraries/classes/Relation.php
M libraries/classes/ReplicationGui.php
M libraries/classes/Rte/Footer.php
M libraries/classes/Rte/Routines.php
M libraries/classes/Server/Privileges.php
M libraries/classes/Server/Status/Data.php
M libraries/classes/Server/Status/Processes.php
M libraries/classes/Sql.php
M libraries/classes/Tracker.php
M libraries/classes/Tracking.php
M libraries/classes/UserPassword.php
M libraries/classes/Util.php
M libraries/classes/ZipExtension.php
M libraries/tbl_columns_definition_form.inc.php
M libraries/user_preferences.inc.php
M tbl_export.php
M tbl_operations.php
M version_check.php
Log Message:
-----------
Merge pull request #14864 from Tithugues/feature/remove-useless-parentheses
Remove useless parentheses