mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
4af33903a7
commit
58ccfeb959
1 changed files with 3 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue