Hi!
Do we have a page that lists the versions of PHP that are currently
supported and when their support expires? If not, why not?
What I am looking for is basically a page that lists the information
shown in the examples used in https://wiki.php.net/rfc/releaseprocess
Thanks!
Sebastian
Hi Sebastian,
Hi!
Do we have a page that lists the versions of PHP that are currently
supported and when their support expires?
The closest we have, at the moment, is probably http://php.net/eol.php
which details the versions which are no longer supported.
If not, why not?
Good question.
What I am looking for is basically a page that lists the information
shown in the examples used in https://wiki.php.net/rfc/releaseprocessThanks!
Sebastian
The closest we have, at the moment, is probably http://php.net/eol.php
which details the versions which are no longer supported.
We need the inverse of that :)
Good question.
Should we start http://php.net/supported-versions.php then?
The closest we have, at the moment, is probably http://php.net/eol.php
which details the versions which are no longer supported.We need the inverse of that :)
Good question.
Should we start http://php.net/supported-versions.php then?
I'd suggest to put a table (like on wikipedia, see other child comment)
on that page.
Why seperate it, the correct page is already there, it just doesn't have
the correct information ;)
And nowadays releases are done with a set EOL date anyway.
~Florian
The closest we have, at the moment, is probably http://php.net/eol.php
which details the versions which are no longer supported.We need the inverse of that :)
Good question.
Should we start http://php.net/supported-versions.php then?
I did most of the work to support this a few weeks back, as the bug
tracker needed to be able to pull the currently supported versions
from somewhere when qa.php.net is down, so this is mostly just a case
of wiring up the data into something readable.
It hasn't propagated to all the mirrors yet, but we now have
http://us2.php.net/supported-versions.php, as suggested. I used the
Wikipedia table for inspiration (that is, I blatantly stole the
formatting), and also added a basic SVG calendar which people seem to
like when I show it in conference talks.
Thoughts? (I haven't linked it from anywhere yet, so it's not really
"live" as such.)
Adam
Hi!
It hasn't propagated to all the mirrors yet, but we now have
http://us2.php.net/supported-versions.php, as suggested. I used the
The page looks good, but we've moved 5.4 to security-only on 18 Sep 2014
(5.4.33), and it'll be supported for 1 year starting that date.
--
Stanislav Malyshev, Software Architect
SugarCRM: http://www.sugarcrm.com/
The page looks good, but we've moved 5.4 to security-only on 18 Sep 2014
(5.4.33), and it'll be supported for 1 year starting that date.
Good catch — I meant to put in a more generic ability to override the
support dates in include/branches.inc, but forgot before I pushed.
I've just pushed an update that does that (and sets the dates for
5.4); you should see it on mirrors in the next hour.
Thanks,
Adam
Great job on this Adam. You whipped this up pretty quickly and it looks
good!
On Mon Oct 27 2014 at 5:21:30 PM Adam Harvey aharvey@php.net wrote:
The closest we have, at the moment, is probably http://php.net/eol.php
which details the versions which are no longer supported.We need the inverse of that :)
Good question.
Should we start http://php.net/supported-versions.php then?
I did most of the work to support this a few weeks back, as the bug
tracker needed to be able to pull the currently supported versions
from somewhere when qa.php.net is down, so this is mostly just a case
of wiring up the data into something readable.It hasn't propagated to all the mirrors yet, but we now have
http://us2.php.net/supported-versions.php, as suggested. I used the
Wikipedia table for inspiration (that is, I blatantly stole the
formatting), and also added a basic SVG calendar which people seem to
like when I show it in conference talks.Thoughts? (I haven't linked it from anywhere yet, so it's not really
"live" as such.)Adam
Great job on this Adam. You whipped this up pretty quickly and it looks
good!
I second that emotion: great work, Adam! Thank you for your work!
Do we have a page that lists the versions of PHP that are currently
supported and when their support expires? If not, why not?What I am looking for is basically a page that lists the information
shown in the examples used in https://wiki.php.net/rfc/releaseprocess
Wikipedia’s thing is pretty good: https://en.wikipedia.org/wiki/PHP#Release_history
We should copy it.
--
Andrea Faulds
http://ajf.me/
We should copy it.
+1