mfischer Mon May 20 14:56:47 2002 EDT
Modified files:
/phpdoc/en/reference/apache/functions virtual.xml
Log:
- Document implementation of virtual()
Index: phpdoc/en/reference/apache/functions/virtual.xml
diff -u phpdoc/en/reference/apache/functions/virtual.xml:1.2
phpdoc/en/reference/apache/functions/virtual.xml:1.3
--- phpdoc/en/reference/apache/functions/virtual.xml:1.2 Wed Apr 17 02:36:20
2002
+++ phpdoc/en/reference/apache/functions/virtual.xml Mon May 20 14:56:47 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/apache.xml, last change in rev 1.20 -->
<refentry id="function.virtual">
<refnamediv>
@@ -23,6 +23,10 @@
use <function>include</function> or <function>require</function>;
<function>virtual</function> cannot be used to include a document
which is itself a PHP file.
+ </para>
+ <para>
+ To run the sub-request, all buffers are terminated and flushed to the
+ browser, pending headers are sent too.
</para>
</refsect1>
</refentry>