betz            Sun Dec  1 12:10:18 2002 EDT

  Added files:                 
    /phpdoc/en/reference/ncurses        configure.xml 
    /phpdoc/en/reference/nis    configure.xml 
    /phpdoc/en/reference/oci8   configure.xml 
    /phpdoc/en/reference/openssl        configure.xml 
    /phpdoc/en/reference/oracle configure.xml 
    /phpdoc/en/reference/overload       configure.xml 
    /phpdoc/en/reference/ovrimos        configure.xml 
    /phpdoc/en/reference/pcntl  configure.xml 
    /phpdoc/en/reference/pcre   configure.xml 
    /phpdoc/en/reference/pdf    configure.xml 
    /phpdoc/en/reference/pfpro  configure.xml 
    /phpdoc/en/reference/pgsql  configure.xml 
    /phpdoc/en/reference/posix  configure.xml 
    /phpdoc/en/reference/printer        configure.xml 
    /phpdoc/en/reference/pspell configure.xml 
    /phpdoc/en/reference/qtdom  configure.xml 

  Modified files:              
    /phpdoc/en/reference        rsusi.txt 
    /phpdoc/en/reference/ncurses        reference.xml 
    /phpdoc/en/reference/nis    reference.xml 
    /phpdoc/en/reference/oci8   reference.xml 
    /phpdoc/en/reference/openssl        reference.xml 
    /phpdoc/en/reference/oracle reference.xml 
    /phpdoc/en/reference/overload       reference.xml 
    /phpdoc/en/reference/ovrimos        reference.xml 
    /phpdoc/en/reference/pcntl  reference.xml 
    /phpdoc/en/reference/pcre   reference.xml 
    /phpdoc/en/reference/pdf    reference.xml 
    /phpdoc/en/reference/pfpro  reference.xml 
    /phpdoc/en/reference/pgsql  reference.xml 
    /phpdoc/en/reference/posix  reference.xml 
    /phpdoc/en/reference/printer        reference.xml 
    /phpdoc/en/reference/pspell reference.xml 
    /phpdoc/en/reference/qtdom  reference.xml 
  Log:
  rsusi.txt: reflect changes
  configure.xml files added, linking from refernce.xml files
  
  
Index: phpdoc/en/reference/rsusi.txt
diff -u phpdoc/en/reference/rsusi.txt:1.40 phpdoc/en/reference/rsusi.txt:1.41
--- phpdoc/en/reference/rsusi.txt:1.40  Sat Nov 30 10:33:18 2002
+++ phpdoc/en/reference/rsusi.txt       Sun Dec  1 12:10:12 2002
@@ -90,26 +90,26 @@
 mssql                        ~     ***
 muscat         ~ ????
 mysql                        yes   yes
-ncurses                      yes
-network        ~             yes
-nis            
+ncurses                      yes   yes
+network        ~             yes   none
+nis/yp                       none  yes
 notes          ~
-objaggregation 
-oci8           
-openssl        ++
-oracle         ~
-outcontrol                   yes
-overload       
-ovrimos        
-pcntl          
-pcre           
-pdf            ++
-pfpro                        yes
-pgsql          ++            yes
-posix          ~
-printer        ~             yes
-pspell         
-qtdom          ~
+objaggregation               none  none
+oci8                         none  yes
+openssl        ++            none  yes
+oracle         ~             none  yes
+outcontrol                   yes   none
+overload                     none  yes
+ovrimos                      none  yes
+pcntl                        none  yes
+pcre                         none  yes
+pdf            ++            none  ***
+pfpro                        yes   yes
+pgsql          ++            yes   yes
+posix          ~             none  yes
+printer        ~             yes   yes
+pspell                       none  yes
+qtdom          ~             none  yes
 readline       
 recode         
 regex          
Index: phpdoc/en/reference/ncurses/reference.xml
diff -u phpdoc/en/reference/ncurses/reference.xml:1.4 
phpdoc/en/reference/ncurses/reference.xml:1.5
--- phpdoc/en/reference/ncurses/reference.xml:1.4       Sat Sep 14 17:23:13 2002
+++ phpdoc/en/reference/ncurses/reference.xml   Sun Dec  1 12:10:13 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
  <reference id="ref.ncurses">
   <title>Ncurses terminal screen control functions</title>
   <titleabbrev>ncurses functions</titleabbrev>
