diff --git a/reference/apache/reference.xml b/reference/apache/reference.xml index c74101b130..e30e5baec2 100644 --- a/reference/apache/reference.xml +++ b/reference/apache/reference.xml @@ -1,5 +1,5 @@ - + Apache-specific Functions Apache @@ -9,6 +9,16 @@ These functions are only available when running PHP as an Apache module. + + + PATH_TRANSLATED server variable is no longer set implicitly under Apache + 2 SAPI in contrast to the situation in Apache 1, where it is set to the + same value as the SCRIPT_FILENAME server variable when it is not + populated by Apache. This change was made to comply with the CGI specification. Please refer to bug #23610 for further information. + +