mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Added php_mysql.dll to the Windows extension list.
Removed php3_mysql.dll for now #am testing cygwin, hope this works! git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@163767 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
8c1cadd826
commit
4ab4e9e1cd
1 changed files with 5 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.44 $ -->
|
||||
<!-- $Revision: 1.45 $ -->
|
||||
<sect1 id="install.windows">
|
||||
<title>Installation on Windows systems</title>
|
||||
<para>
|
||||
|
@ -1036,9 +1036,11 @@ extension=php_bz2.dll
|
|||
<entry>Requires: <filename>ntwdblib.dll</filename> (bundled)</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>php3_mysql.dll</entry>
|
||||
<entry>php_mysql.dll</entry>
|
||||
<entry><link linkend="ref.mysql">MySQL</link> functions</entry>
|
||||
<entry>Built-in in PHP 4</entry>
|
||||
<entry>Needed for PHP 5 and requires <filename>libmySQL.dll</filename>
|
||||
(bundled), Built into PHP 4.
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>php3_nsmail.dll</entry>
|
||||
|
|
Loading…
Reference in a new issue