Changes between Version 5 and Version 6 of PiwikServer
- Timestamp:
- 06/20/11 12:39:05 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PiwikServer
v5 v6 8 8 The [http://piwik.org/docs/requirements/ requirements are]: 9 9 10 * PHP version 5.1.3 or greater, we have: PHP 5.2.6-1+lenny10 with Suhosin-Patch 0.9.6.2 (cli)10 * PHP version 5.1.3 or greater, We highly recommend using at least PHP 5.3 as it is much more memory efficient than previous PHP versions, we have: PHP 5.2.6-1+lenny10 with Suhosin-Patch 0.9.6.2 (cli), when the server is migrated to squeeze we will get a new php, it can wait till then. 11 11 * MySQL version 4.1 or greater, we have 5.0.51a-24+lenny5-log 12 12 * (enabled by default) PHP extension pdo and pdo_mysql, weh have these already installed and they are configured via /etc/php5/apache2/conf.d/pdo.ini and /etc/php5/apache2/conf.d/pdo_mysql.ini 13 * PHP GD extension, installed already 14 * Increase your PHP memory_limit value in your php.ini config file to be at least memory_limit = 128M, we have 256M already in /etc/php5/apache2/php.ini 13 15