Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:54705 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 9799 invoked from network); 19 Aug 2011 08:37:47 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Aug 2011 08:37:47 -0000 Authentication-Results: pb1.pair.com smtp.mail=hannes.magnusson@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=hannes.magnusson@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.218.42 as permitted sender) X-PHP-List-Original-Sender: hannes.magnusson@gmail.com X-Host-Fingerprint: 209.85.218.42 mail-yi0-f42.google.com Received: from [209.85.218.42] ([209.85.218.42:45505] helo=mail-yi0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A4/54-13466-AD02E4E4 for ; Fri, 19 Aug 2011 04:37:46 -0400 Received: by yie19 with SMTP id 19so2412632yie.29 for ; Fri, 19 Aug 2011 01:37:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=YSYFnOvO3rK1ClrXAAqQFmNTl6G5Fxfz2LteJP6D88k=; b=rMKguuIzqc3IkgqWmcNq7/ZxSUx/G6OTgBequhzp5SFWzRinEfudfaCpWZm9BkyGkR ktHAiCqWV6LfbASdIPtM6qj1lIpvinqJFa1IEHDHcgHst55kono00zo0qB5dN4bHHR1E czVHrP85xGkzcTJ8776Tcdje5TCoy9gQDNPhs= MIME-Version: 1.0 Received: by 10.146.187.39 with SMTP id k39mr1919837yaf.30.1313743063945; Fri, 19 Aug 2011 01:37:43 -0700 (PDT) Received: by 10.147.99.2 with HTTP; Fri, 19 Aug 2011 01:37:43 -0700 (PDT) In-Reply-To: <4E4E1A88.1080205@thelounge.net> References: <17670.62.156.253.205.1313740301.squirrel@xa8.serverdomain.org> <4E4E1A88.1080205@thelounge.net> Date: Fri, 19 Aug 2011 10:37:43 +0200 Message-ID: To: Reindl Harald , scope@planetavent.de Cc: internals@lists.php.net, Ferenc Kovacs Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] Bug reports for php 5.3.x From: hannes.magnusson@gmail.com (Hannes Magnusson) On Fri, Aug 19, 2011 at 10:10, Reindl Harald wrote= : > > > Am 19.08.2011 09:51, schrieb Nicolai Scheer: >> >> Hi! >> >> Did I miss anything or is it intentional to not allow >> bug >> reports for php 5.3.x? >> >> The version dropdown on >> https://bugs.php.net/report.php >> only shows trunk, svn and php 5.4 stuff >> (and a 'upgrade first' >> suggestion if lower). > > the problem is that nobody cares about this dropdown as also > on the pecl-bugtracker and even if =C2=A05.3.x would be present > it takes ages if it is in the dropdown > > why are this not a input-field if nobody cares about maintaining > the dropdwons properly? It was recently changed to automatically update from the version info on php.net. That code change seems broken now, and you should file a bug report about it - or at least tell the proper list that maintains these sort of things (php-webmaster@lists.php.net) as this has nothing to do with PHP internals :] -Hannes