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:
authormatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2009-03-09 22:05:13 +0300
committermatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2009-03-09 22:05:13 +0300
commit3955b4a9ea2a794179c7af1bf83d4ab866c06a6d (patch)
tree94151da7b91fd908e1952e2df3300d3dbf60888a /misc
parentdc8ca9c086b1dadb5b7814039d377181cfd00177 (diff)
fixed #593 Zend require_once path fix
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 f04b0146db..ec9b9a96aa 100644
--- a/misc/TODO
+++ b/misc/TODO
@@ -12,4 +12,3 @@ CHANGES DONE TO LIBRARIES
- edited zend_log and changed attr to protected
- fixed bug fwrite in zend_log stream writer
- fixed PEAR so that it works under PHP5 with STRICT MODE enabled
-- edited line 145 registry.php from require_once 'Zend/Exception.php'; to require_once 'Exception.php';