Commit: 238bca63b5c618ab59e20cfe3c470dc762fb7638 Author: Christoph M. Becker <[email protected]> Wed, 11 Dec 2019 12:32:32 +0100 Parents: ab28f2abbf2ed6ca9548354d85b425aa1c761dab Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=238bca63b5c618ab59e20cfe3c470dc762fb7638 Log: Remove commented out 7.4.0 in releases.inc This doesn't work with bin/bumpRelease.php. Changed paths: M include/releases.inc Diff: diff --git a/include/releases.inc b/include/releases.inc index 06733aa21..cb11c61c8 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,44 +2,6 @@ $OLDRELEASES = array ( 7 => array ( -/* - '7.4.0' => - array ( - 'announcement' => - array ( - 'English' => '/releases/7_4_0.php', - ), - 'tags' => - array ( - ), - 'date' => '28 Nov 2019', - 'source' => - array ( - 0 => - array ( - 'filename' => 'php-7.4.0.tar.gz', - 'name' => 'PHP 7.4.0 (tar.gz)', - 'sha256' => '004a1a8176176ee1b5c112e73d705977507803f425f9e48cb4a84f42b22abf22', - 'date' => '28 Nov 2019', - ), - 1 => - array ( - 'filename' => 'php-7.4.0.tar.bz2', - 'name' => 'PHP 7.4.0 (tar.bz2)', - 'sha256' => 'bf206be96a39e643180013df39ddcd0493966692a2422c4b7d3355b6a15a01c0', - 'date' => '28 Nov 2019', - ), - 2 => - array ( - 'filename' => 'php-7.4.0.tar.xz', - 'name' => 'PHP 7.4.0 (tar.xz)', - 'sha256' => '9bb751b20e5d6cc1ea9b1ebf23ef2d5f07f99b2d9cc417bf1d70c04f8b20ec42', - 'date' => '28 Nov 2019', - ), - ), - 'museum' => false, - ), -*/ '7.2.24' => array ( 'announcement' => -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
