Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:86238 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 39436 invoked from network); 15 May 2015 21:45:12 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 May 2015 21:45:12 -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.215.54 as permitted sender) X-PHP-List-Original-Sender: tyra3l@gmail.com X-Host-Fingerprint: 209.85.215.54 mail-la0-f54.google.com Received: from [209.85.215.54] ([209.85.215.54:34873] helo=mail-la0-f54.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 6B/36-02151-5E866555 for ; Fri, 15 May 2015 17:45:10 -0400 Received: by labbd9 with SMTP id bd9so140507775lab.2 for ; Fri, 15 May 2015 14:45:06 -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=55qJcDZKPDrdlXb7rkMilj7G0R1ffjtaHJnTatJEjoE=; b=Gc708vzZVqT9ldP/3o7AKUqpujQalsuNZlAj0xMzThdJp9QBd7VvJJyNes+6Zz/B3e mTjlbLT74YwD7Y655ZVBJjs6fq3adqGWSvtzUOgVZvh1I515bmNecWxGfmjLVbzGOlF4 m7VogddB1oN9Tlu66O7koEWRGTYpHfTNZs/80XEOAOQ8YYmyl7U/uwOzjVLzdaOgD8g1 kTAQl8T2HRb27dJVi3BKG8lt5OYQKwZlIOvcqIDS2/VJO1POGMe7j74Bpi8LZFmGqtOP SwGz5bJ3ael81v47e3cgEb+n8JvVJ5iq7v4u9gGna5CXVyboQQTd8qGzyj1Mv3TF0SYp ur/w== MIME-Version: 1.0 X-Received: by 10.112.161.40 with SMTP id xp8mr6774334lbb.71.1431726306145; Fri, 15 May 2015 14:45:06 -0700 (PDT) Received: by 10.152.43.105 with HTTP; Fri, 15 May 2015 14:45:06 -0700 (PDT) In-Reply-To: <55565136.4040108@kippdata.de> References: <55565136.4040108@kippdata.de> Date: Fri, 15 May 2015 23:45:06 +0200 Message-ID: To: Rainer Jung Cc: PHP Internals Content-Type: multipart/alternative; boundary=001a11c25f52e4bcc8051625c181 Subject: Re: [PHP-DEV] PHP 5.6.9 is available From: tyra3l@gmail.com (Ferenc Kovacs) --001a11c25f52e4bcc8051625c181 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Fri, May 15, 2015 at 10:04 PM, Rainer Jung wrote: > 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 > > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > hi both are "official", I've just screwed up the process of generating the first one (had an older bison as default which couldn't generate those files). I've updated the tarballs and the associated md5/sha256 sums http://git.php.net/?p=3Dweb/php.git;a=3Dcommit;h=3Dff6b05100256c9fe4638f7c2= a53dc73738a96240 http://git.php.net/?p=3Dweb/php-distributions.git;a=3Dcommit;h=3De6542c57ca= 68013d1cd26caf79eb306d0013e930 if you have proper bison on your system, the first works just fine, but we prefer to have those file generated so it works for everybody regardless if they have bison or the version of it. sorry for missing this and kudos to Remi for reporting it like in an hour or so. --=20 Ferenc Kov=C3=A1cs @Tyr43l - http://tyrael.hu --001a11c25f52e4bcc8051625c181--