@@ -11,6 +11,9 @@
      ncurses (new curses) is a free software emulation of curses in
      System V Rel 4.0 (and above). It uses terminfo format, supports pads,
      colors, multiple highlights, form characters and function key mapping.
+     Because of the interactive nature of this library, it will be of little
+     use for writing Web applications, but may be useful when writing scripts meant
+     <link linkend="features.commandline">using PHP from the command line</link>.
     </para>
     &warn.experimental;
     <para>
@@ -40,15 +43,8 @@
      or from an other GNU-Mirror.
     </para>
    </section>
-   
-   <section id="ncurses.installation">
-    &reftitle.install;
-    <para>
-     To get these functions to work, you have to compile the CGI
-     version of PHP with <option
-     role="configure">--with-ncurses</option>.
-    </para>
-   </section>
+
+   &reference.ncurses.configure;
 
    &reference.ncurses.ini;
 
Index: phpdoc/en/reference/nis/reference.xml
diff -u phpdoc/en/reference/nis/reference.xml:1.5 
phpdoc/en/reference/nis/reference.xml:1.6
--- phpdoc/en/reference/nis/reference.xml:1.5   Fri Nov 15 02:11:54 2002
+++ phpdoc/en/reference/nis/reference.xml       Sun Dec  1 12:10:13 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
   <reference id="ref.nis">
   <title>YP/NIS Functions</title>
   <titleabbrev>YP/NIS</titleabbrev>
@@ -15,6 +15,7 @@
      The Linux NIS(YP)/NYS/NIS+ HOWTO</ulink>. There is also a book called <ulink
      url="&url.nis.book;">Managing NFS and NIS</ulink> by Hal Stern.
     </para>
+    &note.no-windows.extension;
    </section>
    
    <section id="nis.requirements">
@@ -26,12 +27,11 @@
     </para>
    </section>
     
-   <section id="nis.installation">
-    &reftitle.install;
-    <para>
-     To get these functions to work, you have to configure PHP with
-     <option role="configure">--enable-yp</option>.
-    </para>
+   &reference.nis.configure;
+
+   <section id="nis.configuration">
+    &reftitle.runtime;
+    &no.config;
    </section>
    
    &reference.nis.constants;
Index: phpdoc/en/reference/oci8/reference.xml
diff -u phpdoc/en/reference/oci8/reference.xml:1.7 
phpdoc/en/reference/oci8/reference.xml:1.8
--- phpdoc/en/reference/oci8/reference.xml:1.7  Fri Aug  9 06:26:07 2002
+++ phpdoc/en/reference/oci8/reference.xml      Sun Dec  1 12:10:13 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
  <reference id="ref.oci8">
   <title>Oracle 8 functions</title>
   <titleabbrev>OCI8</titleabbrev>
@@ -111,16 +111,8 @@
     </para>
    </note>
    </section>
-   
 
-   <section id="oci8.installation">
-    &reftitle.install;
-    <para>
-     You have to compile PHP with the option
-     <option role="configure">--with-oci8[=DIR]</option>, where DIR defaults to
-     your environmment variable ORACLE_HOME.
-    </para>
-   </section>
+   &reference.oci8.configure;
 
    <section id="oci8.configuration">
     &reftitle.runtime;
Index: phpdoc/en/reference/openssl/reference.xml
diff -u phpdoc/en/reference/openssl/reference.xml:1.5 
phpdoc/en/reference/openssl/reference.xml:1.6
--- phpdoc/en/reference/openssl/reference.xml:1.5       Sun Nov 24 21:00:09 2002
+++ phpdoc/en/reference/openssl/reference.xml   Sun Dec  1 12:10:14 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
  <reference id="ref.openssl">
   <title>OpenSSL functions</title>
   <titleabbrev>OpenSSL</titleabbrev>
@@ -26,22 +26,7 @@
     </para>
    </section>
 
