Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:54706 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 12483 invoked from network); 19 Aug 2011 08:56:32 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Aug 2011 08:56:32 -0000 Authentication-Results: pb1.pair.com header.from=tyra3l@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=tyra3l@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.160.170 as permitted sender) X-PHP-List-Original-Sender: tyra3l@gmail.com X-Host-Fingerprint: 209.85.160.170 mail-gy0-f170.google.com Received: from [209.85.160.170] ([209.85.160.170:53790] helo=mail-gy0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 96/10-11562-C352E4E4 for ; Fri, 19 Aug 2011 04:56:29 -0400 Received: by gyd5 with SMTP id 5so2414733gyd.29 for ; Fri, 19 Aug 2011 01:56:26 -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=c5jnCbUwSJxEvyoenFDgAGe8+Gt0xi0CvCQJITTsVuw=; b=JxXQD/SruLeI/18p1JaFJhhDvO1rn+xszn5xIYd9xlODlq0VqjQO3jjCiZPIU4ioPJ /VNMkHnHeDgqmDHfxDQ6m6xJydM0pZNDVj40vTOoypYlGzyfT6ZTym/h68LWaAck+yfn +cvjnWE7AUSJ2Vxca0lNCK4w2gJMJeJoW7HEw= MIME-Version: 1.0 Received: by 10.236.187.74 with SMTP id x50mr5381943yhm.76.1313744186325; Fri, 19 Aug 2011 01:56:26 -0700 (PDT) Received: by 10.146.83.5 with HTTP; Fri, 19 Aug 2011 01:56:26 -0700 (PDT) In-Reply-To: References: <17670.62.156.253.205.1313740301.squirrel@xa8.serverdomain.org> <4E4E1A88.1080205@thelounge.net> Date: Fri, 19 Aug 2011 10:56:26 +0200 Message-ID: To: Hannes Magnusson Cc: Reindl Harald , scope@planetavent.de, internals@lists.php.net Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] Bug reports for php 5.3.x From: tyra3l@gmail.com (Ferenc Kovacs) On Fri, Aug 19, 2011 at 10:37 AM, Hannes Magnusson wrote: > On Fri, Aug 19, 2011 at 10:10, Reindl Harald wro= te: >> >> >> 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 > hi. I changed the behavior of that dropdown recently, it fetch the versions from http://qa.php.net/api.php?type=3Dqa-releases&format=3Djson&on= ly=3Ddev_versions and http://www.php.net/releases/index.php?serialize=3D1&max=3D20&version=3D= 5 it seems that Ilia broke the qa api with this change: http://svn.php.net/viewvc/web/qa/trunk/include/release-qa.php?r1=3D314792&r= 2=3D315141&pathrev=3D315141 currently we don't have active release for the 5.3 branch there, so the script assumes that the development of the 5.3 branch has ended. --=20 Ferenc Kov=C3=A1cs @Tyr43l - http://tyrael.hu