From: Wez Furlong Date: Fri, 21 May 2004 17:31:49 +0000 (+0000) Subject: Add some blurb X-Git-Tag: RELEASE_0_1~9 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=25049d6cf81dfd45ca1d4be3b6bb9abc0641fee3;p=php Add some blurb --- 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/ +