Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:101207 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 86062 invoked from network); 30 Nov 2017 10:59:46 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 Nov 2017 10:59:46 -0000 Authentication-Results: pb1.pair.com header.from=remi@php.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=remi@php.net; spf=unknown; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 217.70.183.197 as permitted sender) X-PHP-List-Original-Sender: remi@php.net X-Host-Fingerprint: 217.70.183.197 relay5-d.mail.gandi.net Received: from [217.70.183.197] ([217.70.183.197:45536] helo=relay5-d.mail.gandi.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id CC/51-59624-1A4EF1A5 for ; Thu, 30 Nov 2017 05:59:45 -0500 X-Originating-IP: 90.54.195.45 Received: from builder.remirepo.net (LFbn-REI-1-68-45.w90-54.abo.wanadoo.fr [90.54.195.45]) (Authenticated sender: contact@ll-experts.com) by relay5-d.mail.gandi.net (Postfix) with ESMTPSA id 8FE7241C093 for ; Thu, 30 Nov 2017 11:59:42 +0100 (CET) To: PHP Internals Message-ID: Date: Thu, 30 Nov 2017 11:59:42 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: PHP 7.2.0 Released From: remi@php.net (Remi Collet) The PHP development team announces the immediate availability of PHP 7.2.0. This release marks the second feature update to the PHP 7 series. PHP 7.2.0 comes with numerous improvements and new features such as - Convert numeric keys in object/array casts - Counting of non-countable objects - Object typehint - HashContext as Object - Argon2 in password hash - Improve TLS constants to sane values - Mcrypt extension removed - New sodium extension For source downloads of PHP 7.2.0 please visit our downloads page Windows binaries can be found on the PHP for Windows site. The list of changes is recorded in the ChangeLog. The migration guide is available in the PHP Manual. Please consult it for the detailed list of new features and backward incompatible changes. Release Announcement: http://php.net/releases/7_2_0.php Downloads: http://www.php.net/downloads Windows downloads: http://windows.php.net/download Changelog: http://www.php.net/ChangeLog-7.php#7.2.0 Migration guide: http://php.net/manual/en/migration72.php Many thanks to all the contributors and supporters! Sara Golemon, Remi Collet