Ticket #497 (closed Bug: fixed)
Update Zend Framework classes to their latest version + backport some changes
| Reported by: | matt | Owned by: | vipsoft |
|---|---|---|---|
| Priority: | major | Milestone: | Piwik 0.4.4 |
| Component: | Core | Keywords: | |
| Cc: | Sensitive: | no |
Description (last modified by vipsoft) (diff)
Piwik is using ZF 1.0 classes. We should update to the latest ZF classes, as long as they don't add an enormous overhead.
Also, we had to patch some files in the early days: look at core/misc/TODO. I noted some changes I had to make in ZF libraries due to some limitations. I created bugs in ZF bug tracker for some of them so some should be fixed by now. we may have to backport some of these changes though.
CHANGES DONE TO LIBRARIES =========================
- edited Zend/Db/Adapter/Abstract.php added resetConfigArray()
- 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'; so that it works when calling Piwik in CLI mode
Change History
Note: See
TracTickets for help on using
tickets.
