diff options
author | alecpl <alec@alec.pl> | 2008-08-26 07:21:50 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2008-08-26 07:21:50 +0000 |
commit | 9e8e5fa634ace418e6b34280133685485b97a9c0 (patch) | |
tree | 80ae14092bef204fe4689e83d72542af5d152d46 /UPGRADING | |
parent | 6ed25604a9f3d4a57b12ad1364af1690f43ec282 (diff) |
- Removed support for PEAR::DB driver
Diffstat (limited to 'UPGRADING')
-rw-r--r-- | UPGRADING | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -19,6 +19,8 @@ from version 0.2-alpha * check the config/main.inc.php.dist for new configuration options and add them to your config WARNING: 'skin_path' option was replaced by 'skin' option +* WARNING: 'db_backend' option has been removed, now only + PEAR::MDB2 driver is supported from version 0.1.1 |