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
PHP 8 introduced many breaking changes, revealing many issues both in selfoss and the libraries we use. I have added basic integration test but that is very incomplete so more manual testing is needed.
PHP 8 introduced many breaking changes, revealing many issues both in selfoss and the libraries we use. I have added basic integration test but that is very incomplete so more manual testing is needed.
Integration test fails. Fixed by 71ff3b5.
Updating a single source, Twitter list without optional parameters and feed that returns HTML file for
favicon.ico
fails. Fixed by 7a03939.Dice triggers
E_DEPRECATION
– PHP 8 Deprecation Level-2/Dice#192 – 🤷♀️ working around this by silencing deprecation warnings (71ff3b5).Favicons not working – Fix handle validation on PHP 8 smottt/WideImage#18
rss feedthat is likely ddos protectionhttps://dolphin-emu.org/blog/feeds/
crashes in simplepie:Error handler fails in CLI mode – Undefined index: trace in base.php on line 1379 f3-factory/fatfree-core#323
helpers\Storage\FileStorage
triggersE_WARNING
on permission error fromfile_put_contents
: 07121f1fix ContentLoader warnings not being supressed 142b47e
Many internal functions throw an
Error
now – Dolphin feed fails with Argument must not be empty in SimplePie #1237. Fixed in 73c60f1Error handler removed when mbstring is used Pair error handler restoration properly ddeboer/transcoder#5
Running
cliupdate.php
fails cliupdate need to set $_SERVER[SERVER_PORT] #1238Number of small undefined array keys: d56a871, 533c833, 9e7b6c5, c68b3a3, e6d78a2
The text was updated successfully, but these errors were encountered: