mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
initial commit
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@135064 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
3d2e1ead4d
commit
6dc9b7bbaa
2 changed files with 119 additions and 0 deletions
60
reference/nsapi/ini.xml
Normal file
60
reference/nsapi/ini.xml
Normal file
|
@ -0,0 +1,60 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<section id="nsapi.configuration">
|
||||
&reftitle.runtime;
|
||||
<para>
|
||||
The behaviour of the NSAPI PHP module is affected by settings in &php.ini;.
|
||||
Configuration settings from &php.ini; may be overridden by additional parameters
|
||||
to the php4_execute call in <filename>obj.conf</filename>
|
||||
</para>
|
||||
|
||||
<para>
|
||||
<table>
|
||||
<title>NSAPI configuration options</title>
|
||||
<tgroup cols="3">
|
||||
<thead>
|
||||
<row>
|
||||
<entry>Name</entry>
|
||||
<entry>Default</entry>
|
||||
<entry>Changeable</entry>
|
||||
<entry>Function</entry>
|
||||
</row>
|
||||
</thead>
|
||||
<tbody>
|
||||
<row>
|
||||
<entry>nsapi.read_timeout</entry>
|
||||
<entry>90</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry>sets the time the plugin is waiting for POST data in seconds</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
</table>
|
||||
</para>
|
||||
|
||||
&ini.descriptions.title;
|
||||
|
||||
</section>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
mode: sgml
|
||||
sgml-omittag:t
|
||||
sgml-shorttag:t
|
||||
sgml-minimize-attributes:nil
|
||||
sgml-always-quote-attributes:t
|
||||
sgml-indent-step:1
|
||||
sgml-indent-data:t
|
||||
indent-tabs-mode:nil
|
||||
sgml-parent-document:nil
|
||||
sgml-default-dtd-file:"../../../manual.ced"
|
||||
sgml-exposed-tags:nil
|
||||
sgml-local-catalogs:nil
|
||||
sgml-local-ecat-files:nil
|
||||
End:
|
||||
vim600: syn=xml fen fdm=syntax fdl=2 si
|
||||
vim: et tw=78 syn=sgml
|
||||
vi: ts=1 sw=1
|
||||
-->
|
||||
|
||||
|
59
reference/nsapi/reference.xml
Normal file
59
reference/nsapi/reference.xml
Normal file
|
@ -0,0 +1,59 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<reference id="ref.nsapi">
|
||||
<title>NSAPI-specific Functions</title>
|
||||
<titleabbrev>NSAPI</titleabbrev>
|
||||
<partintro>
|
||||
<section id="nsapi.intro">
|
||||
&reftitle.intro;
|
||||
<para>
|
||||
These functions are only available when running PHP as an NSAPI module in Netscape/iPlanet/SunONE webservers.
|
||||
</para>
|
||||
</section>
|
||||
|
||||
<section id="nsapi.installation">
|
||||
&reftitle.install;
|
||||
<para>
|
||||
For PHP installation on Netscape/iPlanet/SunONE webservers see the
|
||||
<link linkend='install.iplanet'>NSAPI section</link> in the installation
|
||||
chapter.
|
||||
</para>
|
||||
</section>
|
||||
|
||||
&reference.nsapi.ini;
|
||||
|
||||
<section id="nsapi.resources">
|
||||
&reftitle.resources;
|
||||
&no.resource;
|
||||
</section>
|
||||
|
||||
<section id="nsapi.constants">
|
||||
&reftitle.constants;
|
||||
&no.constants;
|
||||
</section>
|
||||
</partintro>
|
||||
|
||||
&reference.nsapi.functions;
|
||||
|
||||
</reference>
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
mode: sgml
|
||||
sgml-omittag:t
|
||||
sgml-shorttag:t
|
||||
sgml-minimize-attributes:nil
|
||||
sgml-always-quote-attributes:t
|
||||
sgml-indent-step:1
|
||||
sgml-indent-data:t
|
||||
indent-tabs-mode:nil
|
||||
sgml-parent-document:nil
|
||||
sgml-default-dtd-file:"../../../manual.ced"
|
||||
sgml-exposed-tags:nil
|
||||
sgml-local-catalogs:nil
|
||||
sgml-local-ecat-files:nil
|
||||
End:
|
||||
vim600: syn=xml fen fdm=syntax fdl=2 si
|
||||
vim: et tw=78 syn=sgml
|
||||
vi: ts=1 sw=1
|
||||
-->
|
||||
|
Loading…
Reference in a new issue