Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:86237 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 33499 invoked from network); 15 May 2015 20:04:20 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 May 2015 20:04:20 -0000 Authentication-Results: pb1.pair.com smtp.mail=rainer.jung@kippdata.de; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=rainer.jung@kippdata.de; sender-id=pass Received-SPF: pass (pb1.pair.com: domain kippdata.de designates 195.227.30.149 as permitted sender) X-PHP-List-Original-Sender: rainer.jung@kippdata.de X-Host-Fingerprint: 195.227.30.149 capsella.kippdata.de Solaris 10 (beta) Received: from [195.227.30.149] ([195.227.30.149:40029] helo=mailserver.kippdata.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 84/75-02151-14156555 for ; Fri, 15 May 2015 16:04:19 -0400 Received: from [172.24.0.2] ([192.168.2.104]) by mailserver.kippdata.de (8.13.5/8.13.5) with ESMTP id t4FK4EU5010575 for ; Fri, 15 May 2015 22:04:14 +0200 (CEST) Message-ID: <55565136.4040108@kippdata.de> Date: Fri, 15 May 2015 22:04:06 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: PHP Internals References: In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] PHP 5.6.9 is available From: rainer.jung@kippdata.de (Rainer Jung) Am 15.05.2015 um 11:11 schrieb Ferenc Kovacs: > Hello! > > The PHP development team announces the immediate availability of PHP > 5.6.9. Seven security-related bugs were fixed in this release. > > All PHP 5.6 users are encouraged to upgrade to this version. > > For source downloads of PHP 5.6.9 please visit our downloads page: > http://www.php.net/downloads.php > > Windows binaries can be found on http://windows.php.net/download/. > > The list of changes is recorded in the ChangeLog: > http://www.php.net/ChangeLog-5.php#5.6.9 > > Ferenc Kovacs & Julien Pauli FYI the release tarball seems to have been regenerated after making available for download. I retrieved a php-5.6.9.tar.bz2 file with md5 22a4a0b3d80bffd620da8821e847538d this morning, likely a bit *before* this announcement email. That early tarball is missing the following files: - Zend/zend_ini_parser.c - Zend/zend_ini_parser.h - Zend/zend_ini_parser.output - Zend/zend_language_parser.c - Zend/zend_language_parser.h - Zend/zend_language_parser.output and configure was generated using autoconf 2.69. The current tarball has md5 561f37377833772ace776143c5687884, contains those files and configure was generated using autoconf 2.67. I guess the current tarball is the official one and the earlier one was withdrawn without notice because the error was detected before the announcement email. Regards, Rainer