Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:64266 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 59966 invoked from network); 12 Dec 2012 01:27:22 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Dec 2012 01:27:22 -0000 Authentication-Results: pb1.pair.com header.from=adam@adamharvey.name; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=adam@adamharvey.name; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain adamharvey.name designates 209.85.223.172 as permitted sender) X-PHP-List-Original-Sender: adam@adamharvey.name X-Host-Fingerprint: 209.85.223.172 mail-ie0-f172.google.com Received: from [209.85.223.172] ([209.85.223.172:55906] helo=mail-ie0-f172.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A5/A1-54245-97DD7C05 for ; Tue, 11 Dec 2012 20:27:21 -0500 Received: by mail-ie0-f172.google.com with SMTP id c13so405488ieb.31 for ; Tue, 11 Dec 2012 17:27:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=adamharvey.name; s=google; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=1ihtunOeE9qMTIqwoswOBy7hp/7cZNf0CPup/orEYLY=; b=BksDdHvuYDCHq2pFy6el0zDv+Q1bZ1rl6sxU6MeRhQvXrUSHGsCGC0SxMdTdiV6XX4 dElWQKaSzTRIXrNfZCW2sPG3gLcfmnDtUlYI5rjRfS6Qy92/gqL+ZeAgRUAKzf/Amaib b0EfUTcjl33Psy3lvmfUSQ+2Rp9J1OSFRo67I= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type :x-gm-message-state; bh=1ihtunOeE9qMTIqwoswOBy7hp/7cZNf0CPup/orEYLY=; b=TMBAofbmyvzqrxydwjtkE9AoA8/mrPoQYg8kuGeUj82yOnZgBqJSg/GV447pkT1pal HHZJCdhPX/zKa5jSWYO0oJQz1+KTLUHKmIBg++mukqfpZa1ttAw/fY0hFULJ332xdXjD JUuUJSiumlCgitAMx/mdqmy97RAKgx3YdWY7kwnu0tOEfKk9FW48NoXpJAdDcV4DlwXF BvhkiOipxi6TrwvM0QxaW61vsFULr+u/ttjW53bmaTC0lIMWvVkGBCdGtw9K4Zr0KDIl 6dZEUXGBmyJzPkD1GoH/jvgYf3Zq1F48JKhw2KjPOvNNPAoQmRQRLLO+Isk2h1rEeMDe KbVA== Received: by 10.50.190.163 with SMTP id gr3mr12032429igc.28.1355275638411; Tue, 11 Dec 2012 17:27:18 -0800 (PST) MIME-Version: 1.0 Sender: adam@adamharvey.name Received: by 10.42.230.74 with HTTP; Tue, 11 Dec 2012 17:26:58 -0800 (PST) In-Reply-To: <50C79A45.4090102@gmx.net> References: <50C79A45.4090102@gmx.net> Date: Wed, 12 Dec 2012 09:26:58 +0800 X-Google-Sender-Auth: BvBto88xLoLVNDUXFvshPdHfXUM Message-ID: To: David Soria Parra Cc: "internals@lists.php.net" , jpauli Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQkoD4j1N8QI3Zx1LRjI7G4V+l4NQooj3KNmD/d22Mp69O/10jJrPAAVtdCDF18umuVvTLxy Subject: Re: [PHP-DEV] PHP 5.5 Release Schedule From: aharvey@php.net (Adam Harvey) On 12 December 2012 04:40, David Soria Parra wrote: > From there I want to go with a new alpha in about two weeks, as we > there are some things like ext/mysql deprecation in the pipeline. The MySQL commit was pushed yesterday, so that's not a blocker at this point. Adam