betz            Sun Mar  2 06:53:03 2003 EDT

  Modified files:              
    /phpdoc/en/chapters install.windows.xml 
  Log:
  extensions dll and dependencies update
  
Index: phpdoc/en/chapters/install.windows.xml
diff -u phpdoc/en/chapters/install.windows.xml:1.26 
phpdoc/en/chapters/install.windows.xml:1.27
--- phpdoc/en/chapters/install.windows.xml:1.26 Sat Feb 22 03:44:20 2003
+++ phpdoc/en/chapters/install.windows.xml      Sun Mar  2 06:53:03 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.26 $ -->
+<!-- $Revision: 1.27 $ -->
   <sect1 id="install.windows">
    <title>Installation on Windows systems</title>
    <para>
@@ -676,8 +676,8 @@
     </para>
     <note>
      <para>
-       In PHP 4.0.6 BCMath, Calendar, COM, FTP, MySQL, ODBC, PCRE, 
-       Session, WDDX and XML support is <emphasis>built in</emphasis>.
+       In PHP 4.3.1 BCMath, Calendar, COM, Ctype, FTP, MySQL, ODBC, Overload,
+       PCRE, Session, Tokenizer, WDDX, XML and Zlib support is <emphasis>built 
in</emphasis>.
        You don't need to load any additional extensions in order to 
        use these functions. See your distributions
        <filename>README.txt</filename> or <filename>install.txt</filename>
@@ -719,7 +719,6 @@
          <entry>Notes</entry>
         </row>
        </thead>
-                                                     
        <tbody>
   <row>
    <entry>php_bz2.dll</entry>
@@ -749,7 +748,7 @@
   <row>
    <entry>php_ctype.dll</entry>
    <entry><link linkend="ref.ctype">ctype</link> family functions</entry>
-   <entry>None</entry>
+   <entry>Built in since PHP 4.3.0</entry>
   </row>
   <row>
    <entry>php_curl.dll</entry>
@@ -759,7 +758,7 @@
   <row>
    <entry>php_cybercash.dll</entry>
    <entry><link linkend="ref.cybercash">Cybercash</link> payment functions</entry>
-   <entry>None</entry>
+   <entry>PHH &lt;= 4.2.0</entry>
   </row>
   <row>
    <entry>php_db.dll</entry>
@@ -782,14 +781,19 @@
    <entry>unknown</entry>
   </row>
   <row>
+   <entry>php_dbx.dll</entry>
+   <entry><link linkend="ref.dbx">dbx</link> functions</entry>
+   <entry></entry>
+  </row>
+  <row>
    <entry>php_domxml.dll</entry>
    <entry><link linkend="ref.domxml">DOM XML</link> functions</entry>
-   <entry>Requires: libxml2.dll (bundled)</entry>
+   <entry>PHH &lt;= 4.2.0 requires: libxml2.dll (bundled)</entry>
   </row>
   <row>
    <entry>php_dotnet.dll</entry>
    <entry><link linkend="ref.dotnet">.NET</link> functions</entry>
-   <entry>None</entry>
+   <entry>PHH &lt;= 4.1.1</entry>
   </row>
   <row>
    <entry>php_exif.dll</entry>
@@ -799,7 +803,7 @@
   <row>
    <entry>php_fbsql.dll</entry>
    <entry><link linkend="ref.fbsql">FrontBase</link> functions</entry>
-   <entry>None</entry>
+   <entry>PHH &lt;= 4.2.0</entry>
   </row>
   <row>
    <entry>php_fdf.dll</entry>
@@ -829,7 +833,10 @@
   <row>
    <entry>php_gettext.dll</entry>
    <entry><link linkend="ref.gettext">Gettext</link> functions</entry>
-   <entry>Requires: gnu_gettext.dll (bundled)</entry>
+   <entry>
+    PHH &lt;= 4.2.0 requires: gnu_gettext.dll (bundled), PHP &gt;= 4.2.3
+    requires libintl-1.dll (bundled).
+   </entry>
   </row>
   <row>
    <entry>php_hyperwave.dll</entry>
@@ -839,7 +846,7 @@
   <row>
    <entry>php_iconv.dll</entry>
    <entry><link linkend="ref.iconv">ICONV</link> characterset conversion</entry>
-   <entry>Requires: iconv-1.3.dll (bundled)</entry>
+   <entry>Requires: iconv-1.3.dll (bundled), PHP &gt;=4.2.1 iconv.dll</entry>
   </row>
   <row>
    <entry>php_ifx.dll</entry>
@@ -868,20 +875,38 @@
   </row>
   <row>
    <entry>php_java.dll</entry>
-   <entry><link linkend="ref.java">Java</link> extension</entry>
-   <entry>Requires: jvm.dll (bundled)</entry>
+   <entry><link linkend="ref.java">Java</link> functions</entry>
+   <entry>PHP &lt;= 4.0.6 requires: jvm.dll (bundled)</entry>
   </row>
   <row>
    <entry>php_ldap.dll</entry>
    <entry><link linkend="ref.ldap">LDAP</link> functions</entry>
