-
Notifications
You must be signed in to change notification settings - Fork 389
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PHP 8.4: Multiple updates required for phpMyAdmin #912
Comments
Adminer / Adminerevo also had some deprecated message in php84. Hopefully they update fast |
try FlyEnv |
Read this to get rid of the deprecation messages in phpMyAdmin : |
phpmyadmin v6 (dev snapshot) already available in their download page. I tested it, no more error and warning in php8.4 |
A new Laragon version will be published on 16th December, 2024. |
looking forward to the new portable version |
Most problems come from the /vendors.
This is what I had to do, although maybe some composer magic can do it automatically.
Updated these manually with latest from Github
/vendors
update berberli/assert
remove thecodingmachine/safe as it seems to be non maintained
remove refs to thecodingmachine from
laragon\etc\apps\phpMyAdmin\vendor\composer\autoload_static.php
update slim-psr7
update symfony:
dependency-injection
service-contracts
config
update phpMyAdmin
(library/classes) seemed enough but I included the rest.
The text was updated successfully, but these errors were encountered: