reference/apache/functions/virtual.xml
a331ac8a86bb5929b79be9a369fac1e3af516241
...
...
@@ -11,7 +11,7 @@
11
11
&reftitle.description;
12
12
<methodsynopsis>
13
13
<type>bool</type><methodname>virtual</methodname>
14
-
<methodparam><type>string</type><parameter>filename</parameter></methodparam>
14
+
<methodparam><type>string</type><parameter>uri</parameter></methodparam>
15
15
</methodsynopsis>
16
16
<para>
17
17
<function>virtual</function> is an Apache-specific function which
...
...
@@ -35,7 +35,7 @@
35
35
<para>
36
36
<variablelist>
37
37
<varlistentry>
38
-
<term><parameter>filename</parameter></term>
38
+
<term><parameter>uri</parameter></term>
39
39
<listitem>
40
40
<para>
41
41
The file that the virtual command will be performed on.
...
...
@@ -53,38 +53,6 @@
53
53
</para>
54
54
</refsect1>
55
55

56
-
<refsect1 role="changelog">
57
-
&reftitle.changelog;
58
-
<para>
59
-
<informaltable>
60
-
<tgroup cols="2">
61
-
<thead>
62
-
<row>
63
-
<entry>&Version;</entry>
64
-
<entry>&Description;</entry>
65
-
</row>
66
-
</thead>
67
-
<tbody>
68
-
<row>
69
-
<entry>4.3.3</entry>
70
-
<entry>
71
-
&note.apache.nsapi-module;
72
-
</entry>
73
-
</row>
74
-
<row>
75
-
<entry>4.0.6</entry>
76
-
<entry>
77
-
This function may be used on PHP files. However, it is typically
78
-
better to use <function>include</function> or
79
-
<function>require</function> for PHP files.
80
-
</entry>
81
-
</row>
82
-
</tbody>
83
-
</tgroup>
84
-
</informaltable>
85
-
</para>
86
-
</refsect1>
87
-

88
56
<refsect1 role="examples">
89
57
&reftitle.examples;
90
58
<para>
...
...
@@ -109,6 +77,13 @@
109
77
calling script.
110
78
</para>
111
79
</note>
80
+
<note>
81
+
<para>
82
+
This function may be used on PHP files. However, it is typically better
83
+
to use <function>include</function> or <function>require</function> for
84
+
PHP files.
85
+
</para>
86
+
</note>
112
87
</refsect1>
113
88

114
89
<refsect1 role="seealso">
...
...
@@ -121,7 +96,6 @@
121
96
</refsect1>
122
97

123
98
</refentry>
124
-

125
99
<!-- Keep this comment at the end of the file
126
100
Local variables:
127
101
mode: sgml
128
102