Commit: d111ffb37a43aafb9c22d62403b0beacd886d9de Author: Julien Pauli <[email protected]> Thu, 20 Jun 2013 19:02:35 +0200 Committer: David Soria Parra <[email protected]> Thu, 20 Jun 2013 20:24:46 +0200 Parents: fb43217839988a8b5778408a6ad8817ce9b2b0fd Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=d111ffb37a43aafb9c22d62403b0beacd886d9de Log: mistake in releases.inc, rollbacking Changed paths: M include/releases.inc Diff: diff --git a/include/releases.inc b/include/releases.inc index a3a216e..4af23af 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,75 +2,6 @@ $OLDRELEASES = array ( 5 => array ( - '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.16' => - array ( - 'announcement' => - array ( - 'English' => '/releases/5_4_16.php', - ), - 'source' => - array ( - 0 => - array ( - 'filename' => 'php-5.4.16.tar.bz2', - 'name' => 'PHP 5.4.16 (tar.bz2)', - 'md5' => '3d2c694d28861d707b2622c3cc941cff', - 'date' => '06 Jun 2013', - ), - 1 => - array ( - 'filename' => 'php-5.4.16.tar.gz', - 'name' => 'PHP 5.4.16 (tar.gz)', - 'md5' => '3940a5295872964495f9c56596272d68', - 'date' => '06 Jun 2013', - ), - 2 => - array ( - 'link' => 'http://windows.php.net/download/#php-5.4', - 'name' => 'Windows 5.4.16 binaries and source', - ), - ), - 'date' => '06 Jun 2013', - 'museum' => false, - ), '5.4.15' => array ( 'announcement' => -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
