Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:125584 X-Original-To: internals@lists.php.net Delivered-To: internals@lists.php.net Received: from php-smtp4.php.net (php-smtp4.php.net [45.112.84.5]) by qa.php.net (Postfix) with ESMTPS id 256AC1A00BD for ; Tue, 17 Sep 2024 15:06:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1726585698; bh=iGopNYIRmVUz7SX7ZqwJrEcgpXZAuFtoHZKjXvZYcKI=; h=Date:From:To:cc:Subject:In-Reply-To:References:From; b=Xy9RYTJcEJN/kdnZlBm5udgYjt0NBLTn++tRy5L614IPwj/dICeWvaJdUOjNO/xSF roU5eEwFQ7fxYMKrvWL4GOkjD429ErXidnvzI3nty/KTalcIIL9Z0Cli1WUJJRW0k/ UqFWeuAseP8wVxUDlAHEKNY5LBnbax2zrJBgrCBDwOmJArcst0ui4WV1LqTdabtVwY gcEhzFRqtX6k674d8ixwzwl7fFAjzSqhfBdYsgRp2aS32Q28mzNXn73HdSVLQb1b4L xGnk/gSiEAmXqSzWDw/bBTaRT4mbPOvTdsRALUfdoRvxpEA7fyA+V8rv2h2CpLTpfV dfK14n5y9/ahg== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 26295180054 for ; Tue, 17 Sep 2024 15:08:17 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-13) on php-smtp4.php.net X-Spam-Level: *** X-Spam-Status: No, score=3.6 required=5.0 tests=BAYES_50,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,DMARC_PASS,SPF_HELO_PASS, SPF_SOFTFAIL 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]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Tue, 17 Sep 2024 15:08:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1726585570; bh=iGopNYIRmVUz7SX7ZqwJrEcgpXZAuFtoHZKjXvZYcKI=; h=Date:From:To:cc:Subject:In-Reply-To:References:From; b=aY+7naUCEjK0uoQhMvEgzrbWjNyYvdHe6LXz2RekJUA5S6/BCqdBDdW5u8wLLtlxa itk0PYYRW00zeE5+GMnGjkfE8+r9oyRiNNEebEFpWn4sF82Z3DXWS5qoMZGtrtiQcB CszzByCsI53E6aEVwBEIJsj8pHF2oXBemKdeisBZvjZ80Ej6AAhkWctUg6LH8BJCUm VO7BmCci+zr4zSIXaHS52OqEH13v5eJ2+Kw53X2PNCK+oVtpZPi7BLtH+aHU5AgjZR h0EAKQjhFu31/72GRhIA7k5HdfE0a67yJhteuK/lMxr3EBUGabKKH3YuyLFQW785yQ gofB0KTld9J0Q== Received: from localhost (localhost [IPv6:::1]) by xdebug.org (Postfix) with ESMTPS id 33AA610C036; Tue, 17 Sep 2024 16:06:10 +0100 (BST) Date: Tue, 17 Sep 2024 16:06:10 +0100 (BST) To: "Christoph M. Becker" cc: PHP Developers Mailing List , PHP Release Managers Subject: Re: [PHP-DEV] Discontinuing qa.php.net In-Reply-To: <94e1e3d7-c17d-4296-916e-dd860feccee5@gmx.de> Message-ID: References: <94e1e3d7-c17d-4296-916e-dd860feccee5@gmx.de> Precedence: bulk list-help: list-post: List-Id: internals.lists.php.net x-ms-reactions: disallow MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="8323329-515586685-1726585570=:95618" From: derick@php.net (Derick Rethans) This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --8323329-515586685-1726585570=:95618 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: QUOTED-PRINTABLE On Mon, 9 Sep 2024, Christoph M. Becker wrote: > On 09.09.2024 at 17:52, Derick Rethans wrote: >=20 > > - Documentation on how to write tests > > (https://qa.php.net/write-test.php), and how to handle bug reports=20 > > (https://qa.php.net/handling-bugs.php); which should be integrated=20 > > in wherever we now have internals documentation =E2=80=94 please advi= se=20 > > where that should go. >=20 > write-test.php is important, and =20 > maybe even more so. As this is relevant for run-tests.php (I don't=20 > think there are still alternative test runners), php-src/docs seems to=20 > be a good home for it. I agree, it should go there. All the "read me" type docs are MD, but the=20 actual documentation in=20 https://github.com/php/php-src/tree/master/docs/source is (for good=20 reasons) in RST. I think it makes sense for the PHPT documentation=20 (write-test.php and phpt_details) to be a single ".md" in docs/ =E2=80=94 o= ne=20 explains the how and minimal how, whereas the latter is much more=20 detail). > handling-bugs.php needs a thorough overhaul, or might be dropped=20 > altogether. Some of the quickfix snippets might still be useful for=20 > the GH issue tracker, though. I say we just drop it. > > - A whole lot of "make test" reports, last really used in 2017 for=20 > > PHP 7.1: https://qa.php.net/pftt.php =E2=80=94 none of the links to t= he=20 > > actual reports work any way. This also takes up nearly 70GB! of=20 > > data. I recommend we just delete it all. >=20 > The PFTT reports have always been pretty much useless.=20 > had some value, but=20 > apparently the SQLite DB had been corrupted again, so this can=20 > probably be removed as well. I believe the functionality to send=20 > these reports has been dropped from run-tests.php quite a while ago=20 > anyway. I tried to see what was going on there, but on the command line, the=20 8.2.18 file is fine (there is a file for every version). It's just an=20 empty database and the "reports" table doesn't exist. I have now removed the empty files, so the report works.=20 But I wouldn't say it's useful. cheers, Derick --8323329-515586685-1726585570=:95618--