logo       
Google Custom Search
    AddThis Social Bookmark Button
-->

cvs: phpdoc /en/chapters install.windows.xml: msg#00507

Subject: cvs: phpdoc /en/chapters install.windows.xml
dams            Mon Apr 28 08:37:28 2003 EDT

  Modified files:              
    /phpdoc/en/chapters install.windows.xml 
  Log:
  some typos
  adding more filename tags
  
  
  
Index: phpdoc/en/chapters/install.windows.xml
diff -u phpdoc/en/chapters/install.windows.xml:1.29 
phpdoc/en/chapters/install.windows.xml:1.30
--- phpdoc/en/chapters/install.windows.xml:1.29 Sat Apr  5 08:53:32 2003
+++ phpdoc/en/chapters/install.windows.xml      Mon Apr 28 08:37:28 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.29 $ -->
+<!-- $Revision: 1.30 $ -->
   <sect1 id="install.windows">
    <title>Installation on Windows systems</title>
    <para>
@@ -757,16 +757,16 @@
      <listitem>
       <para>
        Enable the extension(s) in &php.ini; you want to use by uncommenting the
-       'extension=php_*.dll' lines in &php.ini;. This is done by deleting the
+       <literal>extension=php_*.dll</literal> lines in &php.ini;. This is done 
by deleting the
        leading ; form the extension you want to load. 
        <example>
-        <title>enable <link linkend="ref.bzip2">Bzip2</link> extension</title>
+        <title>Enable <link linkend="ref.bzip2">Bzip2</link> extension for 
PHP-Windows</title>
          <programlisting role="ini">
 <![CDATA[
 // change the following line from ...
 ;extension=php_bz2.dll
 
-// ... too
+// ... to
 extension=php_bz2.dll
 ]]>
          </programlisting>
@@ -843,7 +843,8 @@
   <row>
    <entry>php_curl.dll</entry>
    <entry><link linkend="ref.curl">CURL</link>, Client URL library 
functions</entry>
-   <entry>Requires: libeay32.dll, ssleay32.dll (bundled)</entry>
+   <entry>Requires: <filename>libeay32.dll</filename>, 
+   <filename>ssleay32.dll</filename> (bundled)</entry>
   </row>
   <row>
    <entry>php_cybercash.dll</entry>
@@ -853,11 +854,12 @@
   <row>
    <entry>php_db.dll</entry>
    <entry><link linkend="ref.dbm">DBM</link> functions</entry>
-   <entry>Deprecated. Use DBA instead (php_dba.dll)</entry>
+   <entry>Deprecated. Use DBA instead 
(<filename>php_dba.dll</filename>)</entry>
   </row>
   <row>
    <entry>php_dba.dll</entry>
-   <entry><link linkend="ref.dba">DBA</link>: DataBase (dbm-style) Abstraction 
layer functions</entry>
+   <entry><link linkend="ref.dba">DBA</link>: DataBase (dbm-style) 
+   Abstraction layer functions</entry>
    <entry>None</entry>
   </row>
   <row>
@@ -878,7 +880,7 @@
   <row>
    <entry>php_domxml.dll</entry>
    <entry><link linkend="ref.domxml">DOM XML</link> functions</entry>
-   <entry>PHP &lt;= 4.2.0 requires: libxml2.dll (bundled)</entry>
+   <entry>PHP &lt;= 4.2.0 requires: <filename>libxml2.dll</filename> 
(bundled)</entry>
   </row>
   <row>
    <entry>php_dotnet.dll</entry>
@@ -898,7 +900,7 @@
   <row>
    <entry>php_fdf.dll</entry>
    <entry><link linkend="ref.fdf">FDF</link>: Forms Data Format 
functions.</entry>
-   <entry>Requires: fdftk.dll (bundled)</entry>
+   <entry>Requires: <filename>fdftk.dll</filename> (bundled)</entry>
   </row>
   <row>
    <entry>php_filepro.dll</entry>
@@ -924,8 +926,8 @@
    <entry>php_gettext.dll</entry>
    <entry><link linkend="ref.gettext">Gettext</link> functions</entry>
    <entry>
-    PHP &lt;= 4.2.0 requires: gnu_gettext.dll (bundled), PHP &gt;= 4.2.3
-    requires libintl-1.dll (bundled).
+    PHP &lt;= 4.2.0 requires <filename>gnu_gettext.dll</filename> (bundled), 
+    PHP &gt;= 4.2.3 requires <filename>libintl-1.dll</filename> (bundled).
    </entry>
   </row>
   <row>
@@ -936,7 +938,8 @@
   <row>
    <entry>php_iconv.dll</entry>
    <entry><link linkend="ref.iconv">ICONV</link> characterset 