-   <section id="openssl.installation">
-    &reftitle.install;
-    <para>
-     To use PHP's OpenSSL support you must also compile PHP <option
-     role="configure">--with-openssl[=DIR]</option>.
-    </para>
-    <note>
-     <title>Note to Win32 Users</title>
-     <simpara>
-      In order to enable this module on a Windows environment, you must copy
-      <emphasis>libeay32.dll</emphasis> from the DLL folder of the PHP/Win32 binary
-      package to the SYSTEM32 folder of your windows machine. (Ex: C:\WINNT\SYSTEM32
-      or C:\WINDOWS\SYSTEM32)
-     </simpara>
-    </note>
-   </section>
+   &reference.openssl.configure;
 
    <section id="openssl.configuration">
     &reftitle.runtime;
Index: phpdoc/en/reference/oracle/reference.xml
diff -u phpdoc/en/reference/oracle/reference.xml:1.3 
phpdoc/en/reference/oracle/reference.xml:1.4
--- phpdoc/en/reference/oracle/reference.xml:1.3        Sun Jul 28 10:31:24 2002
+++ phpdoc/en/reference/oracle/reference.xml    Sun Dec  1 12:10:14 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
  <reference id="ref.oracle">
   <title>Oracle functions</title>
   <titleabbrev>Oracle</titleabbrev>
@@ -12,7 +12,9 @@
      See also the <link linkend="ref.oci8">OCI8</link> extension.
     </para>
    </section>
-   
+
+   &reference.oracle.configure;
+
    &reference.oracle.constants;
    
   </partintro>
Index: phpdoc/en/reference/overload/reference.xml
diff -u phpdoc/en/reference/overload/reference.xml:1.4 
phpdoc/en/reference/overload/reference.xml:1.5
--- phpdoc/en/reference/overload/reference.xml:1.4      Tue Sep 17 05:28:09 2002
+++ phpdoc/en/reference/overload/reference.xml  Sun Dec  1 12:10:14 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
  <reference id="ref.overload">
   <title>Object property and method call overloading</title>
   <titleabbrev>Object overloading</titleabbrev>
@@ -29,13 +29,7 @@
     &no.requirement;
    </section>
 
-   <section id="overload.installation">
-    &reftitle.install;
-    <para>
-     In order to use these functions, you must compile
-     PHP with the <option role="configure">--enable-overload</option> option.
-    </para>
-   </section>
+   &reference.overload.configure;
 
    <section id="overload.configuration">
     &reftitle.runtime;
Index: phpdoc/en/reference/ovrimos/reference.xml
diff -u phpdoc/en/reference/ovrimos/reference.xml:1.5 
phpdoc/en/reference/ovrimos/reference.xml:1.6
--- phpdoc/en/reference/ovrimos/reference.xml:1.5       Fri Aug  9 06:26:08 2002
+++ phpdoc/en/reference/ovrimos/reference.xml   Sun Dec  1 12:10:15 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
  <reference id="ref.ovrimos">
   <title>Ovrimos SQL functions</title>
   <titleabbrev>OvrimosSQL</titleabbrev>
@@ -11,6 +11,7 @@
      Ovrimos SQL Server, is a client/server, transactional RDBMS
      combined with Web capabilities and fast transactions.
     </para>
+    &note.no-windows.extension;
    </section>
    
    <section id="ovrimos.requirements">
@@ -21,15 +22,8 @@
      sqlcli library available in the Ovrimos SQL Server distribution.
     </para>
    </section>
-   
-   <section id="ovrimos.installation">
-    &reftitle.install;
-    <para>
-     To enable Ovrimos support in PHP just compile PHP with the
-     <option role="configure">--with-ovrimos</option>
-     parameter to configure script. 
-    </para>
-   </section>
+
+   &reference.ovrimos.configure;
 
    <section id="ovrimos.configuration">
     &reftitle.runtime;
Index: phpdoc/en/reference/pcntl/reference.xml
diff -u phpdoc/en/reference/pcntl/reference.xml:1.4 
phpdoc/en/reference/pcntl/reference.xml:1.5
--- phpdoc/en/reference/pcntl/reference.xml:1.4 Fri Aug  9 06:26:08 2002
+++ phpdoc/en/reference/pcntl/reference.xml     Sun Dec  1 12:10:16 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
  <reference id="ref.pcntl">
   <title>Process Control Functions</title>
   <titleabbrev>PCNTL</titleabbrev>
@@ -22,6 +22,7 @@
      or a comprehensive reference such as Advanced Programming in the
      UNIX Environment by W. Richard Stevens (Addison-Wesley).
    </para>
