Re: [PHP-DEV] RC announcements at php.net

2007-02-16 Thread Sebastian Nohn
Antony Dovgal wrote: > On 02/15/2007 06:49 PM, Alexey Zakhlestin wrote: >> probably, here should be a block on the main page: >> >> Latest testing release: X.X.XRC1 (changelog) >> Latest stable release: X.X.X (changelog) >> >> and "testing release" should just disappear when there are no release >>

Re: [PHP-DEV] RC announcements at php.net

2007-02-16 Thread Hannes Magnusson
Hi all On 2/15/07, Hannes Magnusson <[EMAIL PROTECTED]> wrote: Hi On 2/15/07, Antony Dovgal <[EMAIL PROTECTED]> wrote: > On 02/15/2007 05:38 PM, Antony Dovgal wrote: > > Hello all. > > > > Now that the conference ads are gone, I think we should add release candidates announcements to the first

Re: [PHP-DEV] RC announcements at php.net

2007-02-16 Thread Steph Fox
Hi Hannes, So, here is my left handed pet dwarf turtle, born in December, idea: It doesn't really see the point of scattering boxes all around. One box listing current php5 + php4 version and the current release candidates should be all that we need. The RC links obviously won't be direct links

Re: [PHP-DEV] RC announcements at php.net

2007-02-16 Thread Antony Dovgal
On 02/16/2007 01:00 PM, Hannes Magnusson wrote: So, here is my left handed pet dwarf turtle, born in December, idea: It doesn't really see the point of scattering boxes all around. One box listing current php5 + php4 version and the current release candidates should be all that we need. The RC l

Re: [PHP-DEV] RC announcements at php.net

2007-02-16 Thread Hannes Magnusson
Hi Steph On 2/16/07, Steph Fox <[EMAIL PROTECTED]> wrote: Hi Hannes, > So, here is my left handed pet dwarf turtle, born in December, idea: > It doesn't really see the point of scattering boxes all around. One > box listing current php5 + php4 version and the current release > candidates should

Re: [PHP-DEV] RC announcements at php.net

2007-02-16 Thread Hannes Magnusson
On 2/16/07, Antony Dovgal <[EMAIL PROTECTED]> wrote: On 02/16/2007 01:00 PM, Hannes Magnusson wrote: > So, here is my left handed pet dwarf turtle, born in December, idea: > It doesn't really see the point of scattering boxes all around. One > box listing current php5 + php4 version and the curr

Re: [PHP-DEV] RC announcements at php.net

2007-02-16 Thread Antony Dovgal
On 02/16/2007 01:29 PM, Hannes Magnusson wrote: > See attached, simplified, patch & screenshot: > http://home.oslo.nith.no/~maghan/releases.png Looks great, but I would like to divide it into two parts: define "parts" Just create a similar square with "Release Candidates" title and move RCs

RE: [PHP-DEV] RC announcements at php.net

2007-02-16 Thread Ford, Mike
On 15 February 2007 16:45, Antony Dovgal wrote: > On 02/15/2007 07:42 PM, Steph Fox wrote: > > > On 02/15/2007 07:22 PM, Steph Fox wrote: > > > > Hi Tony, > > > > > > > > We've been here before. Last time it got taken off again > > > > because it led to user confusion. People didn't seem to know

Re: [PHP-DEV] RCs explained (draft)

2007-02-16 Thread Antony Dovgal
On 02/16/2007 01:21 AM, Antony Dovgal wrote: We also can add a detailed description of what is release candidate, what's the difference comparing to a release etc. to qa.php.net and add a link to that page in the block. Actually, I'll try to write something tomorrow. Please comment and correct

Re: [PHP-DEV] RCs explained (draft)

2007-02-16 Thread Jochem Maas
Antony Dovgal wrote: > On 02/16/2007 01:21 AM, Antony Dovgal wrote: >> We also can add a detailed description of what is release candidate, >> what's the difference comparing to a release etc. to qa.php.net and >> add a link to that page in the block. Actually, I'll try to write >> something tomorr

Re: [PHP-DEV] RCs explained (draft)

2007-02-16 Thread Antony Dovgal
On 02/16/2007 04:00 PM, Jochem Maas wrote: I would make the whole sentence above ALL CAPS This text should appear at qa.php.net, so no need for CAPS (which are difficult to read), we can just use . Although, you might encounter some problems during the installation and I would replace 'Al

Re: [PHP-DEV] RCs explained (draft)

2007-02-16 Thread Jochem Maas
Antony Dovgal wrote: > On 02/16/2007 04:00 PM, Jochem Maas wrote: >> I would make the whole sentence above ALL CAPS > > This text should appear at qa.php.net, so no need for CAPS (which are > difficult to read), we can just use . indeed - I was merely stressing that you probably cannot highlight

[PHP-DEV] new test for php://input and patch for small flaw in run-tests.php

2007-02-16 Thread Gregory Beaver
Hi all, While porting improvements of run-tests.php into the pear run-tests command, I noticed that there are no tests for the php://input stream in PHP_5_2 (didn't look at HEAD yet), so I thought I would offer one if it is useful. At the same time, I found a flaw in the implementation of POST_RA