vrana           Tue Aug 17 04:00:59 2004 EDT

  Modified files:              
    /phpdoc/en/reference/apache/functions       virtual.xml 
  Log:
  Query string passing (bug #27111)
  
http://cvs.php.net/diff.php/phpdoc/en/reference/apache/functions/virtual.xml?r1=1.8&r2=1.9&ty=u
Index: phpdoc/en/reference/apache/functions/virtual.xml
diff -u phpdoc/en/reference/apache/functions/virtual.xml:1.8 
phpdoc/en/reference/apache/functions/virtual.xml:1.9
--- phpdoc/en/reference/apache/functions/virtual.xml:1.8        Tue Jul 27 16:33:55 
2004
+++ phpdoc/en/reference/apache/functions/virtual.xml    Tue Aug 17 04:00:58 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.8 $ -->
+<!-- $Revision: 1.9 $ -->
 <!-- splitted from ./en/functions/apache.xml, last change in rev 1.20 -->
   <refentry id="function.virtual">
    <refnamediv>
@@ -31,7 +31,8 @@
       since it uses the Apache API for doing sub requests. Query string can be
       passed to the included file but <varname>$_GET</varname> is copied from
       the parent script and only <varname>$_SERVER['QUERY_STRING']</varname> is
-      filled by the passed query string.
+      filled by the passed query string. Query string passing works only under
+      Apache 2. Requested file is not listed in Apache access log.
      </para>
     </warning>
     <para>

Reply via email to