From 8bf0f2c2ee5476abbfa9d9069cc2a32ce8f250a3 Mon Sep 17 00:00:00 2001 From: Anthony Bedford Date: Mon, 13 Sep 2010 14:35:41 +0000 Subject: [PATCH] Removed some potentially misleading info. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@303322 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mysqli/install.xml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/reference/mysqli/install.xml b/reference/mysqli/install.xml index abeb0a6d6c..3ba508e33b 100644 --- a/reference/mysqli/install.xml +++ b/reference/mysqli/install.xml @@ -4,21 +4,6 @@ &reftitle.install; - - Versions of PHP since 5.3.0 have MySQL support enabled as standard through the - use of the mysql, mysqli, and - PHP_PDO_MYSQL extensions. Each of these extensions - now uses the MySQL Native Driver by - default, rather than the MySQL Client Library, libmysql. - - - - 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. - - The mysqli extension was introduced with PHP version 5.0.0. The MySQL Native Driver was included in PHP version 5.3.0.