1
0
mirror of https://github.com/php/web-php.git synced 2026-04-26 00:18:17 +02:00

PHP 5.3.29 (except frontpage announcement)

This commit is contained in:
Johannes Schlüter
2014-08-14 14:24:24 +02:00
parent 75cc7f68fb
commit fa0cd6bb53
3 changed files with 99 additions and 5 deletions
+31
View File
@@ -1431,6 +1431,37 @@ $OLDRELEASES = array (
'date' => '01 March 2012',
'museum' => true,
),
'5.3.28' =>
array (
'announcement' =>
array (
'English' => '/releases/5_3_28.php',
),
'source' =>
array (
0 =>
array (
'filename' => 'php-5.3.28.tar.bz2',
'name' => 'PHP 5.3.28 (tar.bz2)',
'md5' => '56ff88934e068d142d6c0deefd1f396b',
'date' => '12 Dec 2013',
),
1 =>
array (
'filename' => 'php-5.3.28.tar.gz',
'name' => 'PHP 5.3.28 (tar.gz)',
'md5' => 'eec3fb5ccb6d8c238f973d306bebb00e',
'date' => '12 Dec 2013',
),
2 =>
array (
'link' => 'http://windows.php.net/download/#php-5.3',
'name' => 'Windows 5.3.28 binaries and source',
),
),
'date' => '11 Jul 2013',
'museum' => false,
),
'5.3.27' =>
array (
'announcement' =>
+6 -5
View File
@@ -37,15 +37,16 @@ $PHP_5_4_MD5 = array(
);
/* PHP 5.3 Release */
$PHP_5_3_RC = '5.3.29RC1'; // Current RC version (e.g., '5.6.7RC1') or false
$PHP_5_3_RC = false; //'5.3.29RC1'; // Current RC version (e.g., '5.6.7RC1') or false
$PHP_5_3_RC_DATE = '31 Jul 2013';
$PHP_5_3_VERSION = "5.3.28";
$PHP_5_3_DATE = "12 Dec 2013";
$PHP_5_3_VERSION = "5.3.29";
$PHP_5_3_DATE = "14 Aug 2014";
$PHP_5_3_MD5 = array(
"tar.bz2" => "56ff88934e068d142d6c0deefd1f396b",
"tar.gz" => "eec3fb5ccb6d8c238f973d306bebb00e",
"tar.bz2" => "9469e240cbe6ac865aeaec89b253dd30",
"tar.gz" => "ebfa96ea636b2a7ece71e78ad116a338",
"tar.xz" => "dcff9c881fe436708c141cfc56358075"
);
$RELEASES = array(