thetaphi Wed Jul 16 07:36:04 2003 EDT Modified files: /phpdoc/en/reference/nsapi/functions nsapi-virtual.xml Log: note about undocumented webserver usage Index: phpdoc/en/reference/nsapi/functions/nsapi-virtual.xml diff -u phpdoc/en/reference/nsapi/functions/nsapi-virtual.xml:1.1 phpdoc/en/reference/nsapi/functions/nsapi-virtual.xml:1.2 --- phpdoc/en/reference/nsapi/functions/nsapi-virtual.xml:1.1 Tue Jul 15 14:08:58 2003 +++ phpdoc/en/reference/nsapi/functions/nsapi-virtual.xml Wed Jul 16 07:36:04 2003 @@ -1,6 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.1 $ --> -<!-- splitted from ./en/functions/apache.xml, last change in rev 1.20 --> +<!-- $Revision: 1.2 $ --> <refentry id="function.nsapi-virtual"> <refnamediv> <refname>nsapi_virtual</refname> @@ -28,6 +27,16 @@ If you want to include PHP scripts, use <function>include</function> or <function>require</function>. </para> + <note> + <para> + 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. + </para> + </note> </refsect1> </refentry>
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php