+   &note.no-windows.extension;
    </section>
 
    <section id="pcntl.requirements">
@@ -29,22 +30,7 @@
     &no.requirement;
    </section>
 
-   <section id="pcntl.installation">
-    &reftitle.install;
-    <para>
-     Process Control support in PHP is not enabled by default. You will need
-     to use the <link
-     linkend="install.configure.enable-pcntl">--enable-pcntl</link>
-     configuration option when compiling PHP to enable Process Control
-     support.
-    </para>
-    <note>
-     <para>
-      Currently, this module will not function on non-Unix platforms
-      (Windows).
-     </para>
-    </note>
-   </section>
+   &reference.pcntl.configure;
 
    <section id="pcntl.configuration">
     &reftitle.runtime;
Index: phpdoc/en/reference/pcre/reference.xml
diff -u phpdoc/en/reference/pcre/reference.xml:1.4 
phpdoc/en/reference/pcre/reference.xml:1.5
--- phpdoc/en/reference/pcre/reference.xml:1.4  Sun Jul 28 10:33:12 2002
+++ phpdoc/en/reference/pcre/reference.xml      Sun Dec  1 12:10:16 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <reference id="ref.pcre">
   <title>Regular Expression Functions (Perl-Compatible)</title>
   <titleabbrev>PCRE</titleabbrev>   
@@ -36,17 +36,8 @@
      available at <ulink url="&url.pcre;">&url.pcre;</ulink>.
     </para>
    </section>
-    
-   <section id="pcre.installation">
-    &reftitle.install;
-    <para>
-     Beginning with PHP 4.2.0 this function are enabled by default.
-     For older versions you have to configure and compile PHP 
-     with <option role="configure">--with-pcre-regex[=DIR]</option> in order
-     to use these functions. You can disable the pcre functions with <option
-     role="configure">--without-pcre-regex</option>.
-    </para>
-   </section>
+
+   &reference.pcre.configure;
 
    <section id="pcre.configuration">
     &reftitle.runtime;
Index: phpdoc/en/reference/pdf/reference.xml
diff -u phpdoc/en/reference/pdf/reference.xml:1.5 
phpdoc/en/reference/pdf/reference.xml:1.6
--- phpdoc/en/reference/pdf/reference.xml:1.5   Tue Sep 17 05:58:38 2002
+++ phpdoc/en/reference/pdf/reference.xml       Sun Dec  1 12:10:16 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
  <reference id="ref.pdf">
   <title>PDF functions </title>
   <titleabbrev>PDF</titleabbrev>
@@ -50,13 +50,7 @@
      url="&url.tiff;">TIFF</ulink> libraries are required to compile
      this extension.
     </para>
-   <section id="pdf.install.pdflib">
-    <title>PDFlib 3.x Installation Hints</title>
-    <simpara>
-     When using version 3.x of PDFlib, you should configure PDFlib
-     with the option <literal>--enable-shared-pdflib</literal>.
-    </simpara>
-   </section>
+
    <section id="pdf.oldlibs.hints">
     <title>Issues with older versions of PDFlib</title>
     <simpara>
@@ -69,14 +63,7 @@
    </section>
    </section>
 
-   <section id="pdf.installation">
-    &reftitle.install;
-    <para>
-     Please see the <link
-     linkend="install.configure.with-pdflib">PDFlib installation</link>
-     section for more information about compiling PDF support into PHP.
-    </para>
-   </section>
+   &reference.pdf.configure;
 
    <section id="pdf.configuration">
     &reftitle.runtime;
Index: phpdoc/en/reference/pfpro/reference.xml
diff -u phpdoc/en/reference/pfpro/reference.xml:1.6 
phpdoc/en/reference/pfpro/reference.xml:1.7
--- phpdoc/en/reference/pfpro/reference.xml:1.6 Sat Sep 14 17:24:10 2002
+++ phpdoc/en/reference/pfpro/reference.xml     Sun Dec  1 12:10:16 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
  <reference id="ref.pfpro">
   <title>Verisign Payflow Pro functions</title>
   <titleabbrev>Verisign Payflow Pro</titleabbrev>
@@ -31,6 +31,7 @@
       parameters.
      </para>
     </note>
