Commit: 7a93b4b90bf305788e0afd83840a22840d15ceba Author: Adam Harvey <ahar...@php.net> Tue, 1 Oct 2013 15:45:54 -0700 Parents: ac441eb9b4e8f9fdf9d7d54f392c780bd480a367 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=7a93b4b90bf305788e0afd83840a22840d15ceba Log: Add PHP 5.5.0 to the $OLDRELEASES array. Changed paths: M include/releases.inc Diff: diff --git a/include/releases.inc b/include/releases.inc index 9b64d03..ff54a68 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -116,6 +116,44 @@ $OLDRELEASES = array ( 'date' => '18 Jul 2013', 'museum' => false, ), + '5.5.0' => + array ( + 'announcement' => + array ( + 'English' => '/releases/5_5_0.php', + ), + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-5.5.0.tar.bz2', + 'name' => 'PHP 5.5.0 (tar.bz2)', + 'md5' => 'daf2d54e79def9fd0fb2ac7dfcefb7f3', + 'date' => '20 Jun 2013', + ), + 1 => + array ( + 'filename' => 'php-5.5.0.tar.gz', + 'name' => 'PHP 5.5.0 (tar.gz)', + 'md5' => '79c4e7a8cb0f8e2e072120775b92c523', + 'date' => '20 Jun 2013', + ), + 2 => + array ( + 'filename' => 'php-5.5.0.tar.xz', + 'name' => 'PHP 5.5.0 (tar.xz)', + 'md5' => 'c7df0cb28cfff4e277fd9cd9b73cebfb', + 'date' => '20 Jun 2013', + ), + 3 => + array ( + 'link' => 'http://windows.php.net/download/#php-5.5', + 'name' => 'Windows 5.5.0 binaries and source', + ), + ), + 'date' => '20 Jun 2013', + 'museum' => false, + ), '5.4.19' => array ( 'announcement' => -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php