From: Wez Furlong Date: Fri, 18 Feb 2005 15:39:22 +0000 (+0000) Subject: add this note. X-Git-Tag: RELEASE_0_2_4~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cdbe7b7afab9d05f06e1184fc16f2cbb7cf96aa5;p=php add this note. --- diff --git a/ext/pdo/package.xml b/ext/pdo/package.xml index ab6bc58849..c0d27de57a 100755 --- a/ext/pdo/package.xml +++ b/ext/pdo/package.xml @@ -67,6 +67,12 @@ http://snaps.php.net/win32/PECL_5_0/ - PDO_FETCH_CLASS now passes args through to the class constructor - Now builds directly via "pear install PDO" (upgrade to PEAR 1.3.5 first) +** Note ** + +You should uninstall and re-install your individual database drivers whenever +you upgrade the base PDO package, otherwise you will see an error about PDO API +numbers when you run your PHP scripts. +