+    &note.no-windows.extension;
    </section>
 
    <section id="pfpro.requirements">
@@ -52,13 +53,7 @@
     </para>
    </section>
 
-   <section id="pfpro.installation">
-    &reftitle.install;
-    <para>
-     These functions are only available if PHP has been compiled with the
-     <option role="configure">--with-pfpro[=DIR]</option> option.
-    </para>
-   </section>
+   &reference.pfpro.configure;
 
    &reference.pfpro.ini;
 
Index: phpdoc/en/reference/pgsql/reference.xml
diff -u phpdoc/en/reference/pgsql/reference.xml:1.11 
phpdoc/en/reference/pgsql/reference.xml:1.12
--- phpdoc/en/reference/pgsql/reference.xml:1.11        Fri Nov 29 21:10:12 2002
+++ phpdoc/en/reference/pgsql/reference.xml     Sun Dec  1 12:10:17 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.11 $ -->
+<!-- $Revision: 1.12 $ -->
  <reference id="ref.pgsql">
   <title>PostgreSQL functions</title>
   <titleabbrev>PostgreSQL</titleabbrev>
@@ -30,17 +30,7 @@
     </para>
    </section>
 
-   <section id="pgsql.installation">
-    &reftitle.install;
-    <para>
-     In order to enable PostgreSQL support,
-     <option role="configure">--with-pgsql[=DIR]</option> is required when you compile
-     PHP. If shared object module is available, PostgreSQL module may
-     be loaded using <link linkend="ini.extension">extension</link>
-     directive in &php.ini; or <function>dl</function>
-     function.
-    </para> 
-   </section>
+   &reference.pgsql.configure;
 
    &reference.pgsql.ini;
 
Index: phpdoc/en/reference/posix/reference.xml
diff -u phpdoc/en/reference/posix/reference.xml:1.4 
phpdoc/en/reference/posix/reference.xml:1.5
--- phpdoc/en/reference/posix/reference.xml:1.4 Wed Aug  7 06:02:13 2002
+++ phpdoc/en/reference/posix/reference.xml     Sun Dec  1 12:10:17 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
  <reference id="ref.posix">
   <title>POSIX functions</title>
   <titleabbrev>POSIX</titleabbrev>
@@ -29,13 +29,10 @@
       operating in such an environment.
      </para>
     </warning>
-    <note>
-     <para>
-      The POSIX extension is <emphasis
-      role="strong">not</emphasis> available on the Windows platform.
-     </para>
-    </note>
+    &note.no-windows.extension;
    </section>
+
+   &reference.posix.configure;
 
    <section id="posix.seealso">
     &reftitle.seealso;
Index: phpdoc/en/reference/printer/reference.xml
diff -u phpdoc/en/reference/printer/reference.xml:1.4 
phpdoc/en/reference/printer/reference.xml:1.5
--- phpdoc/en/reference/printer/reference.xml:1.4       Sun Sep 15 11:20:04 2002
+++ phpdoc/en/reference/printer/reference.xml   Sun Dec  1 12:10:17 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <reference id="ref.printer">
   <title>Printer functions</title>
   <titleabbrev>Printer</titleabbrev>
@@ -9,16 +9,11 @@
     &reftitle.intro;
     <para>
      These functions are only available under Windows 9.x, ME, NT4 and 
-     2000. They have been added in PHP 4 (4.0.4).
+     2000. They have been added in PHP 4.0.4.
     </para>
    </section>
 
-   <section id="printer.installation">
-    &reftitle.install;
-    <para>
-     Add the line <filename>extension=php_printer.dll</filename> to your &php.ini; 
file.
-    </para>
-   </section>
+   &reference.printer.configure;
 
    &reference.printer.ini;
 
Index: phpdoc/en/reference/pspell/reference.xml
diff -u phpdoc/en/reference/pspell/reference.xml:1.5 
phpdoc/en/reference/pspell/reference.xml:1.6
--- phpdoc/en/reference/pspell/reference.xml:1.5        Fri Aug 23 09:58:54 2002
+++ phpdoc/en/reference/pspell/reference.xml    Sun Dec  1 12:10:17 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
 
 <!-- pspell currently (2001-08-14) doesn't use resources -->
  <reference id="ref.pspell">
