Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:114318 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 77984 invoked from network); 9 May 2021 17:12:47 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 9 May 2021 17:12:47 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 0B12E1804B1 for ; Sun, 9 May 2021 10:20:07 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=-2.1 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,HTML_MESSAGE, RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.2 X-Spam-Virus: No X-Envelope-From: Received: from mail-ed1-f49.google.com (mail-ed1-f49.google.com [209.85.208.49]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Sun, 9 May 2021 10:20:06 -0700 (PDT) Received: by mail-ed1-f49.google.com with SMTP id l7so16018981edb.1 for ; Sun, 09 May 2021 10:20:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=6ViMTM+DAa1g2vVCFQoHEWWg0uvmr/uZqDGCkOFdySM=; b=qag4i+IlOWCOxYlLiFGDry+LfDBrU9e9HMmZgT5tkhJsuniMZPbKfaNiqOrX6HuvwJ Qn+/ly7ziy/5gnkclk9WAICD9Z75j0YoD7BNLUfjzH1gYgbSCGkXJG7aY0akhnENAof7 GHnKARle8OFsOA0GOKcyHHoIs0LXhgu+mdZboQ6rDEIdYsJlL2r6jLnJFGsRx5mGKWEP f3+kex8je3TUoNs53Kh+wT+6gP/DIbaur7mSLwbym41T/4t/oEJyYirWcEnLtAw9e1Nj r8kBbfSfiJ5qZtlqHUyHJHf2JBtqvUry093uxqAl4EHmia6E/9Gj908/8ZpvM5Sr1G+d TcDA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=6ViMTM+DAa1g2vVCFQoHEWWg0uvmr/uZqDGCkOFdySM=; b=kUel56umxLUSsFA4fJKH54l7uXeRzn5V8htE4fRGwjnZtS78j7BioYONDge+B6O/+Q lxtaqBuyfqXKd78n4i9Zet7d2aCrEPheBmdiiQaZeo40vYkSPhcP+YhZYbGVy/qPZWaG mZjuqIwGcFZU9g9CykkW4Uts/7Q78hpmt7vW9xX6ZUcj1fSFamP81QcFUHHsW3gmBFH4 ZdixDcxjapmiKcFrv8Zf9Y+IE19Ly9CIAhGb+SryANvHI3huvDHVz29kAupY+exTIKR8 +bFZDKbNTYY+ty6M1O37ekTH/nw9JYpw6oTixd0uXf+nEbH/lyW0u1khUxLYcN1Ktz4H kQJg== X-Gm-Message-State: AOAM533dwsJuiRLeZYw867n8SLqHx+Wq2il3x7vkSbS7Y1/6ygBuGe1a UIMD0VRe3hGsBcKh9BVYiuPp6xBxFnmL9jJk+z1+fTbB940= X-Google-Smtp-Source: ABdhPJwvF1YZ0fu2kvwvl4sfCoAc+h+1lewuscp0QsNdT4VU3+kQZow/rY7MOptDTfmK7E4kAFt6eaWm1YN74p8pIA0= X-Received: by 2002:aa7:da8c:: with SMTP id q12mr25480560eds.80.1620580802939; Sun, 09 May 2021 10:20:02 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Sun, 9 May 2021 20:19:51 +0300 Message-ID: To: Rowan Tommins Cc: Internals Content-Type: multipart/alternative; boundary="00000000000016ce5a05c1e8df61" Subject: Re: [PHP-DEV] Re: Bugsnet From: maxsem.wiki@gmail.com (Max Semenik) --00000000000016ce5a05c1e8df61 Content-Type: text/plain; charset="UTF-8" On Sun, May 9, 2021 at 11:58 AM Rowan Tommins wrote: > Can we do a throwaway import of a few hundred bugs to a test repo, and see > what that might look like? Is there a dump of public issues available somewhere? The closest to sufficient data export I can find is e.g. https://bugs.php.net/rss/bug.php?id=70549&format=xml but it lacks comments even though the code is supposed to include them too. -- Best regards, Max Semenik --00000000000016ce5a05c1e8df61--