Newsgroups: php.general,php.internals Path: news.php.net Xref: news.php.net php.general:325034 php.internals:87676 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 34165 invoked from network); 7 Aug 2015 06:12:02 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Aug 2015 06:12:02 -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.220.43 as permitted sender) X-PHP-List-Original-Sender: smalyshev@gmail.com X-Host-Fingerprint: 209.85.220.43 mail-pa0-f43.google.com Received: from [209.85.220.43] ([209.85.220.43:35192] helo=mail-pa0-f43.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 96/90-29133-03C44C55 for ; Fri, 07 Aug 2015 02:12:01 -0400 Received: by pabxd6 with SMTP id xd6so62384359pab.2; Thu, 06 Aug 2015 23:11:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=to:from:subject:message-id:date:user-agent:mime-version :content-type:content-transfer-encoding; bh=L/B/urV18N96HetDC/tcbYs5hME6svbEx5OW/zzlYqk=; b=zk3h10+SKRjwVSTScrFaQgDR1OXDTN8fbpm7BXoS6T20sTWvYpm9wlXGnqPbBipMnR WOBiNUof3ARUmL0nNedCDmoWWP2YQm+68mzUVJEb50uJKOsFxe9Eq/3O/jf5PkNsoNBN FP/TISr/OA7moNmUhCNCWfX/2Tm/4zqIzoR1QYuM9sHg38yuIdZ5JEOxGJwm7c7ho56B aM/uhl0Mzy3AjhbSJpDat7CeE4Dnr3pW5zjYwGGanHro00j1V6i4gDROn3vWEUK2s68k YA4kpENYjR0p5LQo6uYpUIBHREDs0Os2JdMoykkESt+DzDiZoGWRjKsu3XmJi80wQanB r3Dg== X-Received: by 10.66.242.1 with SMTP id wm1mr11148192pac.79.1438927918129; Thu, 06 Aug 2015 23:11:58 -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 q6sm8675497pdp.14.2015.08.06.23.11.57 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 06 Aug 2015 23:11:57 -0700 (PDT) To: PHP Internals , php-general@lists.php.net Message-ID: <55C44C2B.2040504@gmail.com> Date: Thu, 6 Aug 2015 23:11:55 -0700 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: PHP 5.4.44 Released From: smalyshev@gmail.com (Stanislav Malyshev) Hello! The PHP development team announces the immediate availability of PHP 5.4.44. 11 security-related issues in PHP were fixed in this release. All PHP 5.4 users are encouraged to upgrade to this version. For source downloads of PHP 5.4.44 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.44 Please note that PHP 5.4 branch is nearing the end of its support timeframe. Either September or October release, depending on discovered issues, will be the last official release of PHP 5.4. If your PHP installation 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: 8dd59e5ce9248cf36ac3de5412a518b8b24c01ace6c46ce3d12e4ce981a3856d php-5.4.44.tar.bz2 1799998e48da3d8f34722840628e18789e26ea21741d4e498ade6749b3266602 php-5.4.44.tar.gz The GPG signatures for the source packages are: php-5.4.44.tar.bz2: -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iF4EABEIAAYFAlXBtr0ACgkQL3lWvF2gS13BegEAj9zLL6/aySmwfHcEBbOGlMCy MYFlqHY2dDJCqwxtB8cA/Rxw9QJUoGqeg7e8f0uPwfGp4wFJtmwT/U0KUb0glaeD =lGD8 -----END PGP SIGNATURE----- php-5.4.44.tar.gz: -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iF4EABEIAAYFAlXBtrYACgkQL3lWvF2gS13A/gD+LETpTFxqdALveKBVMuB3mRRp qdz0FGqhsWleqLJ8VHkA/Rb3vNK34M18zMCtLQ1jzV8VG765LJBUjQWUC8+N5njQ =Zf40 -----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