From: Andre Malo Date: Fri, 28 Feb 2003 15:52:45 +0000 (+0000) Subject: add a hint about PHP and PATH_INFO X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7808a9f73ef00080be5f30d771ef56019ce7c459;p=apache add a hint about PHP and PATH_INFO git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98848 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/upgrading.html.en b/docs/manual/upgrading.html.en index 98369dd082..16e783e343 100644 --- a/docs/manual/upgrading.html.en +++ b/docs/manual/upgrading.html.en @@ -67,7 +67,7 @@ after the true filename) has changed for some modules. Modules that were previously implemented as a handler but are now implemented as a filter may no longer accept requests with - PATH_INFO. Filters such as INCLUDES are implemented on top + PATH_INFO. Filters such as INCLUDES or PHP are implemented on top of the core handler, and therefore reject requests with PATH_INFO. You can use the AcceptPathInfo directive to force the core handler to accept requests with PATH_INFO diff --git a/docs/manual/upgrading.xml b/docs/manual/upgrading.xml index 09e3999ae8..9a7211b25a 100644 --- a/docs/manual/upgrading.xml +++ b/docs/manual/upgrading.xml @@ -56,7 +56,8 @@ that were previously implemented as a handler but are now implemented as a filter may no longer accept requests with PATH_INFO. Filters such as INCLUDES are implemented on top + href="mod/mod_include.html">INCLUDES or PHP are implemented on top of the core handler, and therefore reject requests with PATH_INFO. You can use the AcceptPathInfo directive to