conversion</entry>
-   <entry>Requires: iconv-1.3.dll (bundled), PHP &gt;=4.2.1 iconv.dll</entry>
+   <entry>Requires: <filename>iconv-1.3.dll</filename> (bundled), 
+   PHP &gt;=4.2.1 <filename>iconv.dll</filename></entry>
   </row>
   <row>
    <entry>php_ifx.dll</entry>
@@ -951,7 +954,7 @@
   <row>
    <entry>php_imap.dll</entry>
    <entry><link linkend="ref.imap">IMAP</link> POP3 and NNTP functions</entry>
-   <entry>PHP 3: php3_imap4r1.dll</entry>
+   <entry>PHP 3: <filename>php3_imap4r1.dll</filename></entry>
   </row>
   <row>
    <entry>php_ingres.dll</entry>
@@ -961,19 +964,20 @@
   <row>
    <entry>php_interbase.dll</entry>
    <entry><link linkend="ref.ibase">InterBase</link> functions</entry>
-   <entry>Requires: gds32.dll (bundled)</entry>
+   <entry>Requires: <filename>gds32.dll</filename> (bundled)</entry>
   </row>
   <row>
    <entry>php_java.dll</entry>
    <entry><link linkend="ref.java">Java</link> functions</entry>
-   <entry>PHP &lt;= 4.0.6 requires: jvm.dll (bundled)</entry>
+   <entry>PHP &lt;= 4.0.6 requires: <filename>jvm.dll</filename> 
(bundled)</entry>
   </row>
   <row>
    <entry>php_ldap.dll</entry>
    <entry><link linkend="ref.ldap">LDAP</link> functions</entry>
    <entry>
-    PHP &lt;= 4.2.0 requires: libsasl.dll (bundled), PHP &gt;= 4.3.0
-    requires: libeay32.dll, ssleay32.dll (bundled)
+    PHP &lt;= 4.2.0 requires <filename>libsasl.dll</filename> (bundled), 
+    PHP &gt;= 4.3.0 requires <filename>libeay32.dll</filename>, 
+    <filename>ssleay32.dll</filename> (bundled)
    </entry>
   </row>
   <row>
@@ -984,12 +988,12 @@
   <row>
    <entry>php_mcrypt.dll</entry>
    <entry><link linkend="ref.mcrypt">Mcrypt Encryption</link> functions</entry>
-   <entry>Requires: libmcrypt.dll</entry>
+   <entry>Requires: <filename>libmcrypt.dll</filename></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>
+   <entry>PHP &gt;= 4.3.0 requires: <filename>libmhash.dll</filename> 
(bundled)</entry>
   </row>
   <row>
    <entry>php_mime_magic.dll</entry>
@@ -1004,7 +1008,7 @@
   <row>
    <entry>php_msql.dll</entry>
    <entry><link linkend="ref.msql">mSQL</link> functions</entry>
-   <entry>Requires: msql.dll (bundled)</entry>
+   <entry>Requires: <filename>msql.dll</filename> (bundled)</entry>
   </row>
   <row>
    <entry>php3_msql1.dll</entry>
@@ -1019,7 +1023,7 @@
   <row>
    <entry>php_mssql.dll</entry>
    <entry><link linkend="ref.mssql">MSSQL</link> functions</entry>
-   <entry>Requires: ntwdblib.dll (bundled)</entry>
+   <entry>Requires: <filename>ntwdblib.dll</filename> (bundled)</entry>
   </row>
   <row>
    <entry>php3_mysql.dll</entry>
@@ -1044,7 +1048,7 @@
   <row>
    <entry>php_openssl.dll</entry>
    <entry><link linkend="ref.openssl">OpenSSL</link> functions</entry>
-   <entry>Requires: libeay32.dll (bundled)</entry>
+   <entry>Requires: <filename>libeay32.dll</filename> (bundled)</entry>
   </row>
   <row>
    <entry>php_oracle.dll</entry>
@@ -1099,22 +1103,22 @@
   <row>
    <entry>php_w32api.dll</entry>
    <entry><link linkend="ref.w32api">W32api</link> functions</entry>
-   <entry>none</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>
+   <entry>PHP &gt;= 4.2.1 requires: <filename>iconv.dll</filename> 
(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>
+   <entry>Requires: <filename>sablot.dll</filename>, 
<filename>expat.dll</filename> (bundled)</entry>
   </row>
   <row>
    <entry>php_yaz.dll</entry>
    <entry><link linkend="ref.yaz">YAZ</link> functions</entry>
-   <entry>Requires: yaz.dll (bundled)</entry>
+   <entry>Requires: <filename>yaz.dll</filename> (bundled)</entry>
   </row>
   <row>
    <entry>php_zib.dll</entry>



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




<Prev in Thread] Current Thread [Next in Thread>