Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:54711 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 20149 invoked from network); 19 Aug 2011 09:23:12 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Aug 2011 09:23:12 -0000 Authentication-Results: pb1.pair.com smtp.mail=tyra3l@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=tyra3l@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.161.170 as permitted sender) X-PHP-List-Original-Sender: tyra3l@gmail.com X-Host-Fingerprint: 209.85.161.170 mail-gx0-f170.google.com Received: from [209.85.161.170] ([209.85.161.170:47636] helo=mail-gx0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 24/C1-11562-E7B2E4E4 for ; Fri, 19 Aug 2011 05:23:11 -0400 Received: by gxk27 with SMTP id 27so2436578gxk.29 for ; Fri, 19 Aug 2011 02:23:07 -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=Y4tssnO6mLw4pOGeGTVx4FCQvkKrVBY9to7Hsb1EucE=; b=CMheY9hZRBaUa6Ul/9ZttVhvjO6WGIAPjyRKzc5rnewQLFF3TVta2cMUSQQKByUMaz kp5WGWmtvCBKovbrpQ83G12jAz7u7qmPRcbQRocADrCJcXqZiUR+u5cVSrtYAiVZpw0d JMjGuktbFavgbYzjeCw0WyRv1plRmzudACSto= MIME-Version: 1.0 Received: by 10.236.200.195 with SMTP id z43mr5330868yhn.127.1313745787281; Fri, 19 Aug 2011 02:23:07 -0700 (PDT) Received: by 10.146.83.5 with HTTP; Fri, 19 Aug 2011 02:23:07 -0700 (PDT) In-Reply-To: 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:23:07 +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 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=3Djso= n&only=3Ddev_versions >>> and http://www.php.net/releases/index.php?serialize=3D1&max=3D20&versio= n=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=3D3147= 92&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 > > -- > Ferenc Kov=C3=A1cs > @Tyr43l - http://tyrael.hu > I've fixed and pushed it to bugsweb for now with http://svn.php.net/viewvc?view=3Drevision&revision=3D315166 until we come up with a proper solution. --=20 Ferenc Kov=C3=A1cs @Tyr43l - http://tyrael.hu