@@ -14,6 +14,7 @@
      These functions allow you to check the spelling of a word and offer
      suggestions.
     </para>
+    &note.no-windows.extension;
    </section>
    
    <section id="pspell.requirements">
@@ -25,14 +26,7 @@
     </para>
    </section>
    
-   <section id="pspell.installation">
-    &reftitle.install;
-    <para>
-     If you have the libraries needed add the
-     <option role="configure">--with-pspell[=dir]</option> option
-     when compiling PHP.
-    </para>
-   </section>
+   &reference.pspell.configure;
    
    <section id="pspell.configuration">
     &reftitle.runtime;
Index: phpdoc/en/reference/qtdom/reference.xml
diff -u phpdoc/en/reference/qtdom/reference.xml:1.3 
phpdoc/en/reference/qtdom/reference.xml:1.4
--- phpdoc/en/reference/qtdom/reference.xml:1.3 Wed Aug  7 06:03:39 2002
+++ phpdoc/en/reference/qtdom/reference.xml     Sun Dec  1 12:10:18 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
  <reference id="ref.qtdom">
   <title>qtdom functions</title>
   <titleabbrev>qtdom functions</titleabbrev>
@@ -8,6 +8,17 @@
    <para>
    &warn.experimental;
    </para>
+   &note.no-windows.extension;
+
+   <section id="qtdom.requirements">
+    &reftitle.required;
+    <para>
+     You need the Qt-library &gt;=2.2.0
+    </para>
+   </section>
+
+   &reference.qtdom.configure;
+
   </partintro>
 
 &reference.qtdom.functions;

Index: phpdoc/en/reference/ncurses/configure.xml
+++ phpdoc/en/reference/ncurses/configure.xml
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<section id="ncurses.installation">
 &reftitle.install;
 <para>
  To get these functions to work, you have to compile the CGI or CLI
  version of PHP with <option role="configure">--with-ncurses[=DIR]</option>.
 </para>
</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/nis/configure.xml
+++ phpdoc/en/reference/nis/configure.xml
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<section id="nis.installation">
 &reftitle.install;
 <para>
  To get these functions to work, you have to configure PHP with
  <option role="configure">--enable-yp</option>.
 </para>
</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/oci8/configure.xml
+++ phpdoc/en/reference/oci8/configure.xml
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<section id="oci8.installation">
 &reftitle.install;
 <para>
  You have to compile PHP with the option
  <option role="configure">--with-oci8[=DIR]</option>, where DIR defaults to
  your environmment variable ORACLE_HOME.
 </para>
</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/openssl/configure.xml
+++ phpdoc/en/reference/openssl/configure.xml
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<section id="openssl.installation">
 &reftitle.install;
 <para>
  To use PHP's OpenSSL support you must also compile PHP <option
  role="configure">--with-openssl[=DIR]</option>.
 </para>
 <note>
  <title>Note to Win32 Users</title>
  <simpara>
   In order to enable this module on a Windows environment, you must copy
   <emphasis>libeay32.dll</emphasis> from the DLL folder of the PHP/Win32 binary
   package to the SYSTEM32 folder of your windows machine. (Ex: C:\WINNT\SYSTEM32
   or C:\WINDOWS\SYSTEM32)
  </simpara>
 </note>
</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/oracle/configure.xml
+++ phpdoc/en/reference/oracle/configure.xml
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<section id="oracle.installation">
 &reftitle.install;
 <para>
  You have to compile PHP with the option
  <option role="configure">--with-oracle[=DIR]</option>, where DIR defaults
  to your environmment variable ORACLE_HOME.
 </para>
</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/overload/configure.xml
+++ phpdoc/en/reference/overload/configure.xml
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<section id="overload.installation">
 &reftitle.install;
 <para>
  In order to use these functions, you must compile
  PHP with the <option role="configure">--enable-overload</option> option.
  Starting with PHP 4.3.0 this extension is enabled by default. You can
  disable overload support with
  <option role="configure">--disable--overload</option>.
 </para>
 &windows.builtin;
 <note>
  <simpara>
   Builtin support for overload is available with PHP 4.3.0.
  </simpara>
 </note>
