Skip to content

Commit bff4a96

Browse files
committed
PHP 5.4.1 and PHP 5.3.11
1 parent b1d108f commit bff4a96

2 files changed

Lines changed: 36 additions & 10 deletions

File tree

include/releases.inc

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,32 @@
22
$OLDRELEASES = array (
33
5 =>
44
array (
5+
'5.4.0' =>
6+
array (
7+
'announcement' =>
8+
array (
9+
'English' => '/releases/5_4_0.php',
10+
),
11+
'source' =>
12+
array (
13+
0 =>
14+
array (
15+
'filename' => 'php-5.4.0.tar.bz2',
16+
'name' => 'PHP 5.4.0 (tar.bz2)',
17+
'md5' => '04bb6f9d71ea86ba05685439d50db074',
18+
'date' => '01 March 2012',
19+
),
20+
1 =>
21+
array (
22+
'filename' => 'php-5.4.0.tar.gz',
23+
'name' => 'PHP 5.4.0 (tar.gz)',
24+
'md5' => '46b72e274c6ea7e775245ffdb81c9ce5',
25+
'date' => '01 March 2012',
26+
),
27+
),
28+
'date' => '01 March 2012',
29+
'museum' => false,
30+
),
531
'5.3.9' =>
632
array (
733
'announcement' =>

include/version.inc

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,27 +17,27 @@
1717
*/
1818

1919
/* PHP 5.4 Release */
20-
$PHP_5_4_RC = '5.4.1RC1'; // set to false when there is no RC
20+
$PHP_5_4_RC = false; // set to false when there is no RC
2121
$PHP_5_4_RC_DATE = "29 March 2012";
2222

23-
$PHP_5_4_VERSION = "5.4.0";
24-
$PHP_5_4_DATE = "01 March 2012";
23+
$PHP_5_4_VERSION = "5.4.1";
24+
$PHP_5_4_DATE = "26 April 2012";
2525

2626
$PHP_5_4_MD5 = array(
27-
"tar.bz2" => "04bb6f9d71ea86ba05685439d50db074",
28-
"tar.gz" => "46b72e274c6ea7e775245ffdb81c9ce5",
27+
"tar.bz2" => "5b9529ed89dbc48c498e9693d1af3caf",
28+
"tar.gz" => "acd566dbd70f855c19d17fc3c0e876a2",
2929
);
3030

3131
/* PHP 5.3 Release */
32-
$PHP_5_3_RC = '5.3.11RC2';
32+
$PHP_5_3_RC = false;
3333
$PHP_5_3_RC_DATE = '12 April 2012';
3434

35-
$PHP_5_3_VERSION = "5.3.10";
36-
$PHP_5_3_DATE = "02 February 2012";
35+
$PHP_5_3_VERSION = "5.3.11";
36+
$PHP_5_3_DATE = "26 April 2012";
3737

3838
$PHP_5_3_MD5 = array(
39-
"tar.bz2" => "816259e5ca7d0a7e943e56a3bb32b17f",
40-
"tar.gz" => "2b3d2d0ff22175685978fb6a5cbcdc13",
39+
"tar.bz2" => "94709f6e7c920cbe26e19fa991d9975d",
40+
"tar.gz" => "4f83556853ec997af837ad144d9fd156",
4141
);
4242

4343
$RELEASES = array(

0 commit comments

Comments
 (0)