Skip to content

Commit fe18d5c

Browse files
committed
linking the missing 5.2.17 release
1 parent 11878a0 commit fe18d5c

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

include/releases.inc

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,32 @@ $OLDRELEASES = array (
158158
'date' => '09 December 2010',
159159
'museum' => true,
160160
),
161+
'5.2.17' =>
162+
array (
163+
'announcement' =>
164+
array (
165+
'English' => '/releases/5_2_17.php',
166+
),
167+
'source' =>
168+
array (
169+
0 =>
170+
array (
171+
'filename' => 'php-5.2.17.tar.bz2',
172+
'name' => 'PHP 5.2.17 (tar.bz2)',
173+
'md5' => 'b27947f3045220faf16e4d9158cbfe13',
174+
'date' => '06 January 2011',
175+
),
176+
1 =>
177+
array (
178+
'filename' => 'php-5.2.17.tar.gz',
179+
'name' => 'PHP 5.2.17 (tar.gz)',
180+
'md5' => '04d321d5aeb9d3a051233dbd24220ef1',
181+
'date' => '06 January 2011',
182+
),
183+
),
184+
'date' => '06 January 2011',
185+
'museum' => true,
186+
),
161187
'5.2.16' =>
162188
array (
163189
'announcement' =>

0 commit comments

Comments
 (0)