mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Removed some potentially misleading info.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@303322 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
4d17fa847c
commit
8bf0f2c2ee
1 changed files with 0 additions and 15 deletions
|
@ -4,21 +4,6 @@
|
|||
|
||||
&reftitle.install;
|
||||
|
||||
<para>
|
||||
Versions of PHP since 5.3.0 have MySQL support enabled as standard through the
|
||||
use of the <literal>mysql</literal>, <literal>mysqli</literal>, and
|
||||
<literal>PHP_PDO_MYSQL</literal> extensions. Each of these extensions
|
||||
now uses the <link linkend="mysqlnd.overview">MySQL Native Driver</link> by
|
||||
default, rather than the MySQL Client Library, <literal>libmysql</literal>.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
Versions 5.0, 5.1 and 5.2 of PHP, did not have MySQL support
|
||||
enabled by default. These versions of PHP require MySQL support
|
||||
to be explicitly configured, as they required use of the
|
||||
MySQL Client Library.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
The <literal>mysqli</literal> extension was introduced with PHP version
|
||||
5.0.0. The MySQL Native Driver was included in PHP version 5.3.0.
|
||||
|
|
Loading…
Reference in a new issue