PHP 8.4.0 Alpha 1 available for testing

Voting

The Note You're Voting On

derkontrollfreak+9hy5l at gmail dot com
10 years ago
Workaround for missing Authorization header under CGI/FastCGI Apache:

SetEnvIf Authorization .+ HTTP_AUTHORIZATION=$0

Now PHP should automatically declare $_SERVER[PHP_AUTH_*] variables if the client sends the Authorization header.

<< Back to user notes page

To Top