Discussion:
phpweb bug#41355 (List of last PHP releases) (Was: [PEAR-CORE] cvs: pearweb /public_html/bugs/include php_versions.php)
(too old to reply)
Hannes Magnusson
2007-09-05 18:52:09 UTC
Permalink
wiesemann Mon Sep 3 16:38:26 2007 UTC
/pearweb/public_html/bugs/include php_versions.php
- PHP 5.2.4 is there (... and the PHP release feed still not available ...)
What exactly do you need?
As in, how would you use it?

I have a patch that returns serialize()d array of the last PHP5
version (&version=5), last PHP4 version (&version=4) or both (no
version parameter).
I also have a patch to pre-generate Atom feed containing these two
last versions and, if available, the current RC (in each branch).

Was there something else you needed? Or do you prefer this in another
format or..?

I'm not seeing exactly how you had planned to implement "automatically
add the latest PHP version into the $versions array".. Just some
script running in crontab fetching the release info every hour?
Or do you need the _complete_ release history?

-Hannes
Mark Wiesemann
2007-09-05 19:03:09 UTC
Permalink
Post by Hannes Magnusson
wiesemann Mon Sep 3 16:38:26 2007 UTC
/pearweb/public_html/bugs/include php_versions.php
- PHP 5.2.4 is there (... and the PHP release feed still not available ...)
What exactly do you need?
As in, how would you use it?
I had no exact plan; I wanted to wait for whatever would be available,
and see then how it could be used. My commit comment was related to this
request from me: http://bugs.php.net/bug.php?id=41355

I'm short in time currently, and Helgi volunteered to work on it [1], so
he can tell you more maybe.

Regards,
Mark

[1] http://pear.php.net/bugs/bug.php?id=10990
Helgi Þormar Þorbjörnsson
2007-09-05 22:45:14 UTC
Permalink
Post by Hannes Magnusson
wiesemann Mon Sep 3 16:38:26 2007 UTC
/pearweb/public_html/bugs/include php_versions.php
- PHP 5.2.4 is there (... and the PHP release feed still not
available ...)
Post by Hannes Magnusson
What exactly do you need?
As in, how would you use it?
I had no exact plan; I wanted to wait for whatever would be available,
and see then how it could be used. My commit comment was related to this
request from me: http://bugs.php.net/bug.php?id=41355
I'm short in time currently, and Helgi volunteered to work on it [1], so
he can tell you more maybe.
Regards,
Mark
[1] http://pear.php.net/bugs/bug.php?id=10990
It's all ready, was only waiting for Hannes on this one, I'll look into what
Hannes created and see if we can't leverage that, thanks Hannes.

- Helgi

Loading...