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/libs
diff options
context:
space:
mode:
authorStefan Giehl <stefan@piwik.org>2018-11-02 00:00:56 +0300
committerGitHub <noreply@github.com>2018-11-02 00:00:56 +0300
commit44a9f9348658630e6993876655e4db618f2bfa65 (patch)
treed2fb2ecbcb1284d326d0bc2f3990063c47af0914 /libs
parentfb08057fa7f8807bdbeaf7a011931678768d16c9 (diff)
Remove outdated lib changes from README (#13642)
Diffstat (limited to 'libs')
-rw-r--r--libs/README.md7
1 files changed, 0 insertions, 7 deletions
diff --git a/libs/README.md b/libs/README.md
index 9327ee758e..b3e2017e9f 100644
--- a/libs/README.md
+++ b/libs/README.md
@@ -7,13 +7,6 @@ third-party libraries:
* HTML/Quickform2/
- in r2626, php 5.1.6 incompatibility
- in r3040, exception classes don't follow PEAR naming convention
- * sparkline/
- - in r1296, remove require_once
- - empty sparklines with floats, off-by-one errors, and locale conflict
- - in 270821ed (https://github.com/matomo-org/piwik/pull/8410) PHP7 compatibility: renamed the constructors
- * tcpdf/
- - in 6f945465fe40021d579bc2b4b8876468da69b062 fixed a bug reported in the forums
- - in 566c63a52e31b2b2d3e1a83f8f63e74e8d661b21 fixed another couple bugs with fopen throwing warnings
* Zend/
- strip require_once (to support autoloading)
- in r3694, fix ZF-10888 and ZF-10835