Newsgroups: php.general,php.internals Path: news.php.net Xref: news.php.net php.general:324981 php.internals:87095 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 71382 invoked from network); 10 Jul 2015 08:04:51 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Jul 2015 08:04:51 -0000 Authentication-Results: pb1.pair.com smtp.mail=smalyshev@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=smalyshev@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.192.176 as permitted sender) X-PHP-List-Original-Sender: smalyshev@gmail.com X-Host-Fingerprint: 209.85.192.176 mail-pd0-f176.google.com Received: from [209.85.192.176] ([209.85.192.176:36483] helo=mail-pd0-f176.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id BA/78-22102-1AC7F955 for ; Fri, 10 Jul 2015 04:04:50 -0400 Received: by pdjr16 with SMTP id r16so18941829pdj.3; Fri, 10 Jul 2015 01:04:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=PT+lVfxJgr1Jscd+Bn48x5JQUOb2qEJu8h4J49rnn2Y=; b=cVtjNNFMAjrAZufgZ9DeFO2cIoFQMp+4iZUJlBnij+a41jMDCvJmwefzT9sRsS4JD/ o07AF/NiK1VG5+r0D2SpPHPdE4QoqKXDKFc8yNP+tEFXGTxlnH/S4EOUzb7gkytWNGKT FIUo2ekkUuwoZkBVU1/ZFL9NUaQCuSx7fU8NWwLO6hQ+thzAQAK8SOq4MTwVpQrjwDlp v21pZCYAbbikyA5wWK6d+c4Tpm1rWLGvrn+Wp9+w7b7JwDLozZYoPqoMxiAuK6+5LpQY CcKpZ37GGsvgNfJcRCLXL5TRUkIDwk7yn899q5qkeejl5zWZuO2ccwKriPevBuKsTGz3 G28w== X-Received: by 10.70.49.73 with SMTP id s9mr39158990pdn.149.1436515485533; Fri, 10 Jul 2015 01:04:45 -0700 (PDT) Received: from Stas-Air.local (108-66-6-48.lightspeed.sntcca.sbcglobal.net. [108.66.6.48]) by smtp.gmail.com with ESMTPSA id qg5sm8157039pbc.68.2015.07.10.01.04.44 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 10 Jul 2015 01:04:45 -0700 (PDT) Message-ID: <559F7C95.4050204@gmail.com> Date: Fri, 10 Jul 2015 01:04:37 -0700 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: php-general@lists.php.net, PHP Internals Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: PHP 5.4.43 Released From: smalyshev@gmail.com (Stanislav Malyshev) Hello! The PHP development team announces the immediate availability of PHP 5.4.43. Five security-related issues in PHP were fixed in this release, including CVE-2015-3152. All PHP 5.4 users are encouraged to upgrade to this version. For source downloads of PHP 5.4.43 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.4.43 Please note that PHP 5.4 branch is nearing the end of its support timeframe. If your PHP installations is based on PHP 5.4, it may be a good time to start making the plans for the upgrade. The SHA-265 checksums for PHP binaries are: 25d7724fb00ad1b520f5bad2173717031153d0a8e3de2c75e7a084c76f8ecd6b php-5.4.43.tar.bz2 cfc2176adc05f009666ecfab4a1cc66cc546c5d071245b2a048b3d113f67a2af php-5.4.43.tar.gz The GPG signatures for the source packages are: php-5.4.43.tar.bz2: -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iF4EABEIAAYFAlWcXJYACgkQL3lWvF2gS1238QEAiHllmvWwWaGf8PIgrMPf7oee mnEyCXQyj6rIFcs7ovQA/1FkDvohVjGg7JQ0S3GlfPPiW5T5Zgi0MiNANOgEwIcr =csnF -----END PGP SIGNATURE----- php-5.4.43.tar.gz: -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iF4EABEIAAYFAlWcXI8ACgkQL3lWvF2gS11znAD+JQkU+2I8jXpN9306R/SgQ8As g8YUBYdymIpIKZ2CpYAA/RuBgGIaRnRfNDzbwxtnGd6e3t70GyohY22tdakYDkTZ =HaGj -----END PGP SIGNATURE----- The public keys can be found on the PHP downloads pages: http://php.net/downloads.php#gpg-5.4 Regards, Stas Malyshev PHP 5.4 RM