</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/ovrimos/configure.xml
+++ phpdoc/en/reference/ovrimos/configure.xml
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<section id="ovrimos.installation">
 &reftitle.install;
 <para>
  To enable Ovrimos support in PHP just compile PHP with the
  <option role="configure">--with-ovrimos[=DIR]</option>
  parameter to your configure line. DIR is the Ovrimos' libsqlcli install
  directory.
 </para>
</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/pcntl/configure.xml
+++ phpdoc/en/reference/pcntl/configure.xml
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<section id="pcntl.installation">
 &reftitle.install;
 <para>
  Process Control support in PHP is not enabled by default. You will need
  to use the <option role="configure">--enable-pcntl</option>
  configuration option when compiling PHP to enable Process Control
  support.
 </para>
 <note>
  <para>
   Currently, this module will not function on non-Unix platforms
   (Windows).
  </para>
 </note>
</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/pcre/configure.xml
+++ phpdoc/en/reference/pcre/configure.xml
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<section id="pcre.installation">
 &reftitle.install;
 <para>
  Beginning with PHP 4.2.0 these functions are enabled by default. You can
  disable the pcre functions with
  <option role="configure">--without-pcre-regex</option>.
  For older versions you have to configure and compile PHP 
  with <option role="configure">--with-pcre-regex[=DIR]</option> in order
  to use these functions.
 </para>
 &windows.builtin;
</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/pdf/configure.xml
+++ phpdoc/en/reference/pdf/configure.xml
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<section id="pdf.installation">
 &reftitle.install;
 <para>
  To get these functions to work, you have to compile PHP with
  <option role="configure">--with-pdflib[=DIR]</option>. DIR is the PDFlib
  base install directory, defaults to <filename>/usr/local</filename>.
  In addition you can specify the jpeg, tiff, and pnglibrary for PDFlib to
  use, which is optional for PDFlib 4.x.
  To do so add to your configure line the options
  <option role="configure">--with-jpeg-dir[=DIR]</option>
  <option role="configure">--with-png-dir[=DIR]</option>
  <option role="configure">--with-tiff-dir[=DIR]</option>.
 </para>
 <para>
  When using version 3.x of PDFlib, you should configure PDFlib
  with the option <literal>--enable-shared-pdflib</literal>.
 </para>
</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/pfpro/configure.xml
+++ phpdoc/en/reference/pfpro/configure.xml
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<section id="pfpro.installation">
 &reftitle.install;
 <para>
  These functions are only available if PHP has been compiled with the
  <option role="configure">--with-pfpro[=DIR]</option> option.
 </para>
</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/pgsql/configure.xml
+++ phpdoc/en/reference/pgsql/configure.xml
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<section id="pgsql.installation">
 &reftitle.install;
 <para>
  In order to enable PostgreSQL support,
  <option role="configure">--with-pgsql[=DIR]</option> is required when you compile
  PHP. DIR is the PostgreSQL base install directory, defaults to
  <filename>/usr/local/pgsql</filename>. If shared object module is
  available, PostgreSQL module may be loaded using
  <link linkend="ini.extension">extension</link> directive in &php.ini; or
  <function>dl</function>
  function.
 </para> 
</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/posix/configure.xml
+++ phpdoc/en/reference/posix/configure.xml
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<section id="posix.installation">
 &reftitle.install;
 <para>
  POSIX functions are enabled by default. You can disable POSIX-like
  functions with <option role="configure">--disable-posix</option>.
 </para>
</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/printer/configure.xml
+++ phpdoc/en/reference/printer/configure.xml
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<section id="printer.installation">
 &reftitle.install;
 <para>
  Add the line <filename>extension=php_printer.dll</filename> to your &php.ini; file.
 </para>
</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/pspell/configure.xml
+++ phpdoc/en/reference/pspell/configure.xml
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<section id="pspell.installation">
 &reftitle.install;
 <para>
  If you have the libraries needed add the
  <option role="configure">--with-pspell[=dir]</option> option
  when compiling PHP.
 </para>
</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/qtdom/configure.xml
+++ phpdoc/en/reference/qtdom/configure.xml
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<section id="qtdom.installation">
 &reftitle.install;
 <para>
  Configure PHP <option role="configure">--with-qtdom</option> to use
  these functions.
 </para>
</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
-->


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

Reply via email to