mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
some typos
adding more filename tags git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@124875 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
4d48c42923
commit
18da3e3dc6
1 changed files with 30 additions and 26 deletions
|
@ -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 @@ extension_dir = c:/php/extensions/
|
|||
<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 @@ extension=php_bz2.dll
|
|||
<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 @@ extension=php_bz2.dll
|
|||
<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 @@ extension=php_bz2.dll
|
|||
<row>
|
||||
<entry>php_domxml.dll</entry>
|
||||
<entry><link linkend="ref.domxml">DOM XML</link> functions</entry>
|
||||
<entry>PHP <= 4.2.0 requires: libxml2.dll (bundled)</entry>
|
||||
<entry>PHP <= 4.2.0 requires: <filename>libxml2.dll</filename> (bundled)</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>php_dotnet.dll</entry>
|
||||
|
@ -898,7 +900,7 @@ extension=php_bz2.dll
|
|||
<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 @@ extension=php_bz2.dll
|
|||
<entry>php_gettext.dll</entry>
|
||||
<entry><link linkend="ref.gettext">Gettext</link> functions</entry>
|
||||
<entry>
|
||||
PHP <= 4.2.0 requires: gnu_gettext.dll (bundled), PHP >= 4.2.3
|
||||
requires libintl-1.dll (bundled).
|
||||
PHP <= 4.2.0 requires <filename>gnu_gettext.dll</filename> (bundled),
|
||||
PHP >= 4.2.3 requires <filename>libintl-1.dll</filename> (bundled).
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
|
@ -936,7 +938,8 @@ extension=php_bz2.dll
|
|||
<row>
|
||||
<entry>php_iconv.dll</entry>
|
||||
<entry><link linkend="ref.iconv">ICONV</link> characterset conversion</entry>
|
||||
<entry>Requires: iconv-1.3.dll (bundled), PHP >=4.2.1 iconv.dll</entry>
|
||||
<entry>Requires: <filename>iconv-1.3.dll</filename> (bundled),
|
||||
PHP >=4.2.1 <filename>iconv.dll</filename></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>php_ifx.dll</entry>
|
||||
|
@ -951,7 +954,7 @@ extension=php_bz2.dll
|
|||
<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 @@ extension=php_bz2.dll
|
|||
<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 <= 4.0.6 requires: jvm.dll (bundled)</entry>
|
||||
<entry>PHP <= 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 <= 4.2.0 requires: libsasl.dll (bundled), PHP >= 4.3.0
|
||||
requires: libeay32.dll, ssleay32.dll (bundled)
|
||||
PHP <= 4.2.0 requires <filename>libsasl.dll</filename> (bundled),
|
||||
PHP >= 4.3.0 requires <filename>libeay32.dll</filename>,
|
||||
<filename>ssleay32.dll</filename> (bundled)
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
|
@ -984,12 +988,12 @@ extension=php_bz2.dll
|
|||
<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 >= 4.3.0 requires: libmhash.dll (bundled)</entry>
|
||||
<entry>PHP >= 4.3.0 requires: <filename>libmhash.dll</filename> (bundled)</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>php_mime_magic.dll</entry>
|
||||
|
@ -1004,7 +1008,7 @@ extension=php_bz2.dll
|
|||
<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 @@ extension=php_bz2.dll
|
|||
<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 @@ extension=php_bz2.dll
|
|||
<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 @@ extension=php_bz2.dll
|
|||
<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 >= 4.2.1 requires: iconv.dll (bundled)</entry>
|
||||
<entry>PHP >= 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>
|
||||
|
|
Loading…
Reference in a new issue