diff options
author | Wez Furlong <wez@php.net> | 2005-02-18 15:39:22 +0000 |
---|---|---|
committer | Wez Furlong <wez@php.net> | 2005-02-18 15:39:22 +0000 |
commit | cdbe7b7afab9d05f06e1184fc16f2cbb7cf96aa5 (patch) | |
tree | 5c3e4d87c51e9ac2b5b117297d83f48258dc8510 /ext | |
parent | 9653864fbd9359a6668a18e136ced0dfcc26dd7e (diff) | |
download | php-git-cdbe7b7afab9d05f06e1184fc16f2cbb7cf96aa5.tar.gz |
add this note.
Diffstat (limited to 'ext')
-rwxr-xr-x | ext/pdo/package.xml | 6 |
1 files changed, 6 insertions, 0 deletions
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. + </notes> <filelist> |