-   <entry>Requires: libsasl.dll (bundled)</entry>
+   <entry>
+    PHP &lt;= 4.2.0 requires: libsasl.dll (bundled), PHP &gt;= 4.3.0
+    requires: libeay32.dll, ssleay32.dll (bundled)
+   </entry>
   </row>
   <row>
-   <entry>php_mhash.dll</entry>
-   <entry><link linkend="ref.mhash">Mhash</link> Functions</entry>
+   <entry>php_mbstring.dll</entry>
+   <entry><link linkend="ref.mbstring">Multi-Byte String</link> functions</entry>
    <entry>None</entry>
   </row>
   <row>
+   <entry>php_mcrypt.dll</entry>
+   <entry><link linkend="ref.mcrypt">Mcrypt Encryption</link> functions</entry>
+   <entry>Requires: libmcrypt.dll</entry>
+  </row>
+  <row>
+   <entry>php_mhash.dll</entry>
+   <entry><link linkend="ref.mhash">Mhash</link> functions</entry>
+   <entry>PHP &gt;= 4.3.0 requires: libmhash.dll (bundled)</entry>
+  </row>
+  <row>
+   <entry>php_mime_magic.dll</entry>
+   <entry><link linkend="ref.mime-magic">Mimetype</link> functions</entry>
+   <entry>Requires: <filename>magic.mime</filename> (bundled)</entry>
+  </row>
+  <row>
    <entry>php_ming.dll</entry>
    <entry><link linkend="ref.ming">Ming</link> functions for Flash</entry>
    <entry>None</entry>
@@ -937,6 +962,11 @@
    <entry>Requires: Oracle 7 client libraries</entry>
   </row>
   <row>
+   <entry>php_overload.dll</entry>
+   <entry><link linkend="ref.overload">Object overloading</link> functions</entry>
+   <entry>Built in since PHP 4.3.0</entry>
+  </row>
+  <row>
    <entry>php_pdf.dll</entry>
    <entry><link linkend="ref.pdf">PDF</link> functions</entry>
    <entry>None</entry>
@@ -952,9 +982,9 @@
    <entry>None</entry>
   </row>
   <row>
-   <entry>php_xslt.dll</entry>
-   <entry><link linkend="ref.xslt">XSLT</link> functions</entry>
-   <entry>Requires: sablot.dll (bundled)</entry>
+   <entry>php_shmop.dll</entry>
+   <entry><link linkend="ref.shmop">Shared Memory</link> functions</entry>
+   <entry>None</entry>
   </row>
   <row>
    <entry>php_snmp.dll</entry>
@@ -962,19 +992,49 @@
    <entry>NT only!</entry>
   </row>
   <row>
+   <entry>php_sockets.dll</entry>
+   <entry><link linkend="ref.sockets">Socket</link> functions</entry>
+   <entry>None</entry>
+  </row>
+  <row>
    <entry>php_sybase_ct.dll</entry>
    <entry><link linkend="ref.sybase">Sybase</link> functions</entry>
    <entry>Requires: Sybase client libraries</entry>
   </row>
   <row>
+   <entry>php_tokenizer.dll</entry>
+   <entry><link linkend="ref.tokenizer">Tokenizer</link> functions</entry>
+   <entry>Built in since PHP 4.3.0</entry>
+  </row>
+  <row>
+   <entry>php_w32api.dll</entry>
+   <entry><link linkend="ref.w32api">W32api</link> functions</entry>
+   <entry>none</entry>
+  </row>
+  <row>
+   <entry>php_xmlrpc.dll</entry>
+   <entry><link linkend="ref.xmlrpc">XML-RPC</link> functions</entry>
+   <entry>PHP &gt;= 4.2.1 requires: iconv.dll (bundled)</entry>
+  </row>
+  <row>
+   <entry>php_xslt.dll</entry>
+   <entry><link linkend="ref.xslt">XSLT</link> functions</entry>
+   <entry>Requires: sablot.dll, expat.dll (bundled)</entry>
+  </row>
+  <row>
    <entry>php_yaz.dll</entry>
    <entry><link linkend="ref.yaz">YAZ</link> functions</entry>
-   <entry>None</entry>
+   <entry>Requires: yaz.dll (bundled)</entry>
+  </row>
+  <row>
+   <entry>php_zib.dll</entry>
+   <entry><link linkend="ref.zip">Zip File</link> functions</entry>
+   <entry>Read only access</entry>
   </row>
   <row>
    <entry>php_zlib.dll</entry>
    <entry><link linkend="ref.zlib">ZLib</link> compression functions</entry>
-   <entry>None</entry>
+   <entry>Built in since PHP 4.3.0</entry>
   </row>
        </tbody>
       </tgroup>



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

Reply via email to