Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorvipsoft <vipsoft@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2009-09-11 02:22:50 +0400
committervipsoft <vipsoft@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2009-09-11 02:22:50 +0400
commit96375a92e10148bc9d6c33db7939b20b9ef30520 (patch)
tree2c333a0a67acf8fc9b38bd0f3cae491c608c92cd /misc
parent96ff77656090c5b49872f7b14e9f92bf55e0b2ea (diff)
fixes #632 - move local mods to subclassed ZF classes; the duplication in Db/Mysqli.php and Db/Pdo/Mysql.php is unavoidable because PHP doesn't support multiple inheritance
Diffstat (limited to 'misc')
-rw-r--r--misc/TODO1
1 files changed, 0 insertions, 1 deletions
diff --git a/misc/TODO b/misc/TODO
index c3c902ed48..a8cfe5555c 100644
--- a/misc/TODO
+++ b/misc/TODO
@@ -4,5 +4,4 @@ To fix
CHANGES DONE TO LIBRARIES
=========================
-- [ZF-7788] edited Zend/Db/Adapter/Abstract.php added resetConfig()
- fixed PEAR so that it works under PHP5 with STRICT MODE enabled