Skip to content

Commit 470fc09

Browse files
committed
PHP 5.3 is no longer an active release.
1 parent c342a3e commit 470fc09

File tree

2 files changed

+38
-31
lines changed

2 files changed

+38
-31
lines changed

include/releases.inc

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1786,6 +1786,44 @@ $OLDRELEASES = array (
17861786
'date' => '01 March 2012',
17871787
'museum' => true,
17881788
),
1789+
'5.3.29' =>
1790+
array (
1791+
'announcement' =>
1792+
array (
1793+
'English' => '/releases/5_3_29.php',
1794+
),
1795+
'source' =>
1796+
array (
1797+
0 =>
1798+
array (
1799+
'filename' => 'php-5.3.29.tar.bz2',
1800+
'name' => 'PHP 5.3.29 (tar.bz2)',
1801+
'md5' => '9469e240cbe6ac865aeaec89b253dd30',
1802+
'date' => '14 Aug 2014',
1803+
),
1804+
1 =>
1805+
array (
1806+
'filename' => 'php-5.3.29.tar.gz',
1807+
'name' => 'PHP 5.3.29 (tar.gz)',
1808+
'md5' => 'ebfa96ea636b2a7ece71e78ad116a338',
1809+
'date' => '14 Aug 2014',
1810+
),
1811+
2 =>
1812+
array (
1813+
'filename' => 'php-5.3.29.tar.xz',
1814+
'name' => 'PHP 5.3.29 (tar.xz)',
1815+
'md5' => 'dcff9c881fe436708c141cfc56358075',
1816+
'date' => '14 Aug 2014',
1817+
),
1818+
3 =>
1819+
array (
1820+
'link' => 'http://windows.php.net/download/#php-5.3',
1821+
'name' => 'Windows 5.3.29 binaries and source',
1822+
),
1823+
),
1824+
'date' => '14 Aug 2014',
1825+
'museum' => false,
1826+
),
17891827
'5.3.28' =>
17901828
array (
17911829
'announcement' =>

include/version.inc

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -48,19 +48,6 @@ $PHP_5_4_MD5 = array(
4848
"tar.gz" => "da7bed3b65033c7f096c96572cd9ea45",
4949
);
5050

51-
/* PHP 5.3 Release */
52-
$PHP_5_3_RC = false; //'5.3.29RC1'; // Current RC version (e.g., '5.6.7RC1') or false
53-
$PHP_5_3_RC_DATE = '31 Jul 2013';
54-
55-
$PHP_5_3_VERSION = "5.3.29";
56-
$PHP_5_3_DATE = "14 Aug 2014";
57-
58-
$PHP_5_3_MD5 = array(
59-
"tar.bz2" => "9469e240cbe6ac865aeaec89b253dd30",
60-
"tar.gz" => "ebfa96ea636b2a7ece71e78ad116a338",
61-
"tar.xz" => "dcff9c881fe436708c141cfc56358075"
62-
);
63-
6451
$RELEASES = array(
6552
5 => array(
6653
$PHP_5_6_VERSION => array(
@@ -126,24 +113,6 @@ $RELEASES = array(
126113
),
127114
),
128115
),
129-
$PHP_5_3_VERSION => array(
130-
"announcement" => true,
131-
"eol" => true,
132-
"source" => array(
133-
array(
134-
"filename" => "php-$PHP_5_3_VERSION.tar.bz2",
135-
"name" => "PHP $PHP_5_3_VERSION (tar.bz2)",
136-
"md5" => $PHP_5_3_MD5["tar.bz2"],
137-
"date" => $PHP_5_3_DATE,
138-
),
139-
array(
140-
"filename" => "php-$PHP_5_3_VERSION.tar.gz",
141-
"name" => "PHP $PHP_5_3_VERSION (tar.gz)",
142-
"md5" => $PHP_5_3_MD5["tar.gz"],
143-
"date" => $PHP_5_3_DATE,
144-
),
145-
),
146-
),
147116
),
148117
);
149118

0 commit comments

Comments
 (0)