]> granicus.if.org Git - apache/commitdiff
add a hint about PHP and PATH_INFO
authorAndre Malo <nd@apache.org>
Fri, 28 Feb 2003 15:52:45 +0000 (15:52 +0000)
committerAndre Malo <nd@apache.org>
Fri, 28 Feb 2003 15:52:45 +0000 (15:52 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98848 13f79535-47bb-0310-9956-ffa450edef68

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

index 98369dd08272d7deef5dde20ee783f79ecb6d9ad..16e783e3439c55b2fab15278efef5e13d6080cc3 100644 (file)
@@ -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
-      <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 09e3999ae89a35c62c219eec3b9b22e105f2157d..9a7211b25a6a599a5983275fbcd0b79770b866d9 100644 (file)
@@ -56,7 +56,8 @@
       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