Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Jan 2022 16:43:02 +0100
From:      Torsten Zuehlsdorff <tz@FreeBSD.org>
To:        "Alex V. Petrov" <alexvpetrov@gmail.com>
Cc:        ports <ports@freebsd.org>
Subject:   Re: FreeBSD Port: php80-json
Message-ID:  <cf7524c8-c1a2-d049-96f4-74b53d41ea7a@FreeBSD.org>
In-Reply-To: <CAAtgPUrNX%2BrK5cnMFDXQMK16Fa7rb1tj77_QmCvDrBWMpKA0Pw@mail.gmail.com>
References:  <CAAtgPUpUcwTkxsOM%2BdAmw59f3e26sPPDsE1y2AugrrPWA-Qp=A@mail.gmail.com> <8ed48994-862a-55fb-e877-d4d7e0119575@FreeBSD.org> <CAAtgPUrNX%2BrK5cnMFDXQMK16Fa7rb1tj77_QmCvDrBWMpKA0Pw@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Aloha Alex,

> Hmm, afrer update to php80 zabbix-frontend don't working.(pkg upgrade)
> Many errors:
> Required parameter $sql_parts follows optional parameter $table_alias 

This error has nothing to do with json. Its about the new optional 
parameter handling introduced in PHP 8.

If you get errors like this, you really should check, if your software 
is compatible to PHP 8.0. Because standard conform software should not 
throw such errors.

There is a long list of backwards incompatible changes:
https://www.php.net/manual/en/migration80.incompatible.php

Best,
Torsten



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?cf7524c8-c1a2-d049-96f4-74b53d41ea7a>