Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:99461 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 87107 invoked from network); 8 Jun 2017 18:42:25 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 Jun 2017 18:42:25 -0000 Authentication-Results: pb1.pair.com smtp.mail=php@golemon.com; spf=softfail; sender-id=softfail Authentication-Results: pb1.pair.com header.from=php@golemon.com; sender-id=softfail Received-SPF: softfail (pb1.pair.com: domain golemon.com does not designate 209.85.128.175 as permitted sender) X-PHP-List-Original-Sender: php@golemon.com X-Host-Fingerprint: 209.85.128.175 mail-wr0-f175.google.com Received: from [209.85.128.175] ([209.85.128.175:35515] helo=mail-wr0-f175.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 4F/85-27119-F8A99395 for ; Thu, 08 Jun 2017 14:42:23 -0400 Received: by mail-wr0-f175.google.com with SMTP id q97so22045726wrb.2 for ; Thu, 08 Jun 2017 11:42:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=golemon-com.20150623.gappssmtp.com; s=20150623; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=ukgm2VLapUaLUX3ThrULKUGsT93PO5axbTdWBupWnLw=; b=JS6hB+U99YgC6zTF0MO5Yz5U0Tw0HSv+5ek51fkyoznEc1bWs21fpWnnb+BIrx/y4Q +uVoYjUEnHLEhxAjFHxzCgCGwlfPPgc2a03qKQXcaAHBi/BRY0gVXItCBBSru+hLY9Lc CRYe2VQLo9LpCaLo8hI87kU4WKtIamwl+v3His1ECxoFh+lNkRGZhehZwDTig8zCf00D SrcOm+p7XFuFY6il0h8MMzKjdes/sVF2A1LyvdurAFuE1UvuPHMQ7OqW2vn8MiD1QbtP IImtfVah6hdz9CWFHH5gyb06l4wFKxsIKvwNOwpPHE7V/nqbmF9epBGfFtsi+Oe2qgm/ i8Zw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=ukgm2VLapUaLUX3ThrULKUGsT93PO5axbTdWBupWnLw=; b=ny1+NPWcWYNrZRJd3dbdJjo5WJHQd2Eden7xruyFnYM2+8CdLPcBkEWDqeg9yHGrkW 48M1CMYIiFFKOluigpdiTYPnTfMksA1FCqxCpKFekWVH/Ut/dxYxopyIyeGLNbslXHtg mdHODhkXhe29LXpyEVeZYRgbL7LdcWI/PXgXTAndipk5cBtkwHBAzlnBJnRO3vb91m+c rt2a6St5W646hkQ2zXKPEatlVE3cVOnOcE0te/Xb3zY/89J9bNWXAuEc8sqQa3qcZu2b fxhRxDaPnb/KBqFgyvYhUf7hp2n/YW1JNeD3Pw2a8f5bnNQNIH39w203joQWsK6ObxoQ SQKQ== X-Gm-Message-State: AODbwcCWBAf/3TUQhs/Ke4v+S2jv/t1MfNMWZmqAv1erpvzxt4S0Nifo IG2FwJh5fk/SFESiuxnz05JuP/cuEpT1 X-Received: by 10.223.132.39 with SMTP id 36mr25968177wrf.179.1496947340382; Thu, 08 Jun 2017 11:42:20 -0700 (PDT) MIME-Version: 1.0 Sender: php@golemon.com Received: by 10.223.172.226 with HTTP; Thu, 8 Jun 2017 11:42:19 -0700 (PDT) X-Originating-IP: [206.252.215.26] In-Reply-To: References: Date: Thu, 8 Jun 2017 14:42:19 -0400 X-Google-Sender-Auth: 5sproHGxVizrNfCEesAq0k8mFiM Message-ID: To: David Rodrigues Cc: PHP internals Content-Type: text/plain; charset="UTF-8" Subject: Re: [PHP-DEV] PHP 7.2.0 Alpha 1 Released From: pollita@php.net (Sara Golemon) On Thu, Jun 8, 2017 at 2:01 PM, David Rodrigues wrote: > 2017-06-08 8:21 GMT-03:00 Sara Golemon : >> >> The first alpha for 7.2.0 was just released and can be downloaded >> from: https://downloads.php.net/~pollita/ >> Or using the git tag: php-7.2.0alpha1 >> > No updates on changelog for now? > ChangeLogs are for stable releases, though you can certainly check out the NEWS file: https://github.com/php/php-src/blob/php-7.2.0alpha1/NEWS -Sara