Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: e9ec9e8b717cce3d384934a0144b3bf0e6d7e784 https://github.com/phpmyadmin/phpmyadmin/commit/e9ec9e8b717cce3d384934a0144b... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2021-09-27 (Mon, 09 September 2021) -03:00
Changed paths: M examples/openid.php M examples/signon.php M libraries/classes/Display/Results.php M libraries/classes/Gis/GisGeometry.php M test/classes/GitTest.php M test/selenium/TestBase.php
Log Message: ----------- Replace `rand` functions with `random_int`
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: 7955f7d96dcc67fe651a54f6a5fcd7a6664048c3 https://github.com/phpmyadmin/phpmyadmin/commit/7955f7d96dcc67fe651a54f6a5fc... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2021-09-27 (Mon, 09 September 2021) -03:00
Changed paths: M libraries/classes/Advisor.php M libraries/classes/Controllers/Server/Variables/SetVariableController.php M libraries/classes/Gis/GisPolygon.php M libraries/classes/Import.php M libraries/classes/IpAllowDeny.php M libraries/classes/Util.php M psalm-baseline.xml
Log Message: ----------- Replace `pow` function with the `**` operator
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: e96b75bb921d94aefc38f8cc831215dea95d9d8b https://github.com/phpmyadmin/phpmyadmin/commit/e96b75bb921d94aefc38f8cc8312... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2021-09-27 (Mon, 09 September 2021) -03:00
Changed paths: M libraries/classes/Plugins/Import/ImportOds.php M libraries/classes/Plugins/Import/ImportXml.php M libraries/classes/TwoFactor.php M psalm-baseline.xml M test/classes/Config/ConfigFileTest.php M test/classes/Gis/GisGeometryCollectionTest.php M test/classes/Gis/GisLineStringTest.php M test/classes/Gis/GisMultiLineStringTest.php M test/classes/Gis/GisMultiPointTest.php M test/classes/Gis/GisMultiPolygonTest.php M test/classes/Gis/GisPointTest.php M test/classes/Gis/GisPolygonTest.php
Log Message: ----------- Replace class strings with the `::class` constant
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: 9f3b4f04e98f686bfd58c31a2b6405bd1cf57708 https://github.com/phpmyadmin/phpmyadmin/commit/9f3b4f04e98f686bfd58c31a2b64... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2021-09-27 (Mon, 09 September 2021) -03:00
Changed paths: M libraries/classes/DatabaseInterface.php M libraries/classes/Git.php
Log Message: ----------- Wrap variable variables in curly braces
See: https://www.php.net/manual/en/language.variables.variable.php
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: 048c0c1f6ecdbe2c1ac603e5b42c48e379334e7b https://github.com/phpmyadmin/phpmyadmin/commit/048c0c1f6ecdbe2c1ac603e5b42c... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2021-09-27 (Mon, 09 September 2021) -03:00
Changed paths: M test/selenium/TestBase.php
Log Message: ----------- Group multiple expeption catches into a single catch
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev