vrana Wed Nov 9 10:45:04 2005 EDT
Modified files: /phpdoc/en/reference/apache/functions virtual.xml Log: Variables are not visible (bug #35082) http://cvs.php.net/diff.php/phpdoc/en/reference/apache/functions/virtual.xml?r1=1.13&r2=1.14&ty=u Index: phpdoc/en/reference/apache/functions/virtual.xml diff -u phpdoc/en/reference/apache/functions/virtual.xml:1.13 phpdoc/en/reference/apache/functions/virtual.xml:1.14 --- phpdoc/en/reference/apache/functions/virtual.xml:1.13 Thu Jun 23 12:53:14 2005 +++ phpdoc/en/reference/apache/functions/virtual.xml Wed Nov 9 10:45:01 2005 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.13 $ --> +<!-- $Revision: 1.14 $ --> <!-- splitted from ./en/functions/apache.xml, last change in rev 1.20 --> <refentry id="function.virtual"> <refnamediv> @@ -15,7 +15,7 @@ </methodsynopsis> <para> <function>virtual</function> is an Apache-specific function which - is equivalent to <!--#include virtual...--> in mod_include. + is similar to <literal><!--#include virtual...--></literal> in mod_include. It performs an Apache sub-request. It is useful for including CGI scripts or .shtml files, or anything else that you would parse through Apache. Note that for a CGI script, the script @@ -89,6 +89,12 @@ The requested file will not be listed in the Apache access log. </para> </warning> + <note> + <para> + Environment variables set in the requested file are not visible to the + calling script. + </para> + </note> ¬e.apache.nsapi-module; </refsect1> </refentry>