thetaphi                Mon Jul 14 16:36:23 2003 EDT

  Added files:                 
    /phpdoc/en/reference/nsapi  ini.xml reference.xml 
  Log:
  initial commit
  

Index: phpdoc/en/reference/nsapi/ini.xml
+++ phpdoc/en/reference/nsapi/ini.xml
<?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
-->



Index: phpdoc/en/reference/nsapi/reference.xml
+++ phpdoc/en/reference/nsapi/reference.xml
<?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
-->




-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to