From 24ee5c05e6dce53711ef9d6aee78d3de9fea6a33 Mon Sep 17 00:00:00 2001 From: mattab <matthieu.aubry@gmail.com> Date: Sat, 5 Apr 2014 17:30:46 +1300 Subject: [PATCH] Segmentation fault, bug in php 5.3.27. Testing 5.3.3 as travis seem to support it? Trying to fix: PHP Fatal error: Call to a member function getCurrency() on a non-object in /home/travis/build/piwik/piwik/plugins/Live/API.php on line 554 https://travis-ci.org/piwik/piwik/jobs/22318726 Note: this should not happen really and I'm puzzled... especially as it works on other PHP versions... --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 60e70be6f4..80c4fceabb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,10 @@ language: php -# We want to test against PHP 5.3/5.4/5.5 +# We want to test against PHP 5.3.3/5.4/5.5 php: - 5.5 - 5.4 - - 5.3 + - 5.3.3 # - hhvm # Separate different test suites -- GitLab