mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Add information for Windows users and PHP 5 in regards to libmysql.dll
#this question comes up a lot and hopefully this will help. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@164043 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
14fb8e9655
commit
d9d0fc3bf3
1 changed files with 7 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<!-- $Revision: 1.9 $ -->
|
||||
<section id="mysql.installation">
|
||||
&reftitle.install;
|
||||
<para id="mysql.configure">
|
||||
|
@ -24,7 +24,12 @@
|
|||
<para>
|
||||
In PHP 5, MySQL is no longer enabled by default, nor is the MySQL library
|
||||
bundled with PHP. Read this <link linkend="faq.databases.mysql.php5">
|
||||
FAQ</link> for details on why.
|
||||
FAQ</link> for details on why. Because of this, Windows users will need
|
||||
to enable <filename>php_mysql.dll</filename> inside of &php.ini; and either
|
||||
copy libmysql.dll into the Windows system directory or make it available to
|
||||
the PATH. For compiling, simply use <option role="configure">
|
||||
--with-mysql=[DIR]</option> where
|
||||
<literal>[DIR]</literal> is defined.
|
||||
</para>
|
||||
<para>
|
||||
This MySQL extension doesn't support full functionality of MySQL versions greater than
|
||||
|
|
Loading…
Reference in a new issue