Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:121745 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 79006 invoked from network); 21 Nov 2023 12:14:12 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 21 Nov 2023 12:14:12 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id CE692180034 for ; Tue, 21 Nov 2023 04:14:14 -0800 (PST) X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-13) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=-1.1 required=5.0 tests=BAYES_00,DMARC_MISSING, SPF_HELO_PASS,SPF_NEUTRAL autolearn=no autolearn_force=no version=4.0.0 X-Spam-Virus: No X-Envelope-From: Received: from xdebug.org (xdebug.org [82.113.146.227]) by php-smtp4.php.net (Postfix) with ESMTP for ; Tue, 21 Nov 2023 04:14:14 -0800 (PST) Received: from localhost (localhost [IPv6:::1]) by xdebug.org (Postfix) with ESMTPS id 8512F10C3EA; Tue, 21 Nov 2023 12:14:10 +0000 (GMT) Date: Tue, 21 Nov 2023 12:14:10 +0000 (GMT) To: internals@lists.php.net cc: Rowan Tommins In-Reply-To: <7A0E4191-0F66-4F2F-ADFC-C9DB6BB1D393@php.net> Message-ID: <1663de85-9e07-9572-96dc-33e1655edf55@php.net> References: <7A0E4191-0F66-4F2F-ADFC-C9DB6BB1D393@php.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="8323329-700684272-1700568850=:6327" Subject: Re: [PHP-DEV] Debian Upgrade From: derick@php.net (Derick Rethans) --8323329-700684272-1700568850=:6327 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: QUOTED-PRINTABLE On Mon, 20 Nov 2023, Derick Rethans wrote: > On 20 November 2023 21:37:55 GMT, Rowan Tommins = wrote: > >On 15/11/2023 16:59, Derick Rethans wrote: > >> In the last few days, I have upgrade all our Digital Ocean droplets fr= om > >> Debian 10 (or 9!) to 12. That also means they now run PHP 8.2. > > > >Thanks for getting things current! System maintenance is such an=20 > >essential but often underappreciated task. > > > >I notice news.php.net (and therefore externals.io, which feeds from=20 > >it) hasn't copied any message from the list since the day after you=20 > >posted this (last timestamp is 16 Nov 2023 22:14:19 -0000). Could=20 > >that be related somehow? > > > >Or if it's just coincidence, maybe you or someone else here knows=20 > >which service might need prodding to bring it back to life? >=20 > Yes, this could be related. Somebody on the foundation slack raised it=20 > too, so I'll have a look ASAP. I have fixed this now. It turned out to be a bug in *bugs.php.net*, which I had fixed=20 yesterday: https://github.com/php/web-bugs/commit/9ed00f752fb1f82a93ed08a13f45219e5723= c0d0 Without this fix, emails sent to the bugs (and docs-bugs) mailinglists=20 had very long "From" addresses. Colobus, the tool that parses the mailinglists and creates the news=20 interface and NNTP server, had a MySQL column defined for this to=20 varchar(255). Usually enough, but it was now bailing out. The "fix" was to change that column to "text" =E2=80=94 not pretty, but bet= ter=20 than hacking the mailinglist software's index. cheers, Derick --=20 https://derickrethans.nl | https://xdebug.org | https://dram.io Author of Xdebug. Like it? Consider supporting me: https://xdebug.org/suppo= rt Host of PHP Internals News: https://phpinternals.news mastodon: @derickr@phpc.social @xdebug@phpc.social twitter: @derickr and @xdebug --8323329-700684272-1700568850=:6327--