Re: FreeBSD Port: php80-json
- In reply to: Alex V. Petrov: "Re: FreeBSD Port: php80-json"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 27 Jan 2022 15:43:02 UTC
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