Indique un nom d'utilisateur pour l'identification HTTP.
Gestion de la méthode Basic pour l'identification HTTP.
Si vous ne souhaitez pas faire d'identification HTTP en utilisant PHP, vous pouvez (et vous devez) ignorer cette étape.
If you don't want to perform HTTP Authentication using PHP, you can (and should) skip this step.
Cet exemple montre comment appliquer l'utilisation d'un script d'identification HTTP de type "Digest".
This example shows you how to implement a simple Digest HTTP authentication script.
Les fonctions d'identification HTTP de PHP ne sont disponibles que si PHP est exécuté comme module Apache, et non pas sous la forme d'un CGI.
The HTTP Authentication hooks in PHP are only available when it is running as an Apache module and is hence not available in the CGI version.
Lorsque vous utilisez PHP avec Apache en tant que module faisant une identification HTTP Digest, cette variable est définie dans l'en-tête "Authorization" envoyé par le client (que vous devez donc utiliser pour réaliser la validation appropriée).
When running under Apache as module doing Digest HTTP authentication this variable is set to the 'Authorization' header sent by the client (which you should then use to make the appropriate validation).
Notez également que avant PHP 4.3.3, l'identification HTTP ne fonctionne pas sous le serveur Mircosoft IIS avec la version CGI de PHP dû à une limitation de IIS.
Also note that until PHP 4.3.3, HTTP Authentication did not work using Microsoft's IIS server with the CGI version of PHP due to a limitation of IIS.
Indique le mot de passe pour l'identification http.
Specify password for HTTP authentication.
Ce comportement n'est pas nécessaire par le standard d'identification HTTP Basic.
This behavior is not required by the HTTP Basic authentication standard, so you should never depend on this.
Lorsque vous utilisez PHP avec Apache en tant que module faisant une identification HTTP, cette variable est définie au type d'identification.
When running under Apache as module doing HTTP authenticated this variable is set to the authentication type.