cross reference for nsap_virtual() installation

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@137844 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Uwe Schindler 2003-08-15 13:59:37 +00:00
parent 06aeb15b86
commit 7482e43278

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.2 $ -->
<!-- $Revision: 1.3 $ -->
<refentry id="function.nsapi-virtual">
<refnamediv>
<refname>nsapi_virtual</refname>
@ -12,7 +12,7 @@
<methodparam><type>string</type><parameter>uri</parameter></methodparam>
</methodsynopsis>
<para>
<function>virtual</function> is an NSAPI-specific function which
<function>nsapi_virtual</function> is an NSAPI-specific function which
is equivalent to &lt;!--#include virtual...--&gt; in in SSI
(<filename>.shtml</filename> files). It does an NSAPI sub-request.
It is useful for including CGI scripts or .shtml files, or anything
@ -32,9 +32,9 @@
This function depends on a undocumented feature of the Netscape/iPlanet/SunONE
webservers. Use <function>phpinfo</function> to determine if it is available.
In the unix environment it should always work, in windows it depends on the name of
a <filename>ns-httpdXX.dll</filename> file. It could be that newer servers
have newer versions of this DLL which is not detected. Contact us if you
experience that problem.
a <filename>ns-httpdXX.dll</filename> file.
Read the note about <link linkend='install.netscape.notes'>subrequests in the
install section</link> if experience this problem.
</para>
</note>
</refsect1>