From 7482e43278d1389eff707f060a7bbe18b07a2d8b Mon Sep 17 00:00:00 2001 From: Uwe Schindler Date: Fri, 15 Aug 2003 13:59:37 +0000 Subject: [PATCH] cross reference for nsap_virtual() installation git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@137844 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/nsapi/functions/nsapi-virtual.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/reference/nsapi/functions/nsapi-virtual.xml b/reference/nsapi/functions/nsapi-virtual.xml index da07fdb3c7..85ea671da5 100644 --- a/reference/nsapi/functions/nsapi-virtual.xml +++ b/reference/nsapi/functions/nsapi-virtual.xml @@ -1,5 +1,5 @@ - + nsapi_virtual @@ -12,7 +12,7 @@ stringuri - virtual is an NSAPI-specific function which + nsapi_virtual is an NSAPI-specific function which is equivalent to <!--#include virtual...--> in in SSI (.shtml 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 phpinfo to determine if it is available. In the unix environment it should always work, in windows it depends on the name of - a ns-httpdXX.dll 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 ns-httpdXX.dll file. + Read the note about subrequests in the + install section if experience this problem.