Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:54708 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 15155 invoked from network); 19 Aug 2011 09:01:23 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Aug 2011 09:01:23 -0000 Authentication-Results: pb1.pair.com header.from=johannes@schlueters.de; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=johannes@schlueters.de; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain schlueters.de from 217.114.211.66 cause and error) X-PHP-List-Original-Sender: johannes@schlueters.de X-Host-Fingerprint: 217.114.211.66 config.schlueters.de Received: from [217.114.211.66] ([217.114.211.66:47787] helo=config.schlueters.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 43/B0-11562-1662E4E4 for ; Fri, 19 Aug 2011 05:01:22 -0400 Received: from [192.168.2.230] (ppp-93-104-113-119.dynamic.mnet-online.de [93.104.113.119]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by config.schlueters.de (Postfix) with ESMTPSA id CE2AA77E9A; Fri, 19 Aug 2011 11:01:18 +0200 (CEST) To: Ferenc Kovacs Cc: Hannes Magnusson , Reindl Harald , scope@planetavent.de, internals@lists.php.net In-Reply-To: References: <17670.62.156.253.205.1313740301.squirrel@xa8.serverdomain.org> <4E4E1A88.1080205@thelounge.net> Content-Type: text/plain; charset="UTF-8" Date: Fri, 19 Aug 2011 11:01:13 +0200 Message-ID: <1313744473.1394.1.camel@guybrush> Mime-Version: 1.0 X-Mailer: Evolution 2.30.2 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Bug reports for php 5.3.x From: johannes@schlueters.de (Johannes =?ISO-8859-1?Q?Schl=FCter?=) 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=qa-releases&format=json&only=dev_versions > and http://www.php.net/releases/index.php?serialize=1&max=20&version=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=314792&r2=315141&pathrev=315141 > > 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