You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to upgrade PHP from 7.3 to 8.2
$_SERVER['PHP_AUTH_USER'] and $_SERVER['PHP_AUTH_PW'] are no longer set in 8.2.
I am using Basic HTTP Authentication.
Logging into the web server works and I can see static content, but access to the database requires login credentials.
I have tried both apache module and cgi