2011/8/19 Johannes Schlüter <johan...@schlueters.de>:
> 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
>
>

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ács
@Tyr43l - http://tyrael.hu

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to