From 25049d6cf81dfd45ca1d4be3b6bb9abc0641fee3 Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Fri, 21 May 2004 17:31:49 +0000 Subject: [PATCH] Add some blurb --- ext/pdo/package.xml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/ext/pdo/package.xml b/ext/pdo/package.xml index 64adb44890..1f4da7b865 100755 --- a/ext/pdo/package.xml +++ b/ext/pdo/package.xml @@ -42,7 +42,20 @@ 2004-05-21 - No documentation yet. +Note that PDO on its own is useless. +You need to install a PDO database driver to make use of it, +check http://pecl.php.net for a list of available PDO drivers. + +It is highly recommended that you update to the latest PHP 5 snapshot before using PDO. +You can obtain it from http://snaps.php.net. + +If you are running on Windows, you should download: +http://snaps.php.net/win32/php5-win32-latest.zip +http://snaps.php.net/win32/PECL_5_0/php_pdo.dll + +You can find additional PDO drivers at: +http://snaps.php.net/win32/PECL_5_0/ + -- 2.50.1