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:
authorrobocoder <anthon.pang@gmail.com>2009-12-30 06:10:26 +0300
committerrobocoder <anthon.pang@gmail.com>2009-12-30 06:10:26 +0300
commit0076d620dd0d19c72188687ddc1a2f26336a9350 (patch)
treec999c2e9dd5602abff4567644ba15b69d8127e5e /piwik.php
parentfef2d32191f15a3c4377c83c5a9921df6054ae00 (diff)
minor fixes
* added Andrew Sohn's parse_ini_file() - a pure-PHP implementation that behaves like parse_ini_file($file, $process_sections, INI_SCANNER_RAW); fixed a bug and added fallback to native, built-in function if it exists (i.e., not disabled) * added bitwise_eval() -- a safe expression evaluator for bitwise operations (see error_reporting) * added check for mbstring.func_overload and existence of mb_substr_replace; see http://bugs.php.net/?id=50609 * in Piwik_View, disable trimwhitespace output filter which bombs on the substr_replace not being multibyte aware and when strpos is overloaded by mb_strpos git-svn-id: http://dev.piwik.org/svn/trunk@1749 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'piwik.php')
-rw-r--r--piwik.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/piwik.php b/piwik.php
index 3801e37c9e..cc51a3501f 100644
--- a/piwik.php
+++ b/piwik.php
@@ -5,6 +5,8 @@
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
* @version $Id$
+ *
+ * @package Piwik
*/
if(file_exists('bootstrap.php'))