You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by nd...@apache.org on 2003/02/28 16:52:45 UTC

cvs commit: httpd-2.0/docs/manual upgrading.html.en upgrading.xml

nd          2003/02/28 07:52:45

  Modified:    docs/manual upgrading.html.en upgrading.xml
  Log:
  add a hint about PHP and PATH_INFO
  
  Revision  Changes    Path
  1.40      +1 -1      httpd-2.0/docs/manual/upgrading.html.en
  
  Index: upgrading.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/upgrading.html.en,v
  retrieving revision 1.39
  retrieving revision 1.40
  diff -u -r1.39 -r1.40
  --- upgrading.html.en	12 Jan 2003 20:59:40 -0000	1.39
  +++ upgrading.html.en	28 Feb 2003 15:52:45 -0000	1.40
  @@ -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>
  
  
  
  1.9       +2 -1      httpd-2.0/docs/manual/upgrading.xml
  
  Index: upgrading.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/upgrading.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- upgrading.xml	12 Jan 2003 20:59:40 -0000	1.8
  +++ upgrading.xml	28 Feb 2003 15:52:45 -0000	1.9
  @@ -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