Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 930f8826d3eb7d08c0824c0ca459a2945d6996be
https://github.com/phpmyadmin/phpmyadmin/commit/930f8826d3eb7d08c0824c0ca45…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-02-12 (Sun, 02 February 2023) -03:00
Changed paths:
M libraries/classes/Config.php
M libraries/classes/ErrorHandler.php
M libraries/classes/Image/ImageWrapper.php
M libraries/classes/Plugins/Auth/AuthenticationSignon.php
M libraries/classes/Plugins/Import/ImportOds.php
M libraries/classes/Plugins/Import/ImportXml.php
M libraries/classes/Session.php
M phpstan-baseline.neon
M psalm-baseline.xml
M test/classes/Plugins/Auth/AuthenticationSignonTest.php
Log Message:
-----------
Remove dead code for old PHP versions
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 20d748e841dba5f55c4f3cd5d61be2ffbe470be9
https://github.com/phpmyadmin/phpmyadmin/commit/20d748e841dba5f55c4f3cd5d61…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-02-10 (Fri, 02 February 2023) -03:00
Changed paths:
M ChangeLog
M README
M composer.json
M doc/conf.py
M libraries/classes/Version.php
M package.json
M scripts/create-release.sh
M test/classes/ThemeTest.php
M test/classes/_data/gen_version_info/theme.json
M themes/bootstrap/theme.json
M themes/metro/theme.json
M themes/original/theme.json
M themes/pmahomme/theme.json
Log Message:
-----------
Prepare for version 6.0.0-dev
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Commit: 040b4c582d2359fd1f9334e56ad28e5e26a73669
https://github.com/phpmyadmin/phpmyadmin/commit/040b4c582d2359fd1f9334e56ad…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-02-10 (Fri, 02 February 2023) -03:00
Changed paths:
M .github/workflows/daily-snapshots.yml
M .github/workflows/lint-and-analyse-php.yml
M .github/workflows/other-tools.yml
M .github/workflows/tests.yml
M .scrutinizer.yml
M ChangeLog
M composer.json
M doc/faq.rst
M doc/require.rst
M index.php
M libraries/classes/Dbal/MysqliStatement.php
M libraries/classes/Util.php
M phpstan-baseline.neon
M psalm-baseline.xml
M setup/index.php
M test/classes/EnvironmentTest.php
Log Message:
-----------
Bump minimum PHP version to 8.1.0
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Commit: c66ecc99a8050a3d585e66c78d2a61f7287ac4eb
https://github.com/phpmyadmin/phpmyadmin/commit/c66ecc99a8050a3d585e66c78d2…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-02-12 (Sun, 02 February 2023) -03:00
Changed paths:
M .github/workflows/daily-snapshots.yml
M .github/workflows/lint-and-analyse-php.yml
M .github/workflows/other-tools.yml
M .github/workflows/tests.yml
M .scrutinizer.yml
M ChangeLog
M README
M composer.json
M doc/conf.py
M doc/faq.rst
M doc/require.rst
M index.php
M libraries/classes/Dbal/MysqliStatement.php
M libraries/classes/Util.php
M libraries/classes/Version.php
M package.json
M phpstan-baseline.neon
M psalm-baseline.xml
M scripts/create-release.sh
M setup/index.php
M test/classes/EnvironmentTest.php
M test/classes/ThemeTest.php
M test/classes/_data/gen_version_info/theme.json
M themes/bootstrap/theme.json
M themes/metro/theme.json
M themes/original/theme.json
M themes/pmahomme/theme.json
Log Message:
-----------
Merge pull request #18078 from MauricioFauth/pma6-php81
[RFC] Change phpMyAdmin version from 5.3 to 6.0 and bump min PHP version