From 186358848d9c7f79ec1dd49ef8507c97b903335c Mon Sep 17 00:00:00 2001 From: Nuno Lopes Date: Mon, 19 Apr 2004 14:52:33 +0000 Subject: [PATCH] fix #23610 (PATH_TRANSLATED is EMPTY) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@156564 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/apache/reference.xml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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. + +