Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:60441 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 98938 invoked from network); 3 May 2012 22:35:34 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 May 2012 22:35:34 -0000 Authentication-Results: pb1.pair.com header.from=tyra3l@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=tyra3l@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.210.46 as permitted sender) X-PHP-List-Original-Sender: tyra3l@gmail.com X-Host-Fingerprint: 209.85.210.46 mail-pz0-f46.google.com Received: from [209.85.210.46] ([209.85.210.46:38909] helo=mail-pz0-f46.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 06/34-08916-33803AF4 for ; Thu, 03 May 2012 18:35:32 -0400 Received: by dady13 with SMTP id y13so2329846dad.33 for ; Thu, 03 May 2012 15:35:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=VbrnIYGZgokQnZabV9VkOAtrmJz4srTgoFU12Fof3ho=; b=rJ//OzZ8McgsJJF+cdz+Mnr7VwSh2m+c/EoYwHlnXfugC4LhC0KDaX4//w6bwuomsP /as3BNBkORf3kcMX+U+3A7VapxtaZO8soRUspYn4Zqhbkxdzd19JdGwB6+V6qYwQkD8/ kQEYb4WO1SH377/q18/bpgmH2QjMugjYHosgrErqbMJCRfCEJ8hUJvNmouh0HlYY4Hr9 LRhmOk8ShSEsemDXANDDv5t8QPa4OpZ3+BCOVffZ4Il72LrbAQ/5bYQpoSYbjAK7rHep 3sRqj4XRfr1EZOzEzAmOVHSAbaM26ZJUnhDT8VGAjEXms9qFa8w7dV5Bix7pA3+RTOtn +KIw== MIME-Version: 1.0 Received: by 10.68.224.225 with SMTP id rf1mr1481652pbc.148.1336084528741; Thu, 03 May 2012 15:35:28 -0700 (PDT) Received: by 10.68.229.197 with HTTP; Thu, 3 May 2012 15:35:28 -0700 (PDT) In-Reply-To: <4FA30531.7030003@phpgangsta.de> References: <4FA30531.7030003@phpgangsta.de> Date: Fri, 4 May 2012 00:35:28 +0200 Message-ID: To: Michael Kliewe Cc: internals@lists.php.net Content-Type: multipart/alternative; boundary=e89a8ff24b3bb9be1c04bf296bff Subject: Re: [PHP-DEV] History of PHP release dates From: tyra3l@gmail.com (Ferenc Kovacs) --e89a8ff24b3bb9be1c04bf296bff Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Fri, May 4, 2012 at 12:22 AM, Michael Kliewe wrote: > 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=3D1, but I only = get > 3 releases (latest 5.X, latest 4.X and latest 3.X), not all. The paramete= r > &max=3DY 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 bette= r > sources with release dates for version 1.x, 2.x and 3.x? > > Hi, I don't know that it is a bug or not, but max=3DY is working if you only request the releases for a specific major version: http://www.php.net/releases/index.php?serialize=3D1&version=3D5&max=3D-1 http://www.php.net/releases/index.php?serialize=3D1&version=3D4&max=3D-1 /= / http://www.php.net/releases/index.php?serialize=3D1&version=3D3&max=3D-1 /= / it seems that we don't have a complete list for php 3 releases --=20 Ferenc Kov=C3=A1cs @Tyr43l - http://tyrael.hu --e89a8ff24b3bb9be1c04bf296bff--