Jan Ehrhardt wrote:
Could you try to add a function_exists check to >libs/upgradephp/upgrade.php? > >This at the function declaration of _json_encode: >if (!function_exists('_json_encode')) { function _json_encode($var, ... > >And a extra } at the end.This patch, together with upgrading to the latest OPcache from github solved my segfaults and fatal errors.
Jan - could you post the solution on http://dev.piwik.org/trac/ticket/4093 - better that you get the credit than one of us pinch it ;)
-- Lester Caine - G8HFL ----------------------------- Contact - http://lsces.co.uk/wiki/?page=contact L.S.Caine Electronic Services - http://lsces.co.uk EnquirySolve - http://enquirysolve.com/ Model Engineers Digital Workshop - http://medw.co.uk Rainbow Digital Media - http://rainbowdigitalmedia.co.uk -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

