# HG changeset patch # User Charlie Root # Date 1759927806 14400 # Node ID b80b258cc02c1ae8617be9a4face0e6d6ff1e612 # Parent e09cef17c56c765063d833db46cb6f9ebcbac4a9 More cleaning up php8 Warnings/deprecations diff -r e09cef17c56c -r b80b258cc02c plugins/zipdownload/zipdownload.php --- a/plugins/zipdownload/zipdownload.php Mon Oct 06 12:32:10 2025 -0400 +++ b/plugins/zipdownload/zipdownload.php Wed Oct 08 08:50:06 2025 -0400 @@ -375,7 +375,7 @@ class zipdownload_mbox_filter extends php_user_filter { - function filter($in, $out, &$consumed, $closing) + function filter($in, $out, &$consumed, $closing) : int { while ($bucket = stream_bucket_make_writeable($in)) { // messages are read line by line