]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
add a hint about PHP and PATH_INFO
authorAndré Malo <nd@apache.org>
Fri, 28 Feb 2003 15:53:11 +0000 (15:53 +0000)
committerAndré Malo <nd@apache.org>
Fri, 28 Feb 2003 15:53:11 +0000 (15:53 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98849 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/upgrading.html.en
docs/manual/upgrading.xml

index 892ccfb2a52af4b151b42958d252c99b92c4fc1a..80d9f67caf13e42b8d0ba8b80df2a5b4b878a3d1 100644 (file)
@@ -67,7 +67,7 @@ Apache 2.0</a></li></ul></div>
       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
-      <code>PATH_INFO</code>.  Filters such as <a href="mod/mod_include.html">INCLUDES</a> are implemented on top
+      <code>PATH_INFO</code>.  Filters such as <a href="mod/mod_include.html">INCLUDES</a> or <a href="http://www.php.net/">PHP</a> are implemented on top
       of the core handler, and therefore reject requests with
       <code>PATH_INFO</code>.  You can use the <code class="directive"><a href="./mod/core.html#acceptpathinfo">AcceptPathInfo</a></code> directive to
       force the core handler to accept requests with <code>PATH_INFO</code>
index f83e2610020375577680cd1b9b74f689f67a073a..7492c0e6d8081a22916b01c5f5924087cc5d5e35 100644 (file)
@@ -56,7 +56,8 @@ Apache 2.0</a></seealso>
       that were previously implemented as a handler but are now
       implemented as a filter may no longer accept requests with
       <code>PATH_INFO</code>.  Filters such as <a
-      href="mod/mod_include.html">INCLUDES</a> are implemented on top
+      href="mod/mod_include.html">INCLUDES</a> or <a
+      href="http://www.php.net/">PHP</a> are implemented on top
       of the core handler, and therefore reject requests with
       <code>PATH_INFO</code>.  You can use the <directive
       module="core">AcceptPathInfo</directive> directive to