Commit: e693221c8bff668c7e79e4f71cc371378af55bfc Author: Adam Harvey <[email protected]> Thu, 21 Mar 2013 11:33:36 -0700 Parents: 97d705b36bb1c8f275b0266763e32d85c82e94e2 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=e693221c8bff668c7e79e4f71cc371378af55bfc Log: Add 5.4.12 and 5.3.22 to the releases array. Fixes bug #64481 (Can't find source for version 5.4.12). Bugs: https://bugs.php.net/64481 Changed paths: M include/releases.inc Diff: diff --git a/include/releases.inc b/include/releases.inc index 46639f6..9ccf185 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,37 @@ $OLDRELEASES = array ( 5 => array ( + '5.4.12' => + array ( + 'announcement' => + array ( + 'English' => '/releases/5_4_12.php', + ), + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-5.4.12.tar.bz2', + 'name' => 'PHP 5.4.12 (tar.bz2)', + 'md5' => '5c7b614242ae12e9cacca21c8ab84818', + 'date' => '21 Feb 2013', + ), + 1 => + array ( + 'filename' => 'php-5.4.12.tar.gz', + 'name' => 'PHP 5.4.12 (tar.gz)', + 'md5' => '81b20cac4f977b8764ae904302048d84', + 'date' => '21 Feb 2013', + ), + 2 => + array ( + 'link' => 'http://windows.php.net/download/#php-5.4', + 'name' => 'Windows 5.4.12 binaries and source', + ), + ), + 'date' => '21 Feb 2013', + 'museum' => false, + ), '5.4.11' => array ( 'announcement' => @@ -354,6 +385,37 @@ $OLDRELEASES = array ( 'date' => '01 March 2012', 'museum' => false, ), + '5.3.22' => + array ( + 'announcement' => + array ( + 'English' => '/releases/5_3_22.php', + ), + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-5.3.22.tar.bz2', + 'name' => 'PHP 5.3.22 (tar.bz2)', + 'md5' => 'bf351426fc7f97aa13914062958a6100', + 'date' => '21 Feb 2013', + ), + 1 => + array ( + 'filename' => 'php-5.3.22.tar.gz', + 'name' => 'PHP 5.3.22 (tar.gz)', + 'md5' => '5008d8e70195d933e30bfbae3651b4ed', + 'date' => '21 Feb 2013', + ), + 2 => + array ( + 'link' => 'http://windows.php.net/download/#php-5.3', + 'name' => 'Windows 5.3.22 binaries and source', + ), + ), + 'date' => '21 Feb 2013', + 'museum' => false, + ), '5.3.21' => array ( 'announcement' => -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
