Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:54709 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 16942 invoked from network); 19 Aug 2011 09:10:21 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Aug 2011 09:10:21 -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 74.125.83.42 as permitted sender) X-PHP-List-Original-Sender: tyra3l@gmail.com X-Host-Fingerprint: 74.125.83.42 mail-gw0-f42.google.com Received: from [74.125.83.42] ([74.125.83.42:33403] helo=mail-gw0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 31/11-11562-C782E4E4 for ; Fri, 19 Aug 2011 05:10:20 -0400 Received: by gwb17 with SMTP id 17so1775094gwb.29 for ; Fri, 19 Aug 2011 02:10:17 -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=43F38EFv/U8L+2/AJRHttCvKnO4BGyb/z++fb8wri8M=; b=SIqcR4mh+voNHTv0SXBLIj+0i0PyBUdoVg0YAyd8XvhyMBInoiFAzujkBFCTzsnz9d Equ0y/zCgfU/g9F1Lw3jpWuR2ihtrYVTKBjHsV5vcXUgmid7LC7TQhx1djnJZfmCisoz ZOzMxRsFIdxwdPWmmtDlvEyW9IncIJrNu4XG8= MIME-Version: 1.0 Received: by 10.146.223.35 with SMTP id v35mr440431yag.24.1313745017135; Fri, 19 Aug 2011 02:10:17 -0700 (PDT) Received: by 10.146.83.5 with HTTP; Fri, 19 Aug 2011 02:10:17 -0700 (PDT) In-Reply-To: <1313744473.1394.1.camel@guybrush> References: <17670.62.156.253.205.1313740301.squirrel@xa8.serverdomain.org> <4E4E1A88.1080205@thelounge.net> <1313744473.1394.1.camel@guybrush> Date: Fri, 19 Aug 2011 11:10:17 +0200 Message-ID: To: =?UTF-8?Q?Johannes_Schl=C3=BCter?= Cc: Hannes Magnusson , 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) 2011/8/19 Johannes Schl=C3=BCter : > On Fri, 2011-08-19 at 10:56 +0200, Ferenc Kovacs wrote: >> I changed the behavior of that dropdown recently, it fetch the >> versions from http://qa.php.net/api.php?type=3Dqa-releases&format=3Djson= &only=3Ddev_versions >> and http://www.php.net/releases/index.php?serialize=3D1&max=3D20&version= =3D5 >> it seems that Ilia broke the qa api with this change: >> http://svn.php.net/viewvc/web/qa/trunk/include/release-qa.php?r1=3D31479= 2&r2=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. > > We have an active (stable) release and snapshots, but no QA release, > which is valid. Can you make sure this works an proper instructions are > in php-src/README.RELEASE_PROCESS? > > Thanks > > johannes > > the problem is, that none of the apis provides information about the which are the active/supported branches, so I assumed in my script that there will be always an active qa version for the supported branches. it seems that this isn't true, but then I can't see a way to fetch this kind of info without creating a new config for this. if somebody can come up with a better idea than enabling the 5.3.8 for qa now, then I would be happy to implement this. btw: I don't have karma for php-src, so I can't upgrade the README.RELEASE_PROCESS, but it seems that the "Rolling a stable release" section completely misses the part about updating web/php-bugs/trunk/include/php_versions.php --=20 Ferenc Kov=C3=A1cs @Tyr43l - http://tyrael.hu