I updated php to 8.1 and my projects are working fine but I am getting this error in phpmyadmin:
I am getting a load of http_build_query(): Passing null to parameter #2 ($numeric_prefix) of type string is deprecated deprications, something like this:
Basic info
I updated php to 8.1 and my projects are working fine but I am getting this error in phpmyadmin:
I am getting a load of
http_build_query(): Passing null to parameter #2 ($numeric_prefix) of type string is deprecated
deprications, something like this:When I switch to php 7.4 phpmyadmin works fine.