Query string passing (bug #27111)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@166571 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jakub Vrana 2004-08-17 08:00:58 +00:00
parent 4af33903a7
commit 58ccfeb959

View file

@ -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>