sean Wed Aug 18 12:14:34 2004 EDT
Modified files:
/phpdoc/en/reference/apache/functions virtual.xml
Log:
grammar
http://cvs.php.net/diff.php/phpdoc/en/reference/apache/functions/virtual.xml?r1=1.9&r2=1.10&ty=u
Index: phpdoc/en/reference/apache/functions/virtual.xml
diff -u phpdoc/en/reference/apache/functions/virtual.xml:1.9
phpdoc/en/reference/apache/functions/virtual.xml:1.10
--- phpdoc/en/reference/apache/functions/virtual.xml:1.9 Tue Aug 17 04:00:58
2004
+++ phpdoc/en/reference/apache/functions/virtual.xml Wed Aug 18 12:14:34 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.9 $ -->
+<!-- $Revision: 1.10 $ -->
<!-- splitted from ./en/functions/apache.xml, last change in rev 1.20 -->
<refentry id="function.virtual">
<refnamediv>
@@ -31,8 +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. Query string passing works only under
- Apache 2. Requested file is not listed in Apache access log.
+ filled with the passed query string. The query string may only be passed
+ when using Apache 2. The requested file will not be listed in the Apache access
log.
</para>
</warning>
<para>