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:
authorFabian Becker <halfdan@xnorfz.de>2013-02-19 03:46:32 +0400
committerFabian Becker <halfdan@xnorfz.de>2013-02-20 04:51:32 +0400
commitdb995c7a43966c0289e9644b7e83be735b2fde29 (patch)
treea7df0e2337b41a6531d87ac2745e630b2b3eee33 /libs
parentcee4144362e8e85d77e2dfcaeba0101668c2cfe3 (diff)
More README cleanup and proper formatting.
[ci skip]
Diffstat (limited to 'libs')
-rw-r--r--libs/README_LIBS39
1 files changed, 0 insertions, 39 deletions
diff --git a/libs/README_LIBS b/libs/README_LIBS
deleted file mode 100644
index 57409e12be..0000000000
--- a/libs/README_LIBS
+++ /dev/null
@@ -1,39 +0,0 @@
-Piwik modifications to libs/
----
-In general, bug fixes and improvements are reported upstream. Until these are
-included upstream, we maintain a list of bug fixes and local mods made to
-third-party libraries:
-
- * Event/
- - in r41, php 5 incompatibility
- - in r1035 and r1041, profiling hook via increaseNotificationCount()
- - in r1287, fix php 5.3.x incompatibilities
- - in r1296, strip require_once (to support autoloading)
- * HTML/Quickform2/
- - in r2626, php 5.1.6 incompatibility
- - in r3040, exception classes don't follow PEAR naming convention
- * pChart2.1.3/
- - the following unused files were removed:
- class/pBarcode39.class.php, class/pBarcode128.class.php,
- class/pBubble.class.php, class/pCache.class.php, class/pIndicator.class.php,
- class/pRadar.class.php, class/pScatter.class.php, class/pSplit.class.php,
- class/pSpring.class.php, class/pStock.class.php, class/pSurface.class.php,
- data/, examples/, fonts/, palettes/
- * PclZip/
- - in r1960, ignore touch() - utime failed warning
- * 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
- * Smarty/
- - in r3773, chmod after tempnam
- * sparkline/
- - in r1296, remove require_once
- - empty sparklines with floats, off-by-one errors, and locale conflict
- * tcpdf/
- - in r6786 fixed a notice to avoid Strict Notice when using Imagick #3322
- - in r5540 and r5598, fix a temp file bug when embedding images in PDF
- * Zend/
- - strip require_once (to support autoloading)
- - in r3694, fix ZF-10888 and ZF-10835
- - ZF-10871 - undefined variables when socket support disabled