Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:60440 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 97300 invoked from network); 3 May 2012 22:22:53 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 May 2012 22:22:53 -0000 Authentication-Results: pb1.pair.com header.from=info@phpgangsta.de; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=info@phpgangsta.de; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain phpgangsta.de from 84.200.8.31 cause and error) X-PHP-List-Original-Sender: info@phpgangsta.de X-Host-Fingerprint: 84.200.8.31 phpgangsta.de Received: from [84.200.8.31] ([84.200.8.31:53159] helo=michael01.phpgangsta.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 87/E3-08916-B3503AF4 for ; Thu, 03 May 2012 18:22:52 -0400 Received: from [192.168.1.71] (blfd-4db0f0ed.pool.mediaWays.net [77.176.240.237]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by michael01.phpgangsta.de (Postfix) with ESMTPSA id D2E06481B08 for ; Fri, 4 May 2012 00:22:47 +0200 (CEST) Message-ID: <4FA30531.7030003@phpgangsta.de> Date: Fri, 04 May 2012 00:22:41 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:12.0) Gecko/20120428 Thunderbird/12.0.1 MIME-Version: 1.0 To: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: History of PHP release dates From: info@phpgangsta.de (Michael Kliewe) Hello there, I was searching for a structured list of PHP releases and I found this site: http://php.net/releases/index.php It is possible to get a serialized array with ?serialize=1, but I only get 3 releases (latest 5.X, latest 4.X and latest 3.X), not all. The parameter &max=Y does not provide the correct amount of releases. Maybe it's easy to fix? Maybe it's easy to add JSON output? (I'm not a fan of unserializing unknown input) Visualisation of PHP release dates: http://phpreleasedates.phpgangsta.de/ I used dates from the tar.gz files I found in the museum, are there better sources with release dates for version 1.x, 2.x and 3.x? Regards Michael