Re: [PHP] Re: PHP-5.5.2 +opcache segfaults with Piwik
[email protected] (Daniel)
| Newsgroups | php.general |
|---|---|
| Message-ID | <CAJ5Hi2iSvBA_D2HjBhdavTRoS6p6NyP22nKJeE_BM4JO1nd6zg@mail.gmail.com> |
Just so that you know, I've posted in the forum topic as well: http://forum.piwik.org/read.php?2,105879 Regards, Daniel Fenn On Tue, Sep 3, 2013 at 12:42 AM, Lester Caine <[email protected]> wrote: > 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 >