Commit: 75e418c468996062bba0b40e5226175b83762e60 Author: Adam Harvey <[email protected]> Sun, 8 Nov 2015 15:59:36 +0100 Parents: a1bfe95bcc0f032137d397e26ae645206f5c590a Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=75e418c468996062bba0b40e5226175b83762e60 Log: Good night and good luck, PHP 5.4. Changed paths: M include/branches.inc M include/releases.inc M include/version.inc M releases/index.php Diff: diff --git a/include/branches.inc b/include/branches.inc index d912e62..30930cf 100644 --- a/include/branches.inc +++ b/include/branches.inc @@ -16,7 +16,7 @@ $BRANCHES = array( ), '5.4' => array( 'stable' => '2014-09-14', - 'security' => '2015-09-14', + 'security' => '2015-09-03', ), '5.5' => array( 'stable' => '2015-07-10', diff --git a/include/releases.inc b/include/releases.inc index b761080..f62e778 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -1519,6 +1519,39 @@ $OLDRELEASES = array ( 'date' => '20 Jun 2013', 'museum' => true, ), + '5.4.45' => + array ( + 'announcement' => + array ( + 'English' => '/releases/5_4_45.php', + ), + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-5.4.45.tar.bz2', + 'name' => 'PHP 5.4.45 (tar.bz2)', + 'md5' => '185f67f1ca652b18bc0cca9d7edbde7c', + 'sha256' => '4e0d28b1554c95cfaea6fa2b64aac85433f158ce72bb571bcd5574f98f4c6582', + 'date' => '03 Sep 2015', + ), + 1 => + array ( + 'filename' => 'php-5.4.45.tar.gz', + 'name' => 'PHP 5.4.45 (tar.gz)', + 'md5' => 'ba580e774ed1ab256f22d1fa69a59311', + 'sha256' => '25bc4723955f4e352935258002af14a14a9810b491a19400d76fcdfa9d04b28f', + 'date' => '03 Sep 2015', + ), + 2 => + array ( + 'link' => 'http://windows.php.net/download/#php-5.4', + 'name' => 'Windows 5.4.45 binaries and source', + ), + ), + 'date' => '03 Sep 2015', + 'museum' => false, + ), '5.4.44' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index 5a674b0..d33d7f0 100644 --- a/include/version.inc +++ b/include/version.inc @@ -48,20 +48,6 @@ $PHP_5_5_SHA256 = array( "tar.gz" => "8ad57f4317391354e66c83d26752f67515b2e923277eb97b2b420dfeff3c1007", "tar.xz" => "d00dc06fa5e0f3de048fb0cf940b3cc59b43b3f8cad825d4fffb35503cf2e8f2", ); -/* PHP 5.4 Release */ -$PHP_5_4_RC = false; // Current RC version (e.g., '5.6.7RC1') or false -$PHP_5_4_RC_DATE = '4 Sep 2014'; - -$PHP_5_4_VERSION = "5.4.45"; -$PHP_5_4_DATE = "03 Sep 2015"; -$PHP_5_4_MD5 = array( - "tar.bz2" => "185f67f1ca652b18bc0cca9d7edbde7c", - "tar.gz" => "ba580e774ed1ab256f22d1fa69a59311", -); -$PHP_5_4_SHA256 = array( - "tar.bz2" => "4e0d28b1554c95cfaea6fa2b64aac85433f158ce72bb571bcd5574f98f4c6582", - "tar.gz" => "25bc4723955f4e352935258002af14a14a9810b491a19400d76fcdfa9d04b28f", -); $RELEASES = array( 5 => array( @@ -117,25 +103,6 @@ $RELEASES = array( ), ), ), - $PHP_5_4_VERSION => array( - "announcement" => true, - "source" => array( - array( - "filename" => "php-$PHP_5_4_VERSION.tar.bz2", - "name" => "PHP $PHP_5_4_VERSION (tar.bz2)", - "md5" => $PHP_5_4_MD5["tar.bz2"], - "sha256" => $PHP_5_4_SHA256["tar.bz2"], - "date" => $PHP_5_4_DATE, - ), - array( - "filename" => "php-$PHP_5_4_VERSION.tar.gz", - "name" => "PHP $PHP_5_4_VERSION (tar.gz)", - "md5" => $PHP_5_4_MD5["tar.gz"], - "sha256" => $PHP_5_4_SHA256["tar.gz"], - "date" => $PHP_5_4_DATE, - ), - ), - ), ), ); diff --git a/releases/index.php b/releases/index.php index 324938d..015131e 100644 --- a/releases/index.php +++ b/releases/index.php @@ -5,7 +5,7 @@ include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc'; include_once $_SERVER["DOCUMENT_ROOT"] . "/include/branches.inc"; if (isset($_GET["serialize"]) || isset($_GET["json"])) { - $RELEASES[5][$PHP_5_4_VERSION]["date"] = $PHP_5_4_DATE; + $RELEASES[5][$PHP_5_6_VERSION]["date"] = $PHP_5_6_DATE; $RELEASES = $RELEASES + $OLDRELEASES; $machineReadable = array(); -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
