You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an issue when running Selfoss with PHP 8.1: all articles are displayed as read (but are not) and the counter on the left menu has the right count of unread articles. This issue is reproductible only with PHP 8.1, everything works as intended with PHP 8.0.
Here is the item in the database:
Here is what the browser receive with PHP 8.1:
And here is what the browser receive when running Selfoss with PHP 8.0:
I found the following breaking change in the PHP doc that may explain the issue:
PDO::ATTR_STRINGIFY_FETCHES now stringifies values of type bool to "0" or "1". Previously bools were not stringified.
Hello,
I have an issue when running Selfoss with PHP 8.1: all articles are displayed as read (but are not) and the counter on the left menu has the right count of unread articles. This issue is reproductible only with PHP 8.1, everything works as intended with PHP 8.0.
Here is the item in the database:
Here is what the browser receive with PHP 8.1:
And here is what the browser receive when running Selfoss with PHP 8.0:
I found the following breaking change in the PHP doc that may explain the issue:
→ https://www.php.net/manual/en/migration81.incompatible.php
I cannot dig more myself but I hope this will help :)
The text was updated successfully, but these errors were encountered: