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
diff options
context:
space:
mode:
authorMatthieu Napoli <matthieu@mnapoli.fr>2015-03-17 07:43:00 +0300
committerMatthieu Napoli <matthieu@mnapoli.fr>2015-03-17 07:43:00 +0300
commit74f0d0ff2529aed1ce07bb2409ea204c9cadd99c (patch)
tree45c5771d084b4748f50b2ae49d8c850849ef19fe /libs/README.md
parent80afbfc934fece8e288e6526c0d53afc94f2677e (diff)
Updated to piwik/decompress 1.0 and install PEAR through Composer
PEAR is installed through Composer with the latest version of piwik/decompress anyway. I've removed it from the libs folder after comparing the files. `is_a()` is not deprecated anymore, and I couldn't find any usage of the modified methods `raiseError()` and `isError()` in HTML_Quickform. I had to require pear/pear-core-minimal on top of pear/pear_exception because there is no transitive dependency. I have opened https://github.com/pear/PEAR_Exception/issues/8
Diffstat (limited to 'libs/README.md')
-rw-r--r--libs/README.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/libs/README.md b/libs/README.md
index 333df17ceb..6488a45169 100644
--- a/libs/README.md
+++ b/libs/README.md
@@ -17,10 +17,6 @@ third-party libraries:
- The bug #4206 (GD with JIS-mapped Japanese Font Support) was fixed in this
commit: https://github.com/piwik/piwik/commit/516c13d9b13ca3b908575eb809f7ad9d9397f0e1
Changed files: class/pImage.class.php class/pDraw.class.php
- * PEAR/, PEAR.php
- - in r2419, add static keyword to isError and raiseError as it throws notices
- in HTML_Quickform2
- - in r2422, is_a() is deprecated for php 5.0 to 5.2.x
* sparkline/
- in r1296, remove require_once
- empty sparklines with floats, off-by-one errors, and locale conflict