diff --git a/.php-cs-fixer.php b/.php-cs-fixer.php index 3aa55ae65..49cfb94c8 100644 --- a/.php-cs-fixer.php +++ b/.php-cs-fixer.php @@ -20,6 +20,7 @@ $config ->setRiskyAllowed(true) ->setRules([ 'array_indentation' => true, + 'array_syntax' => true, 'class_attributes_separation' => true, 'constant_case' => true, 'indentation_type' => true, diff --git a/archive/1998.php b/archive/1998.php index 8f1febfdc..0a8587cb2 100644 --- a/archive/1998.php +++ b/archive/1998.php @@ -2,7 +2,7 @@ $_SERVER['BASE_PAGE'] = 'archive/1998.php'; include_once __DIR__ . '/../include/prepend.inc'; news_archive_sidebar(); -site_header("News Archive - 1998", array("cache" => true)); +site_header("News Archive - 1998", ["cache" => true]); ?>

News Archive - 1998

@@ -91,4 +91,4 @@ site_header("News Archive - 1998", array("cache" => true)); Report or check on bugs in the PHP 3 Bug Database.

- true, 'sidebar' => $SIDEBAR_DATA)); + true, 'sidebar' => $SIDEBAR_DATA]); diff --git a/archive/1999.php b/archive/1999.php index 0a8ff6e8f..dd2e53baf 100644 --- a/archive/1999.php +++ b/archive/1999.php @@ -2,7 +2,7 @@ $_SERVER['BASE_PAGE'] = 'archive/1999.php'; include_once __DIR__ . '/../include/prepend.inc'; news_archive_sidebar(); -site_header("News Archive - 1999", array("cache" => true)); +site_header("News Archive - 1999", ["cache" => true]); ?>

News Archive - 1999

@@ -117,4 +117,4 @@ site_header("News Archive - 1999", array("cache" => true)); information!

- true, 'sidebar' => $SIDEBAR_DATA)); + true, 'sidebar' => $SIDEBAR_DATA]); diff --git a/archive/2000.php b/archive/2000.php index 77eccbea7..90aac8237 100644 --- a/archive/2000.php +++ b/archive/2000.php @@ -2,7 +2,7 @@ $_SERVER['BASE_PAGE'] = 'archive/2000.php'; include_once __DIR__ . '/../include/prepend.inc'; news_archive_sidebar(); -site_header("News Archive - 2000", array("cache" => true)); +site_header("News Archive - 2000", ["cache" => true]); ?>

News Archive - 2000

@@ -165,4 +165,4 @@ site_header("News Archive - 2000", array("cache" => true)); ChangeLog provides a complete list of changes.

- true, 'sidebar' => $SIDEBAR_DATA)); + true, 'sidebar' => $SIDEBAR_DATA]); diff --git a/archive/2001.php b/archive/2001.php index 69cbf2237..c0654a216 100644 --- a/archive/2001.php +++ b/archive/2001.php @@ -2,7 +2,7 @@ $_SERVER['BASE_PAGE'] = 'archive/2001.php'; include_once __DIR__ . '/../include/prepend.inc'; news_archive_sidebar(); -site_header("News Archive - 2001", array("cache" => true)); +site_header("News Archive - 2001", ["cache" => true]); ?>

News Archive - 2001

@@ -314,4 +314,4 @@ site_header("News Archive - 2001", array("cache" => true)); were discovered in PHP 4.0.4.

- true, 'sidebar' => $SIDEBAR_DATA)); + true, 'sidebar' => $SIDEBAR_DATA]); diff --git a/archive/2002.php b/archive/2002.php index 66830d32f..882330abc 100644 --- a/archive/2002.php +++ b/archive/2002.php @@ -2,7 +2,7 @@ $_SERVER['BASE_PAGE'] = 'archive/2002.php'; include_once __DIR__ . '/../include/prepend.inc'; news_archive_sidebar(); -site_header("News Archive - 2002", array("cache" => true)); +site_header("News Archive - 2002", ["cache" => true]); ?>

News Archive - 2002

@@ -601,4 +601,4 @@ site_header("News Archive - 2002", array("cache" => true));
  • Conference photos
  • - true, 'sidebar' => $SIDEBAR_DATA)); + true, 'sidebar' => $SIDEBAR_DATA]); diff --git a/archive/2003.php b/archive/2003.php index 8a086ab9b..3ae7c5d2d 100644 --- a/archive/2003.php +++ b/archive/2003.php @@ -2,7 +2,7 @@ $_SERVER['BASE_PAGE'] = 'archive/2003.php'; include_once __DIR__ . '/../include/prepend.inc'; news_archive_sidebar(); -site_header("News Archive - 2003", array("cache" => true)); +site_header("News Archive - 2003", ["cache" => true]); ?>

    News Archive - 2003

    @@ -795,4 +795,4 @@ site_header("News Archive - 2003", array("cache" => true)); of beta-quality.

    - true, 'sidebar' => $SIDEBAR_DATA)); + true, 'sidebar' => $SIDEBAR_DATA]); diff --git a/archive/2004.php b/archive/2004.php index ba7a7bb5b..aa76d492f 100644 --- a/archive/2004.php +++ b/archive/2004.php @@ -2,7 +2,7 @@ $_SERVER['BASE_PAGE'] = 'archive/2004.php'; include_once __DIR__ . '/../include/prepend.inc'; news_archive_sidebar(); -site_header("News Archive - 2004", array("cache" => true)); +site_header("News Archive - 2004", ["cache" => true]); ?>

    News Archive - 2004

    @@ -654,4 +654,4 @@ site_header("News Archive - 2004", array("cache" => true)); one of a kind conference!

    - true, 'sidebar' => $SIDEBAR_DATA)); + true, 'sidebar' => $SIDEBAR_DATA]); diff --git a/archive/2005.php b/archive/2005.php index 3fc7b875e..74d2736f5 100644 --- a/archive/2005.php +++ b/archive/2005.php @@ -2,7 +2,7 @@ $_SERVER['BASE_PAGE'] = 'archive/2005.php'; include_once __DIR__ . '/../include/prepend.inc'; news_archive_sidebar(); -site_header("News Archive - 2005", array("cache" => true)); +site_header("News Archive - 2005", ["cache" => true]); ?>

    News Archive - 2005

    @@ -536,4 +536,4 @@ For changes in PHP 4.4.0 since PHP 4.3.11, please consult the Congratulations to us all!

    - true, 'sidebar' => $SIDEBAR_DATA)); + true, 'sidebar' => $SIDEBAR_DATA]); diff --git a/archive/2006.php b/archive/2006.php index e32887df5..61c43adb6 100644 --- a/archive/2006.php +++ b/archive/2006.php @@ -2,7 +2,7 @@ $_SERVER['BASE_PAGE'] = 'archive/2006.php'; include_once __DIR__ . '/../include/prepend.inc'; news_archive_sidebar(); -site_header("News Archive - 2006", array("cache" => true)); +site_header("News Archive - 2006", ["cache" => true]); ?>

    News Archive - 2006

    @@ -466,4 +466,4 @@ Further details about this release can be found in the PHP 5 ChangeLog.

    - true, 'sidebar' => $SIDEBAR_DATA)); + true, 'sidebar' => $SIDEBAR_DATA]); diff --git a/archive/2007.php b/archive/2007.php index 1b3bc0624..f52319946 100644 --- a/archive/2007.php +++ b/archive/2007.php @@ -2,7 +2,7 @@ $_SERVER['BASE_PAGE'] = 'archive/2007.php'; include_once __DIR__ . '/../include/prepend.inc'; news_archive_sidebar(); -site_header("News Archive - 2007", array("cache" => true)); +site_header("News Archive - 2007", ["cache" => true]); ?>

    News Archive - 2007

    @@ -674,4 +674,4 @@ This year, the conference once again promises to be an excellent event for PHP d - true, 'sidebar' => $SIDEBAR_DATA)); + true, 'sidebar' => $SIDEBAR_DATA]); diff --git a/archive/2008.php b/archive/2008.php index 7a270125b..c36aaf165 100644 --- a/archive/2008.php +++ b/archive/2008.php @@ -2,7 +2,7 @@ $_SERVER['BASE_PAGE'] = 'archive/2008.php'; include_once __DIR__ . '/../include/prepend.inc'; news_archive_sidebar(); -site_header("News Archive - 2008", array("cache" => true)); +site_header("News Archive - 2008", ["cache" => true]); ?>

    News Archive - 2008

    @@ -950,4 +950,4 @@ releases to address security issues could be made until 2008-08-08. - true, 'sidebar' => $SIDEBAR_DATA)); + true, 'sidebar' => $SIDEBAR_DATA]); diff --git a/archive/2009.php b/archive/2009.php index 58ad5be5c..37f4edf52 100644 --- a/archive/2009.php +++ b/archive/2009.php @@ -2,7 +2,7 @@ $_SERVER['BASE_PAGE'] = 'archive/2009.php'; include_once __DIR__ . '/../include/prepend.inc'; news_archive_sidebar(); -site_header("News Archive - 2009", array("cache" => true)); +site_header("News Archive - 2009", ["cache" => true]); ?>

    News Archive - 2009

    @@ -965,4 +965,4 @@ site_header("News Archive - 2009", array("cache" => true)); - true, 'sidebar' => $SIDEBAR_DATA)); + true, 'sidebar' => $SIDEBAR_DATA]); diff --git a/archive/2010.php b/archive/2010.php index 6df2bb825..eab7041c7 100644 --- a/archive/2010.php +++ b/archive/2010.php @@ -2,7 +2,7 @@ $_SERVER['BASE_PAGE'] = 'archive/2010.php'; include_once __DIR__ . '/../include/prepend.inc'; news_archive_sidebar(); -site_header("News Archive - 2010", array("cache" => true)); +site_header("News Archive - 2010", ["cache" => true]); ?>

    News Archive - 2010

    @@ -765,4 +765,4 @@ class Bar {
    - true, 'sidebar' => $SIDEBAR_DATA)); + true, 'sidebar' => $SIDEBAR_DATA]); diff --git a/archive/2011.php b/archive/2011.php index 7a9183d42..d3606d7bc 100644 --- a/archive/2011.php +++ b/archive/2011.php @@ -2,7 +2,7 @@ $_SERVER['BASE_PAGE'] = 'archive/2011.php'; include_once __DIR__ . '/../include/prepend.inc'; news_archive_sidebar(); -site_header("News Archive - 2011", array("cache" => true)); +site_header("News Archive - 2011", ["cache" => true]); ?>

    News Archive - 2011

    @@ -1013,4 +1013,4 @@ site_header("News Archive - 2011", array("cache" => true)); - true, 'sidebar' => $SIDEBAR_DATA)); + true, 'sidebar' => $SIDEBAR_DATA]); diff --git a/archive/2012.php b/archive/2012.php index 737ff87ad..5228454d1 100644 --- a/archive/2012.php +++ b/archive/2012.php @@ -2,7 +2,7 @@ $_SERVER['BASE_PAGE'] = 'archive/2012.php'; include_once __DIR__ . '/../include/prepend.inc'; news_archive_sidebar(); -site_header("News Archive - 2012", array("cache" => true)); +site_header("News Archive - 2012", ["cache" => true]); ?>

    News Archive - 2012

    @@ -1064,4 +1064,4 @@ site_header("News Archive - 2012", array("cache" => true)); - true, 'sidebar' => $SIDEBAR_DATA)); + true, 'sidebar' => $SIDEBAR_DATA]); diff --git a/archive/2013.php b/archive/2013.php index c4423cc5b..a6a745885 100644 --- a/archive/2013.php +++ b/archive/2013.php @@ -4,7 +4,7 @@ $_SERVER['BASE_PAGE'] = 'archive/2013.php'; include_once __DIR__ . '/../include/prepend.inc'; include_once __DIR__ . '/../include/pregen-news.inc'; news_archive_sidebar(); -site_header("News Archive - 2013", array("cache" => true)); +site_header("News Archive - 2013", ["cache" => true]); ?>

    News Archive - 2013

    @@ -1485,4 +1485,4 @@ site_header("News Archive - 2013", array("cache" => true)); true, 'sidebar' => $SIDEBAR_DATA)); +site_footer(['elephpants' => true, 'sidebar' => $SIDEBAR_DATA]); diff --git a/archive/2014.php b/archive/2014.php index bca4d6465..e5d456aef 100644 --- a/archive/2014.php +++ b/archive/2014.php @@ -4,7 +4,7 @@ $_SERVER['BASE_PAGE'] = 'archive/2014.php'; include_once __DIR__ . '/../include/prepend.inc'; include_once __DIR__ . '/../include/pregen-news.inc'; news_archive_sidebar(); -site_header("News Archive - 2014", array("cache" => true)); +site_header("News Archive - 2014", ["cache" => true]); ?>

    News Archive - 2014

    @@ -2094,4 +2094,4 @@ The list of changes is recorded in the \(.*\)<\/a>//g */ -site_footer(array('elephpants' => true, 'sidebar' => $SIDEBAR_DATA)); +site_footer(['elephpants' => true, 'sidebar' => $SIDEBAR_DATA]); diff --git a/archive/2015.php b/archive/2015.php index fe69c371d..59b74ac23 100644 --- a/archive/2015.php +++ b/archive/2015.php @@ -18,7 +18,7 @@ site_header("News Archive - 2015"); \(.*\)<\/a>//g */ -site_footer(array('elephpants' => true, 'sidebar' => $SIDEBAR_DATA)); +site_footer(['elephpants' => true, 'sidebar' => $SIDEBAR_DATA]); diff --git a/archive/2016.php b/archive/2016.php index 8625a30e7..38dafe334 100644 --- a/archive/2016.php +++ b/archive/2016.php @@ -18,7 +18,7 @@ site_header("News Archive - 2016"); \(.*\)<\/a>//g */ -site_footer(array('elephpants' => true, 'sidebar' => $SIDEBAR_DATA)); +site_footer(['elephpants' => true, 'sidebar' => $SIDEBAR_DATA]); diff --git a/archive/2017.php b/archive/2017.php index cba9da8e3..97909d661 100644 --- a/archive/2017.php +++ b/archive/2017.php @@ -21,4 +21,4 @@ site_header("News Archive - 2017"); print_news($NEWS_ENTRIES, null, 500, 2017); /* %s/\(.*\)<\/a>//g */ -site_footer(array('elephpants' => true, 'sidebar' => $SIDEBAR_DATA)); +site_footer(['elephpants' => true, 'sidebar' => $SIDEBAR_DATA]); diff --git a/archive/2018.php b/archive/2018.php index b1723c0fe..f7d85b4d4 100644 --- a/archive/2018.php +++ b/archive/2018.php @@ -21,4 +21,4 @@ site_header("News Archive - 2018"); print_news($NEWS_ENTRIES, null, 500, 2018); /* %s/\(.*\)<\/a>//g */ -site_footer(array('elephpants' => true, 'sidebar' => $SIDEBAR_DATA)); +site_footer(['elephpants' => true, 'sidebar' => $SIDEBAR_DATA]); diff --git a/archive/2019.php b/archive/2019.php index 8c95dc806..a781acac1 100644 --- a/archive/2019.php +++ b/archive/2019.php @@ -21,4 +21,4 @@ site_header("News Archive - 2019"); print_news($NEWS_ENTRIES, null, 500, 2019); /* %s/\(.*\)<\/a>//g */ -site_footer(array('elephpants' => true, 'sidebar' => $SIDEBAR_DATA)); +site_footer(['elephpants' => true, 'sidebar' => $SIDEBAR_DATA]); diff --git a/archive/2020.php b/archive/2020.php index e0efc3567..f4dc1e95b 100644 --- a/archive/2020.php +++ b/archive/2020.php @@ -21,4 +21,4 @@ site_header("News Archive - 2020"); print_news($NEWS_ENTRIES, null, 500, 2020); /* %s/\(.*\)<\/a>//g */ -site_footer(array('elephpants' => true, 'sidebar' => $SIDEBAR_DATA)); +site_footer(['elephpants' => true, 'sidebar' => $SIDEBAR_DATA]); diff --git a/archive/2021.php b/archive/2021.php index ed11b3c62..ab66c3805 100644 --- a/archive/2021.php +++ b/archive/2021.php @@ -21,4 +21,4 @@ site_header("News Archive - 2021"); print_news($NEWS_ENTRIES, null, 500, 2021); /* %s/\(.*\)<\/a>//g */ -site_footer(array('elephpants' => true, 'sidebar' => $SIDEBAR_DATA)); +site_footer(['elephpants' => true, 'sidebar' => $SIDEBAR_DATA]); diff --git a/archive/2022.php b/archive/2022.php index af0378272..34a16adef 100644 --- a/archive/2022.php +++ b/archive/2022.php @@ -18,4 +18,4 @@ site_header("News Archive - 2022"); true, 'sidebar' => $SIDEBAR_DATA)); +site_footer(['elephpants' => true, 'sidebar' => $SIDEBAR_DATA]); diff --git a/build-setup.php b/build-setup.php index 433e96c32..4f84a02c2 100644 --- a/build-setup.php +++ b/build-setup.php @@ -13,7 +13,7 @@ $SIDEBAR_DATA =' '; -site_header("Operating System Preparation", array("current" => "community")); +site_header("Operating System Preparation", ["current" => "community"]); ?>

    Operating System Preparation

    @@ -172,6 +172,6 @@ site_header("Operating System Preparation", array("current" => "community"));

    $SIDEBAR_DATA)); +site_footer(['sidebar'=>$SIDEBAR_DATA]); /* vim: set et ts=4 sw=4 ft=php: : */ diff --git a/cached.php b/cached.php index 4f731b705..3c8f0ae26 100644 --- a/cached.php +++ b/cached.php @@ -22,7 +22,7 @@ $abs = $pwd. "/" .(string)$_GET["f"]; $abs = realpath($abs); if (strncmp($abs, $pwd, strlen($pwd)) != 0) { - header("Location: https://www.php.net/" . strtr($_GET["f"],array("\r"=>"", "\n"=>""))); + header("Location: https://www.php.net/" . strtr($_GET["f"],["\r"=>"", "\n"=>""])); exit; } diff --git a/cal.php b/cal.php index 9da3e20d1..8855c757f 100644 --- a/cal.php +++ b/cal.php @@ -2,11 +2,11 @@ $_SERVER['BASE_PAGE'] = 'cal.php'; include_once __DIR__ . '/include/prepend.inc'; -$site_header_config = array( +$site_header_config = [ "current" => "community", - "css" => array('calendar.css'), + "css" => ['calendar.css'], "layout_span" => 12, -); +]; /* This script serves three different forms of the calendar data: @@ -18,7 +18,7 @@ $site_header_config = array( a fallback to display the actual month/year. */ -$begun = false; $errors = array(); +$begun = false; $errors = []; $id = isset($_GET['id']) ? (int) $_GET['id'] : 0; $cy = isset($_GET['cy']) ? (int) $_GET['cy'] : 0; $cm = isset($_GET['cm']) ? (int) $_GET['cm'] : 0; @@ -56,7 +56,7 @@ elseif ($cy && $cm && $cd) { // Try to load events for that day, and display them all if ($events = load_events($date)) { - $site_header_config = array('classes' => 'calendar calendar-day') + $site_header_config; + $site_header_config = ['classes' => 'calendar calendar-day'] + $site_header_config; site_header("Events: ".date("F j, Y", $date), $site_header_config); echo "

    ", date("F j, Y", $date), "

    \n"; foreach ($events as $event) { @@ -288,7 +288,7 @@ function load_events($from, $whole_month = false) $to_date = date("Y-m-d", $whole_month ? $eom : $from); // Set arrays to their default - $events = $seen = array(); + $events = $seen = []; // Try to open the events file for reading, return if unable to $fp = @fopen("backend/events.csv",'r'); @@ -362,7 +362,7 @@ function read_event($fp) @list($recur, $recur_day) = explode(":", $recur, 2); // Return with SQL-resultset like array - return array( + return [ 'id' => $id, 'type' => $tipo, 'start' => $sdato, @@ -374,7 +374,7 @@ function read_event($fp) 'ldesc' => base64_decode($ldesc, false), 'country' => $country, 'category' => $category, - ); + ]; } // We would not like to allow any year to be viewed, because diff --git a/conferences/index.php b/conferences/index.php index 04fe03388..647538c11 100644 --- a/conferences/index.php +++ b/conferences/index.php @@ -4,14 +4,14 @@ include_once __DIR__ . '/../include/prepend.inc'; include_once __DIR__ . '/../include/pregen-news.inc'; mirror_setcookie("LAST_NEWS", $_SERVER["REQUEST_TIME"], 60*60*24*365); -site_header("PHP Conferences around the world", array( +site_header("PHP Conferences around the world", [ 'headtags' => '', 'current' => 'community', - 'css' => array('home.css'), -)); + 'css' => ['home.css'], +]); $content = "
    "; -$frontpage = array(); +$frontpage = []; foreach ($NEWS_ENTRIES as $entry) { foreach ($entry["category"] as $category) { if ($category["term"] == "cfp") { @@ -51,9 +51,9 @@ $content .= "
    "; echo $content; site_footer( - array( + [ "atom" => "/feed.atom", "elephpants" => true, "sidebar" => $panels, - ) + ] ); diff --git a/contact.php b/contact.php index 34b669d5f..baaf07b85 100644 --- a/contact.php +++ b/contact.php @@ -1,7 +1,7 @@ "community")); +site_header("Contact", ["current" => "community"]); ?>
    diff --git a/copyright.php b/copyright.php index 97cb1ea30..d942c4f9c 100644 --- a/copyright.php +++ b/copyright.php @@ -9,7 +9,7 @@ $SIDEBAR_DATA = ' see our licensing information page.

    '; -site_header("Copyright", array("current" => "footer")); +site_header("Copyright", ["current" => "footer"]); ?> diff --git a/credits.php b/credits.php index 1ba4ab054..629840e46 100644 --- a/credits.php +++ b/credits.php @@ -14,14 +14,14 @@ $credits = preg_replace('!.*!ims', '', $m[1]); // Fix for PHP bug #24839, // which affects the page layout $credits = str_replace( - array("", "& "), - array("", "& "), + ["", "& "], + ["", "& "], $credits ); // If there is something left, print it out if ($credits) { - site_header("Credits", array("current" => "community", 'css' => array('credits.css'))); + site_header("Credits", ["current" => "community", 'css' => ['credits.css']]); echo $credits; site_footer(); } diff --git a/docs.php b/docs.php index 6b9adcbde..6c0ebe816 100644 --- a/docs.php +++ b/docs.php @@ -2,7 +2,7 @@ $_SERVER['BASE_PAGE'] = 'docs.php'; include_once __DIR__ . '/include/prepend.inc'; -site_header("Documentation", array("current" => "docs")); +site_header("Documentation", ["current" => "docs"]); ?> diff --git a/download-docs.php b/download-docs.php index 471f15304..b8baa0c31 100644 --- a/download-docs.php +++ b/download-docs.php @@ -37,15 +37,15 @@ $SIDEBAR_DATA=' '; -site_header("Download documentation", array("current" => "docs")); +site_header("Download documentation", ["current" => "docs"]); // Format to look for -$formats = array( +$formats = [ "Single HTML file" => "html.gz", "Many HTML files" => "tar.gz", "HTML Help file" => "chm", "HTML Help file (with user notes)" => "chm", -); +]; ?>

    Download documentation

    @@ -86,7 +86,7 @@ $formats = array(

    $language) { // Size available, collect information if ($size !== false) { - $files[$langcode][$formatname] = array( + $files[$langcode][$formatname] = [ $link_to, (int) ($size/1024), date("j M Y", $changed), $extension - ); + ]; $found_formats[$formatname] = 1; } } @@ -221,4 +221,4 @@ if (count($found_formats) == 0) { } ?> - $SIDEBAR_DATA)); + $SIDEBAR_DATA]); diff --git a/download-logos.php b/download-logos.php index b331754d9..72b652285 100644 --- a/download-logos.php +++ b/download-logos.php @@ -10,7 +10,7 @@ $SIDEBAR_DATA = ' under a GPL license.

    '; -site_header("Download Logos", array("current" => "downloads")); +site_header("Download Logos", ["current" => "downloads"]); // Print recommended star cell function print_star(): void diff --git a/downloads.php b/downloads.php index 71c38b1fc..28a44b940 100644 --- a/downloads.php +++ b/downloads.php @@ -26,17 +26,17 @@ $SIDEBAR_DATA = ' '; site_header("Downloads", - array( - 'link' => array( - array( + [ + 'link' => [ + [ "rel" => "alternate", "type" => "application/atom+xml", "href" => $MYSITE . "releases/feed.php", "title" => "PHP Release feed" - ), - ), + ], + ], "current" => "downloads", - ) + ] ); ?> $major_releases): /* major releases loop start */ @@ -101,4 +101,4 @@ to verify the tags:

    $SIDEBAR_DATA)); +site_footer(['sidebar' => $SIDEBAR_DATA]); diff --git a/elephpant.php b/elephpant.php index 8fa1934be..d9d54765e 100644 --- a/elephpant.php +++ b/elephpant.php @@ -9,7 +9,7 @@ $SIDEBAR_DATA = ' see our licensing information page.

    '; -site_header("ElePHPant", array("current" => "footer")); +site_header("ElePHPant", ["current" => "footer"]); ?> @@ -36,7 +36,7 @@ site_header("ElePHPant", array("current" => "footer")); true - ) + ] ); diff --git a/eol.php b/eol.php index 5d6b0b130..078386f17 100644 --- a/eol.php +++ b/eol.php @@ -5,7 +5,7 @@ include_once __DIR__ . '/include/prepend.inc'; include_once __DIR__ . '/include/branches.inc'; // Notes for specific branches can be added here, and will appear in the table. -$BRANCH_NOTES = array( +$BRANCH_NOTES = [ '7.3' => 'A guide is available for migrating from PHP 7.3 to 7.4.', '7.2' => 'A guide is available for migrating from PHP 7.2 to 7.3.', '7.1' => 'A guide is available for migrating from PHP 7.1 to 7.2.', @@ -18,7 +18,7 @@ $BRANCH_NOTES = array( '5.1' => 'A guide is available for migrating from PHP 5.1 to 5.2.', '5.0' => 'A guide is available for migrating from PHP 5.0 to 5.1.', '4.4' => 'A guide is available for migrating from PHP 4 to PHP 5.0.', -); +]; site_header('Unsupported Branches'); ?> diff --git a/error.php b/error.php index 7f3a2c8b0..b2205ef94 100644 --- a/error.php +++ b/error.php @@ -179,7 +179,7 @@ if (preg_match('/^GH-(\d+)$/', $URI, $matches)) { // Redirect if the entered URI was a PHP page name (except some pages, // which we display in the mirror's language or the explicitly specified // language [see below]) -if (!in_array($URI, array('mirror-info', 'error', 'mod'), false) && +if (!in_array($URI, ['mirror-info', 'error', 'mod'], true) && file_exists($_SERVER['DOCUMENT_ROOT'] . "/$URI.php")) { mirror_redirect("/$URI.php"); } @@ -211,7 +211,7 @@ if ($path = is_known_term($term)) { // Major manual page modifications (need to handle shortcuts and pages in all languages) // Used permanent HTTP redirects, so search engines will be able to pick up the correct // new URLs for these pages. -$manual_page_moves = array( +$manual_page_moves = [ // entry point changed 'installation' => 'install', @@ -248,7 +248,7 @@ $manual_page_moves = array( // Refactored 'regexp.reference' => 'regexp.introduction', -); +]; if (isset($manual_page_moves[$URI])) { status_header(301); @@ -259,7 +259,7 @@ if (isset($manual_page_moves[$URI])) { mirror_redirect("/manual/$match[1]/" . $manual_page_moves[$match[2]] . ".php"); } -$manual_redirections = array( +$manual_redirections = [ 'class.oci-lob' => 'class.ocilob', 'oci-lob.append' => 'ocilob.append', 'oci-lob.close' => 'ocilob.close', @@ -290,7 +290,7 @@ $manual_redirections = array( 'oci-collection.max' => 'ocicollection.max', 'oci-collection.size' => 'ocicollection.size', 'oci-collection.trim' => 'ocicollection.trim', -); +]; if (preg_match("!^manual/([^/]+)/([^/]+)$!", $URI, $match) && isset($manual_redirections[$match[2]])) { status_header(301); @@ -299,7 +299,7 @@ if (preg_match("!^manual/([^/]+)/([^/]+)$!", $URI, $match) && isset($manual_redi // ============================================================================ // Define shortcuts for PHP files, manual pages and external redirects -$uri_aliases = array ( +$uri_aliases = [ # PHP page shortcuts "download" => "downloads", @@ -496,9 +496,9 @@ $uri_aliases = array ( # Removed pages "tips.php" => "urlhowto", "tips" => "urlhowto", -); +]; -$external_redirects = array( +$external_redirects = [ "php4news" => "https://github.com/php/php-src/raw/PHP-4.4/NEWS", "php5news" => "https://github.com/php/php-src/raw/PHP-5.6/NEWS", "php53news" => "https://github.com/php/php-src/raw/PHP-5.3/NEWS", @@ -522,10 +522,10 @@ $external_redirects = array( "releases.atom" => "/releases/feed.php", // BC, No need to pre-generate it "spec" => "https://github.com/php/php-langspec", "sunglasses" => "https://www.youtube.com/watch?v=dQw4w9WgXcQ", // Temporary easter egg for bug#66144 -); +]; // Temporary hack to fix bug #49956 for mysqli -- Please don't hate me for this. Data taken from mysqli/summary.xml -$mysqli_redirects = array( +$mysqli_redirects = [ "mysqli_affected_rows" => "mysqli.affected-rows", "mysqli_get_client_version" => "mysqli.client-version", "mysqli_connect_errno" => "mysqli.connect-errno", @@ -623,7 +623,7 @@ $mysqli_redirects = array( "mysqli_free_result" => "mysqli-result.free", "mysqli_embedded_server_end" => "mysqli-driver.embedded-server-end", "mysqli_embedded_server_start" => "mysqli-driver.embedded-server-start", -); +]; // Merge this temporary hack with $uri_aliases so it'll be treated as such $uri_aliases = array_merge($uri_aliases, $mysqli_redirects); diff --git a/get-involved.php b/get-involved.php index 6bbe168bd..dd6803c84 100644 --- a/get-involved.php +++ b/get-involved.php @@ -2,7 +2,7 @@ $_SERVER['BASE_PAGE'] = 'get-involved.php'; include_once __DIR__ . '/include/prepend.inc'; -site_header("Get Involved", array("current" => "community")); +site_header("Get Involved", ["current" => "community"]); ?>

    Contributing to PHP

    @@ -80,6 +80,6 @@ $SIDEBAR_DATA =' '; -site_footer(array('sidebar'=>$SIDEBAR_DATA)); +site_footer(['sidebar'=>$SIDEBAR_DATA]); /* vim: set et ts=4 sw=4 ft=php: : */ diff --git a/git-php.php b/git-php.php index 5e3c8bd8e..e518c3a67 100644 --- a/git-php.php +++ b/git-php.php @@ -24,15 +24,15 @@ $SIDEBAR_DATA = ' Git. No Git account is required.

    '; -site_header("Using Git for PHP Development", array("current" => "community")); +site_header("Using Git for PHP Development", ["current" => "community"]); -$groups = array( +$groups = [ "none" => "Choose One", "php" => "PHP Group", "pear" => "PEAR Group", "pecl" => "PECL Group", "doc" => "Doc Group", -); +]; ?> @@ -78,7 +78,7 @@ if (count($_POST) && (!isset($_POST['purpose']) || !is_array($_POST['purpose']) if (!$error) { $error = posttohost( "https://main.php.net/entry/svn-account.php", - array( + [ "username" => $_POST['id'], "name" => $_POST['fullname'], "email" => $_POST['email'], @@ -86,7 +86,7 @@ if (count($_POST) && (!isset($_POST['purpose']) || !is_array($_POST['purpose']) "note" => $_POST['realpurpose'], "yesno" => $_POST['yesno'], "group" => $_POST['group'], - ) + ] ); // Error while posting if ($error) { @@ -360,10 +360,10 @@ EOT; (check all that apply) $p) { ?> "community")); +site_header("Git Access", ["current" => "community"]); ?>

    Git Access

    diff --git a/images/elephpants.php b/images/elephpants.php index 361d6c58b..4893eebc5 100644 --- a/images/elephpants.php +++ b/images/elephpants.php @@ -38,9 +38,9 @@ if (isset($_REQUEST['count'])) { $count = min((int) $_REQUEST['count'], 50); } else { header('HTTP/1.1 400', true, 400); - print json_encode(array( + print json_encode([ 'error' => "Specify how many elephpants to serve via 'count'." - )); + ]); exit; } @@ -52,15 +52,15 @@ $photos = json_decode($json, true); // if no photo data, respond with an error. if (!$photos || !is_array($photos)) { header('HTTP/1.1 500', true, 500); - print json_encode(array( + print json_encode([ 'error' => "No elephpant metadata available." - )); + ]); exit; } // prepare requested number of elephpants at random. shuffle($photos); -$elephpants = array(); +$elephpants = []; $got = 0; foreach ($photos as $photo) { @@ -76,11 +76,11 @@ foreach ($photos as $photo) { $got++; // add photo to response array. - $elephpants[] = array( + $elephpants[] = [ 'title' => $photo['title'], 'url' => "http://flickr.com/photos/" . $photo['owner'] . "/" . $photo['id'], 'data' => base64_encode(file_get_contents($path . '/' . $photo['filename'])) - ); + ]; } print json_encode($elephpants); diff --git a/images/logo.php b/images/logo.php index ae4d3585c..9d0b8a156 100644 --- a/images/logo.php +++ b/images/logo.php @@ -48,7 +48,7 @@ function get_accepted_encodings() { return trim($x); }, $encodings); } - return array(); + return []; } function serve_compressed_if_available($logo): void { diff --git a/images/supported-versions.php b/images/supported-versions.php index 9fbe87ad6..d2c26d1f3 100644 --- a/images/supported-versions.php +++ b/images/supported-versions.php @@ -12,7 +12,7 @@ $footer_height = 24; function branches_to_show() { // Basically: show all 5.3+ branches with EOL dates > min_date(). - $branches = array(); + $branches = []; // Flatten out the majors. foreach (get_all_branches() as $major_branches) { diff --git a/include/branches.inc b/include/branches.inc index 05063fe39..bb88fbc4d 100644 --- a/include/branches.inc +++ b/include/branches.inc @@ -9,34 +9,34 @@ include_once __DIR__ . '/version.inc'; * - stable: the end of active support (usually two years after release). * - security: the end of security support (usually release + 3 years). */ -$BRANCHES = array( +$BRANCHES = [ /* 3.0 is here because version_compare() can't handle the only version in * $OLDRELEASES, and it saves another special case in * get_branch_security_eol_date(). */ - '3.0' => array( + '3.0' => [ 'security' => '2000-10-20', - ), - '5.3' => array( + ], + '5.3' => [ 'stable' => '2013-07-11', 'security' => '2014-08-14', - ), - '5.4' => array( + ], + '5.4' => [ 'stable' => '2014-09-14', 'security' => '2015-09-03', - ), - '5.5' => array( + ], + '5.5' => [ 'stable' => '2015-07-10', 'security' => '2016-07-21', - ), - '5.6' => array( + ], + '5.6' => [ 'stable' => '2017-01-19', 'security' => '2018-12-31', - ), - '7.0' => array( + ], + '7.0' => [ 'stable' => '2018-01-04', 'security' => '2019-01-10', - ), -); + ], +]; /* Time to keep EOLed branches in the array returned by get_active_branches(), * which is used on the front page download links and the supported versions @@ -49,16 +49,16 @@ function format_interval($from, $to) { $to_obj = $to instanceof DateTime ? $to : new DateTime($to); $diff = $to_obj->diff($from_obj); - $times = array(); + $times = []; if ($diff->y) { - $times[] = array($diff->y, 'year'); + $times[] = [$diff->y, 'year']; if ($diff->m) { - $times[] = array($diff->m, 'month'); + $times[] = [$diff->m, 'month']; } } elseif ($diff->m) { - $times[] = array($diff->m, 'month'); + $times[] = [$diff->m, 'month']; } elseif ($diff->d) { - $times[] = array($diff->d, 'day'); + $times[] = [$diff->d, 'day']; } else { $eolPeriod = 'midnight'; } @@ -96,7 +96,7 @@ function version_number_to_branch(string $version): ?string { } function get_all_branches() { - $branches = array(); + $branches = []; foreach ($GLOBALS['OLDRELEASES'] as $major => $releases) { foreach ($releases as $version => $release) { @@ -129,7 +129,7 @@ function get_all_branches() { } function get_active_branches($include_recent_eols = true) { - $branches = array(); + $branches = []; $now = new DateTime; foreach ($GLOBALS['RELEASES'] as $major => $releases) { @@ -162,8 +162,8 @@ function get_active_branches($include_recent_eols = true) { * must be in $RELEASES _and_ must be the full version number, not the branch: * ie provide array('5.3.29'), not array('5.3'). */ function get_eol_branches($always_include = null) { - $always_include = $always_include ?: array(); - $branches = array(); + $always_include = $always_include ?: []; + $branches = []; $now = new DateTime; // Gather the last release on each branch into a convenient array. @@ -171,11 +171,11 @@ function get_eol_branches($always_include = null) { foreach ($releases as $version => $release) { if ($branch = version_number_to_branch($version)) { if (!isset($branches[$major][$branch]) || version_compare($version, $branches[$major][$branch]['version'], 'gt')) { - $branches[$major][$branch] = array( + $branches[$major][$branch] = [ 'date' => strtotime($release['date']), 'link' => "/releases#$version", 'version' => $version, - ); + ]; } } } @@ -209,11 +209,11 @@ function get_eol_branches($always_include = null) { if (isset($GLOBALS['RELEASES'][$major][$version])) { $release = $GLOBALS['RELEASES'][$major][$version]; if ($branch = version_number_to_branch($version)) { - $branches[$major][$branch] = array( + $branches[$major][$branch] = [ 'date' => strtotime($release['source'][0]['date']), 'link' => "/downloads#v$version", 'version' => $version, - ); + ]; } } } diff --git a/include/countries.inc b/include/countries.inc index c080db4a9..2fc7de63c 100644 --- a/include/countries.inc +++ b/include/countries.inc @@ -1,5 +1,5 @@ 'Afghanistan', 'ALB' => 'Albania', 'DZA' => 'Algeria', @@ -232,4 +232,4 @@ return array( 'YEM' => 'Yemen', 'ZMB' => 'Zambia', 'ZWE' => 'Zimbabwe', -); +]; diff --git a/include/do-download.inc b/include/do-download.inc index 33517dd6d..9c767ce5e 100644 --- a/include/do-download.inc +++ b/include/do-download.inc @@ -9,7 +9,7 @@ function get_actual_download_file($file) { // Could be a normal download or a manual download file - $possible_files = array($file => true, "manual/$file" => false); + $possible_files = [$file => true, "manual/$file" => false]; // Find out what is the exact file requested $found = false; diff --git a/include/email-validation.inc b/include/email-validation.inc index 0c54eade6..777e1bb94 100644 --- a/include/email-validation.inc +++ b/include/email-validation.inc @@ -42,7 +42,7 @@ function is_emailable_address($email) * real_person@thisispamsendoftheweb.example.com */ function blacklisted($email) { - $mosquitoes = array( + $mosquitoes = [ 'saradhaaa@gmail.com', 'mg-tuzi@yahoo.com.cn', 'bitlifesciences', @@ -101,7 +101,7 @@ function blacklisted($email) { 'a@a.com', '@insightconferences.com', '@conferenceseries.com', - ); + ]; foreach ($mosquitoes as $m) { if (preg_match('/'.preg_quote($m, '/').'/i',$email)) return true; } diff --git a/include/errors.inc b/include/errors.inc index f4361ec1a..0e4949e6c 100644 --- a/include/errors.inc +++ b/include/errors.inc @@ -10,7 +10,7 @@ function error_404() { global $MYSITE; status_header(404); - site_header('404 Not Found', array("noindex")); + site_header('404 Not Found', ["noindex"]); echo "

    Not Found

    \n

    " . htmlspecialchars(substr($MYSITE, 0, -1) . $_SERVER['REQUEST_URI']) . " not found on this server.

    \n"; @@ -23,7 +23,7 @@ function error_404_manual() { global $MYSITE; status_header(404); - site_header('404 Not Found', array("noindex")); + site_header('404 Not Found', ["noindex"]); echo "

    Not Found

    \n" . "

    The manual page you are looking for (" . htmlspecialchars(substr($MYSITE, 0, -1) . $_SERVER['REQUEST_URI']) . @@ -39,7 +39,7 @@ function error_inactive_manual_page($lang_name, $en_page) { global $MYSITE, $ACTIVE_ONLINE_LANGUAGES; status_header(404); - site_header('Page gone', array("noindex")); + site_header('Page gone', ["noindex"]); echo "

    Page gone

    \n" . "

    The " . htmlspecialchars($lang_name) . " manual page you are looking for (" . htmlspecialchars(substr($MYSITE, 0, -1) . $_SERVER['REQUEST_URI']) . @@ -64,7 +64,7 @@ function error_inactive_manual_page($lang_name, $en_page) function error_noservice() { global $MYSITE; - site_header('Service not working', array("noindex")); + site_header('Service not working', ["noindex"]); echo "

    Service not working

    \n" . "

    The service you tried to access with " . htmlspecialchars(substr($MYSITE, 0, -1) . $_SERVER['REQUEST_URI']) . @@ -77,7 +77,7 @@ function error_noservice() // There is no such mirror function error_nomirror($mirror) { - site_header("No such mirror", array("noindex")); + site_header("No such mirror", ["noindex"]); echo "

    No such mirror

    \n

    The mirror you tried to access (" . htmlspecialchars($mirror) . ") is not registered php.net mirror. Please check back later," . @@ -535,7 +535,7 @@ function fallback_to_legacy_manuals(array $legacy_urls): void { global $MYSITE; status_header(404); - site_header('404 Not Found', array("noindex")); + site_header('404 Not Found', ["noindex"]); $original_url = htmlspecialchars(substr($MYSITE, 0, -1) . $_SERVER['REQUEST_URI']); $legacy_links = ''; diff --git a/include/footer.inc b/include/footer.inc index d8541e60c..20c8d3e27 100644 --- a/include/footer.inc +++ b/include/footer.inc @@ -87,7 +87,7 @@ '."\n"; diff --git a/include/get-download.inc b/include/get-download.inc index 6ae300b43..8b0d02b25 100644 --- a/include/get-download.inc +++ b/include/get-download.inc @@ -8,12 +8,12 @@ if (!isset($df)) { } // Could be a normal download or a manual download file -$possible_files = array($df, "manual/$df"); +$possible_files = [$df, "manual/$df"]; -$site_config = array( +$site_config = [ 'current' => 'downloads', - 'css' => array('mirror.css') -); + 'css' => ['mirror.css'] +]; // Find out what is the exact file requested $file = false; diff --git a/include/header.inc b/include/header.inc index cce62a85e..95eb29901 100644 --- a/include/header.inc +++ b/include/header.inc @@ -1,10 +1,10 @@ diff --git a/include/historical_mirrors.inc b/include/historical_mirrors.inc index 2a86c16a5..b01c79d6b 100644 --- a/include/historical_mirrors.inc +++ b/include/historical_mirrors.inc @@ -1,89 +1,89 @@ = $idxpart && $ip_chunk < (int) $data[0]) { - return array($recnum, (int) $data[1]); + return [$recnum, (int) $data[1]]; } // Store for next compare @@ -119,7 +119,7 @@ function i2c_search_in_index($ip) } // Return record number found - return array($recnum, -1); + return [$recnum, -1]; } // Find the country searching from record $idx diff --git a/include/langchooser.inc b/include/langchooser.inc index 8f7fddb99..d8f887468 100644 --- a/include/langchooser.inc +++ b/include/langchooser.inc @@ -42,7 +42,7 @@ function language_choose_code() { // Contains all the languages picked up by the // process in priority order (without repeating codes) - $languages = array(); + $languages = []; // Default values for languages $explicitly_specified = ''; $selected = ''; @@ -94,7 +94,7 @@ function language_choose_code() // Specified by the user via the browser's Accept Language setting // Samples: "hu, en-us;q=0.66, en;q=0.33", "hu,en-us;q=0.5" - $browser_langs = array(); $parsed_langs = array(); + $browser_langs = []; $parsed_langs = []; // Check if we have $_SERVER['HTTP_ACCEPT_LANGUAGE'] set and // it no longer breaks if you only have one language set :) @@ -108,7 +108,7 @@ function language_choose_code() // If the quality is missing, it is assumed to be 1 according to the RFC if (preg_match("!([a-z-]+)(;q=([0-9\\.]+))?!", trim($value), $found)) { $quality = (isset($found[3]) ? (float) $found[3] : 1.0); - $browser_langs[] = array($found[1], $quality); + $browser_langs[] = [$found[1], $quality]; } unset($found); } @@ -168,7 +168,7 @@ function language_choose_code() $selected = $languages[0]; // Return with all found data - return array($selected, $explicitly_specified, $parsed_langs); + return [$selected, $explicitly_specified, $parsed_langs]; } // Add a language to the possible languages' list diff --git a/include/languages.inc b/include/languages.inc index a75a5018d..b688bee94 100644 --- a/include/languages.inc +++ b/include/languages.inc @@ -9,7 +9,7 @@ http://www.unicode.org/unicode/onlinedat/languages.html */ -$LANGUAGES = array( +$LANGUAGES = [ 'en' => 'English', 'ar' => 'Arabic', 'bg' => 'Bulgarian', @@ -45,7 +45,7 @@ $LANGUAGES = array( 'sv' => 'Swedish', 'tr' => 'Turkish', 'uk' => 'Ukrainian', -); +]; /* The following languages are inactive, which means they will not: @@ -56,7 +56,7 @@ $LANGUAGES = array( However, these languages are available on the doc dev server: - http://docs.php.net/ */ -$INACTIVE_ONLINE_LANGUAGES = array( +$INACTIVE_ONLINE_LANGUAGES = [ 'ar' => 'Arabic', 'bg' => 'Bulgarian', 'hk' => 'Chinese (Hong Kong Cantonese)', @@ -83,7 +83,7 @@ $INACTIVE_ONLINE_LANGUAGES = array( 'sl' => 'Slovenian', 'sv' => 'Swedish', 'uk' => 'Ukrainian', -); +]; $ACTIVE_ONLINE_LANGUAGES = array_diff($LANGUAGES, $INACTIVE_ONLINE_LANGUAGES); diff --git a/include/layout.inc b/include/layout.inc index 2d4ff6367..5707cd025 100644 --- a/include/layout.inc +++ b/include/layout.inc @@ -21,7 +21,7 @@ function highlight_php($code, $return = false) // Fix output to use CSS classes and wrap well $highlighted = '

    ' . str_replace( - array( + [ ' ', '
    ', '\n", ''; @@ -96,7 +96,7 @@ function make_image($file, $alt = false, $align = false, $extras = false, // Convert right or left alignment to CSS float, // but leave other alignments intact (for now) - if (in_array($align, array("right", "left"), false)) { + if (in_array($align, ["right", "left"], true)) { $align = ' style="float: ' . $align . ';"'; } elseif ($align) { $align = ' align="' . $align . '"'; @@ -291,7 +291,7 @@ function display_event($event, $include_date = 1) } // Recurring possibilities - $re = array( + $re = [ 1 => 'First', 2 => 'Second', 3 => 'Third', @@ -299,7 +299,7 @@ function display_event($event, $include_date = 1) -1 => 'Last', -2 => '2nd Last', -3 => '3rd Last' - ); + ]; if (!isset($event['start']) && isset($event['sday'])) { $sday = mktime(12,0,0,$event['smonth'],$event['sday'],$event['syear']); @@ -351,7 +351,7 @@ function display_event($event, $include_date = 1) // Event category if (isset($event['category']) && $event['category']) { - $cat = array("unknown", "User Group Event", "Conference", "Training"); + $cat = ["unknown", "User Group Event", "Conference", "Training"]; echo ' [' . $cat[$event['category']] . '] '; } @@ -393,16 +393,16 @@ function news_archive_sidebar() // Print news function print_news($news, $dog, $max = 5, $onlyyear = null, $return = false) { - $retval = array(); + $retval = []; $count = 0; - $news = $news ?: array(); // default to empty array (if no news) + $news = $news ?: []; // default to empty array (if no news) foreach ($news as $item) { $ok = false; // Only print entries in the provided s/dog/cat/ egory // If $dog is null, everything matches foreach ($item["category"] as $category) { - if (is_null($dog) || in_array($category["term"], (array)$dog, false)) { + if (is_null($dog) || in_array($category["term"], (array)$dog, true)) { $ok = true; ++$count; break; @@ -443,12 +443,12 @@ function print_news($news, $dog, $max = 5, $onlyyear = null, $return = false) { } if ($return) { - $retval[] = array( + $retval[] = [ "title" => $item["title"], "id" => $id, "permlink" => $permlink, "date" => $newsdate, - ); + ]; continue; } @@ -470,19 +470,19 @@ EOT; return $retval; } -function site_header($title = '', $config = array()) +function site_header($title = '', $config = []) { global $MYSITE; - $defaults = array( + $defaults = [ "lang" => myphpnet_language(), "current" => "", - "meta-navigation" => array(), + "meta-navigation" => [], 'classes' => '', 'layout_span' => 9, "cache" => false, "headsup" => "", - ); + ]; $config = array_merge($defaults, $config); @@ -494,7 +494,7 @@ function site_header($title = '', $config = array()) if (isset($_COOKIE["MD"]) || isset($_GET["MD"])) { $classes .= "markdown-content"; - $config["css_overwrite"] = array("/styles/i-love-markdown.css"); + $config["css_overwrite"] = ["/styles/i-love-markdown.css"]; } if (empty($title)) { @@ -508,7 +508,7 @@ function site_header($title = '', $config = array()) require __DIR__ ."/header.inc"; } -function site_footer($config = array()) +function site_footer($config = []) { require __DIR__ . "/footer.inc"; } @@ -540,28 +540,28 @@ function get_news_changes() function news_toc($sections = null) { include __DIR__ . "/pregen-news.inc"; - $items = array( - "news" => array( + $items = [ + "news" => [ "title" => "News", "link" => "/archive/", "children" => print_news($NEWS_ENTRIES, "frontpage", 3, null, true), - ), - "conferences" => array( + ], + "conferences" => [ "title" => "Conferences", "link" => "/conferences/", "children" => print_news($NEWS_ENTRIES, "conferences", 3, null, true), - ), - "papers" => array( + ], + "papers" => [ "title" => "Call for Papers", "link" => "/conferences/", "children" => print_news($NEWS_ENTRIES, "cfp", 3, null, true), - ), - ); + ], + ]; foreach ($items as $section => $menu) { // only print requested sections. - if (is_array($sections) && !in_array($section, $sections, false)) { + if (is_array($sections) && !in_array($section, $sections, true)) { continue; } diff --git a/include/manual-lookup.inc b/include/manual-lookup.inc index e8f6d241c..2d2a70882 100644 --- a/include/manual-lookup.inc +++ b/include/manual-lookup.inc @@ -110,7 +110,7 @@ function find_manual_page($lang, $keyword) if (in_array('sqlite', PDO::getAvailableDrivers(), true)) { if (file_exists($_SERVER['DOCUMENT_ROOT'] . '/backend/manual-lookup.sqlite')) { try { - $dbh = new PDO( 'sqlite:' . $_SERVER['DOCUMENT_ROOT'] . '/backend/manual-lookup.sqlite', '', '', array(PDO::ATTR_PERSISTENT => true, PDO::ATTR_EMULATE_PREPARES => true) ); + $dbh = new PDO( 'sqlite:' . $_SERVER['DOCUMENT_ROOT'] . '/backend/manual-lookup.sqlite', '', '', [PDO::ATTR_PERSISTENT => true, PDO::ATTR_EMULATE_PREPARES => true] ); } catch (PDOException $e) { return find_manual_page_slow($lang, $keyword); } @@ -124,7 +124,7 @@ function find_manual_page($lang, $keyword) // Try the preferred language first, then the // English one in case no page is found - $langs = ($lang != 'en') ? array($lang, 'en') : array('en'); + $langs = ($lang != 'en') ? [$lang, 'en'] : ['en']; // Reformat keyword, drop anything in parenthesis --- except a search for the underscore only. (Bug #63490) if ($keyword != '_') { @@ -172,7 +172,7 @@ function find_manual_page($lang, $keyword) if (!$stm) { return find_manual_page_slow($lang, $keyword); } - $stm->execute(array($lang, "/manual/{$lang}/{$_keyword}", $keyword)); + $stm->execute([$lang, "/manual/{$lang}/{$_keyword}", $keyword]); // Some partially specified URL is used } else { @@ -187,7 +187,7 @@ function find_manual_page($lang, $keyword) $stm = $dbh->prepare($SQL); if ($stm) { - $stm->execute(array($lang, $keyword, str_replace('\\', '-', $keyword), str_replace(' ', '', $keyword), str_replace(' ', '-', $keyword), str_replace('-', '', $keyword), $keyword)); + $stm->execute([$lang, $keyword, str_replace('\\', '-', $keyword), str_replace(' ', '', $keyword), str_replace(' ', '-', $keyword), str_replace('-', '', $keyword), $keyword]); } } diff --git a/include/posttohost.inc b/include/posttohost.inc index 211a3885a..c21c3c2b9 100644 --- a/include/posttohost.inc +++ b/include/posttohost.inc @@ -10,13 +10,13 @@ function posttohost($url, $data) { $data = http_build_query($data); - $opts = array( + $opts = [ 'method' => 'POST', 'header' => 'Content-type: application/x-www-form-urlencoded', 'content' => $data, - ); + ]; - $ctx = stream_context_create(array('http' => $opts)); + $ctx = stream_context_create(['http' => $opts]); return file_get_contents($url, false, $ctx); } diff --git a/include/prepend.inc b/include/prepend.inc index 51a7024f3..a16228a6f 100644 --- a/include/prepend.inc +++ b/include/prepend.inc @@ -35,7 +35,7 @@ header("Permissions-Policy: interest-cohort=()"); header("Access-Control-Allow-Origin: http://$hostname"); if (isset($_SERVER["HTTP_ACCESS_CONTROL_REQUEST_HEADERS"])) { $headers = $_SERVER["HTTP_ACCESS_CONTROL_REQUEST_HEADERS"]; - $headers = str_replace(array("\r", "\n", "\0"), "", $headers); + $headers = str_replace(["\r", "\n", "\0"], "", $headers); header("Access-Control-Allow-Headers: $headers"); } })(); @@ -99,7 +99,7 @@ function myphpnet_load() global $MYPHPNET, $MYSITE; // Empty the preferences array - $MYPHPNET = array(false, false, "NONE", 0, false); + $MYPHPNET = [false, false, "NONE", 0, false]; if ($MYSITE === 'http://docs.php.net/') { $MYPHPNET[4] = true; @@ -140,7 +140,7 @@ function myphpnet_urlsearch($type = false) global $MYPHPNET; // Set type if specified and if correct - if ($type && in_array($type, array(MYPHPNET_URL_FUNC, MYPHPNET_URL_MANUAL), false)) { + if ($type && in_array($type, [MYPHPNET_URL_FUNC, MYPHPNET_URL_MANUAL], true)) { $MYPHPNET[1] = $type; } diff --git a/include/releases.inc b/include/releases.inc index 46c49610d..a06adcd0b 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -1,35 +1,35 @@ + 8 => array ( - '8.1.8' => + '8.1.8' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/8_1_8.php', ), - 'tags' => + 'tags' => array ( 0 => 'security', ), 'date' => '07 Jul 2022', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-8.1.8.tar.gz', 'name' => 'PHP 8.1.8 (tar.gz)', 'sha256' => '889d910558d2492f7f2236921b9bcde620674c8b684ec02d126060f8ca45dc8d', 'date' => '07 Jul 2022', ), - 1 => + 1 => array ( 'filename' => 'php-8.1.8.tar.bz2', 'name' => 'PHP 8.1.8 (tar.bz2)', 'sha256' => 'b8815a5a02431453d4261e3598bd1f28516e4c0354f328c12890f257870e4c01', 'date' => '07 Jul 2022', ), - 2 => + 2 => array ( 'filename' => 'php-8.1.8.tar.xz', 'name' => 'PHP 8.1.8 (tar.xz)', @@ -39,33 +39,33 @@ $OLDRELEASES = array ( ), 'museum' => false, ), - '8.0.21' => + '8.0.21' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/8_0_21.php', ), - 'tags' => + 'tags' => array ( ), 'date' => '07 Jul 2022', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-8.0.21.tar.gz', 'name' => 'PHP 8.0.21 (tar.gz)', 'sha256' => '2f51f6e90e2e8efd3a20db08f0dd61d7f8d5a9362f8c7325f1ad28ccea5be0ac', 'date' => '07 Jul 2022', ), - 1 => + 1 => array ( 'filename' => 'php-8.0.21.tar.bz2', 'name' => 'PHP 8.0.21 (tar.bz2)', 'sha256' => '1cb7762d1ffecceaeebafb9f6e24132ca23fb1443cb5630d0fccf53f04cfa126', 'date' => '07 Jul 2022', ), - 2 => + 2 => array ( 'filename' => 'php-8.0.21.tar.xz', 'name' => 'PHP 8.0.21 (tar.xz)', @@ -75,34 +75,34 @@ $OLDRELEASES = array ( ), 'museum' => false, ), - '8.1.7' => + '8.1.7' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/8_1_7.php', ), - 'tags' => + 'tags' => array ( 0 => 'security', ), 'date' => '09 Jun 2022', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-8.1.7.tar.gz', 'name' => 'PHP 8.1.7 (tar.gz)', 'sha256' => '5f0b422a117633c86d48d028934b8dc078309d4247e7565ea34b2686189abdd8', 'date' => '09 Jun 2022', ), - 1 => + 1 => array ( 'filename' => 'php-8.1.7.tar.bz2', 'name' => 'PHP 8.1.7 (tar.bz2)', 'sha256' => 'b816753eb005511e695d90945c27093c3236cc73db1262656d9fadd73ead7e9d', 'date' => '09 Jun 2022', ), - 2 => + 2 => array ( 'filename' => 'php-8.1.7.tar.xz', 'name' => 'PHP 8.1.7 (tar.xz)', @@ -112,34 +112,34 @@ $OLDRELEASES = array ( ), 'museum' => false, ), - '8.0.20' => + '8.0.20' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/8_0_20.php', ), - 'tags' => + 'tags' => array ( 0 => 'security', ), 'date' => '09 Jun 2022', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-8.0.20.tar.gz', 'name' => 'PHP 8.0.20 (tar.gz)', 'sha256' => '7e21fd985966264194cde63503b57fd0f0170b32a39bd7af2384c1071b50f164', 'date' => '09 Jun 2022', ), - 1 => + 1 => array ( 'filename' => 'php-8.0.20.tar.bz2', 'name' => 'PHP 8.0.20 (tar.bz2)', 'sha256' => 'cb7666bf67ed9f6c987d4836caf03d4b364537e6a75e56cd5c986760ecc2fdd8', 'date' => '09 Jun 2022', ), - 2 => + 2 => array ( 'filename' => 'php-8.0.20.tar.xz', 'name' => 'PHP 8.0.20 (tar.xz)', @@ -149,33 +149,33 @@ $OLDRELEASES = array ( ), 'museum' => false, ), - '8.0.19' => + '8.0.19' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/8_0_19.php', ), - 'tags' => + 'tags' => array ( ), 'date' => '12 May 2022', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-8.0.19.tar.gz', 'name' => 'PHP 8.0.19 (tar.gz)', 'sha256' => '48e57634d350bcab4745d25d9d94ffa474649bf4f7e879fad163226c0d107bb5', 'date' => '12 May 2022', ), - 1 => + 1 => array ( 'filename' => 'php-8.0.19.tar.bz2', 'name' => 'PHP 8.0.19 (tar.bz2)', 'sha256' => 'eba0e67fdaf6904b2e4b84e064be0a0d61b2cb64a23f81a0ca9b1a51bc3a8330', 'date' => '12 May 2022', ), - 2 => + 2 => array ( 'filename' => 'php-8.0.19.tar.xz', 'name' => 'PHP 8.0.19 (tar.xz)', @@ -185,33 +185,33 @@ $OLDRELEASES = array ( ), 'museum' => false, ), - '8.1.6' => + '8.1.6' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/8_1_6.php', ), - 'tags' => + 'tags' => array ( ), 'date' => '12 May 2022', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-8.1.6.tar.gz', 'name' => 'PHP 8.1.6 (tar.gz)', 'sha256' => 'e847745fd66fc8c57fac993a609fefcded93fddccd225f0620a26bb5ae5753c3', 'date' => '12 May 2022', ), - 1 => + 1 => array ( 'filename' => 'php-8.1.6.tar.bz2', 'name' => 'PHP 8.1.6 (tar.bz2)', 'sha256' => '7b353304b7407554f70d3e101a226a1fc22decae5c4c42ed270c4e389bfa1b66', 'date' => '12 May 2022', ), - 2 => + 2 => array ( 'filename' => 'php-8.1.6.tar.xz', 'name' => 'PHP 8.1.6 (tar.xz)', @@ -221,33 +221,33 @@ $OLDRELEASES = array ( ), 'museum' => false, ), - '8.1.5' => + '8.1.5' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/8_1_5.php', ), - 'tags' => + 'tags' => array ( ), 'date' => '14 Apr 2022', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-8.1.5.tar.gz', 'name' => 'PHP 8.1.5 (tar.gz)', 'sha256' => '44d637627746082395d5d3d3d6ae7d71e780b82a8d55a0228887158c4316bf11', 'date' => '14 Apr 2022', ), - 1 => + 1 => array ( 'filename' => 'php-8.1.5.tar.bz2', 'name' => 'PHP 8.1.5 (tar.bz2)', 'sha256' => '827de56771c3ab8313a069812f15f6ec49989d510aebd0dce180839c6d8d6ff3', 'date' => '14 Apr 2022', ), - 2 => + 2 => array ( 'filename' => 'php-8.1.5.tar.xz', 'name' => 'PHP 8.1.5 (tar.xz)', @@ -257,33 +257,33 @@ $OLDRELEASES = array ( ), 'museum' => false, ), - '8.0.18' => + '8.0.18' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/8_0_18.php', ), - 'tags' => + 'tags' => array ( ), 'date' => '14 Apr 2022', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-8.0.18.tar.gz', 'name' => 'PHP 8.0.18 (tar.gz)', 'sha256' => 'cd980f5a2f422362f8c52d314ed25140c6f472877c5442c4f3304205f54e192a', 'date' => '14 Apr 2022', ), - 1 => + 1 => array ( 'filename' => 'php-8.0.18.tar.bz2', 'name' => 'PHP 8.0.18 (tar.bz2)', 'sha256' => '826ee34881a1c349678d4f7cc55ff9141fa1411344e4bb8f95d0f9223bceb55a', 'date' => '14 Apr 2022', ), - 2 => + 2 => array ( 'filename' => 'php-8.0.18.tar.xz', 'name' => 'PHP 8.0.18 (tar.xz)', @@ -293,33 +293,33 @@ $OLDRELEASES = array ( ), 'museum' => false, ), - '8.0.17' => + '8.0.17' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/8_0_17.php', ), - 'tags' => + 'tags' => array ( ), 'date' => '17 Mar 2022', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-8.0.17.tar.gz', 'name' => 'PHP 8.0.17 (tar.gz)', 'sha256' => 'bdbd792901c156c4d1710c9d266732d3c17f6ff63850d6660b9d8d3411188424', 'date' => '17 Mar 2022', ), - 1 => + 1 => array ( 'filename' => 'php-8.0.17.tar.bz2', 'name' => 'PHP 8.0.17 (tar.bz2)', 'sha256' => '52811ee2dde71660ca32737a4ac696c24591eb22e846dd8e09ee77122660283f', 'date' => '17 Mar 2022', ), - 2 => + 2 => array ( 'filename' => 'php-8.0.17.tar.xz', 'name' => 'PHP 8.0.17 (tar.xz)', @@ -329,33 +329,33 @@ $OLDRELEASES = array ( ), 'museum' => false, ), - '8.1.4' => + '8.1.4' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/8_1_4.php', ), - 'tags' => + 'tags' => array ( ), 'date' => '17 Mar 2022', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-8.1.4.tar.gz', 'name' => 'PHP 8.1.4 (tar.gz)', 'sha256' => 'a9951c1c8fd5d2eefde28de0f646c344eb61d751319d220713a6da26f986abde', 'date' => '17 Mar 2022', ), - 1 => + 1 => array ( 'filename' => 'php-8.1.4.tar.bz2', 'name' => 'PHP 8.1.4 (tar.bz2)', 'sha256' => 'b3f688cb69758523838b8e7f509aaef0152133d9b84a84a0b7cf68eeafc1df76', 'date' => '17 Mar 2022', ), - 2 => + 2 => array ( 'filename' => 'php-8.1.4.tar.xz', 'name' => 'PHP 8.1.4 (tar.xz)', @@ -365,34 +365,34 @@ $OLDRELEASES = array ( ), 'museum' => false, ), - '8.1.3' => + '8.1.3' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/8_1_3.php', ), - 'tags' => + 'tags' => array ( 0 => 'security', ), 'date' => '17 Feb 2022', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-8.1.3.tar.gz', 'name' => 'PHP 8.1.3 (tar.gz)', 'sha256' => '92d74f5a4af7de90cef6cda65bd0c341dc9a1027b32f70e7b8861f6f68a38bb2', 'date' => '17 Feb 2022', ), - 1 => + 1 => array ( 'filename' => 'php-8.1.3.tar.bz2', 'name' => 'PHP 8.1.3 (tar.bz2)', 'sha256' => '354c4e2c506046eca812d1fc2526884a2f54b5e3d20ef0ede919a69eb232d0be', 'date' => '17 Feb 2022', ), - 2 => + 2 => array ( 'filename' => 'php-8.1.3.tar.xz', 'name' => 'PHP 8.1.3 (tar.xz)', @@ -402,34 +402,34 @@ $OLDRELEASES = array ( ), 'museum' => false, ), - '8.0.16' => + '8.0.16' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/8_0_16.php', ), - 'tags' => + 'tags' => array ( 0 => 'security', ), 'date' => '17 Feb 2022', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-8.0.16.tar.gz', 'name' => 'PHP 8.0.16 (tar.gz)', 'sha256' => 'ce0ea32ff9c5af18cfb70197b40caf55824400dc8d5b4258a783ec9168baa5b1', 'date' => '17 Feb 2022', ), - 1 => + 1 => array ( 'filename' => 'php-8.0.16.tar.bz2', 'name' => 'PHP 8.0.16 (tar.bz2)', 'sha256' => 'f49f8181ee29463a0d23a0c65969e92d58fee8ac564df917cff58e48d65e1849', 'date' => '17 Feb 2022', ), - 2 => + 2 => array ( 'filename' => 'php-8.0.16.tar.xz', 'name' => 'PHP 8.0.16 (tar.xz)', @@ -439,33 +439,33 @@ $OLDRELEASES = array ( ), 'museum' => false, ), - '8.1.2' => + '8.1.2' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/8_1_2.php', ), - 'tags' => + 'tags' => array ( ), 'date' => '20 Jan 2022', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-8.1.2.tar.gz', 'name' => 'PHP 8.1.2 (tar.gz)', 'sha256' => '9992409c0543e0c8e89914f7307e1485a08c057091146e4731565b59065f8bde', 'date' => '20 Jan 2022', ), - 1 => + 1 => array ( 'filename' => 'php-8.1.2.tar.bz2', 'name' => 'PHP 8.1.2 (tar.bz2)', 'sha256' => '913dc7dd4388427fa33ea4ac89834e856ff5394f4218eace260a3a279f5b53a9', 'date' => '20 Jan 2022', ), - 2 => + 2 => array ( 'filename' => 'php-8.1.2.tar.xz', 'name' => 'PHP 8.1.2 (tar.xz)', @@ -475,33 +475,33 @@ $OLDRELEASES = array ( ), 'museum' => false, ), - '8.0.15' => + '8.0.15' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/8_0_15.php', ), - 'tags' => + 'tags' => array ( ), 'date' => '20 Jan 2022', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-8.0.15.tar.gz', 'name' => 'PHP 8.0.15 (tar.gz)', 'sha256' => '47f0be6188b05390bb457eb1968ea19463acada79650afc35ec763348d5c2370', 'date' => '20 Jan 2022', ), - 1 => + 1 => array ( 'filename' => 'php-8.0.15.tar.bz2', 'name' => 'PHP 8.0.15 (tar.bz2)', 'sha256' => '881171c90aba746d28df768f3d99fa3261999e506415be4c7352078a64fe59dc', 'date' => '20 Jan 2022', ), - 2 => + 2 => array ( 'filename' => 'php-8.0.15.tar.xz', 'name' => 'PHP 8.0.15 (tar.xz)', @@ -511,33 +511,33 @@ $OLDRELEASES = array ( ), 'museum' => false, ), - '8.1.1' => + '8.1.1' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/8_1_1.php', ), - 'tags' => + 'tags' => array ( ), 'date' => '16 Dec 2021', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-8.1.1.tar.gz', 'name' => 'PHP 8.1.1 (tar.gz)', 'sha256' => '4e4cf3f843a5111f6c55cd21de8f26834ea3cd4a5be77c88357cbcec4a2d671d', 'date' => '16 Dec 2021', ), - 1 => + 1 => array ( 'filename' => 'php-8.1.1.tar.bz2', 'name' => 'PHP 8.1.1 (tar.bz2)', 'sha256' => '8f8bc9cad6cd124edc111f7db0a109745e2f638770a101b3c22a2953f7a9b40e', 'date' => '16 Dec 2021', ), - 2 => + 2 => array ( 'filename' => 'php-8.1.1.tar.xz', 'name' => 'PHP 8.1.1 (tar.xz)', @@ -547,33 +547,33 @@ $OLDRELEASES = array ( ), 'museum' => false, ), - '8.0.14' => + '8.0.14' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/8_0_14.php', ), - 'tags' => + 'tags' => array ( ), 'date' => '16 Dec 2021', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-8.0.14.tar.gz', 'name' => 'PHP 8.0.14 (tar.gz)', 'sha256' => 'e67ebd8c4c77247ad1fa88829e5b95d51a19edf3d87814434de261e20a63ea20', 'date' => '16 Dec 2021', ), - 1 => + 1 => array ( 'filename' => 'php-8.0.14.tar.bz2', 'name' => 'PHP 8.0.14 (tar.bz2)', 'sha256' => 'bb381fdf4817ad7c24c23ea7f77cad68dceb86eb3ac1a37acedadf8ad0a0cd4b', 'date' => '16 Dec 2021', ), - 2 => + 2 => array ( 'filename' => 'php-8.0.14.tar.xz', 'name' => 'PHP 8.0.14 (tar.xz)', @@ -583,33 +583,33 @@ $OLDRELEASES = array ( ), 'museum' => false, ), - '8.1.0' => + '8.1.0' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/8_1_0.php', ), - 'tags' => + 'tags' => array ( ), 'date' => '25 Nov 2021', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-8.1.0.tar.gz', 'name' => 'PHP 8.1.0 (tar.gz)', 'sha256' => '848705043ea4a6e022246ae12a1bff6afcf5c73ea98c6ac4d2108d6028c5c125', 'date' => '25 Nov 2021', ), - 1 => + 1 => array ( 'filename' => 'php-8.1.0.tar.bz2', 'name' => 'PHP 8.1.0 (tar.bz2)', 'sha256' => '0725ed2baea125496a898455d501a77460218b2a0cfad773fa9322f491b82b61', 'date' => '25 Nov 2021', ), - 2 => + 2 => array ( 'filename' => 'php-8.1.0.tar.xz', 'name' => 'PHP 8.1.0 (tar.xz)', @@ -619,34 +619,34 @@ $OLDRELEASES = array ( ), 'museum' => false, ), - '8.0.13' => + '8.0.13' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/8_0_13.php', ), - 'tags' => + 'tags' => array ( 0 => 'security', ), 'date' => '18 Nov 2021', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-8.0.13.tar.gz', 'name' => 'PHP 8.0.13 (tar.gz)', 'sha256' => 'b4c2d27c954e1b0d84fd4bfef4d252e154ba479e7db11abd89358f2164ee7cc8', 'date' => '18 Nov 2021', ), - 1 => + 1 => array ( 'filename' => 'php-8.0.13.tar.bz2', 'name' => 'PHP 8.0.13 (tar.bz2)', 'sha256' => 'c2419d7ba4395f44747043f4e6f5b47fa08125705fb9f88377e453068a815836', 'date' => '18 Nov 2021', ), - 2 => + 2 => array ( 'filename' => 'php-8.0.13.tar.xz', 'name' => 'PHP 8.0.13 (tar.xz)', @@ -656,34 +656,34 @@ $OLDRELEASES = array ( ), 'museum' => false, ), - '8.0.12' => + '8.0.12' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/8_0_12.php', ), - 'tags' => + 'tags' => array ( 0 => 'security', ), 'date' => '21 Oct 2021', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-8.0.12.tar.gz', 'name' => 'PHP 8.0.12 (tar.gz)', 'sha256' => 'a5b78f04a89d3b401465febf449c7ea9de48681f92803dd8dc2bf922812d572b', 'date' => '21 Oct 2021', ), - 1 => + 1 => array ( 'filename' => 'php-8.0.12.tar.bz2', 'name' => 'PHP 8.0.12 (tar.bz2)', 'sha256' => 'b4886db1df322dc8fb128d8b34ae7e94f6fc682ecb29ff4f5a591d4de9feadbf', 'date' => '21 Oct 2021', ), - 2 => + 2 => array ( 'filename' => 'php-8.0.12.tar.xz', 'name' => 'PHP 8.0.12 (tar.xz)', @@ -693,34 +693,34 @@ $OLDRELEASES = array ( ), 'museum' => false, ), - '8.0.11' => + '8.0.11' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/8_0_11.php', ), - 'tags' => + 'tags' => array ( 0 => 'security', ), 'date' => '23 Sep 2021', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-8.0.11.tar.gz', 'name' => 'PHP 8.0.11 (tar.gz)', 'sha256' => 'c6a461f57b4bcb46cd4dec443253b1e2e8e981466f1280093322b7864afe8be7', 'date' => '23 Sep 2021', ), - 1 => + 1 => array ( 'filename' => 'php-8.0.11.tar.bz2', 'name' => 'PHP 8.0.11 (tar.bz2)', 'sha256' => '70ed874285e4010c1e2e8937bfb56b13b9ed1b3789dcaf274b793b00c1f4403a', 'date' => '23 Sep 2021', ), - 2 => + 2 => array ( 'filename' => 'php-8.0.11.tar.xz', 'name' => 'PHP 8.0.11 (tar.xz)', @@ -730,34 +730,34 @@ $OLDRELEASES = array ( ), 'museum' => false, ), - '8.0.10' => + '8.0.10' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/8_0_10.php', ), - 'tags' => + 'tags' => array ( 0 => 'security', ), 'date' => '26 Aug 2021', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-8.0.10.tar.gz', 'name' => 'PHP 8.0.10 (tar.gz)', 'sha256' => '4612dca9afe8148801648839175ab588097ace66658c6859e9f283ecdeaf84b3', 'date' => '26 Aug 2021', ), - 1 => + 1 => array ( 'filename' => 'php-8.0.10.tar.bz2', 'name' => 'PHP 8.0.10 (tar.bz2)', 'sha256' => 'c94547271410900845b084ec2bcb3466af363eeca92cb24bd611dcbdc26f1587', 'date' => '26 Aug 2021', ), - 2 => + 2 => array ( 'filename' => 'php-8.0.10.tar.xz', 'name' => 'PHP 8.0.10 (tar.xz)', @@ -767,33 +767,33 @@ $OLDRELEASES = array ( ), 'museum' => false, ), - '8.0.9' => + '8.0.9' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/8_0_9.php', ), - 'tags' => + 'tags' => array ( ), 'date' => '29 Jul 2021', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-8.0.9.tar.gz', 'name' => 'PHP 8.0.9 (tar.gz)', 'sha256' => '1f0d72e90ab6ad0ae13329a96b281f71bc592563ce4e3a4c816b8da4b5854fb4', 'date' => '29 Jul 2021', ), - 1 => + 1 => array ( 'filename' => 'php-8.0.9.tar.bz2', 'name' => 'PHP 8.0.9 (tar.bz2)', 'sha256' => '6ac8edebd295ddc43fb010653c43ccf203cd7cdc40981b210ed5275994040806', 'date' => '29 Jul 2021', ), - 2 => + 2 => array ( 'filename' => 'php-8.0.9.tar.xz', 'name' => 'PHP 8.0.9 (tar.xz)', @@ -803,33 +803,33 @@ $OLDRELEASES = array ( ), 'museum' => false, ), - '8.0.8' => + '8.0.8' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/8_0_8.php', ), - 'tags' => + 'tags' => array ( ), 'date' => '01 Jul 2021', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-8.0.8.tar.gz', 'name' => 'PHP 8.0.8 (tar.gz)', 'sha256' => '084a1e8020e86fb99b663d195fd9ac98a9f37dfcb9ecb5c159054cdb8f388945', 'date' => '01 Jul 2021', ), - 1 => + 1 => array ( 'filename' => 'php-8.0.8.tar.bz2', 'name' => 'PHP 8.0.8 (tar.bz2)', 'sha256' => '14bd77d71a98943e14b324da83e31b572781df583cda9650a184fae3214cd16f', 'date' => '01 Jul 2021', ), - 2 => + 2 => array ( 'filename' => 'php-8.0.8.tar.xz', 'name' => 'PHP 8.0.8 (tar.xz)', @@ -839,33 +839,33 @@ $OLDRELEASES = array ( ), 'museum' => false, ), - '8.0.7' => + '8.0.7' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/8_0_7.php', ), - 'tags' => + 'tags' => array ( ), 'date' => '03 Jun 2021', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-8.0.7.tar.gz', 'name' => 'PHP 8.0.7 (tar.gz)', 'sha256' => '1e7462455bec8062ef3fc7c74f1f496417cb80aa374ce11edb35015de248c3c1', 'date' => '03 Jun 2021', ), - 1 => + 1 => array ( 'filename' => 'php-8.0.7.tar.bz2', 'name' => 'PHP 8.0.7 (tar.bz2)', 'sha256' => '72b2f2c96f35748b1d6e8a71af4ead439b17129aefe611eb0baf1bd313635f79', 'date' => '03 Jun 2021', ), - 2 => + 2 => array ( 'filename' => 'php-8.0.7.tar.xz', 'name' => 'PHP 8.0.7 (tar.xz)', @@ -875,33 +875,33 @@ $OLDRELEASES = array ( ), 'museum' => false, ), - '8.0.6' => + '8.0.6' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/8_0_6.php', ), - 'tags' => + 'tags' => array ( ), 'date' => '06 May 2021', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-8.0.6.tar.gz', 'name' => 'PHP 8.0.6 (tar.gz)', 'sha256' => '51a3dcea6deb8ab82ad035d15baa7f5398980f576ac1968313ef149f7cf20100', 'date' => '06 May 2021', ), - 1 => + 1 => array ( 'filename' => 'php-8.0.6.tar.bz2', 'name' => 'PHP 8.0.6 (tar.bz2)', 'sha256' => '26a8a9dad66012039deb0bcf151c6e22ab1e4b6a91508383ff705da41289526e', 'date' => '06 May 2021', ), - 2 => + 2 => array ( 'filename' => 'php-8.0.6.tar.xz', 'name' => 'PHP 8.0.6 (tar.xz)', @@ -911,33 +911,33 @@ $OLDRELEASES = array ( ), 'museum' => false, ), - '8.0.5' => + '8.0.5' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/8_0_5.php', ), - 'tags' => + 'tags' => array ( ), 'date' => '29 Apr 2021', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-8.0.5.tar.gz', 'name' => 'PHP 8.0.5 (tar.gz)', 'sha256' => '50aeac6fe9c2b5577d534369392ebb89c3e7a342b20ef538832b1df996cccb2a', 'date' => '29 Apr 2021', ), - 1 => + 1 => array ( 'filename' => 'php-8.0.5.tar.bz2', 'name' => 'PHP 8.0.5 (tar.bz2)', 'sha256' => '195d934febefaac3b19ac586679149759324a434411ae8aca6f7d87553ef08e0', 'date' => '29 Apr 2021', ), - 2 => + 2 => array ( 'filename' => 'php-8.0.5.tar.xz', 'name' => 'PHP 8.0.5 (tar.xz)', @@ -947,33 +947,33 @@ $OLDRELEASES = array ( ), 'museum' => false, ), - '8.0.3' => + '8.0.3' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/8_0_3.php', ), - 'tags' => + 'tags' => array ( ), 'date' => '4 Mar 2021', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-8.0.3.tar.gz', 'name' => 'PHP 8.0.3 (tar.gz)', 'sha256' => 'e7ecfee901e0843377b64b2d8124132eae75bdb71a2675ba7c5c038d6592383d', 'date' => '4 Mar 2021', ), - 1 => + 1 => array ( 'filename' => 'php-8.0.3.tar.bz2', 'name' => 'PHP 8.0.3 (tar.bz2)', 'sha256' => '95f8621d9e34f822d2583564c358598dff7346241f839bfa319bbf65bf2eb012', 'date' => '4 Mar 2021', ), - 2 => + 2 => array ( 'filename' => 'php-8.0.3.tar.xz', 'name' => 'PHP 8.0.3 (tar.xz)', @@ -983,33 +983,33 @@ $OLDRELEASES = array ( ), 'museum' => false, ), - '8.0.2' => + '8.0.2' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/8_0_2.php', ), - 'tags' => + 'tags' => array ( ), 'date' => '04 Feb 2021', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-8.0.2.tar.gz', 'name' => 'PHP 8.0.2 (tar.gz)', 'sha256' => 'cc17a32f76beb5f405da39a548218b3b6736710884fcd761838098553df149da', 'date' => '04 Feb 2021', ), - 1 => + 1 => array ( 'filename' => 'php-8.0.2.tar.bz2', 'name' => 'PHP 8.0.2 (tar.bz2)', 'sha256' => '000fa89e3eae317c0b17ee048229cd68a38a3b0fef72c558681fd004057ba3e6', 'date' => '04 Feb 2021', ), - 2 => + 2 => array ( 'filename' => 'php-8.0.2.tar.xz', 'name' => 'PHP 8.0.2 (tar.xz)', @@ -1019,33 +1019,33 @@ $OLDRELEASES = array ( ), 'museum' => false, ), - '8.0.1' => + '8.0.1' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/8_0_1.php', ), - 'tags' => + 'tags' => array ( ), 'date' => '07 Jan 2021', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-8.0.1.tar.gz', 'name' => 'PHP 8.0.1 (tar.gz)', 'sha256' => 'f1fee0429aa2cce6bc5df5d7e65386e266b0aab8a5fad7882d10eb833d2f5376', 'date' => '07 Jan 2021', ), - 1 => + 1 => array ( 'filename' => 'php-8.0.1.tar.bz2', 'name' => 'PHP 8.0.1 (tar.bz2)', 'sha256' => 'c44e76af40d133de64564f9caf5daec52bbe84c1ccb4e4500a62233d614ebdee', 'date' => '07 Jan 2021', ), - 2 => + 2 => array ( 'filename' => 'php-8.0.1.tar.xz', 'name' => 'PHP 8.0.1 (tar.xz)', @@ -1055,33 +1055,33 @@ $OLDRELEASES = array ( ), 'museum' => false, ), - '8.0.0' => + '8.0.0' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/8_0_0.php', ), - 'tags' => + 'tags' => array ( ), 'date' => '26 Nov 2020', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-8.0.0.tar.gz', 'name' => 'PHP 8.0.0 (tar.gz)', 'sha256' => '3ed7b48d64357d3e8fa9e828dbe7416228f84105b8290c2f9779cd66be31ea71', 'date' => '26 Nov 2020', ), - 1 => + 1 => array ( 'filename' => 'php-8.0.0.tar.bz2', 'name' => 'PHP 8.0.0 (tar.bz2)', 'sha256' => '5e832dc37eabf444410b4ea6fb3d66b72e44e7407a3b49caa5746edcf71b9d09', 'date' => '26 Nov 2020', ), - 2 => + 2 => array ( 'filename' => 'php-8.0.0.tar.xz', 'name' => 'PHP 8.0.0 (tar.xz)', @@ -1092,36 +1092,36 @@ $OLDRELEASES = array ( 'museum' => false, ), ), - 7 => + 7 => array ( - '7.4.29' => + '7.4.29' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_4_29.php', ), - 'tags' => + 'tags' => array ( 0 => 'security', ), 'date' => '14 Apr 2022', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.4.29.tar.gz', 'name' => 'PHP 7.4.29 (tar.gz)', 'sha256' => 'f73f89873bb9447cb99eb4863cf0a0deab4481cb8acf7552c0e70647e6885854', 'date' => '14 Apr 2022', ), - 1 => + 1 => array ( 'filename' => 'php-7.4.29.tar.bz2', 'name' => 'PHP 7.4.29 (tar.bz2)', 'sha256' => '7dde58a02b225c25130c6e2ae2cbba7254bb0340f7fe17291478176d866f9482', 'date' => '14 Apr 2022', ), - 2 => + 2 => array ( 'filename' => 'php-7.4.29.tar.xz', 'name' => 'PHP 7.4.29 (tar.xz)', @@ -1131,34 +1131,34 @@ $OLDRELEASES = array ( ), 'museum' => false, ), - '7.4.28' => + '7.4.28' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_4_28.php', ), - 'tags' => + 'tags' => array ( 0 => 'security', ), 'date' => '17 Feb 2022', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.4.28.tar.gz', 'name' => 'PHP 7.4.28 (tar.gz)', 'sha256' => 'a04014cd1646b90547907e2e0ac5371594533960de317b6c7ac70bcb42db92fb', 'date' => '17 Feb 2022', ), - 1 => + 1 => array ( 'filename' => 'php-7.4.28.tar.bz2', 'name' => 'PHP 7.4.28 (tar.bz2)', 'sha256' => '2085086a863444b0e39547de1a4969fd1c40a0c188eb58fab2938b649b0c4b58', 'date' => '17 Feb 2022', ), - 2 => + 2 => array ( 'filename' => 'php-7.4.28.tar.xz', 'name' => 'PHP 7.4.28 (tar.xz)', @@ -1168,33 +1168,33 @@ $OLDRELEASES = array ( ), 'museum' => false, ), - '7.4.27' => + '7.4.27' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_4_27.php', ), - 'tags' => + 'tags' => array ( ), 'date' => '16 Dec 2021', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.4.27.tar.gz', 'name' => 'PHP 7.4.27 (tar.gz)', 'sha256' => '564fd5bc9850370db0cb4058d9087f2f40177fa4921ce698a375416db9ab43ca', 'date' => '16 Dec 2021', ), - 1 => + 1 => array ( 'filename' => 'php-7.4.27.tar.bz2', 'name' => 'PHP 7.4.27 (tar.bz2)', 'sha256' => '184aaef313fbf28c9987f6aa07b655cd1b0eae9e7e17061775a3e7d880185563', 'date' => '16 Dec 2021', ), - 2 => + 2 => array ( 'filename' => 'php-7.4.27.tar.xz', 'name' => 'PHP 7.4.27 (tar.xz)', @@ -1204,34 +1204,34 @@ $OLDRELEASES = array ( ), 'museum' => false, ), - '7.4.26' => + '7.4.26' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_4_26.php', ), - 'tags' => + 'tags' => array ( 0 => 'security', ), 'date' => '18 Nov 2021', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.4.26.tar.gz', 'name' => 'PHP 7.4.26 (tar.gz)', 'sha256' => '890a7e730f96708a68a77b19fd57fec33cc81573f7249111c870edac42b91a72', 'date' => '18 Nov 2021', ), - 1 => + 1 => array ( 'filename' => 'php-7.4.26.tar.bz2', 'name' => 'PHP 7.4.26 (tar.bz2)', 'sha256' => 'd68b88a8f8a437648affcc7793e5e062fa0ec5171f7fd0af385b12c78b1c004d', 'date' => '18 Nov 2021', ), - 2 => + 2 => array ( 'filename' => 'php-7.4.26.tar.xz', 'name' => 'PHP 7.4.26 (tar.xz)', @@ -1241,34 +1241,34 @@ $OLDRELEASES = array ( ), 'museum' => false, ), - '7.3.33' => + '7.3.33' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_3_33.php', ), - 'tags' => + 'tags' => array ( 0 => 'security', ), 'date' => '18 Nov 2021', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.3.33.tar.gz', 'name' => 'PHP 7.3.33 (tar.gz)', 'sha256' => '9a369c32c6f52036b0a890f290327f148a1904ee66aa56e2c9a7546da6525ec8', 'date' => '18 Nov 2021', ), - 1 => + 1 => array ( 'filename' => 'php-7.3.33.tar.bz2', 'name' => 'PHP 7.3.33 (tar.bz2)', 'sha256' => 'f412487d7d953437e7978a0d7b6ec99bf4a85cf3378014438a8577b89535451a', 'date' => '18 Nov 2021', ), - 2 => + 2 => array ( 'filename' => 'php-7.3.33.tar.xz', 'name' => 'PHP 7.3.33 (tar.xz)', @@ -1278,34 +1278,34 @@ $OLDRELEASES = array ( ), 'museum' => false, ), - '7.3.32' => + '7.3.32' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_3_32.php', ), - 'tags' => + 'tags' => array ( 0 => 'security', ), 'date' => '28 Oct 2021', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.3.32.tar.gz', 'name' => 'PHP 7.3.32 (tar.gz)', 'sha256' => '4739160cbd8f5d4529429ac01e181cba9705a515666002e76e4e34891c034fcb', 'date' => '28 Oct 2021', ), - 1 => + 1 => array ( 'filename' => 'php-7.3.32.tar.bz2', 'name' => 'PHP 7.3.32 (tar.bz2)', 'sha256' => '7c158b306e53434f1e0a88647aa561814308aaff8713ed7d237ed8f1399c216f', 'date' => '28 Oct 2021', ), - 2 => + 2 => array ( 'filename' => 'php-7.3.32.tar.xz', 'name' => 'PHP 7.3.32 (tar.xz)', @@ -1315,34 +1315,34 @@ $OLDRELEASES = array ( ), 'museum' => false, ), - '7.4.25' => + '7.4.25' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_4_25.php', ), - 'tags' => + 'tags' => array ( 0 => 'security', ), 'date' => '21 Oct 2021', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.4.25.tar.gz', 'name' => 'PHP 7.4.25 (tar.gz)', 'sha256' => '3b2632252c933cac489a20f68b8f4ab769e5a0a3bf22b6ef47427aff6922e31f', 'date' => '21 Oct 2021', ), - 1 => + 1 => array ( 'filename' => 'php-7.4.25.tar.bz2', 'name' => 'PHP 7.4.25 (tar.bz2)', 'sha256' => '27992570caf3e2e5323ab7b37853c44c1529b1d31ea94d9776efa91d5a781313', 'date' => '21 Oct 2021', ), - 2 => + 2 => array ( 'filename' => 'php-7.4.25.tar.xz', 'name' => 'PHP 7.4.25 (tar.xz)', @@ -1352,34 +1352,34 @@ $OLDRELEASES = array ( ), 'museum' => false, ), - '7.3.31' => + '7.3.31' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_3_31.php', ), - 'tags' => + 'tags' => array ( 0 => 'security', ), 'date' => '23 Sep 2021', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.3.31.tar.gz', 'name' => 'PHP 7.3.31 (tar.gz)', 'sha256' => '57ca37b08d3eed4cadc3976e78b0f51d0305bb6e60333f6e8c76e8aee07c3f0f', 'date' => '23 Sep 2021', ), - 1 => + 1 => array ( 'filename' => 'php-7.3.31.tar.bz2', 'name' => 'PHP 7.3.31 (tar.bz2)', 'sha256' => '6951f78524684f439186fe039ab14fb2459cea8f47ac829a159724a283f7f32b', 'date' => '23 Sep 2021', ), - 2 => + 2 => array ( 'filename' => 'php-7.3.31.tar.xz', 'name' => 'PHP 7.3.31 (tar.xz)', @@ -1389,34 +1389,34 @@ $OLDRELEASES = array ( ), 'museum' => false, ), - '7.4.24' => + '7.4.24' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_4_24.php', ), - 'tags' => + 'tags' => array ( 0 => 'security', ), 'date' => '23 Sep 2021', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.4.24.tar.gz', 'name' => 'PHP 7.4.24 (tar.gz)', 'sha256' => '8cc1758cf7ff45428c17641b1be84cd917a2909ba40c770f06a814d8b7f36333', 'date' => '23 Sep 2021', ), - 1 => + 1 => array ( 'filename' => 'php-7.4.24.tar.bz2', 'name' => 'PHP 7.4.24 (tar.bz2)', 'sha256' => 'f50e32b788864349041f19e31dcc65b1fcc65bc19122918f607526432edf2f32', 'date' => '23 Sep 2021', ), - 2 => + 2 => array ( 'filename' => 'php-7.4.24.tar.xz', 'name' => 'PHP 7.4.24 (tar.xz)', @@ -1426,34 +1426,34 @@ $OLDRELEASES = array ( ), 'museum' => false, ), - '7.4.23' => + '7.4.23' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_4_23.php', ), - 'tags' => + 'tags' => array ( 0 => 'security', ), 'date' => '26 Aug 2021', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.4.23.tar.gz', 'name' => 'PHP 7.4.23 (tar.gz)', 'sha256' => '2aaa481678ad4d2992e7bcf161e0e98c7268f4979f7ca8b3d97dd6de19c205d6', 'date' => '26 Aug 2021', ), - 1 => + 1 => array ( 'filename' => 'php-7.4.23.tar.bz2', 'name' => 'PHP 7.4.23 (tar.bz2)', 'sha256' => 'd1e094fe6e4f832e0a64be9c69464ba5d593fb216f914efa8bbb084e0a7a5727', 'date' => '26 Aug 2021', ), - 2 => + 2 => array ( 'filename' => 'php-7.4.23.tar.xz', 'name' => 'PHP 7.4.23 (tar.xz)', @@ -1463,34 +1463,34 @@ $OLDRELEASES = array ( ), 'museum' => false, ), - '7.3.30' => + '7.3.30' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_3_30.php', ), - 'tags' => + 'tags' => array ( 0 => 'security', ), 'date' => '26 Aug 2021', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.3.30.tar.gz', 'name' => 'PHP 7.3.30 (tar.gz)', 'sha256' => '3810a9b631eb7f236ecf02b9a78bab8d957b6cfdb1646a29e3b34e01d36c0510', 'date' => '26 Aug 2021', ), - 1 => + 1 => array ( 'filename' => 'php-7.3.30.tar.bz2', 'name' => 'PHP 7.3.30 (tar.bz2)', 'sha256' => 'ccc532e660761df9b5509b9b913d2dc049b0a9954108fe212aeeb8bc2556b502', 'date' => '26 Aug 2021', ), - 2 => + 2 => array ( 'filename' => 'php-7.3.30.tar.xz', 'name' => 'PHP 7.3.30 (tar.xz)', @@ -1500,33 +1500,33 @@ $OLDRELEASES = array ( ), 'museum' => false, ), - '7.4.22' => + '7.4.22' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_4_22.php', ), - 'tags' => + 'tags' => array ( ), 'date' => '29 Jul 2021', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.4.22.tar.gz', 'name' => 'PHP 7.4.22 (tar.gz)', 'sha256' => '4ca2642b99a822237d7f84dc19682be702ad0e2d5d282f7646d84b746d454e34', 'date' => '29 Jul 2021', ), - 1 => + 1 => array ( 'filename' => 'php-7.4.22.tar.bz2', 'name' => 'PHP 7.4.22 (tar.bz2)', 'sha256' => '5022bbca661bc1ab5dfaee72873bcd0f0980d9dd34f980a682029496f51caae1', 'date' => '29 Jul 2021', ), - 2 => + 2 => array ( 'filename' => 'php-7.4.22.tar.xz', 'name' => 'PHP 7.4.22 (tar.xz)', @@ -1536,34 +1536,34 @@ $OLDRELEASES = array ( ), 'museum' => false, ), - '7.3.29' => + '7.3.29' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_3_29.php', ), - 'tags' => + 'tags' => array ( 0 => 'security', ), 'date' => '01 Jul 2021', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.3.29.tar.gz', 'name' => 'PHP 7.3.29 (tar.gz)', 'sha256' => 'ba4de3955b0cbd33baee55a83568acc4347605e210a54b5654e4c1e09b544659', 'date' => '01 Jul 2021', ), - 1 => + 1 => array ( 'filename' => 'php-7.3.29.tar.bz2', 'name' => 'PHP 7.3.29 (tar.bz2)', 'sha256' => 'a83a2878140bd86935f0046bbfe92672c8ab688fbe4ccf9704add6b9605ee4d0', 'date' => '01 Jul 2021', ), - 2 => + 2 => array ( 'filename' => 'php-7.3.29.tar.xz', 'name' => 'PHP 7.3.29 (tar.xz)', @@ -1573,33 +1573,33 @@ $OLDRELEASES = array ( ), 'museum' => false, ), - '7.4.21' => + '7.4.21' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_4_21.php', ), - 'tags' => + 'tags' => array ( ), 'date' => '01 Jul 2021', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.4.21.tar.gz', 'name' => 'PHP 7.4.21 (tar.gz)', 'sha256' => '4b9623accbe4b8923a801212f371f784069535009185e7bf7e4dec66bbea61db', 'date' => '01 Jul 2021', ), - 1 => + 1 => array ( 'filename' => 'php-7.4.21.tar.bz2', 'name' => 'PHP 7.4.21 (tar.bz2)', 'sha256' => '36ec6102e757e2c2b7742057a700bbff77c76fa0ccbe9c860398c3d24e32822a', 'date' => '01 Jul 2021', ), - 2 => + 2 => array ( 'filename' => 'php-7.4.21.tar.xz', 'name' => 'PHP 7.4.21 (tar.xz)', @@ -1609,33 +1609,33 @@ $OLDRELEASES = array ( ), 'museum' => false, ), - '7.4.20' => + '7.4.20' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_4_20.php', ), - 'tags' => + 'tags' => array ( ), 'date' => '03 Jun 2021', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.4.20.tar.gz', 'name' => 'PHP 7.4.20 (tar.gz)', 'sha256' => '84b09e4617e960b36dfa15fdbf2e3cd7141a2e877216ea29391b12ae86963cf4', 'date' => '03 Jun 2021', ), - 1 => + 1 => array ( 'filename' => 'php-7.4.20.tar.bz2', 'name' => 'PHP 7.4.20 (tar.bz2)', 'sha256' => '0ada6bc635e530fa7a4eb55e639dc070077108e5c9885f750b47007fd267b634', 'date' => '03 Jun 2021', ), - 2 => + 2 => array ( 'filename' => 'php-7.4.20.tar.xz', 'name' => 'PHP 7.4.20 (tar.xz)', @@ -1645,34 +1645,34 @@ $OLDRELEASES = array ( ), 'museum' => false, ), - '7.3.28' => + '7.3.28' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_3_28.php', ), - 'tags' => + 'tags' => array ( 0 => 'security', ), 'date' => '29 Apr 2021', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.3.28.tar.gz', 'name' => 'PHP 7.3.28 (tar.gz)', 'sha256' => '1f0d9b94e1b11518ffabd19b646c2fee95ea42ca9cd8d337f8d07986fdceede1', 'date' => '29 Apr 2021', ), - 1 => + 1 => array ( 'filename' => 'php-7.3.28.tar.bz2', 'name' => 'PHP 7.3.28 (tar.bz2)', 'sha256' => '8f636e644594388436ea05ff34c9eb135e6dc119c1130199e9488d5795439964', 'date' => '29 Apr 2021', ), - 2 => + 2 => array ( 'filename' => 'php-7.3.28.tar.xz', 'name' => 'PHP 7.3.28 (tar.xz)', @@ -1682,33 +1682,33 @@ $OLDRELEASES = array ( ), 'museum' => false, ), - '7.4.19' => + '7.4.19' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_4_19.php', ), - 'tags' => + 'tags' => array ( ), 'date' => '06 May 2021', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.4.19.tar.gz', 'name' => 'PHP 7.4.19 (tar.gz)', 'sha256' => 'd7062457ba9f8334ab8ae7e4fea8efe27e2506763551b25db9e6ab9beea8ed6f', 'date' => '06 May 2021', ), - 1 => + 1 => array ( 'filename' => 'php-7.4.19.tar.bz2', 'name' => 'PHP 7.4.19 (tar.bz2)', 'sha256' => '25d09b8145b284d870431c1b40aba7944e4bf1836278538f8e29780e7f85ddea', 'date' => '06 May 2021', ), - 2 => + 2 => array ( 'filename' => 'php-7.4.19.tar.xz', 'name' => 'PHP 7.4.19 (tar.xz)', @@ -1718,33 +1718,33 @@ $OLDRELEASES = array ( ), 'museum' => false, ), - '7.4.18' => + '7.4.18' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_4_18.php', ), - 'tags' => + 'tags' => array ( ), 'date' => '29 Apr 2021', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.4.18.tar.gz', 'name' => 'PHP 7.4.18 (tar.gz)', 'sha256' => '31a8a4a6e7d641f014749cef21421a6d1c9aaba6dce884e181a3370a8e69a04d', 'date' => '29 Apr 2021', ), - 1 => + 1 => array ( 'filename' => 'php-7.4.18.tar.bz2', 'name' => 'PHP 7.4.18 (tar.bz2)', 'sha256' => '2e455932e9c6f5889b1dc879f36fdd5744eaf1ff572b1b778958cbb8f5c1842f', 'date' => '29 Apr 2021', ), - 2 => + 2 => array ( 'filename' => 'php-7.4.18.tar.xz', 'name' => 'PHP 7.4.18 (tar.xz)', @@ -1754,33 +1754,33 @@ $OLDRELEASES = array ( ), 'museum' => false, ), - '7.4.16' => + '7.4.16' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_4_16.php', ), - 'tags' => + 'tags' => array ( ), 'date' => '04 Mar 2021', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.4.16.tar.gz', 'name' => 'PHP 7.4.16 (tar.gz)', 'sha256' => 'ef2d2b463fc3444895ec599337b663a8832c6ade148d9832417e59aa2b9e93da', 'date' => '04 Mar 2021', ), - 1 => + 1 => array ( 'filename' => 'php-7.4.16.tar.bz2', 'name' => 'PHP 7.4.16 (tar.bz2)', 'sha256' => '85710f007cfd0fae94e13a02a3a036f4e81ef43693260cae8a2e1ca93659ce3e', 'date' => '04 Mar 2021', ), - 2 => + 2 => array ( 'filename' => 'php-7.4.16.tar.xz', 'name' => 'PHP 7.4.16 (tar.xz)', @@ -1790,34 +1790,34 @@ $OLDRELEASES = array ( ), 'museum' => false, ), - '7.3.27' => + '7.3.27' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_3_27.php', ), - 'tags' => + 'tags' => array ( 0 => 'security', ), 'date' => '04 Feb 2021', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.3.27.tar.gz', 'name' => 'PHP 7.3.27 (tar.gz)', 'sha256' => '4b7b9bd0526ad3f2c8d6fd950ea7b0ab2478b5b09755c6a620a4f3bcfbf59154', 'date' => '04 Feb 2021', ), - 1 => + 1 => array ( 'filename' => 'php-7.3.27.tar.bz2', 'name' => 'PHP 7.3.27 (tar.bz2)', 'sha256' => '9d2006f5e835acf5e408e34d8050a4935f2121ab18bda42775a27ed59bdae003', 'date' => '04 Feb 2021', ), - 2 => + 2 => array ( 'filename' => 'php-7.3.27.tar.xz', 'name' => 'PHP 7.3.27 (tar.xz)', @@ -1827,33 +1827,33 @@ $OLDRELEASES = array ( ), 'museum' => false, ), - '7.4.15' => + '7.4.15' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_4_15.php', ), - 'tags' => + 'tags' => array ( ), 'date' => '04 Feb 2021', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.4.15.tar.gz', 'name' => 'PHP 7.4.15 (tar.gz)', 'sha256' => 'c7403988b69212335dec79e869abe9dbb23d60ea7f6eb16fd6ff99ed6b5f1c87', 'date' => '04 Feb 2021', ), - 1 => + 1 => array ( 'filename' => 'php-7.4.15.tar.bz2', 'name' => 'PHP 7.4.15 (tar.bz2)', 'sha256' => '1bd7be0293446c3d3cbe3c9fae6045119af0798fb0869db61932796dc23a7757', 'date' => '04 Feb 2021', ), - 2 => + 2 => array ( 'filename' => 'php-7.4.15.tar.xz', 'name' => 'PHP 7.4.15 (tar.xz)', @@ -1863,33 +1863,33 @@ $OLDRELEASES = array ( ), 'museum' => false, ), - '7.4.14' => + '7.4.14' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_4_14.php', ), - 'tags' => + 'tags' => array ( ), 'date' => '07 Jan 2021', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.4.14.tar.gz', 'name' => 'PHP 7.4.14 (tar.gz)', 'sha256' => 'd359183e2436f4ab30b70d4fbd881b5705a46b2e68cc6069fe91cd63d6e98e13', 'date' => '07 Jan 2021', ), - 1 => + 1 => array ( 'filename' => 'php-7.4.14.tar.bz2', 'name' => 'PHP 7.4.14 (tar.bz2)', 'sha256' => '6889ca0605adee3aa7077508cd79fcef1dbd88461cdf25e7c1a86997b8d0a1f6', 'date' => '07 Jan 2021', ), - 2 => + 2 => array ( 'filename' => 'php-7.4.14.tar.xz', 'name' => 'PHP 7.4.14 (tar.xz)', @@ -1899,34 +1899,34 @@ $OLDRELEASES = array ( ), 'museum' => false, ), - '7.3.26' => + '7.3.26' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_3_26.php', ), - 'tags' => + 'tags' => array ( 0 => 'security', ), 'date' => '07 Jan 2021', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.3.26.tar.gz', 'name' => 'PHP 7.3.26 (tar.gz)', 'sha256' => '2b55c2a54d1825e7c3feaf44cf42cdf782b8d5c611314172fbf8e234960b6a99', 'date' => '07 Jan 2021', ), - 1 => + 1 => array ( 'filename' => 'php-7.3.26.tar.bz2', 'name' => 'PHP 7.3.26 (tar.bz2)', 'sha256' => '371e5a7c8154fd3c52b14baace5f7d04c4bbb8e841d356c54a2b6a688db39d4e', 'date' => '07 Jan 2021', ), - 2 => + 2 => array ( 'filename' => 'php-7.3.26.tar.xz', 'name' => 'PHP 7.3.26 (tar.xz)', @@ -1936,33 +1936,33 @@ $OLDRELEASES = array ( ), 'museum' => false, ), - '7.3.25' => + '7.3.25' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_3_25.php', ), - 'tags' => + 'tags' => array ( ), 'date' => '26 Nov 2020', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.3.25.tar.gz', 'name' => 'PHP 7.3.25 (tar.gz)', 'sha256' => '097c7a2a2f9189b33799d79ee5a8aac68a4d72696c1cd69c66ef5d0941ce28ad', 'date' => '26 Nov 2020', ), - 1 => + 1 => array ( 'filename' => 'php-7.3.25.tar.bz2', 'name' => 'PHP 7.3.25 (tar.bz2)', 'sha256' => '69315a4daa91e3b07c90eef86fe205c8812c4ac5ce119c9953ecc9f42e7702fb', 'date' => '26 Nov 2020', ), - 2 => + 2 => array ( 'filename' => 'php-7.3.25.tar.xz', 'name' => 'PHP 7.3.25 (tar.xz)', @@ -1972,33 +1972,33 @@ $OLDRELEASES = array ( ), 'museum' => false, ), - '7.4.13' => + '7.4.13' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_4_13.php', ), - 'tags' => + 'tags' => array ( ), 'date' => '26 Nov 2020', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.4.13.tar.gz', 'name' => 'PHP 7.4.13 (tar.gz)', 'sha256' => '0865cff41e7210de2537bcd5750377cfe09a9312b9b44c1a166cf372d5204b8f', 'date' => '26 Nov 2020', ), - 1 => + 1 => array ( 'filename' => 'php-7.4.13.tar.bz2', 'name' => 'PHP 7.4.13 (tar.bz2)', 'sha256' => '15a339857e11c92eb47fddcd0dfe8aaa951a9be7c57ab7230ccd497465a31fda', 'date' => '26 Nov 2020', ), - 2 => + 2 => array ( 'filename' => 'php-7.4.13.tar.xz', 'name' => 'PHP 7.4.13 (tar.xz)', @@ -2008,34 +2008,34 @@ $OLDRELEASES = array ( ), 'museum' => false, ), - '7.2.34' => + '7.2.34' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_2_34.php', ), - 'tags' => + 'tags' => array ( 0 => 'security', ), 'date' => '01 Oct 2020', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.2.34.tar.gz', 'name' => 'PHP 7.2.34 (tar.gz)', 'sha256' => '8b2777c741e83f188d3ca6d8e98ece7264acafee86787298fae57e05d0dddc78', 'date' => '01 Oct 2020', ), - 1 => + 1 => array ( 'filename' => 'php-7.2.34.tar.bz2', 'name' => 'PHP 7.2.34 (tar.bz2)', 'sha256' => '0e5816d668a2bb14aca68cef8c430430bd86c3c5233f6c427d1a54aac127abcf', 'date' => '01 Oct 2020', ), - 2 => + 2 => array ( 'filename' => 'php-7.2.34.tar.xz', 'name' => 'PHP 7.2.34 (tar.xz)', @@ -2045,34 +2045,34 @@ $OLDRELEASES = array ( ), 'museum' => false, ), - '7.3.24' => + '7.3.24' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_3_24.php', ), - 'tags' => + 'tags' => array ( 0 => '', ), 'date' => '29 Oct 2020', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.3.24.tar.bz2', 'name' => 'PHP 7.3.24 (tar.bz2)', 'sha256' => '55b7afbb2037b0f8fefc481a85f8df4f7a278b4b7f0ed9f674c50ec389cca598', 'date' => '29 Oct 2020', ), - 1 => + 1 => array ( 'filename' => 'php-7.3.24.tar.gz', 'name' => 'PHP 7.3.24 (tar.gz)', 'sha256' => 'ac06577e2aeb69d4bed3c1532ed84a548f01399e5481c144c3e61d146be8ced6', 'date' => '29 Oct 2020', ), - 2 => + 2 => array ( 'filename' => 'php-7.3.24.tar.xz', 'name' => 'PHP 7.3.24 (tar.xz)', @@ -2082,33 +2082,33 @@ $OLDRELEASES = array ( ), 'museum' => false, ), - '7.4.12' => + '7.4.12' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_4_12.php', ), - 'tags' => + 'tags' => array ( ), 'date' => '29 Oct 2020', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.4.12.tar.bz2', 'name' => 'PHP 7.4.12 (tar.bz2)', 'sha256' => '6e6f73cc239edfc462b56a45724019691f85b57b7492e1eb5b4b60f7faa19967', 'date' => '29 Oct 2020', ), - 1 => + 1 => array ( 'filename' => 'php-7.4.12.tar.gz', 'name' => 'PHP 7.4.12 (tar.gz)', 'sha256' => 'f056d74409a71f17218f76538c6a2d7b59ee99db9db7685fa0ab9cd0d4c0f286', 'date' => '29 Oct 2020', ), - 2 => + 2 => array ( 'filename' => 'php-7.4.12.tar.xz', 'name' => 'PHP 7.4.12 (tar.xz)', @@ -2118,33 +2118,33 @@ $OLDRELEASES = array ( ), 'museum' => false, ), - '7.4.11' => + '7.4.11' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_4_11.php', ), - 'tags' => + 'tags' => array ( ), 'date' => '01 Oct 2020', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.4.11.tar.bz2', 'name' => 'PHP 7.4.11 (tar.bz2)', 'sha256' => '5408f255243bd2292f3fbc2fafc27a2ec083fcd852902728f2ba9a3ea616b8c5', 'date' => '01 Oct 2020', ), - 1 => + 1 => array ( 'filename' => 'php-7.4.11.tar.gz', 'name' => 'PHP 7.4.11 (tar.gz)', 'sha256' => 'b4fae5c39ca1eedf5597071996d9c85d0674b83f5003126c39b7b44bbfbcd821', 'date' => '01 Oct 2020', ), - 2 => + 2 => array ( 'filename' => 'php-7.4.11.tar.xz', 'name' => 'PHP 7.4.11 (tar.xz)', @@ -2154,34 +2154,34 @@ $OLDRELEASES = array ( ), 'museum' => false, ), - '7.3.23' => + '7.3.23' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_3_23.php', ), - 'tags' => + 'tags' => array ( 0 => '', ), 'date' => '01 Oct 2020', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.3.23.tar.bz2', 'name' => 'PHP 7.3.23 (tar.bz2)', 'sha256' => 'fd6666ad4605508042c6964151379475daea36c43e03b11b1e79d4ae6b04c04c', 'date' => '01 Oct 2020', ), - 1 => + 1 => array ( 'filename' => 'php-7.3.23.tar.gz', 'name' => 'PHP 7.3.23 (tar.gz)', 'sha256' => 'a21094b9ba2d8fe7fa5838e6566e30cf4bfaf2c8a6dce90ff707c45d0d8d494d', 'date' => '01 Oct 2020', ), - 2 => + 2 => array ( 'filename' => 'php-7.3.23.tar.xz', 'name' => 'PHP 7.3.23 (tar.xz)', @@ -2191,34 +2191,34 @@ $OLDRELEASES = array ( ), 'museum' => false, ), - '7.3.22' => + '7.3.22' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_3_22.php', ), - 'tags' => + 'tags' => array ( 0 => '', ), 'date' => '03 Sep 2020', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.3.22.tar.bz2', 'name' => 'PHP 7.3.22 (tar.bz2)', 'sha256' => 'c790b8172520b2ff773d6cf80774ea0a678a2f16e8ee6b11d68802094448689e', 'date' => '03 Sep 2020', ), - 1 => + 1 => array ( 'filename' => 'php-7.3.22.tar.gz', 'name' => 'PHP 7.3.22 (tar.gz)', 'sha256' => '759426cb4054e3f23316c39710faff0bb8063fd0ea50fc2c5efa590429af1a22', 'date' => '03 Sep 2020', ), - 2 => + 2 => array ( 'filename' => 'php-7.3.22.tar.xz', 'name' => 'PHP 7.3.22 (tar.xz)', @@ -2228,33 +2228,33 @@ $OLDRELEASES = array ( ), 'museum' => false, ), - '7.4.10' => + '7.4.10' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_4_10.php', ), - 'tags' => + 'tags' => array ( ), 'date' => '03 Sep 2020', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.4.10.tar.bz2', 'name' => 'PHP 7.4.10 (tar.bz2)', 'sha256' => 'e90bfc9ed98d24e53b51ffd4eb636cf5cd9d71ed7c6f8e4b6e9981e9882174e7', 'date' => '03 Sep 2020', ), - 1 => + 1 => array ( 'filename' => 'php-7.4.10.tar.gz', 'name' => 'PHP 7.4.10 (tar.gz)', 'sha256' => 'e720f1286f895ca37f1c75a2ca338ad2f2456664d7097298167181b25b212feb', 'date' => '03 Sep 2020', ), - 2 => + 2 => array ( 'filename' => 'php-7.4.10.tar.xz', 'name' => 'PHP 7.4.10 (tar.xz)', @@ -2264,34 +2264,34 @@ $OLDRELEASES = array ( ), 'museum' => false, ), - '7.2.33' => + '7.2.33' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_2_33.php', ), - 'tags' => + 'tags' => array ( 0 => 'security', ), 'date' => '06 Aug 2020', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.2.33.tar.bz2', 'name' => 'PHP 7.2.33 (tar.bz2)', 'sha256' => '03dda3a3a0c8befc9b381bc9cf4638d13862783fc7b8aef43fdd4431ab85854d', 'date' => '06 Aug 2020', ), - 1 => + 1 => array ( 'filename' => 'php-7.2.33.tar.gz', 'name' => 'PHP 7.2.33 (tar.gz)', 'sha256' => '97bb6b88ddfa44f36c4fc84a1a718faef476f61b532d26ea29e3e9f6cd79d839', 'date' => '06 Aug 2020', ), - 2 => + 2 => array ( 'filename' => 'php-7.2.33.tar.xz', 'name' => 'PHP 7.2.33 (tar.xz)', @@ -2301,34 +2301,34 @@ $OLDRELEASES = array ( ), 'museum' => false, ), - '7.4.9' => + '7.4.9' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_4_9.php', ), - 'tags' => + 'tags' => array ( 0 => 'security', ), 'date' => '06 Aug 2020', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.4.9.tar.bz2', 'name' => 'PHP 7.4.9 (tar.bz2)', 'sha256' => '2e270958a4216480da7886743438ccc92b6acf32ea96fefda88d07e0a5095deb', 'date' => '06 Aug 2020', ), - 1 => + 1 => array ( 'filename' => 'php-7.4.9.tar.gz', 'name' => 'PHP 7.4.9 (tar.gz)', 'sha256' => 'c0c657b5769bc463f5f028b1f4fef8814d98ecf3459a402a9e30d41d68b2323e', 'date' => '06 Aug 2020', ), - 2 => + 2 => array ( 'filename' => 'php-7.4.9.tar.xz', 'name' => 'PHP 7.4.9 (tar.xz)', @@ -2338,34 +2338,34 @@ $OLDRELEASES = array ( ), 'museum' => false, ), - '7.3.21' => + '7.3.21' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_3_21.php', ), - 'tags' => + 'tags' => array ( 0 => 'security', ), 'date' => '06 Aug 2020', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.3.21.tar.bz2', 'name' => 'PHP 7.3.21 (tar.bz2)', 'sha256' => 'dbb0ea39e7e4b3814d6d1dd3ac5983aed6c38cdf55464645da11a8b134a9f7a7', 'date' => '06 Aug 2020', ), - 1 => + 1 => array ( 'filename' => 'php-7.3.21.tar.gz', 'name' => 'PHP 7.3.21 (tar.gz)', 'sha256' => 'f5d6e136768522edd025c4a97b9b6a98a2fda20b68445cbc5ca2efce1e73c7d0', 'date' => '06 Aug 2020', ), - 2 => + 2 => array ( 'filename' => 'php-7.3.21.tar.xz', 'name' => 'PHP 7.3.21 (tar.xz)', @@ -2375,34 +2375,34 @@ $OLDRELEASES = array ( ), 'museum' => false, ), - '7.4.8' => + '7.4.8' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_4_8.php', ), - 'tags' => + 'tags' => array ( 0 => 'security', ), 'date' => '09 Jul 2020', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.4.8.tar.bz2', 'name' => 'PHP 7.4.8 (tar.bz2)', 'sha256' => '6a48d3a605c003b088984ceb53be5df1e698b8b35ddacadd12fe50f49c0e8062', 'date' => '09 Jul 2020', ), - 1 => + 1 => array ( 'filename' => 'php-7.4.8.tar.gz', 'name' => 'PHP 7.4.8 (tar.gz)', 'sha256' => '649f6bcdb60dc38d5edd7f3a7b2905d15d88c1d13e40307e8972ede347cea6ba', 'date' => '09 Jul 2020', ), - 2 => + 2 => array ( 'filename' => 'php-7.4.8.tar.xz', 'name' => 'PHP 7.4.8 (tar.xz)', @@ -2412,34 +2412,34 @@ $OLDRELEASES = array ( ), 'museum' => false, ), - '7.3.20' => + '7.3.20' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_3_20.php', ), - 'tags' => + 'tags' => array ( 0 => 'security', ), 'date' => '09 Jul 2020', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.3.20.tar.bz2', 'name' => 'PHP 7.3.20 (tar.bz2)', 'sha256' => 'c6ed7894911acfe075381c01b07745d92e9259fac510a849f742edb6b95c89de', 'date' => '09 Jul 2020', ), - 1 => + 1 => array ( 'filename' => 'php-7.3.20.tar.gz', 'name' => 'PHP 7.3.20 (tar.gz)', 'sha256' => 'd0579b8a6bcdd5e1ae334d83261f2389b0d3d4fd54cc808e20a5031121f97d87', 'date' => '09 Jul 2020', ), - 2 => + 2 => array ( 'filename' => 'php-7.3.20.tar.xz', 'name' => 'PHP 7.3.20 (tar.xz)', @@ -2449,34 +2449,34 @@ $OLDRELEASES = array ( ), 'museum' => false, ), - '7.2.32' => + '7.2.32' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_2_32.php', ), - 'tags' => + 'tags' => array ( 0 => 'security', ), 'date' => '09 Jul 2020', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.2.32.tar.bz2', 'name' => 'PHP 7.2.32 (tar.bz2)', 'sha256' => '715c0a4274ad17ce449cd0f16b8a7428936e3ba80002d0948a8699a6f75d98a7', 'date' => '09 Jul 2020', ), - 1 => + 1 => array ( 'filename' => 'php-7.2.32.tar.gz', 'name' => 'PHP 7.2.32 (tar.gz)', 'sha256' => 'b3aabb99e574c407dd58ad071fc52e27c489608fe06f1330d688d0fb7349089c', 'date' => '09 Jul 2020', ), - 2 => + 2 => array ( 'filename' => 'php-7.2.32.tar.xz', 'name' => 'PHP 7.2.32 (tar.xz)', @@ -2486,33 +2486,33 @@ $OLDRELEASES = array ( ), 'museum' => false, ), - '7.4.7' => + '7.4.7' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_4_7.php', ), - 'tags' => + 'tags' => array ( ), 'date' => '11 June 2020', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.4.7.tar.bz2', 'name' => 'PHP 7.4.7 (tar.bz2)', 'sha256' => '800e0d01f359c8ec41540925c0d4a24c34d5f21ef6addd6d82ff4a52be23d87a', 'date' => '11 June 2020', ), - 1 => + 1 => array ( 'filename' => 'php-7.4.7.tar.gz', 'name' => 'PHP 7.4.7 (tar.gz)', 'sha256' => 'a554a510190e726ebe7157fb00b4aceabdb50c679430510a3b93cbf5d7546e44', 'date' => '11 June 2020', ), - 2 => + 2 => array ( 'filename' => 'php-7.4.7.tar.xz', 'name' => 'PHP 7.4.7 (tar.xz)', @@ -2522,34 +2522,34 @@ $OLDRELEASES = array ( ), 'museum' => false, ), - '7.2.31' => + '7.2.31' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_2_31.php', ), - 'tags' => + 'tags' => array ( 0 => 'security', ), 'date' => '14 May 2020', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.2.31.tar.bz2', 'name' => 'PHP 7.2.31 (tar.bz2)', 'sha256' => '1ba7559745d704f39764a5deb002eb94f5cb8d9aaa219a6b8b32b94174e8a700', 'date' => '14 May 2020', ), - 1 => + 1 => array ( 'filename' => 'php-7.2.31.tar.gz', 'name' => 'PHP 7.2.31 (tar.gz)', 'sha256' => '796837831ccebf00dc15921ed327cfbac59177da41b33044d9a6c7134cdd250c', 'date' => '14 May 2020', ), - 2 => + 2 => array ( 'filename' => 'php-7.2.31.tar.xz', 'name' => 'PHP 7.2.31 (tar.xz)', @@ -2559,33 +2559,33 @@ $OLDRELEASES = array ( ), 'museum' => false, ), - '7.3.19' => + '7.3.19' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_3_19.php', ), - 'tags' => + 'tags' => array ( ), 'date' => '11 Jun 2020', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.3.19.tar.bz2', 'name' => 'PHP 7.3.19 (tar.bz2)', 'sha256' => '0d9c1e31e29fb46ff660b48051d169d50cb0285e611d16591449d578320d34a5', 'date' => '11 Jun 2020', ), - 1 => + 1 => array ( 'filename' => 'php-7.3.19.tar.gz', 'name' => 'PHP 7.3.19 (tar.gz)', 'sha256' => '809126b46d62a1a06c2d5a0f9d7ba61aba40e165f24d2d185396d0f9646d3280', 'date' => '11 Jun 2020', ), - 2 => + 2 => array ( 'filename' => 'php-7.3.19.tar.xz', 'name' => 'PHP 7.3.19 (tar.xz)', @@ -2595,34 +2595,34 @@ $OLDRELEASES = array ( ), 'museum' => false, ), - '7.4.6' => + '7.4.6' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_4_6.php', ), - 'tags' => + 'tags' => array ( 0 => 'security', ), 'date' => '14 May 2020', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.4.6.tar.bz2', 'name' => 'PHP 7.4.6 (tar.bz2)', 'sha256' => 'a6ed9475695d2056322a3f2c00fee61a122a7fce138a0e25694320c5dd1d2348', 'date' => '14 May 2020', ), - 1 => + 1 => array ( 'filename' => 'php-7.4.6.tar.gz', 'name' => 'PHP 7.4.6 (tar.gz)', 'sha256' => '2a37bab4e308c4e3867083137b7cce4a3f1d996ae231b383c1a83609cec3fed0', 'date' => '14 May 2020', ), - 2 => + 2 => array ( 'filename' => 'php-7.4.6.tar.xz', 'name' => 'PHP 7.4.6 (tar.xz)', @@ -2632,34 +2632,34 @@ $OLDRELEASES = array ( ), 'museum' => false, ), - '7.3.18' => + '7.3.18' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_3_18.php', ), - 'tags' => + 'tags' => array ( 0 => 'security', ), 'date' => '14 May 2020', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.3.18.tar.bz2', 'name' => 'PHP 7.3.18 (tar.bz2)', 'sha256' => '749d21f65deb57153b575f846705f5db54732c6b672e80612b29dcf1a53be8a4', 'date' => '14 May 2020', ), - 1 => + 1 => array ( 'filename' => 'php-7.3.18.tar.gz', 'name' => 'PHP 7.3.18 (tar.gz)', 'sha256' => '3211d5d6ea8a27c2794498a551bf26e334bc2b986741971809c9bb650eaa47a3', 'date' => '14 May 2020', ), - 2 => + 2 => array ( 'filename' => 'php-7.3.18.tar.xz', 'name' => 'PHP 7.3.18 (tar.xz)', @@ -2669,34 +2669,34 @@ $OLDRELEASES = array ( ), 'museum' => false, ), - '7.4.5' => + '7.4.5' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_4_5.php', ), - 'tags' => + 'tags' => array ( 0 => 'security', ), 'date' => '16 Apr 2020', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.4.5.tar.bz2', 'name' => 'PHP 7.4.5 (tar.bz2)', 'sha256' => '39daa533d5b63c3394da711dc12867dd76c2ec31c940bbba16f14e577df13d6f', 'date' => '16 Apr 2020', ), - 1 => + 1 => array ( 'filename' => 'php-7.4.5.tar.gz', 'name' => 'PHP 7.4.5 (tar.gz)', 'sha256' => '1ef619411b0bd68c0fbfd2a6c622ad6bc524d0bceb8476fb9807a23a0fe9a343', 'date' => '16 Apr 2020', ), - 2 => + 2 => array ( 'filename' => 'php-7.4.5.tar.xz', 'name' => 'PHP 7.4.5 (tar.xz)', @@ -2706,34 +2706,34 @@ $OLDRELEASES = array ( ), 'museum' => false, ), - '7.3.17' => + '7.3.17' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_3_17.php', ), - 'tags' => + 'tags' => array ( 0 => 'security', ), 'date' => '16 Apr 2020', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.3.17.tar.bz2', 'name' => 'PHP 7.3.17 (tar.bz2)', 'sha256' => 'd83e90d9024c999f209933732ed4e1d0e7295a67c66ab79490898ea0a4a29709', 'date' => '16 Apr 2020', ), - 1 => + 1 => array ( 'filename' => 'php-7.3.17.tar.gz', 'name' => 'PHP 7.3.17 (tar.gz)', 'sha256' => '0dd484382b8f17dfa8afd44236a5ccf374e1f03de06ef826ebcbda98eadc7bda', 'date' => '16 Apr 2020', ), - 2 => + 2 => array ( 'filename' => 'php-7.3.17.tar.xz', 'name' => 'PHP 7.3.17 (tar.xz)', @@ -2743,34 +2743,34 @@ $OLDRELEASES = array ( ), 'museum' => false, ), - '7.2.30' => + '7.2.30' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_2_30.php', ), - 'tags' => + 'tags' => array ( 0 => 'security', ), 'date' => '16 Apr 2020', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.2.30.tar.bz2', 'name' => 'PHP 7.2.30 (tar.bz2)', 'sha256' => 'c4cf5c9debe8fd8def0a933231cf2fa3a8bdd22555ae57e825bfac6a87a712bf', 'date' => '16 Apr 2020', ), - 1 => + 1 => array ( 'filename' => 'php-7.2.30.tar.gz', 'name' => 'PHP 7.2.30 (tar.gz)', 'sha256' => 'daa53d22510b0fd433904d1c3de460746860a974b776f727ac8acecb44e16e2f', 'date' => '16 Apr 2020', ), - 2 => + 2 => array ( 'filename' => 'php-7.2.30.tar.xz', 'name' => 'PHP 7.2.30 (tar.xz)', @@ -2780,34 +2780,34 @@ $OLDRELEASES = array ( ), 'museum' => false, ), - '7.2.29' => + '7.2.29' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_2_29.php', ), - 'tags' => + 'tags' => array ( 0 => 'security', ), 'date' => '19 Mar 2020', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.2.29.tar.bz2', 'name' => 'PHP 7.2.29 (tar.bz2)', 'sha256' => 'eaa1f5503f2bf0c8569ec4ae80ffd8ca8cbc260f01c2503dd0e83dfc9cf0b923', 'date' => '19 Mar 2020', ), - 1 => + 1 => array ( 'filename' => 'php-7.2.29.tar.gz', 'name' => 'PHP 7.2.29 (tar.gz)', 'sha256' => 'ea5c96309394a03a38828cc182058be0c09dde1f00f35809622c2d05c50ee890', 'date' => '19 Mar 2020', ), - 2 => + 2 => array ( 'filename' => 'php-7.2.29.tar.xz', 'name' => 'PHP 7.2.29 (tar.xz)', @@ -2817,34 +2817,34 @@ $OLDRELEASES = array ( ), 'museum' => false, ), - '7.4.4' => + '7.4.4' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_4_4.php', ), - 'tags' => + 'tags' => array ( 0 => 'security', ), 'date' => '19 Mar 2020', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.4.4.tar.bz2', 'name' => 'PHP 7.4.4 (tar.bz2)', 'sha256' => '308e8f4182ec8a2767b0b1b8e1e7c69fb149b37cfb98ee4a37475e082fa9829f', 'date' => '19 Mar 2020', ), - 1 => + 1 => array ( 'filename' => 'php-7.4.4.tar.gz', 'name' => 'PHP 7.4.4 (tar.gz)', 'sha256' => '1581b3e10c7854597e1086937d5753cdf92d132865c06a50aed4f4f407138616', 'date' => '19 Mar 2020', ), - 2 => + 2 => array ( 'filename' => 'php-7.4.4.tar.xz', 'name' => 'PHP 7.4.4 (tar.xz)', @@ -2854,34 +2854,34 @@ $OLDRELEASES = array ( ), 'museum' => false, ), - '7.3.16' => + '7.3.16' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_3_16.php', ), - 'tags' => + 'tags' => array ( 0 => 'security', ), 'date' => '19 Mar 2020', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.3.16.tar.bz2', 'name' => 'PHP 7.3.16 (tar.bz2)', 'sha256' => 'b8072d526a283182963b03960b7982392daa43cb31131eca4cf0b996764a042e', 'date' => '19 Mar 2020', ), - 1 => + 1 => array ( 'filename' => 'php-7.3.16.tar.gz', 'name' => 'PHP 7.3.16 (tar.gz)', 'sha256' => 'a01ae4f6baf427413c28f8cfddbae86aeff61cdb88658e75404f2d93d98e3255', 'date' => '19 Mar 2020', ), - 2 => + 2 => array ( 'filename' => 'php-7.3.16.tar.xz', 'name' => 'PHP 7.3.16 (tar.xz)', @@ -2891,34 +2891,34 @@ $OLDRELEASES = array ( ), 'museum' => false, ), - '7.4.3' => + '7.4.3' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_4_3.php', ), - 'tags' => + 'tags' => array ( 0 => 'security', ), 'date' => '20 Feb 2020', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.4.3.tar.bz2', 'name' => 'PHP 7.4.3 (tar.bz2)', 'sha256' => 'c1517ba49578fb2dcc64c73a3edc76d4fc507c4a7ac639981584cc7d3b4c6d14', 'date' => '20 Feb 2020', ), - 1 => + 1 => array ( 'filename' => 'php-7.4.3.tar.gz', 'name' => 'PHP 7.4.3 (tar.gz)', 'sha256' => '58e421a1dba10da8542a014535cac77a78f0271afb901cc2bd363b881895a9ed', 'date' => '20 Feb 2020', ), - 2 => + 2 => array ( 'filename' => 'php-7.4.3.tar.xz', 'name' => 'PHP 7.4.3 (tar.xz)', @@ -2928,34 +2928,34 @@ $OLDRELEASES = array ( ), 'museum' => false, ), - '7.2.28' => + '7.2.28' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_2_28.php', ), - 'tags' => + 'tags' => array ( 0 => 'security', ), 'date' => '20 Feb 2020', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.2.28.tar.bz2', 'name' => 'PHP 7.2.28 (tar.bz2)', 'sha256' => '7c953a5b79db3d8d45c65014aef382a48e1c3435cf0c2574e942957f0cdd52a3', 'date' => '20 Feb 2020', ), - 1 => + 1 => array ( 'filename' => 'php-7.2.28.tar.gz', 'name' => 'PHP 7.2.28 (tar.gz)', 'sha256' => 'ed5fede7602ccd8d1294b4e4aef7f92f4e3af58ab040bd349264b3f5dbef3261', 'date' => '20 Feb 2020', ), - 2 => + 2 => array ( 'filename' => 'php-7.2.28.tar.xz', 'name' => 'PHP 7.2.28 (tar.xz)', @@ -2965,34 +2965,34 @@ $OLDRELEASES = array ( ), 'museum' => false, ), - '7.3.15' => + '7.3.15' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_3_15.php', ), - 'tags' => + 'tags' => array ( 0 => 'security', ), 'date' => '20 Feb 2020', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.3.15.tar.bz2', 'name' => 'PHP 7.3.15 (tar.bz2)', 'sha256' => '8dbe1507ea0035f4211faa0db80fe95f39df0e39d8408223820fe9123487043d', 'date' => '20 Feb 2020', ), - 1 => + 1 => array ( 'filename' => 'php-7.3.15.tar.gz', 'name' => 'PHP 7.3.15 (tar.gz)', 'sha256' => 'c606dd09de2edff1e6b6c5b9f0076214a59f6f1a3272e15d681ed16257737ef6', 'date' => '20 Feb 2020', ), - 2 => + 2 => array ( 'filename' => 'php-7.3.15.tar.xz', 'name' => 'PHP 7.3.15 (tar.xz)', @@ -3002,34 +3002,34 @@ $OLDRELEASES = array ( ), 'museum' => false, ), - '7.4.2' => + '7.4.2' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_4_2.php', ), - 'tags' => + 'tags' => array ( 0 => 'security', ), 'date' => '23 Jan 2020', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.4.2.tar.bz2', 'name' => 'PHP 7.4.2 (tar.bz2)', 'sha256' => '02909974be9c70814ed5652a6bdae9c74220d41c1e5ed5ad921e15d028f8e816', 'date' => '23 Jan 2020', ), - 1 => + 1 => array ( 'filename' => 'php-7.4.2.tar.gz', 'name' => 'PHP 7.4.2 (tar.gz)', 'sha256' => 'e1b8dbf561ac1d871362054ff4cd62dca5e19c8c896567996525dda7c4b320f9', 'date' => '23 Jan 2020', ), - 2 => + 2 => array ( 'filename' => 'php-7.4.2.tar.xz', 'name' => 'PHP 7.4.2 (tar.xz)', @@ -3039,34 +3039,34 @@ $OLDRELEASES = array ( ), 'museum' => false, ), - '7.3.14' => + '7.3.14' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_3_14.php', ), - 'tags' => + 'tags' => array ( 0 => 'security', ), 'date' => '23 Jan 2020', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.3.14.tar.bz2', 'name' => 'PHP 7.3.14 (tar.bz2)', 'sha256' => 'b9dfcbbbc929ce67995f976de8636c5f46804593ecae6e110509329b9dc6c272', 'date' => '18 Dec 2019', ), - 1 => + 1 => array ( 'filename' => 'php-7.3.14.tar.gz', 'name' => 'PHP 7.3.14 (tar.gz)', 'sha256' => '6aff532a380b0f30c9e295b67dc91d023fee3b0ae14b4771468bf5dda4cbf108', 'date' => '18 Dec 2019', ), - 2 => + 2 => array ( 'filename' => 'php-7.3.14.tar.xz', 'name' => 'PHP 7.3.14 (tar.xz)', @@ -3076,34 +3076,34 @@ $OLDRELEASES = array ( ), 'museum' => false, ), - '7.2.27' => + '7.2.27' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_2_27.php', ), - 'tags' => + 'tags' => array ( 0 => 'security', ), 'date' => '23 Jan 2020', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.2.27.tar.bz2', 'name' => 'PHP 7.2.27 (tar.bz2)', 'sha256' => '5bc0695b171b870ceb083c5432c6a758d3dbd3830a0cf6cf35bd9b283a627049', 'date' => '23 Jan 2020', ), - 1 => + 1 => array ( 'filename' => 'php-7.2.27.tar.gz', 'name' => 'PHP 7.2.27 (tar.gz)', 'sha256' => 'e00ace5e89cb162cba0aebd17144541e1c4d965589155a44ca706d9f9c5a8981', 'date' => '23 Jan 2020', ), - 2 => + 2 => array ( 'filename' => 'php-7.2.27.tar.xz', 'name' => 'PHP 7.2.27 (tar.xz)', @@ -3113,34 +3113,34 @@ $OLDRELEASES = array ( ), 'museum' => false, ), - '7.3.13' => + '7.3.13' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_3_13.php', ), - 'tags' => + 'tags' => array ( 0 => 'security', ), 'date' => '18 Dec 2019', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.3.13.tar.bz2', 'name' => 'PHP 7.3.13 (tar.bz2)', 'sha256' => '5c7b89062814f3c3953d1518f63ed463fd452929e3a37110af4170c5d23267bc', 'date' => '18 Dec 2019', ), - 1 => + 1 => array ( 'filename' => 'php-7.3.13.tar.gz', 'name' => 'PHP 7.3.13 (tar.gz)', 'sha256' => '9cf835416a3471d7e6615e9288e76813d55ffaf60e0aa9ce74884a7c228cb6dd', 'date' => '18 Dec 2019', ), - 2 => + 2 => array ( 'filename' => 'php-7.3.13.tar.xz', 'name' => 'PHP 7.3.13 (tar.xz)', @@ -3150,34 +3150,34 @@ $OLDRELEASES = array ( ), 'museum' => false, ), - '7.2.26' => + '7.2.26' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_2_26.php', ), - 'tags' => + 'tags' => array ( 0 => 'security', ), 'date' => '18 Dec 2019', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.2.26.tar.bz2', 'name' => 'PHP 7.2.26 (tar.bz2)', 'sha256' => 'f36d86eecf57ff919d6f67b064e1f41993f62e3991ea4796038d8d99c74e847b', 'date' => '18 Dec 2019', ), - 1 => + 1 => array ( 'filename' => 'php-7.2.26.tar.gz', 'name' => 'PHP 7.2.26 (tar.gz)', 'sha256' => 'e97d0636478bb519cd955a0c17b7970cf173063a840a83fc4afb75c22bc1bf08', 'date' => '18 Dec 2019', ), - 2 => + 2 => array ( 'filename' => 'php-7.2.26.tar.xz', 'name' => 'PHP 7.2.26 (tar.xz)', @@ -3187,33 +3187,33 @@ $OLDRELEASES = array ( ), 'museum' => false, ), - '7.4.1' => + '7.4.1' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_4_1.php', ), - 'tags' => + 'tags' => array ( ), 'date' => '18 Dec 2019', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.4.1.tar.bz2', 'name' => 'PHP 7.4.1 (tar.bz2)', 'sha256' => '6b1ca0f0b83aa2103f1e454739665e1b2802b90b3137fc79ccaa8c242ae48e4e', 'date' => '18 Dec 2019', ), - 1 => + 1 => array ( 'filename' => 'php-7.4.1.tar.gz', 'name' => 'PHP 7.4.1 (tar.gz)', 'sha256' => '67265d6bd48d828f4725964f71ca5c76c3da63b0d07bec5ec4e5acfdd3708073', 'date' => '18 Dec 2019', ), - 2 => + 2 => array ( 'filename' => 'php-7.4.1.tar.xz', 'name' => 'PHP 7.4.1 (tar.xz)', @@ -3223,33 +3223,33 @@ $OLDRELEASES = array ( ), 'museum' => false, ), - '7.2.25' => + '7.2.25' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_2_25.php', ), - 'tags' => + 'tags' => array ( ), 'date' => '21 Nov 2019', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.2.25.tar.bz2', 'name' => 'PHP 7.2.25 (tar.bz2)', 'sha256' => '7cb336b1ed0f9d87f46bbcb7b3437ee252d0d5060c0fb1a985adb6cbc73a6b9e', 'date' => '21 Nov 2019', ), - 1 => + 1 => array ( 'filename' => 'php-7.2.25.tar.gz', 'name' => 'PHP 7.2.25 (tar.gz)', 'sha256' => 'b2cb1bd46454d33b2c65c2fd559f464cd14e57dd47b953adf5caa77fdf0de52b', 'date' => '21 Nov 2019', ), - 2 => + 2 => array ( 'filename' => 'php-7.2.25.tar.xz', 'name' => 'PHP 7.2.25 (tar.xz)', @@ -3259,33 +3259,33 @@ $OLDRELEASES = array ( ), 'museum' => false, ), - '7.3.12' => + '7.3.12' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_3_12.php', ), - 'tags' => + 'tags' => array ( ), 'date' => '21 Nov 2019', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.3.12.tar.bz2', 'name' => 'PHP 7.3.12 (tar.bz2)', 'sha256' => 'd317b029f991410578cc38ba4b76c9f764ec29c67e7124e1fec57bceb3ad8c39', 'date' => '21 Nov 2019', ), - 1 => + 1 => array ( 'filename' => 'php-7.3.12.tar.gz', 'name' => 'PHP 7.3.12 (tar.gz)', 'sha256' => 'd617e5116f8472a628083f448ebe4afdbc4ac013c9a890b08946649dcbe61b34', 'date' => '21 Nov 2019', ), - 2 => + 2 => array ( 'filename' => 'php-7.3.12.tar.xz', 'name' => 'PHP 7.3.12 (tar.xz)', @@ -3295,33 +3295,33 @@ $OLDRELEASES = array ( ), 'museum' => false, ), - '7.4.0' => + '7.4.0' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_4_0.php', ), - 'tags' => + 'tags' => array ( ), 'date' => '28 Nov 2019', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.4.0.tar.bz2', 'name' => 'PHP 7.4.0 (tar.bz2)', 'sha256' => 'bf206be96a39e643180013df39ddcd0493966692a2422c4b7d3355b6a15a01c0', 'date' => '28 Nov 2019', ), - 1 => + 1 => array ( 'filename' => 'php-7.4.0.tar.gz', 'name' => 'PHP 7.4.0 (tar.gz)', 'sha256' => '004a1a8176176ee1b5c112e73d705977507803f425f9e48cb4a84f42b22abf22', 'date' => '28 Nov 2019', ), - 2 => + 2 => array ( 'filename' => 'php-7.4.0.tar.xz', 'name' => 'PHP 7.4.0 (tar.xz)', @@ -3331,34 +3331,34 @@ $OLDRELEASES = array ( ), 'museum' => false, ), - '7.1.33' => + '7.1.33' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_1_33.php', ), - 'tags' => + 'tags' => array ( 0 => 'security', ), 'date' => '24 Oct 2019', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.1.33.tar.bz2', 'name' => 'PHP 7.1.33 (tar.bz2)', 'sha256' => '95a5e5f2e2b79b376b737a82d9682c91891e60289fa24183463a2aca158f4f4b', 'date' => '24 Oct 2019', ), - 1 => + 1 => array ( 'filename' => 'php-7.1.33.tar.gz', 'name' => 'PHP 7.1.33 (tar.gz)', 'sha256' => '0055f368ffefe51d5a4483755bd17475e88e74302c08b727952831c5b2682ea2', 'date' => '24 Oct 2019', ), - 2 => + 2 => array ( 'filename' => 'php-7.1.33.tar.xz', 'name' => 'PHP 7.1.33 (tar.xz)', @@ -3368,34 +3368,34 @@ $OLDRELEASES = array ( ), 'museum' => false, ), - '7.2.24' => + '7.2.24' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_2_24.php', ), - 'tags' => + 'tags' => array ( 0 => 'security', ), 'date' => '24 Oct 2019', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.2.24.tar.bz2', 'name' => 'PHP 7.2.24 (tar.bz2)', 'sha256' => 'a079934db63068bbcc9bbd2e7b916b9891fc97719862697e5f954c639984f603', 'date' => '24 Oct 2019', ), - 1 => + 1 => array ( 'filename' => 'php-7.2.24.tar.gz', 'name' => 'PHP 7.2.24 (tar.gz)', 'sha256' => '01baf7a34c856d2c552121fbad7296a8cde18389ce83db32f18252bc1cee4dd6', 'date' => '24 Oct 2019', ), - 2 => + 2 => array ( 'filename' => 'php-7.2.24.tar.xz', 'name' => 'PHP 7.2.24 (tar.xz)', @@ -3405,34 +3405,34 @@ $OLDRELEASES = array ( ), 'museum' => false, ), - '7.3.11' => + '7.3.11' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_3_11.php', ), - 'tags' => + 'tags' => array ( 0 => 'security', ), 'date' => '24 Oct 2019', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.3.11.tar.bz2', 'name' => 'PHP 7.3.11 (tar.bz2)', 'sha256' => '92d1ff4b13c7093635f1ec338a5e6891ca99b10e65fbcadd527e5bb84d11b5e7', 'date' => '24 Oct 2019', ), - 1 => + 1 => array ( 'filename' => 'php-7.3.11.tar.gz', 'name' => 'PHP 7.3.11 (tar.gz)', 'sha256' => '8f385f5bdf9193791f6c0f6303f518f3c324b6655ac108fdb3c426da7f3cf4d4', 'date' => '24 Oct 2019', ), - 2 => + 2 => array ( 'filename' => 'php-7.3.11.tar.xz', 'name' => 'PHP 7.3.11 (tar.xz)', @@ -3442,34 +3442,34 @@ $OLDRELEASES = array ( ), 'museum' => false, ), - '7.1.32' => + '7.1.32' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_1_32.php', ), - 'tags' => + 'tags' => array ( 0 => 'security', ), 'date' => '29 Aug 2019', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.1.32.tar.bz2', 'name' => 'PHP 7.1.32 (tar.bz2)', 'sha256' => 'd7c7a1adddc75ac17f63349e966db25930b6b3ce736640349bea9e10909cab7a', 'date' => '29 Aug 2019', ), - 1 => + 1 => array ( 'filename' => 'php-7.1.32.tar.gz', 'name' => 'PHP 7.1.32 (tar.gz)', 'sha256' => '6e51a2fc610352438b2a1c40310468a1e2b5baf2fff43be77f9f408a9111590c', 'date' => '29 Aug 2019', ), - 2 => + 2 => array ( 'filename' => 'php-7.1.32.tar.xz', 'name' => 'PHP 7.1.32 (tar.xz)', @@ -3479,34 +3479,34 @@ $OLDRELEASES = array ( ), 'museum' => false, ), - '7.3.10' => + '7.3.10' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_3_10.php', ), - 'tags' => + 'tags' => array ( 0 => 'security', ), 'date' => '26 Sep 2019', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.3.10.tar.bz2', 'name' => 'PHP 7.3.10 (tar.bz2)', 'sha256' => '506dd871c0fb8f00f872f53dd3b1dfa5f23a9edb4dfc521e5669c78a78c45448', 'date' => '26 Sep 2019', ), - 1 => + 1 => array ( 'filename' => 'php-7.3.10.tar.gz', 'name' => 'PHP 7.3.10 (tar.gz)', 'sha256' => 'fb670723a9b8fda31c89529f27e0dda289d8af4b6ce9f152c8010876639c0fb4', 'date' => '26 Sep 2019', ), - 2 => + 2 => array ( 'filename' => 'php-7.3.10.tar.xz', 'name' => 'PHP 7.3.10 (tar.xz)', @@ -3516,33 +3516,33 @@ $OLDRELEASES = array ( ), 'museum' => false, ), - '7.2.23' => + '7.2.23' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_2_23.php', ), - 'tags' => + 'tags' => array ( ), 'date' => '26 Sep 2019', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.2.23.tar.bz2', 'name' => 'PHP 7.2.23 (tar.bz2)', 'sha256' => 'a17af3643d29d7e730f977e3776dc3e325d5ca00b361e41dbfc2368ebad5430d', 'date' => '26 Sep 2019', ), - 1 => + 1 => array ( 'filename' => 'php-7.2.23.tar.gz', 'name' => 'PHP 7.2.23 (tar.gz)', 'sha256' => 'b32b426c84ff45154d6c11f00aff433bcac831a5c0a09bf0297075eefaea8fcc', 'date' => '26 Sep 2019', ), - 2 => + 2 => array ( 'filename' => 'php-7.2.23.tar.xz', 'name' => 'PHP 7.2.23 (tar.xz)', @@ -3552,34 +3552,34 @@ $OLDRELEASES = array ( ), 'museum' => false, ), - '7.2.22' => + '7.2.22' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_2_22.php', ), - 'tags' => + 'tags' => array ( 0 => 'security', ), 'date' => '29 Aug 2019', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.2.22.tar.bz2', 'name' => 'PHP 7.2.22 (tar.bz2)', 'sha256' => 'c10a9883b586ada5ef1149f2571625b27efdcc3e70a04fbb9121979633b0f08a', 'date' => '29 Aug 2019', ), - 1 => + 1 => array ( 'filename' => 'php-7.2.22.tar.gz', 'name' => 'PHP 7.2.22 (tar.gz)', 'sha256' => '6e2ccc77484c27971d4550b7071a57b79bc910bfb2d4a74a57ae2c18b78c3dc7', 'date' => '29 Aug 2019', ), - 2 => + 2 => array ( 'filename' => 'php-7.2.22.tar.xz', 'name' => 'PHP 7.2.22 (tar.xz)', @@ -3589,34 +3589,34 @@ $OLDRELEASES = array ( ), 'museum' => false, ), - '7.3.9' => + '7.3.9' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_3_9.php', ), - 'tags' => + 'tags' => array ( 0 => 'security', ), 'date' => '29 Aug 2019', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.3.9.tar.bz2', 'name' => 'PHP 7.3.9 (tar.bz2)', 'sha256' => 'a39c9709a8c9eb7ea8ac4933ef7a78b92f7e5735a405c8b8e42ee39541d963c4', 'date' => '29 Aug 2019', ), - 1 => + 1 => array ( 'filename' => 'php-7.3.9.tar.gz', 'name' => 'PHP 7.3.9 (tar.gz)', 'sha256' => '5ecc1b1ad7228ed2e99a970c45358871644fcab1d9fd079a7b129326a7bde42d', 'date' => '29 Aug 2019', ), - 2 => + 2 => array ( 'filename' => 'php-7.3.9.tar.xz', 'name' => 'PHP 7.3.9 (tar.xz)', @@ -3626,34 +3626,34 @@ $OLDRELEASES = array ( ), 'museum' => false, ), - '7.1.31' => + '7.1.31' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_1_31.php', ), - 'tags' => + 'tags' => array ( 0 => 'security', ), 'date' => '01 Aug 2019', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.1.31.tar.bz2', 'name' => 'PHP 7.1.31 (tar.bz2)', 'sha256' => '767573c2b732e78cc647602ec61fc948941a941a4071db59b522cf5e076825dd', 'date' => '01 Aug 2019', ), - 1 => + 1 => array ( 'filename' => 'php-7.1.31.tar.gz', 'name' => 'PHP 7.1.31 (tar.gz)', 'sha256' => 'ea0558735653b9ce63e9cea41dd8f0d0b90dba6c39d39dd9a6aad5cc58b0bdfc', 'date' => '01 Aug 2019', ), - 2 => + 2 => array ( 'filename' => 'php-7.1.31.tar.xz', 'name' => 'PHP 7.1.31 (tar.xz)', @@ -3663,34 +3663,34 @@ $OLDRELEASES = array ( ), 'museum' => false, ), - '7.2.21' => + '7.2.21' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_2_21.php', ), - 'tags' => + 'tags' => array ( 0 => 'security', ), 'date' => '01 Aug 2019', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.2.21.tar.bz2', 'name' => 'PHP 7.2.21 (tar.bz2)', 'sha256' => '343183a1be8336670171885c761d57ffcae99cbbcf1db43da7cb5565056b14ef', 'date' => '01 Aug 2019', ), - 1 => + 1 => array ( 'filename' => 'php-7.2.21.tar.gz', 'name' => 'PHP 7.2.21 (tar.gz)', 'sha256' => '8327682bee4a8fd2edf5bbfcc393d986b945bec433fc74458d05e766701b313c', 'date' => '01 Aug 2019', ), - 2 => + 2 => array ( 'filename' => 'php-7.2.21.tar.xz', 'name' => 'PHP 7.2.21 (tar.xz)', @@ -3700,34 +3700,34 @@ $OLDRELEASES = array ( ), 'museum' => false, ), - '7.3.8' => + '7.3.8' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_3_8.php', ), - 'tags' => + 'tags' => array ( 0 => 'security', ), 'date' => '01 Aug 2019', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.3.8.tar.bz2', 'name' => 'PHP 7.3.8 (tar.bz2)', 'sha256' => 'd566c630175d9fa84a98d3c9170ec033069e9e20c8d23dea49ae2a976b6c76f5', 'date' => '01 Aug 2019', ), - 1 => + 1 => array ( 'filename' => 'php-7.3.8.tar.gz', 'name' => 'PHP 7.3.8 (tar.gz)', 'sha256' => '31af3eff3337fb70733c9b02a3444c3dae662ecab20aeec7fdc3c42e22071490', 'date' => '01 Aug 2019', ), - 2 => + 2 => array ( 'filename' => 'php-7.3.8.tar.xz', 'name' => 'PHP 7.3.8 (tar.xz)', @@ -3737,34 +3737,34 @@ $OLDRELEASES = array ( ), 'museum' => false, ), - '7.1.30' => + '7.1.30' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_1_30.php', ), - 'tags' => + 'tags' => array ( 0 => 'security', ), 'date' => '30 May 2019', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.1.30.tar.bz2', 'name' => 'PHP 7.1.30 (tar.bz2)', 'sha256' => '664850774fca19d2710b9aa35e9ae91214babbde9cd8d27fd3479cc97171ecb3', 'date' => '30 May 2019', ), - 1 => + 1 => array ( 'filename' => 'php-7.1.30.tar.gz', 'name' => 'PHP 7.1.30 (tar.gz)', 'sha256' => 'a604edf85d5dfc28e6ff3016dad3954c50b93db69afc42295178b4fdf42e026c', 'date' => '30 May 2019', ), - 2 => + 2 => array ( 'filename' => 'php-7.1.30.tar.xz', 'name' => 'PHP 7.1.30 (tar.xz)', @@ -3774,33 +3774,33 @@ $OLDRELEASES = array ( ), 'museum' => false, ), - '7.2.20' => + '7.2.20' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_2_20.php', ), - 'tags' => + 'tags' => array ( ), 'date' => '04 Jul 2019', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.2.20.tar.bz2', 'name' => 'PHP 7.2.20 (tar.bz2)', 'sha256' => '9fb829e54e54c483ae8892d1db0f7d79115cc698f2f3591a8a5e58d9410dca84', 'date' => '04 Jul 2019', ), - 1 => + 1 => array ( 'filename' => 'php-7.2.20.tar.gz', 'name' => 'PHP 7.2.20 (tar.gz)', 'sha256' => 'd1dbf6f299514c9aa55b2995928b798b27c21811a0447f0688993cdf36be0749', 'date' => '04 Jul 2019', ), - 2 => + 2 => array ( 'filename' => 'php-7.2.20.tar.xz', 'name' => 'PHP 7.2.20 (tar.xz)', @@ -3810,33 +3810,33 @@ $OLDRELEASES = array ( ), 'museum' => false, ), - '7.3.7' => + '7.3.7' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_3_7.php', ), - 'tags' => + 'tags' => array ( ), 'date' => '04 Jul 2019', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.3.7.tar.bz2', 'name' => 'PHP 7.3.7 (tar.bz2)', 'sha256' => 'c3608fa7114642725854119ccffe722f42fc7c31e5e4c00d5cb4cb1a0d16bf18', 'date' => '04 Jul 2019', ), - 1 => + 1 => array ( 'filename' => 'php-7.3.7.tar.gz', 'name' => 'PHP 7.3.7 (tar.gz)', 'sha256' => '4230bbc862df712b013369de94b131eddea1e5e946a8c5e286b82d441c313328', 'date' => '04 Jul 2019', ), - 2 => + 2 => array ( 'filename' => 'php-7.3.7.tar.xz', 'name' => 'PHP 7.3.7 (tar.xz)', @@ -3846,29 +3846,29 @@ $OLDRELEASES = array ( ), 'museum' => false, ), - '7.2.19' => + '7.2.19' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/19.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.2.19.tar.bz2', 'name' => 'PHP 7.2.19 (tar.bz2)', 'sha256' => 'ebd0b1f375fe07ed4925acc213d2f5ef76a61bd5de174e7b666b98421a90a099', 'date' => '30 May 2019', ), - 1 => + 1 => array ( 'filename' => 'php-7.2.19.tar.gz', 'name' => 'PHP 7.2.19 (tar.gz)', 'sha256' => '1cd2266a058f3224d3cba594540045542606996f026eeef96747f27f6b3d22b6', 'date' => '30 May 2019', ), - 2 => + 2 => array ( 'filename' => 'php-7.2.19.tar.xz', 'name' => 'PHP 7.2.19 (tar.xz)', @@ -3878,34 +3878,34 @@ $OLDRELEASES = array ( ), 'date' => '30 May 2019', 'museum' => false, - 'tags' => + 'tags' => array ( 0 => 'security', ), ), - '7.3.6' => + '7.3.6' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_3_6.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.3.6.tar.bz2', 'name' => 'PHP 7.3.6 (tar.bz2)', 'sha256' => '1e5ac8700154835c0910e3a814517da9b87bb4a82cc7011fea1a82096b6f6f77', 'date' => '30 May 2019', ), - 1 => + 1 => array ( 'filename' => 'php-7.3.6.tar.gz', 'name' => 'PHP 7.3.6 (tar.gz)', 'sha256' => '72fbf223ff8659a61eed08eebffb4ede0256e7a69d2151ae24affa5377b70bb8', 'date' => '30 May 2019', ), - 2 => + 2 => array ( 'filename' => 'php-7.3.6.tar.xz', 'name' => 'PHP 7.3.6 (tar.xz)', @@ -3915,34 +3915,34 @@ $OLDRELEASES = array ( ), 'date' => '30 May 2019', 'museum' => false, - 'tags' => + 'tags' => array ( 0 => 'security', ), ), - '7.1.29' => + '7.1.29' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_1_29.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.1.29.tar.bz2', 'name' => 'PHP 7.1.29 (tar.bz2)', 'sha256' => '8528d17efe82662dc740d96ddb32217f4e161a597d709f19571b0c82fbb88335', 'date' => '02 May 2019', ), - 1 => + 1 => array ( 'filename' => 'php-7.1.29.tar.gz', 'name' => 'PHP 7.1.29 (tar.gz)', 'sha256' => 'bdd0e1707100c8b87f1be516f5b95a26e3eb4114d4316eaf0663bf292ead35bb', 'date' => '02 May 2019', ), - 2 => + 2 => array ( 'filename' => 'php-7.1.29.tar.xz', 'name' => 'PHP 7.1.29 (tar.xz)', @@ -3952,34 +3952,34 @@ $OLDRELEASES = array ( ), 'date' => '02 May 2019', 'museum' => false, - 'tags' => + 'tags' => array ( 0 => 'security', ), ), - '7.2.18' => + '7.2.18' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_2_18.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.2.18.tar.bz2', 'name' => 'PHP 7.2.18 (tar.bz2)', 'sha256' => 'fa1a27b12d1173207e81e798a48d4a7f77ba897f5c5200ac0b5d62aa8b4c4b72', 'date' => '02 May 2019', ), - 1 => + 1 => array ( 'filename' => 'php-7.2.18.tar.gz', 'name' => 'PHP 7.2.18 (tar.gz)', 'sha256' => '48aeb291814f3cd3ba03c52e79e8e61896d0271fd4c228198f80a072e568f84b', 'date' => '02 May 2019', ), - 2 => + 2 => array ( 'filename' => 'php-7.2.18.tar.xz', 'name' => 'PHP 7.2.18 (tar.xz)', @@ -3989,34 +3989,34 @@ $OLDRELEASES = array ( ), 'date' => '30 May 2019', 'museum' => false, - 'tags' => + 'tags' => array ( 0 => 'security', ), ), - '7.3.5' => + '7.3.5' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_3_5.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.3.5.tar.bz2', 'name' => 'PHP 7.3.5 (tar.bz2)', 'sha256' => '4380b80ef98267c3823c3416eb05f7729ba7a33de6b3d14ec96013215d62c35e', 'date' => '02 May 2019', ), - 1 => + 1 => array ( 'filename' => 'php-7.3.5.tar.gz', 'name' => 'PHP 7.3.5 (tar.gz)', 'sha256' => 'c953749b7f3310a3a74f920ef698f6d1c04636d11656ac9ffb3ab10d34e30e1e', 'date' => '02 May 2019', ), - 2 => + 2 => array ( 'filename' => 'php-7.3.5.tar.xz', 'name' => 'PHP 7.3.5 (tar.xz)', @@ -4026,34 +4026,34 @@ $OLDRELEASES = array ( ), 'date' => '02 May 2019', 'museum' => false, - 'tags' => + 'tags' => array ( 0 => 'security', ), ), - '7.1.28' => + '7.1.28' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_1_28.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.1.28.tar.bz2', 'name' => 'PHP 7.1.28 (tar.bz2)', 'sha256' => '739e8733fe1fc5e69e6226da6dba7a31bacfd2e3871ad2c97a792638f22c54c9', 'date' => '04 Apr 2019', ), - 1 => + 1 => array ( 'filename' => 'php-7.1.28.tar.gz', 'name' => 'PHP 7.1.28 (tar.gz)', 'sha256' => '4df587338d4c5dfe27050c7ac72a6b7583ecaee9d3fbfc03427667a86e081999', 'date' => '04 Apr 2019', ), - 2 => + 2 => array ( 'filename' => 'php-7.1.28.tar.xz', 'name' => 'PHP 7.1.28 (tar.xz)', @@ -4063,34 +4063,34 @@ $OLDRELEASES = array ( ), 'date' => '02 May 2019', 'museum' => false, - 'tags' => + 'tags' => array ( 0 => 'security', ), ), - '7.2.17' => + '7.2.17' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_2_17.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.2.17.tar.bz2', 'name' => 'PHP 7.2.17 (tar.bz2)', 'sha256' => '91a811ab6f6d7acb312159cf6b0a3cffe968676fdebf042e9253245cc6094f75', 'date' => '04 Apr 2019', ), - 1 => + 1 => array ( 'filename' => 'php-7.2.17.tar.gz', 'name' => 'PHP 7.2.17 (tar.gz)', 'sha256' => 'e1c6c2553cdb7edbfa65b89e259690ed01b31b12d57349c90b6ed00a410f62b5', 'date' => '04 Apr 2019', ), - 2 => + 2 => array ( 'filename' => 'php-7.2.17.tar.xz', 'name' => 'PHP 7.2.17 (tar.xz)', @@ -4100,34 +4100,34 @@ $OLDRELEASES = array ( ), 'date' => '02 May 2019', 'museum' => false, - 'tags' => + 'tags' => array ( 0 => 'security', ), ), - '7.3.4' => + '7.3.4' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_3_4.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.3.4.tar.bz2', 'name' => 'PHP 7.3.4 (tar.bz2)', 'sha256' => '2e2c3d8212c83649e443b61efffbd03df4b9edd0f9c7a679081fe4cb2da12b78', 'date' => '04 Apr 2019', ), - 1 => + 1 => array ( 'filename' => 'php-7.3.4.tar.gz', 'name' => 'PHP 7.3.4 (tar.gz)', 'sha256' => 'dd41ecf43fe1172030f41d2581909457a0af7bd137a057c3874e0b0f3c2e8761', 'date' => '04 Apr 2019', ), - 2 => + 2 => array ( 'filename' => 'php-7.3.4.tar.xz', 'name' => 'PHP 7.3.4 (tar.xz)', @@ -4137,34 +4137,34 @@ $OLDRELEASES = array ( ), 'date' => '04 Apr 2019', 'museum' => false, - 'tags' => + 'tags' => array ( 0 => 'security', ), ), - '7.1.27' => + '7.1.27' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_1_27.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.1.27.tar.bz2', 'name' => 'PHP 7.1.27 (tar.bz2)', 'sha256' => 'dad7ecd30941911528e471c555a01911a68aa9219696bfc1e005f8b669f4ec4b', 'date' => '07 Mar 2019', ), - 1 => + 1 => array ( 'filename' => 'php-7.1.27.tar.gz', 'name' => 'PHP 7.1.27 (tar.gz)', 'sha256' => '353b9ed341048388cc95e6fa6dab587eee44a3d4d297989aa297936090864357', 'date' => '07 Mar 2019', ), - 2 => + 2 => array ( 'filename' => 'php-7.1.27.tar.xz', 'name' => 'PHP 7.1.27 (tar.xz)', @@ -4174,34 +4174,34 @@ $OLDRELEASES = array ( ), 'date' => '07 Mar 2019', 'museum' => false, - 'tags' => + 'tags' => array ( 0 => 'security', ), ), - '7.2.16' => + '7.2.16' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_2_16.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.2.16.tar.bz2', 'name' => 'PHP 7.2.16 (tar.bz2)', 'sha256' => '2c0ad10053d58694cd14323248ecd6d9ba71d2733d160973c356ad01d09e7f38', 'date' => '07 Mar 2019', ), - 1 => + 1 => array ( 'filename' => 'php-7.2.16.tar.gz', 'name' => 'PHP 7.2.16 (tar.gz)', 'sha256' => 'fb95e0bb69caba1dfd3bbac4eeef7a0485e5ea3d6191d35ad5657e18243aa02d', 'date' => '07 Mar 2019', ), - 2 => + 2 => array ( 'filename' => 'php-7.2.16.tar.xz', 'name' => 'PHP 7.2.16 (tar.xz)', @@ -4211,34 +4211,34 @@ $OLDRELEASES = array ( ), 'date' => '04 Apr 2019', 'museum' => false, - 'tags' => + 'tags' => array ( 0 => 'security', ), ), - '7.3.3' => + '7.3.3' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_3_3.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.3.3.tar.bz2', 'name' => 'PHP 7.3.3 (tar.bz2)', 'sha256' => '61969e943adfea79701a34b8e701edd3f95be829d16601a4aabeb05f83023ce6', 'date' => '07 Mar 2019', ), - 1 => + 1 => array ( 'filename' => 'php-7.3.3.tar.gz', 'name' => 'PHP 7.3.3 (tar.gz)', 'sha256' => '9bde40cbf8608ae9c595a6643a02cf0c692c131e2b3619af3fd2af8425d8e677', 'date' => '07 Mar 2019', ), - 2 => + 2 => array ( 'filename' => 'php-7.3.3.tar.xz', 'name' => 'PHP 7.3.3 (tar.xz)', @@ -4248,34 +4248,34 @@ $OLDRELEASES = array ( ), 'date' => '07 Mar 2019', 'museum' => false, - 'tags' => + 'tags' => array ( 0 => 'security', ), ), - '7.1.26' => + '7.1.26' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_1_26.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.1.26.tar.bz2', 'name' => 'PHP 7.1.26 (tar.bz2)', 'sha256' => '5b351ca86bc7e4600778aaf1d61ab9e4e38864efa86ab4cc4d5b02ea7f542ae6', 'date' => '10 Jan 2019', ), - 1 => + 1 => array ( 'filename' => 'php-7.1.26.tar.gz', 'name' => 'PHP 7.1.26 (tar.gz)', 'sha256' => '069315d3c3f964fd165bbbb3c2fc56005813e2cf97bed05055318dcc4e775328', 'date' => '10 Jan 2019', ), - 2 => + 2 => array ( 'filename' => 'php-7.1.26.tar.xz', 'name' => 'PHP 7.1.26 (tar.xz)', @@ -4285,34 +4285,34 @@ $OLDRELEASES = array ( ), 'date' => '10 Jan 2019', 'museum' => false, - 'tags' => + 'tags' => array ( 0 => 'security', ), ), - '7.2.15' => + '7.2.15' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_2_15.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.2.15.tar.bz2', 'name' => 'PHP 7.2.15 (tar.bz2)', 'sha256' => 'c93e7616946a463911818c7e9f9e21276c7793fb8c7cb15877188dd0546d0554', 'date' => '07 Feb 2019', ), - 1 => + 1 => array ( 'filename' => 'php-7.2.15.tar.gz', 'name' => 'PHP 7.2.15 (tar.gz)', 'sha256' => '9b13bde9f5a32d6f6bdb8b911bb55bb818d0c4073538f8dc48aa2deb560f55a3', 'date' => '07 Feb 2019', ), - 2 => + 2 => array ( 'filename' => 'php-7.2.15.tar.xz', 'name' => 'PHP 7.2.15 (tar.xz)', @@ -4323,29 +4323,29 @@ $OLDRELEASES = array ( 'date' => '07 Mar 2019', 'museum' => false, ), - '7.3.2' => + '7.3.2' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_3_2.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.3.2.tar.bz2', 'name' => 'PHP 7.3.2 (tar.bz2)', 'sha256' => '946f50dacbd2f61e643bb737021cbe8b1816e780ee7ad3e0cd999a1892ab0add', 'date' => '07 Feb 2019', ), - 1 => + 1 => array ( 'filename' => 'php-7.3.2.tar.gz', 'name' => 'PHP 7.3.2 (tar.gz)', 'sha256' => '4597294b00edc1c63a021b6c7838eb43384f62eeb9e392f0b91c38a3c090f499', 'date' => '07 Feb 2019', ), - 2 => + 2 => array ( 'filename' => 'php-7.3.2.tar.xz', 'name' => 'PHP 7.3.2 (tar.xz)', @@ -4356,29 +4356,29 @@ $OLDRELEASES = array ( 'date' => '07 Feb 2019', 'museum' => false, ), - '7.2.14' => + '7.2.14' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_2_14.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.2.14.tar.bz2', 'name' => 'PHP 7.2.14 (tar.bz2)', 'sha256' => 'f56132d248c7bf1e0efc8a680a4b598d6ff73fc6b9c84b5d7b539ad8db7a6597', 'date' => '10 Jan 2019', ), - 1 => + 1 => array ( 'filename' => 'php-7.2.14.tar.gz', 'name' => 'PHP 7.2.14 (tar.gz)', 'sha256' => '87e13d80b0c3a66bd463d1cb47dc101335884a0d192ab924f547f8aed7f70c08', 'date' => '10 Jan 2019', ), - 2 => + 2 => array ( 'filename' => 'php-7.2.14.tar.xz', 'name' => 'PHP 7.2.14 (tar.xz)', @@ -4388,34 +4388,34 @@ $OLDRELEASES = array ( ), 'date' => '07 Feb 2019', 'museum' => false, - 'tags' => + 'tags' => array ( 0 => 'security', ), ), - '7.3.1' => + '7.3.1' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_3_1.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.3.1.tar.bz2', 'name' => 'PHP 7.3.1 (tar.bz2)', 'sha256' => 'afef2b0cd7f2641274a1a0aabe67e30f2334970d7c530382dfa9d79cfe74388e', 'date' => '10 Jan 2019', ), - 1 => + 1 => array ( 'filename' => 'php-7.3.1.tar.gz', 'name' => 'PHP 7.3.1 (tar.gz)', 'sha256' => '8006211f7a041dde22fffedc416d142e0ebf22066014077ca936d7e6f655ead5', 'date' => '10 Jan 2019', ), - 2 => + 2 => array ( 'filename' => 'php-7.3.1.tar.xz', 'name' => 'PHP 7.3.1 (tar.xz)', @@ -4425,34 +4425,34 @@ $OLDRELEASES = array ( ), 'date' => '10 Jan 2019', 'museum' => false, - 'tags' => + 'tags' => array ( 0 => 'security', ), ), - '7.0.33' => + '7.0.33' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_0_33.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.0.33.tar.bz2', 'name' => 'PHP 7.0.33 (tar.bz2)', 'sha256' => '4933ea74298a1ba046b0246fe3771415c84dfb878396201b56cb5333abe86f07', 'date' => '06 Dec 2018', ), - 1 => + 1 => array ( 'filename' => 'php-7.0.33.tar.gz', 'name' => 'PHP 7.0.33 (tar.gz)', 'sha256' => 'd71a6ecb6b13dc53fed7532a7f8f949c4044806f067502f8fb6f9facbb40452a', 'date' => '06 Dec 2018', ), - 2 => + 2 => array ( 'filename' => 'php-7.0.33.tar.xz', 'name' => 'PHP 7.0.33 (tar.xz)', @@ -4462,34 +4462,34 @@ $OLDRELEASES = array ( ), 'date' => '10 Jan 2019', 'museum' => false, - 'tags' => + 'tags' => array ( 0 => 'security', ), ), - '7.1.25' => + '7.1.25' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_1_25.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.1.25.tar.bz2', 'name' => 'PHP 7.1.25 (tar.bz2)', 'sha256' => '002cdc880ac7cfaede2c389204d366108847db0f3ac72edf1ba95c0577f9aaac', 'date' => '06 Dec 2018', ), - 1 => + 1 => array ( 'filename' => 'php-7.1.25.tar.gz', 'name' => 'PHP 7.1.25 (tar.gz)', 'sha256' => '7dc40e202140e8b4fb3d992c15a68d98dc06b805e6b218497d260abbe51f5958', 'date' => '06 Dec 2018', ), - 2 => + 2 => array ( 'filename' => 'php-7.1.25.tar.xz', 'name' => 'PHP 7.1.25 (tar.xz)', @@ -4499,34 +4499,34 @@ $OLDRELEASES = array ( ), 'date' => '06 Dec 2018', 'museum' => false, - 'tags' => + 'tags' => array ( 0 => 'security', ), ), - '7.3.0' => + '7.3.0' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_3_0.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.3.0.tar.bz2', 'name' => 'PHP 7.3.0 (tar.bz2)', 'sha256' => '7a267daec9969a997c5c8028c350229646748e0fcc71e2f2dbb157ddcee87c67', 'date' => '06 Dec 2018', ), - 1 => + 1 => array ( 'filename' => 'php-7.3.0.tar.gz', 'name' => 'PHP 7.3.0 (tar.gz)', 'sha256' => '391bd0f91d9bdd01ab47ef9607bad8c65e35bc9bb098fb7777b2556e2c847b11', 'date' => '06 Dec 2018', ), - 2 => + 2 => array ( 'filename' => 'php-7.3.0.tar.xz', 'name' => 'PHP 7.3.0 (tar.xz)', @@ -4537,29 +4537,29 @@ $OLDRELEASES = array ( 'date' => '06 Dec 2018', 'museum' => false, ), - '7.2.13' => + '7.2.13' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_2_13.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.2.13.tar.bz2', 'name' => 'PHP 7.2.13 (tar.bz2)', 'sha256' => '5b4a46fb76491bcd3eee1213773382e570f6ecf9b22d623b24e2822298b3e92d', 'date' => '06 Dec 2018', ), - 1 => + 1 => array ( 'filename' => 'php-7.2.13.tar.gz', 'name' => 'PHP 7.2.13 (tar.gz)', 'sha256' => 'e563cee406b1ec96649c22ed2b35796cfe4e9aa9afa6eab6be4cf2fe5d724744', 'date' => '06 Dec 2018', ), - 2 => + 2 => array ( 'filename' => 'php-7.2.13.tar.xz', 'name' => 'PHP 7.2.13 (tar.xz)', @@ -4569,34 +4569,34 @@ $OLDRELEASES = array ( ), 'date' => '06 Dec 2018', 'museum' => false, - 'tags' => + 'tags' => array ( 0 => 'security', ), ), - '7.0.32' => + '7.0.32' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_0_32.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.0.32.tar.bz2', 'name' => 'PHP 7.0.32 (tar.bz2)', 'sha256' => '56e8d8cf9c08178afa8663589805f83bdb01634efd98131977038e24066492e1', 'date' => '13 Sep 2018', ), - 1 => + 1 => array ( 'filename' => 'php-7.0.32.tar.gz', 'name' => 'PHP 7.0.32 (tar.gz)', 'sha256' => '08d13389f611ec55f3b9164347a97e410099238a3dd85946e556a288ce366fbe', 'date' => '13 Sep 2018', ), - 2 => + 2 => array ( 'filename' => 'php-7.0.32.tar.xz', 'name' => 'PHP 7.0.32 (tar.xz)', @@ -4606,34 +4606,34 @@ $OLDRELEASES = array ( ), 'date' => '13 Sep 2018', 'museum' => false, - 'tags' => + 'tags' => array ( 0 => 'security', ), ), - '7.1.24' => + '7.1.24' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_1_24.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.1.24.tar.bz2', 'name' => 'PHP 7.1.24 (tar.bz2)', 'sha256' => '66de24e73c7f6006f090c1b187d6b218c8fa6a513acca4ff5c14b695a7391e0b', 'date' => '08 Nov 2018', ), - 1 => + 1 => array ( 'filename' => 'php-7.1.24.tar.gz', 'name' => 'PHP 7.1.24 (tar.gz)', 'sha256' => '1e780b1af3eeb8fba9e5af6205c960184a0c3a0ef091aaa192e7b7d6b67405d0', 'date' => '08 Nov 2018', ), - 2 => + 2 => array ( 'filename' => 'php-7.1.24.tar.xz', 'name' => 'PHP 7.1.24 (tar.xz)', @@ -4644,29 +4644,29 @@ $OLDRELEASES = array ( 'date' => '08 Nov 2018', 'museum' => false, ), - '7.2.12' => + '7.2.12' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_2_12.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.2.12.tar.bz2', 'name' => 'PHP 7.2.12 (tar.bz2)', 'sha256' => 'b724c4c20347b6105be109d98cc395a610174e8aadb506c82e8cb645b65ef6b6', 'date' => '08 Nov 2018', ), - 1 => + 1 => array ( 'filename' => 'php-7.2.12.tar.gz', 'name' => 'PHP 7.2.12 (tar.gz)', 'sha256' => 'd7cabdf4e51db38121daf0d494dc074743b24b6c79e592037eeedd731f1719dd', 'date' => '08 Nov 2018', ), - 2 => + 2 => array ( 'filename' => 'php-7.2.12.tar.xz', 'name' => 'PHP 7.2.12 (tar.xz)', @@ -4677,29 +4677,29 @@ $OLDRELEASES = array ( 'date' => '08 Nov 2018', 'museum' => false, ), - '7.1.23' => + '7.1.23' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_1_23.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.1.23.tar.bz2', 'name' => 'PHP 7.1.23 (tar.bz2)', 'sha256' => '2d79aa86d8f0faa760a712a1d7be50b57838a9770c1dff34020876630c2ecc4b', 'date' => '11 Oct 2018', ), - 1 => + 1 => array ( 'filename' => 'php-7.1.23.tar.gz', 'name' => 'PHP 7.1.23 (tar.gz)', 'sha256' => 'b839a4de32e6770d10b87c2495c070d09277fe61008804b2992466f0dcc5f0fa', 'date' => '11 Oct 2018', ), - 2 => + 2 => array ( 'filename' => 'php-7.1.23.tar.xz', 'name' => 'PHP 7.1.23 (tar.xz)', @@ -4710,29 +4710,29 @@ $OLDRELEASES = array ( 'date' => '11 Oct 2018', 'museum' => false, ), - '7.2.11' => + '7.2.11' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_2_11.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.2.11.tar.bz2', 'name' => 'PHP 7.2.11 (tar.bz2)', 'sha256' => '4a0d7f402d07966b37a600796283f4ca4079d955d96d5bec024dd02009d8b4c5', 'date' => '11 Oct 2018', ), - 1 => + 1 => array ( 'filename' => 'php-7.2.11.tar.gz', 'name' => 'PHP 7.2.11 (tar.gz)', 'sha256' => '180c63a9647c0a50d438b6bd5c7a8e7a11bceee8ad613a59d3ef15151fc158d4', 'date' => '11 Oct 2018', ), - 2 => + 2 => array ( 'filename' => 'php-7.2.11.tar.xz', 'name' => 'PHP 7.2.11 (tar.xz)', @@ -4743,29 +4743,29 @@ $OLDRELEASES = array ( 'date' => '11 Oct 2018', 'museum' => false, ), - '7.1.22' => + '7.1.22' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_1_22.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.1.22.tar.bz2', 'name' => 'PHP 7.1.22 (tar.bz2)', 'sha256' => 'c8e91f19c8aa810ae95f228ff31cf0e4805cb89f4c10870ee12c85491b26e763', 'date' => '13 Sep 2018', ), - 1 => + 1 => array ( 'filename' => 'php-7.1.22.tar.gz', 'name' => 'PHP 7.1.22 (tar.gz)', 'sha256' => '1d275115593a33315647094a5a4ee9bd73c7960c08686cee35dc2e683a68b157', 'date' => '13 Sep 2018', ), - 2 => + 2 => array ( 'filename' => 'php-7.1.22.tar.xz', 'name' => 'PHP 7.1.22 (tar.xz)', @@ -4775,34 +4775,34 @@ $OLDRELEASES = array ( ), 'date' => '13 Sep 2018', 'museum' => false, - 'tags' => + 'tags' => array ( 0 => 'security', ), ), - '7.2.10' => + '7.2.10' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_2_10.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.2.10.tar.bz2', 'name' => 'PHP 7.2.10 (tar.bz2)', 'sha256' => '01b6129a0921a1636b07da9bc598a876669e45a462cef4b5844fc26862dbda9d', 'date' => '13 Sep 2018', ), - 1 => + 1 => array ( 'filename' => 'php-7.2.10.tar.gz', 'name' => 'PHP 7.2.10 (tar.gz)', 'sha256' => 'd2d908b49b6005e65dcc46cdc986603a19b7ff103119fce8ddd4648586d430a4', 'date' => '13 Sep 2018', ), - 2 => + 2 => array ( 'filename' => 'php-7.2.10.tar.xz', 'name' => 'PHP 7.2.10 (tar.xz)', @@ -4812,34 +4812,34 @@ $OLDRELEASES = array ( ), 'date' => '13 Sep 2018', 'museum' => false, - 'tags' => + 'tags' => array ( 0 => 'security', ), ), - '7.1.21' => + '7.1.21' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_1_21.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.1.21.tar.bz2', 'name' => 'PHP 7.1.21 (tar.bz2)', 'sha256' => 'c2409c574bde23763b48a96b93922f530156df044585ff60108bce7b27b19580', 'date' => '17 Aug 2018', ), - 1 => + 1 => array ( 'filename' => 'php-7.1.21.tar.gz', 'name' => 'PHP 7.1.21 (tar.gz)', 'sha256' => '4b448ba9b3c81b88543c1e1fbef465391fecd64d7f19a744df26e9923295dd00', 'date' => '17 Aug 2018', ), - 2 => + 2 => array ( 'filename' => 'php-7.1.21.tar.xz', 'name' => 'PHP 7.1.21 (tar.xz)', @@ -4850,29 +4850,29 @@ $OLDRELEASES = array ( 'date' => '13 Sep 2018', 'museum' => false, ), - '7.0.31' => + '7.0.31' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_0_31.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.0.31.tar.bz2', 'name' => 'PHP 7.0.31 (tar.bz2)', 'sha256' => '7e8bd73eced6e679a179d39571e8fee6c83e51c86f43338f65c2dc88c1106b91', 'date' => '19 Jul 2018', ), - 1 => + 1 => array ( 'filename' => 'php-7.0.31.tar.gz', 'name' => 'PHP 7.0.31 (tar.gz)', 'sha256' => '182f36e5709837158bd4970ce57fe80735bdf79025133c00d6ad882d1c4d98dd', 'date' => '19 Jul 2018', ), - 2 => + 2 => array ( 'filename' => 'php-7.0.31.tar.xz', 'name' => 'PHP 7.0.31 (tar.xz)', @@ -4882,34 +4882,34 @@ $OLDRELEASES = array ( ), 'date' => '19 Jul 2018', 'museum' => false, - 'tags' => + 'tags' => array ( 0 => 'security', ), ), - '7.2.9' => + '7.2.9' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_2_9.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.2.9.tar.bz2', 'name' => 'PHP 7.2.9 (tar.bz2)', 'sha256' => 'e9e3aaa6c317b7fea78246a758b017544366049d2789ad5a44fe9398464c53a8', 'date' => '16 Aug 2018', ), - 1 => + 1 => array ( 'filename' => 'php-7.2.9.tar.gz', 'name' => 'PHP 7.2.9 (tar.gz)', 'sha256' => '23fcc1e4d10e06ddfdbc1163a8f0d147a7813467273f7946eb0de1b825d1d3e6', 'date' => '16 Aug 2018', ), - 2 => + 2 => array ( 'filename' => 'php-7.2.9.tar.xz', 'name' => 'PHP 7.2.9 (tar.xz)', @@ -4920,29 +4920,29 @@ $OLDRELEASES = array ( 'date' => '16 Aug 2018', 'museum' => false, ), - '7.1.20' => + '7.1.20' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_1_20.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.1.20.tar.bz2', 'name' => 'PHP 7.1.20 (tar.bz2)', 'sha256' => '3a1b476c88fb81254ea572e891a1d65053ab54068348e00c75e8b54fae691d45', 'date' => '19 Jul 2018', ), - 1 => + 1 => array ( 'filename' => 'php-7.1.20.tar.gz', 'name' => 'PHP 7.1.20 (tar.gz)', 'sha256' => '77a2091f4ab50367a6c68274a0d92e0da9ecdbf428b280c9836c5c6d512da450', 'date' => '19 Jul 2018', ), - 2 => + 2 => array ( 'filename' => 'php-7.1.20.tar.xz', 'name' => 'PHP 7.1.20 (tar.xz)', @@ -4952,34 +4952,34 @@ $OLDRELEASES = array ( ), 'date' => '16 Aug 2018', 'museum' => false, - 'tags' => + 'tags' => array ( 0 => 'security', ), ), - '7.2.8' => + '7.2.8' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_2_8.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.2.8.tar.bz2', 'name' => 'PHP 7.2.8 (tar.bz2)', 'sha256' => '1f8068f520a60fff3db19be1b849f0c02a33a0fd8b34b7ae05556ef682187ee6', 'date' => '19 Jul 2018', ), - 1 => + 1 => array ( 'filename' => 'php-7.2.8.tar.gz', 'name' => 'PHP 7.2.8 (tar.gz)', 'sha256' => 'a0cb9bf2f78498fc090eb553df03cdacc198785dec0818efa7a1804c2b7a8722', 'date' => '19 Jul 2018', ), - 2 => + 2 => array ( 'filename' => 'php-7.2.8.tar.xz', 'name' => 'PHP 7.2.8 (tar.xz)', @@ -4989,34 +4989,34 @@ $OLDRELEASES = array ( ), 'date' => '19 Jul 2018', 'museum' => false, - 'tags' => + 'tags' => array ( 0 => 'security', ), ), - '7.1.19' => + '7.1.19' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_1_19.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.1.19.tar.bz2', 'name' => 'PHP 7.1.19 (tar.bz2)', 'sha256' => '13c43e7be3040ad53f192b0770c7ed99e5b3e348dfc6674666179d557fd770f3', 'date' => '21 Jun 2018', ), - 1 => + 1 => array ( 'filename' => 'php-7.1.19.tar.gz', 'name' => 'PHP 7.1.19 (tar.gz)', 'sha256' => 'e1ae477b72bed02cdcb04f0157b8f8767bd4f6030416ae06408b4f6d85ee66a1', 'date' => '21 Jun 2018', ), - 2 => + 2 => array ( 'filename' => 'php-7.1.19.tar.xz', 'name' => 'PHP 7.1.19 (tar.xz)', @@ -5027,29 +5027,29 @@ $OLDRELEASES = array ( 'date' => '21 Jun 2018', 'museum' => false, ), - '7.0.30' => + '7.0.30' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_0_30.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.0.30.tar.bz2', 'name' => 'PHP 7.0.30 (tar.bz2)', 'sha256' => '213f38400c239b8fab2f6f59d6f4d4bd463d0a75bd4edf723dd4d5fea8850b50', 'date' => '26 Apr 2018', ), - 1 => + 1 => array ( 'filename' => 'php-7.0.30.tar.gz', 'name' => 'PHP 7.0.30 (tar.gz)', 'sha256' => '54e7615205123b940b996300bf99c707c2317b6b78388061a204b23ab3388a26', 'date' => '26 Apr 2018', ), - 2 => + 2 => array ( 'filename' => 'php-7.0.30.tar.xz', 'name' => 'PHP 7.0.30 (tar.xz)', @@ -5059,34 +5059,34 @@ $OLDRELEASES = array ( ), 'date' => '26 Apr 2018', 'museum' => false, - 'tags' => + 'tags' => array ( 0 => 'security', ), ), - '7.2.7' => + '7.2.7' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_2_7.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.2.7.tar.bz2', 'name' => 'PHP 7.2.7 (tar.bz2)', 'sha256' => 'cc81675a96af4dd18d8ffc02f26a36c622abadf86af7ecfea7bcde8d3c96d5a3', 'date' => '21 Jun 2018', ), - 1 => + 1 => array ( 'filename' => 'php-7.2.7.tar.gz', 'name' => 'PHP 7.2.7 (tar.gz)', 'sha256' => '014f0560cfa22e6301b0024a6fd888c3612a0dc102ff355fa2b49544d16d43b1', 'date' => '21 Jun 2018', ), - 2 => + 2 => array ( 'filename' => 'php-7.2.7.tar.xz', 'name' => 'PHP 7.2.7 (tar.xz)', @@ -5097,29 +5097,29 @@ $OLDRELEASES = array ( 'date' => '21 Jun 2018', 'museum' => false, ), - '7.1.18' => + '7.1.18' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_1_18.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.1.18.tar.bz2', 'name' => 'PHP 7.1.18 (tar.bz2)', 'sha256' => '580e375515ede831a6d82e13c0ec25dd08b225c6d87dfc24d7cd5f3bd542bf8e', 'date' => '24 May 2018', ), - 1 => + 1 => array ( 'filename' => 'php-7.1.18.tar.gz', 'name' => 'PHP 7.1.18 (tar.gz)', 'sha256' => '07c24ae4dd59d81d3dc0ce89025ae667979150e2ee0e9e30dd89e04e31d510fb', 'date' => '24 May 2018', ), - 2 => + 2 => array ( 'filename' => 'php-7.1.18.tar.xz', 'name' => 'PHP 7.1.18 (tar.xz)', @@ -5130,29 +5130,29 @@ $OLDRELEASES = array ( 'date' => '24 May 2018', 'museum' => false, ), - '7.2.6' => + '7.2.6' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_2_6.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.2.6.tar.bz2', 'name' => 'PHP 7.2.6 (tar.bz2)', 'sha256' => 'ae5d3e8ada80b9d293d0c8bd643d07c2d988538ff1052a3f7144c6b0cd0ff2c3', 'date' => '24 May 2018', ), - 1 => + 1 => array ( 'filename' => 'php-7.2.6.tar.gz', 'name' => 'PHP 7.2.6 (tar.gz)', 'sha256' => 'a9f30daf6af82ac02e692465cfd65b04a60d56106c961926e264d2621d313f0e', 'date' => '24 May 2018', ), - 2 => + 2 => array ( 'filename' => 'php-7.2.6.tar.xz', 'name' => 'PHP 7.2.6 (tar.xz)', @@ -5163,29 +5163,29 @@ $OLDRELEASES = array ( 'date' => '24 May 2018', 'museum' => false, ), - '7.1.17' => + '7.1.17' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_1_17.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.1.17.tar.bz2', 'name' => 'PHP 7.1.17 (tar.bz2)', 'sha256' => 'e124e3ac552c50f3890ed981d07b2ee473cac961885e75186ded0bbb5b78dbcf', 'date' => '26 Apr 2018', ), - 1 => + 1 => array ( 'filename' => 'php-7.1.17.tar.gz', 'name' => 'PHP 7.1.17 (tar.gz)', 'sha256' => 'aba44265bf814a020282afa63321323e1f81da61bd7318ab2b941857a15cb144', 'date' => '26 Apr 2018', ), - 2 => + 2 => array ( 'filename' => 'php-7.1.17.tar.xz', 'name' => 'PHP 7.1.17 (tar.xz)', @@ -5195,34 +5195,34 @@ $OLDRELEASES = array ( ), 'date' => '26 Apr 2018', 'museum' => false, - 'tags' => + 'tags' => array ( 0 => 'security', ), ), - '7.2.5' => + '7.2.5' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_2_5.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.2.5.tar.bz2', 'name' => 'PHP 7.2.5 (tar.bz2)', 'sha256' => 'f3820efa8efa79628b6e1b5b2f8c1b04c08d32e6721fa1654039ce5f89796031', 'date' => '26 Apr 2018', ), - 1 => + 1 => array ( 'filename' => 'php-7.2.5.tar.gz', 'name' => 'PHP 7.2.5 (tar.gz)', 'sha256' => 'c198aedd4cd16db0803e0ef955036722a1f4ce9ad3827546709fac05f1567ba5', 'date' => '26 Apr 2018', ), - 2 => + 2 => array ( 'filename' => 'php-7.2.5.tar.xz', 'name' => 'PHP 7.2.5 (tar.xz)', @@ -5232,34 +5232,34 @@ $OLDRELEASES = array ( ), 'date' => '26 Apr 2018', 'museum' => false, - 'tags' => + 'tags' => array ( 0 => 'security', ), ), - '7.1.16' => + '7.1.16' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_1_16.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.1.16.tar.bz2', 'name' => 'PHP 7.1.16 (tar.bz2)', 'sha256' => '348e2af9c7c0f327a57a972674078777dfde189e2598acbcb8618b9645b0e7e5', 'date' => '29 Mar 2018', ), - 1 => + 1 => array ( 'filename' => 'php-7.1.16.tar.gz', 'name' => 'PHP 7.1.16 (tar.gz)', 'sha256' => 'c8e6fed5b350b29a5b9eaa9fce7c5e8618629346e9a58212f3dc380046065442', 'date' => '29 Mar 2018', ), - 2 => + 2 => array ( 'filename' => 'php-7.1.16.tar.xz', 'name' => 'PHP 7.1.16 (tar.xz)', @@ -5269,34 +5269,34 @@ $OLDRELEASES = array ( ), 'date' => '29 Mar 2018', 'museum' => false, - 'tags' => + 'tags' => array ( 0 => 'security', ), ), - '7.0.29' => + '7.0.29' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_0_29.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.0.29.tar.bz2', 'name' => 'PHP 7.0.29 (tar.bz2)', 'sha256' => '989142d5c5ff7a11431254f9c1995235bad61a3364b99c966e11e06aa10d3fbc', 'date' => '29 Mar 2018', ), - 1 => + 1 => array ( 'filename' => 'php-7.0.29.tar.gz', 'name' => 'PHP 7.0.29 (tar.gz)', 'sha256' => '5efe45e345f967cb20f9ff92cd514753872a65feffea1bf311c71864344bd8e8', 'date' => '29 Mar 2018', ), - 2 => + 2 => array ( 'filename' => 'php-7.0.29.tar.xz', 'name' => 'PHP 7.0.29 (tar.xz)', @@ -5306,34 +5306,34 @@ $OLDRELEASES = array ( ), 'date' => '29 Mar 2018', 'museum' => false, - 'tags' => + 'tags' => array ( 0 => 'security', ), ), - '7.2.4' => + '7.2.4' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_2_4.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.2.4.tar.bz2', 'name' => 'PHP 7.2.4 (tar.bz2)', 'sha256' => '11658a0d764dc94023b9fb60d4b5eb75d438ad17981efe70abb0d0d09a447ef3', 'date' => '29 Mar 2018', ), - 1 => + 1 => array ( 'filename' => 'php-7.2.4.tar.gz', 'name' => 'PHP 7.2.4 (tar.gz)', 'sha256' => '58e28e978baea0fe9009432bcb436934eaacccfdcb5f5409c7526431a595857b', 'date' => '29 Mar 2018', ), - 2 => + 2 => array ( 'filename' => 'php-7.2.4.tar.xz', 'name' => 'PHP 7.2.4 (tar.xz)', @@ -5343,34 +5343,34 @@ $OLDRELEASES = array ( ), 'date' => '29 Mar 2018', 'museum' => false, - 'tags' => + 'tags' => array ( 0 => 'security', ), ), - '7.1.15' => + '7.1.15' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_1_15.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.1.15.tar.bz2', 'name' => 'PHP 7.1.15 (tar.bz2)', 'sha256' => 'e117a54738e9485de5fc75673d39dbe937dd87f0f9cc9e281960ef9b961adcbd', 'date' => '1 Mar 2018', ), - 1 => + 1 => array ( 'filename' => 'php-7.1.15.tar.gz', 'name' => 'PHP 7.1.15 (tar.gz)', 'sha256' => '0669c68a52cbd2f1cfa83354918ed03b0bcaa34ed9bafaee7dfd343461b881d4', 'date' => '1 Mar 2018', ), - 2 => + 2 => array ( 'filename' => 'php-7.1.15.tar.xz', 'name' => 'PHP 7.1.15 (tar.xz)', @@ -5380,34 +5380,34 @@ $OLDRELEASES = array ( ), 'date' => '1 Mar 2018', 'museum' => false, - 'tags' => + 'tags' => array ( 0 => 'security', ), ), - '7.2.3' => + '7.2.3' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_2_3.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.2.3.tar.bz2', 'name' => 'PHP 7.2.3 (tar.bz2)', 'sha256' => '4a735aac0ba764dd8208ea29007d3916396c5292e003ba8d3bec49edcdd5bf92', 'date' => '1 Mar 2018', ), - 1 => + 1 => array ( 'filename' => 'php-7.2.3.tar.gz', 'name' => 'PHP 7.2.3 (tar.gz)', 'sha256' => '5dc98f2266db40c5e4d9b5edf5e29e2449e819fff8321a07eb3830cf0b104bbb', 'date' => '1 Mar 2018', ), - 2 => + 2 => array ( 'filename' => 'php-7.2.3.tar.xz', 'name' => 'PHP 7.2.3 (tar.xz)', @@ -5417,34 +5417,34 @@ $OLDRELEASES = array ( ), 'date' => '1 Mar 2018', 'museum' => false, - 'tags' => + 'tags' => array ( 0 => 'security', ), ), - '7.0.28' => + '7.0.28' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_0_28.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.0.28.tar.bz2', 'name' => 'PHP 7.0.28 (tar.bz2)', 'sha256' => 'ae5491b4613f3710e3d09e688ba3d30d3acc1112c7b96a8703663b8a95063c7f', 'date' => '01 Mar 2018', ), - 1 => + 1 => array ( 'filename' => 'php-7.0.28.tar.gz', 'name' => 'PHP 7.0.28 (tar.gz)', 'sha256' => 'cd2fd94feb0d5809ffb9d900138643fa74e70656436e5f2595b03239dd97aa9c', 'date' => '01 Mar 2018', ), - 2 => + 2 => array ( 'filename' => 'php-7.0.28.tar.xz', 'name' => 'PHP 7.0.28 (tar.xz)', @@ -5454,34 +5454,34 @@ $OLDRELEASES = array ( ), 'date' => '01 Mar 2018', 'museum' => false, - 'tags' => + 'tags' => array ( 0 => 'security', ), ), - '7.1.14' => + '7.1.14' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_1_14.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.1.14.tar.bz2', 'name' => 'PHP 7.1.14 (tar.bz2)', 'sha256' => '63b2fd139ed7656756b0fa290bc42f8fff854723c3d2710a700e646370c581f4', 'date' => '1 Feb 2018', ), - 1 => + 1 => array ( 'filename' => 'php-7.1.14.tar.gz', 'name' => 'PHP 7.1.14 (tar.gz)', 'sha256' => '8c7360209d255ee46d388bdcd43ef1a2d14b370c331be30ea628ece18a1e7683', 'date' => '1 Feb 2018', ), - 2 => + 2 => array ( 'filename' => 'php-7.1.14.tar.xz', 'name' => 'PHP 7.1.14 (tar.xz)', @@ -5492,29 +5492,29 @@ $OLDRELEASES = array ( 'date' => '1 Feb 2018', 'museum' => false, ), - '7.2.2' => + '7.2.2' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_2_2.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.2.2.tar.bz2', 'name' => 'PHP 7.2.2 (tar.bz2)', 'sha256' => 'f841ac58e17471f2241ea892b34edb01dc9b93ad9f661ffe4e3f1f476a8f4aee', 'date' => '1 Feb 2018', ), - 1 => + 1 => array ( 'filename' => 'php-7.2.2.tar.gz', 'name' => 'PHP 7.2.2 (tar.gz)', 'sha256' => '5963df05fec21927c03fe9f7bf379be2d1eacde6c0f9dcde6143c7133e55abd4', 'date' => '1 Feb 2018', ), - 2 => + 2 => array ( 'filename' => 'php-7.2.2.tar.xz', 'name' => 'PHP 7.2.2 (tar.xz)', @@ -5525,29 +5525,29 @@ $OLDRELEASES = array ( 'date' => '1 Feb 2018', 'museum' => false, ), - '7.0.27' => + '7.0.27' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_0_27.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.0.27.tar.bz2', 'name' => 'PHP 7.0.27 (tar.bz2)', 'sha256' => '99fa2563bb4c4c1cde9febe87cfe97324227d7b4b8828f2e936e507127394131', 'date' => '04 Jan 2018', ), - 1 => + 1 => array ( 'filename' => 'php-7.0.27.tar.gz', 'name' => 'PHP 7.0.27 (tar.gz)', 'sha256' => '809c0181e970dd17c6a6cabbf64518e719c7253e7490f8e1279bc1e1fbdf7996', 'date' => '04 Jan 2018', ), - 2 => + 2 => array ( 'filename' => 'php-7.0.27.tar.xz', 'name' => 'PHP 7.0.27 (tar.xz)', @@ -5557,34 +5557,34 @@ $OLDRELEASES = array ( ), 'date' => '04 Jan 2018', 'museum' => false, - 'tags' => + 'tags' => array ( 0 => 'security', ), ), - '7.2.1' => + '7.2.1' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_2_1.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.2.1.tar.bz2', 'name' => 'PHP 7.2.1 (tar.bz2)', 'sha256' => 'fe06793f268a4dd29cbc5f4ef415f01e786877152b02221ad7d18dbb6864eb79', 'date' => '4 Jan 2018', ), - 1 => + 1 => array ( 'filename' => 'php-7.2.1.tar.gz', 'name' => 'PHP 7.2.1 (tar.gz)', 'sha256' => '8ecb2950571054a00687ccbd023874a4a075ccd1e2ec3dc00fc25ef589a77dba', 'date' => '4 Jan 2018', ), - 2 => + 2 => array ( 'filename' => 'php-7.2.1.tar.xz', 'name' => 'PHP 7.2.1 (tar.xz)', @@ -5595,29 +5595,29 @@ $OLDRELEASES = array ( 'date' => '4 Jan 2018', 'museum' => false, ), - '7.1.13' => + '7.1.13' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_1_13.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.1.13.tar.bz2', 'name' => 'PHP 7.1.13 (tar.bz2)', 'sha256' => '35fda51d2d44600940185fd5818d336a79e77ab3c98e2bd075091f2f91cf98a1', 'date' => '4 Jan 2018', ), - 1 => + 1 => array ( 'filename' => 'php-7.1.13.tar.gz', 'name' => 'PHP 7.1.13 (tar.gz)', 'sha256' => '12fcbf59c9eb9af215ef38815d5da39b9d74549092c34b0dfc31442699740ce9', 'date' => '4 Jan 2018', ), - 2 => + 2 => array ( 'filename' => 'php-7.1.13.tar.xz', 'name' => 'PHP 7.1.13 (tar.xz)', @@ -5628,29 +5628,29 @@ $OLDRELEASES = array ( 'date' => '4 Jan 2018', 'museum' => false, ), - '7.2.0' => + '7.2.0' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_2_0.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.2.0.tar.bz2', 'name' => 'PHP 7.2.0 (tar.bz2)', 'sha256' => '2bfefae4226b9b97879c9d33078e50bdb5c17f45ff6e255951062a529720c64a', 'date' => '30 Nov 2017', ), - 1 => + 1 => array ( 'filename' => 'php-7.2.0.tar.gz', 'name' => 'PHP 7.2.0 (tar.gz)', 'sha256' => '801876abd52e0dc58a44701344252035fd50702d8f510cda7fdb317ab79897bc', 'date' => '30 Nov 2017', ), - 2 => + 2 => array ( 'filename' => 'php-7.2.0.tar.xz', 'name' => 'PHP 7.2.0 (tar.xz)', @@ -5661,29 +5661,29 @@ $OLDRELEASES = array ( 'date' => '30 Nov 2017', 'museum' => false, ), - '7.1.12' => + '7.1.12' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_1_12.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.1.12.tar.bz2', 'name' => 'PHP 7.1.12 (tar.bz2)', 'sha256' => 'f9ce3361ab99dce8f3f2fba663695ac9b18a3579bc8014dc280368d1577d87c4', 'date' => '23 Nov 2017', ), - 1 => + 1 => array ( 'filename' => 'php-7.1.12.tar.gz', 'name' => 'PHP 7.1.12 (tar.gz)', 'sha256' => '188c67d8e424ce7a6fe93475aa64f53182c1d80ca3ac99439651ca91569d969c', 'date' => '23 Nov 2017', ), - 2 => + 2 => array ( 'filename' => 'php-7.1.12.tar.xz', 'name' => 'PHP 7.1.12 (tar.xz)', @@ -5694,29 +5694,29 @@ $OLDRELEASES = array ( 'date' => '23 Nov 2017', 'museum' => false, ), - '7.0.26' => + '7.0.26' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_0_26.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.0.26.tar.bz2', 'name' => 'PHP 7.0.26 (tar.bz2)', 'sha256' => '2590d722f7b23b6a903c5a00cf04e7ee728df79d10ae473e3a81ba41588509a7', 'date' => '23 Nov 2017', ), - 1 => + 1 => array ( 'filename' => 'php-7.0.26.tar.gz', 'name' => 'PHP 7.0.26 (tar.gz)', 'sha256' => '04c345f7c9e3f1cd02f275bfec893a4e0290e724073f2f3d7282a219128b537c', 'date' => '23 Nov 2017', ), - 2 => + 2 => array ( 'filename' => 'php-7.0.26.tar.xz', 'name' => 'PHP 7.0.26 (tar.xz)', @@ -5727,29 +5727,29 @@ $OLDRELEASES = array ( 'date' => '23 Nov 2017', 'museum' => false, ), - '7.1.11' => + '7.1.11' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_1_11.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.1.11.tar.bz2', 'name' => 'PHP 7.1.11 (tar.bz2)', 'sha256' => '7646d7de701fc969e3305eeeb2eddda3d46af6a88ee20ef4a47270c447228573', 'date' => '26 Oct 2017', ), - 1 => + 1 => array ( 'filename' => 'php-7.1.11.tar.gz', 'name' => 'PHP 7.1.11 (tar.gz)', 'sha256' => 'de41b2c166bc5ec8ea96a337d4dd675c794f7b115a8a47bb04595c03dbbdf425', 'date' => '26 Oct 2017', ), - 2 => + 2 => array ( 'filename' => 'php-7.1.11.tar.xz', 'name' => 'PHP 7.1.11 (tar.xz)', @@ -5760,29 +5760,29 @@ $OLDRELEASES = array ( 'date' => '26 Oct 2017', 'museum' => false, ), - '7.0.25' => + '7.0.25' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_0_25.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.0.25.tar.bz2', 'name' => 'PHP 7.0.25 (tar.bz2)', 'sha256' => '95a24d96d126a196e1550e394182b43a6460cdd2026f1a77bef01e422415cc25', 'date' => '26 Oct 2017', ), - 1 => + 1 => array ( 'filename' => 'php-7.0.25.tar.gz', 'name' => 'PHP 7.0.25 (tar.gz)', 'sha256' => '081b46bf588d38c636fd6cd1dab8855b6b3e171550d1e65f770f53aede594ee7', 'date' => '26 Oct 2017', ), - 2 => + 2 => array ( 'filename' => 'php-7.0.25.tar.xz', 'name' => 'PHP 7.0.25 (tar.xz)', @@ -5792,34 +5792,34 @@ $OLDRELEASES = array ( ), 'date' => '26 Oct 2017', 'museum' => false, - 'tags' => + 'tags' => array ( 0 => 'security', ), ), - '7.1.10' => + '7.1.10' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_1_10.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.1.10.tar.bz2', 'name' => 'PHP 7.1.10 (tar.bz2)', 'sha256' => '0ee51b9b1ae7eca3e9558f772ce20cbacd1f76420009b3af630c87027f9a41af', 'date' => '28 Sep 2017', ), - 1 => + 1 => array ( 'filename' => 'php-7.1.10.tar.gz', 'name' => 'PHP 7.1.10 (tar.gz)', 'sha256' => 'edc6a7c3fe89419525ce51969c5f48610e53613235bbef255c3a4db33b458083', 'date' => '28 Sep 2017', ), - 2 => + 2 => array ( 'filename' => 'php-7.1.10.tar.xz', 'name' => 'PHP 7.1.10 (tar.xz)', @@ -5830,29 +5830,29 @@ $OLDRELEASES = array ( 'date' => '28 Sep 2017', 'museum' => false, ), - '7.0.24' => + '7.0.24' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_0_24.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.0.24.tar.bz2', 'name' => 'PHP 7.0.24 (tar.bz2)', 'sha256' => '9bf91982694f178821c0aaf03563a20494873ece6933e2eeecfd76f325bdcf19', 'date' => '28 Sep 2017', ), - 1 => + 1 => array ( 'filename' => 'php-7.0.24.tar.gz', 'name' => 'PHP 7.0.24 (tar.gz)', 'sha256' => '151015b578c14a4ab47d1e5894b36c85cf5655237599b805a08d106fe18a8c8e', 'date' => '28 Sep 2017', ), - 2 => + 2 => array ( 'filename' => 'php-7.0.24.tar.xz', 'name' => 'PHP 7.0.24 (tar.xz)', @@ -5863,29 +5863,29 @@ $OLDRELEASES = array ( 'date' => '28 Sep 2017', 'museum' => false, ), - '7.1.9' => + '7.1.9' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_1_9.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.1.9.tar.bz2', 'name' => 'PHP 7.1.9 (tar.bz2)', 'sha256' => '314dcc10dfdd7c4443edb4fe1e133a44f2b2a8351be8c9eb6ab9222d45fd9bae', 'date' => '31 Aug 2017', ), - 1 => + 1 => array ( 'filename' => 'php-7.1.9.tar.gz', 'name' => 'PHP 7.1.9 (tar.gz)', 'sha256' => '499c31ad19b2ff553ae686ebf53749aa2351af7d955ee9f1986f144089561a4b', 'date' => '31 Aug 2017', ), - 2 => + 2 => array ( 'filename' => 'php-7.1.9.tar.xz', 'name' => 'PHP 7.1.9 (tar.xz)', @@ -5896,29 +5896,29 @@ $OLDRELEASES = array ( 'date' => '31 Aug 2017', 'museum' => false, ), - '7.0.23' => + '7.0.23' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_0_23.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.0.23.tar.bz2', 'name' => 'PHP 7.0.23 (tar.bz2)', 'sha256' => '6fe94cefc7d2c60ee2c1648b977beed756ad9cd0a7e4ea8bb8cf521d9355a09c', 'date' => '31 Aug 2017', ), - 1 => + 1 => array ( 'filename' => 'php-7.0.23.tar.gz', 'name' => 'PHP 7.0.23 (tar.gz)', 'sha256' => 'd511089ecaf386f3ab752efba76558c03558afa6b5b3fe71d84881c76644b466', 'date' => '31 Aug 2017', ), - 2 => + 2 => array ( 'filename' => 'php-7.0.23.tar.xz', 'name' => 'PHP 7.0.23 (tar.xz)', @@ -5929,29 +5929,29 @@ $OLDRELEASES = array ( 'date' => '31 Aug 2017', 'museum' => false, ), - '7.1.8' => + '7.1.8' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_1_8.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.1.8.tar.bz2', 'name' => 'PHP 7.1.8 (tar.bz2)', 'sha256' => '7064a00a9450565190890c7a4be04e646e0be73b2e0f8c46ae34419f343ca2f8', 'date' => '03 Aug 2017', ), - 1 => + 1 => array ( 'filename' => 'php-7.1.8.tar.gz', 'name' => 'PHP 7.1.8 (tar.gz)', 'sha256' => '63517b3264f7cb17fb58e1ce60a6cd8903160239b7cf568d52024e9cf4d6cb04', 'date' => '03 Aug 2017', ), - 2 => + 2 => array ( 'filename' => 'php-7.1.8.tar.xz', 'name' => 'PHP 7.1.8 (tar.xz)', @@ -5962,29 +5962,29 @@ $OLDRELEASES = array ( 'date' => '03 Aug 2017', 'museum' => false, ), - '7.0.22' => + '7.0.22' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_0_22.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.0.22.tar.bz2', 'name' => 'PHP 7.0.22 (tar.bz2)', 'sha256' => '88e0b27f69abdd12ecde81f000c5a9ea479af7218456ea7f6557edb43c6dfdde', 'date' => '03 Aug 2017', ), - 1 => + 1 => array ( 'filename' => 'php-7.0.22.tar.gz', 'name' => 'PHP 7.0.22 (tar.gz)', 'sha256' => '04292eaea0eeb75e9b6a36a3db8e90a3d43f939646fd9d7d1e083e5b70884383', 'date' => '03 Aug 2017', ), - 2 => + 2 => array ( 'filename' => 'php-7.0.22.tar.xz', 'name' => 'PHP 7.0.22 (tar.xz)', @@ -5995,29 +5995,29 @@ $OLDRELEASES = array ( 'date' => '03 Aug 2017', 'museum' => false, ), - '7.1.7' => + '7.1.7' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_1_7.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.1.7.tar.bz2', 'name' => 'PHP 7.1.7 (tar.bz2)', 'sha256' => '079b6792987f38dc485f92258c04f9e02dedd593f9d260ebe725343f812d1ff8', 'date' => '06 Jul 2017', ), - 1 => + 1 => array ( 'filename' => 'php-7.1.7.tar.gz', 'name' => 'PHP 7.1.7 (tar.gz)', 'sha256' => 'e0dbab8da601ee5119368d6f93dc1a86ad53b799d2f8c1209d6b827a2b259f92', 'date' => '06 Jul 2017', ), - 2 => + 2 => array ( 'filename' => 'php-7.1.7.tar.xz', 'name' => 'PHP 7.1.7 (tar.xz)', @@ -6027,34 +6027,34 @@ $OLDRELEASES = array ( ), 'date' => '06 Jul 2017', 'museum' => false, - 'tags' => + 'tags' => array ( 0 => 'security', ), ), - '7.0.21' => + '7.0.21' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_0_21.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.0.21.tar.bz2', 'name' => 'PHP 7.0.21 (tar.bz2)', 'sha256' => '2ba133c392de6f86aacced8c54e0adefd1c81d3840ac323b9926b8ed3dc6231f', 'date' => '06 Jul 2017', ), - 1 => + 1 => array ( 'filename' => 'php-7.0.21.tar.gz', 'name' => 'PHP 7.0.21 (tar.gz)', 'sha256' => 'f2f05f629dd02c75834ddf033916bd5ff92a720602839d81fd8b6d90e37b6225', 'date' => '06 Jul 2017', ), - 2 => + 2 => array ( 'filename' => 'php-7.0.21.tar.xz', 'name' => 'PHP 7.0.21 (tar.xz)', @@ -6064,34 +6064,34 @@ $OLDRELEASES = array ( ), 'date' => '06 Jul 2017', 'museum' => false, - 'tags' => + 'tags' => array ( 0 => 'security', ), ), - '7.1.6' => + '7.1.6' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_1_6.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.1.6.tar.bz2', 'name' => 'PHP 7.1.6 (tar.bz2)', 'sha256' => '6e3576ca77672a18461a4b089c5790647f1b2c19f82e4f5e94c962609aabffcf', 'date' => '08 Jun 2017', ), - 1 => + 1 => array ( 'filename' => 'php-7.1.6.tar.gz', 'name' => 'PHP 7.1.6 (tar.gz)', 'sha256' => '7ff8c01af791c7e499ee77e1b82e4b1d56e379efe1f706b1203d48751481fd9f', 'date' => '08 Jun 2017', ), - 2 => + 2 => array ( 'filename' => 'php-7.1.6.tar.xz', 'name' => 'PHP 7.1.6 (tar.xz)', @@ -6102,29 +6102,29 @@ $OLDRELEASES = array ( 'date' => '08 Jun 2017', 'museum' => false, ), - '7.0.20' => + '7.0.20' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_0_20.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.0.20.tar.bz2', 'name' => 'PHP 7.0.20 (tar.bz2)', 'sha256' => 'cdfddfe01cc615218e333e34a1c761c9ef8fdf5199b27617264a02705eda7fc3', 'date' => '08 Jun 2017', ), - 1 => + 1 => array ( 'filename' => 'php-7.0.20.tar.gz', 'name' => 'PHP 7.0.20 (tar.gz)', 'sha256' => 'b44947f0c1926928d5c2f176506b878c32b5cd09ce3b5b52bbbecf4328ab812d', 'date' => '08 Jun 2017', ), - 2 => + 2 => array ( 'filename' => 'php-7.0.20.tar.xz', 'name' => 'PHP 7.0.20 (tar.xz)', @@ -6135,29 +6135,29 @@ $OLDRELEASES = array ( 'date' => '08 Jun 2017', 'museum' => false, ), - '7.1.5' => + '7.1.5' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_1_5.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.1.5.tar.bz2', 'name' => 'PHP 7.1.5 (tar.bz2)', 'sha256' => '28eaa4784f1bd8b7dc71206dc8c4375510199432dc17af6906b14d16b3058697', 'date' => '11 May 2017', ), - 1 => + 1 => array ( 'filename' => 'php-7.1.5.tar.gz', 'name' => 'PHP 7.1.5 (tar.gz)', 'sha256' => 'f7ff8039f5c3a7da4d62a3cce6378280224acfa27ab5a5bee25b7439bce01c17', 'date' => '11 May 2017', ), - 2 => + 2 => array ( 'filename' => 'php-7.1.5.tar.xz', 'name' => 'PHP 7.1.5 (tar.xz)', @@ -6168,29 +6168,29 @@ $OLDRELEASES = array ( 'date' => '11 May 2017', 'museum' => false, ), - '7.0.19' => + '7.0.19' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_0_19.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.0.19.tar.bz2', 'name' => 'PHP 7.0.19 (tar.bz2)', 'sha256' => '0f3ac0afc02aec22f6b1659045da9287453e9309439d0499622bc8e94a7f7d59', 'date' => '11 May 2017', ), - 1 => + 1 => array ( 'filename' => 'php-7.0.19.tar.gz', 'name' => 'PHP 7.0.19 (tar.gz)', 'sha256' => '4b4120acdbb8cbf5f7a18625c2eb5cdd2fdb4fc69a4831bc7ffdfd1ee78b1ce0', 'date' => '11 May 2017', ), - 2 => + 2 => array ( 'filename' => 'php-7.0.19.tar.xz', 'name' => 'PHP 7.0.19 (tar.xz)', @@ -6201,29 +6201,29 @@ $OLDRELEASES = array ( 'date' => '11 May 2017', 'museum' => false, ), - '7.1.4' => + '7.1.4' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_1_4.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.1.4.tar.bz2', 'name' => 'PHP 7.1.4 (tar.bz2)', 'sha256' => '39bf697836e2760b3a44ea322e9e5f1f5b1f07abeb0111f6495eff7538e25805', 'date' => '13 Apr 2017', ), - 1 => + 1 => array ( 'filename' => 'php-7.1.4.tar.gz', 'name' => 'PHP 7.1.4 (tar.gz)', 'sha256' => 'ed0006c86de503684dde04c6dd811ea2354a3b6d10ebd9f0cb103dcd28f0e70f', 'date' => '13 Apr 2017', ), - 2 => + 2 => array ( 'filename' => 'php-7.1.4.tar.xz', 'name' => 'PHP 7.1.4 (tar.xz)', @@ -6234,29 +6234,29 @@ $OLDRELEASES = array ( 'date' => '13 Apr 2017', 'museum' => false, ), - '7.0.18' => + '7.0.18' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_0_18.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.0.18.tar.bz2', 'name' => 'PHP 7.0.18 (tar.bz2)', 'sha256' => 'b20cc63d507032b39d8bb14cb64784e460b0e47997e90a8704b703bcbb233fd1', 'date' => '13 Apr 2017', ), - 1 => + 1 => array ( 'filename' => 'php-7.0.18.tar.gz', 'name' => 'PHP 7.0.18 (tar.gz)', 'sha256' => 'e0fb336749d72e6c9cfcebb9b48497f004fa99f93b68c21cb3eb657053665e1d', 'date' => '13 Apr 2017', ), - 2 => + 2 => array ( 'filename' => 'php-7.0.18.tar.xz', 'name' => 'PHP 7.0.18 (tar.xz)', @@ -6267,29 +6267,29 @@ $OLDRELEASES = array ( 'date' => '13 Apr 2017', 'museum' => false, ), - '7.1.3' => + '7.1.3' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_1_3.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.1.3.tar.bz2', 'name' => 'PHP 7.1.3 (tar.bz2)', 'sha256' => 'c145924d91b7a253eccc31f8d22f15b61589cd24d78105e56240c1bb6413b94f', 'date' => '16 Mar 2017', ), - 1 => + 1 => array ( 'filename' => 'php-7.1.3.tar.gz', 'name' => 'PHP 7.1.3 (tar.gz)', 'sha256' => '4bfadd0012b966eced448497272150ffeede13136a961aacb9e71553b8e929ec', 'date' => '16 Mar 2017', ), - 2 => + 2 => array ( 'filename' => 'php-7.1.3.tar.xz', 'name' => 'PHP 7.1.3 (tar.xz)', @@ -6300,29 +6300,29 @@ $OLDRELEASES = array ( 'date' => '16 Mar 2017', 'museum' => false, ), - '7.0.17' => + '7.0.17' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_0_17.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.0.17.tar.bz2', 'name' => 'PHP 7.0.17 (tar.bz2)', 'sha256' => 'aee503926b96d807692fac3e0fd64e3259788f5139819a983152679cb6e91d4b', 'date' => '30 Mar 2017', ), - 1 => + 1 => array ( 'filename' => 'php-7.0.17.tar.gz', 'name' => 'PHP 7.0.17 (tar.gz)', 'sha256' => '1f42ffe9895dad746baf4a0e8d81f2272f55fdef66cf298ac911d8791ceb1e80', 'date' => '30 Mar 2017', ), - 2 => + 2 => array ( 'filename' => 'php-7.0.17.tar.xz', 'name' => 'PHP 7.0.17 (tar.xz)', @@ -6333,29 +6333,29 @@ $OLDRELEASES = array ( 'date' => '30 Mar 2017', 'museum' => false, ), - '7.1.2' => + '7.1.2' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_1_2.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.1.2.tar.bz2', 'name' => 'PHP 7.1.2 (tar.bz2)', 'sha256' => 'e0f2214e2366434ee231156ba70cfefd0c59790f050d8727a3f1dc2affa67004', 'date' => '16 Feb 2017', ), - 1 => + 1 => array ( 'filename' => 'php-7.1.2.tar.gz', 'name' => 'PHP 7.1.2 (tar.gz)', 'sha256' => 'e6773217c9c719ca22abb104ae3d437d53daceaf31faf2e5eeb1f9f5028005d8', 'date' => '16 Feb 2017', ), - 2 => + 2 => array ( 'filename' => 'php-7.1.2.tar.xz', 'name' => 'PHP 7.1.2 (tar.xz)', @@ -6366,29 +6366,29 @@ $OLDRELEASES = array ( 'date' => '16 Feb 2017', 'museum' => false, ), - '7.0.16' => + '7.0.16' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_0_16.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.0.16.tar.bz2', 'name' => 'PHP 7.0.16 (tar.bz2)', 'sha256' => '83c5f57575dc0feca563af529d6f1d60183bf9c2c13e98a6da131fbd0a3597ab', 'date' => '16 Feb 2017', ), - 1 => + 1 => array ( 'filename' => 'php-7.0.16.tar.gz', 'name' => 'PHP 7.0.16 (tar.gz)', 'sha256' => 'bc6709dc7612957d0533c09c9c8a9c2e7c4fd9d64e697707bb1b39670eab61d4', 'date' => '16 Feb 2017', ), - 2 => + 2 => array ( 'filename' => 'php-7.0.16.tar.xz', 'name' => 'PHP 7.0.16 (tar.xz)', @@ -6399,29 +6399,29 @@ $OLDRELEASES = array ( 'date' => '16 Feb 2017', 'museum' => false, ), - '7.1.1' => + '7.1.1' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_1_1.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.1.1.tar.bz2', 'name' => 'PHP 7.1.1 (tar.bz2)', 'sha256' => 'd791d39d7b54ec42441a05a5f06d68a495647d843210e3ae4f2c6adb99c675bc', 'date' => '19 Jan 2017', ), - 1 => + 1 => array ( 'filename' => 'php-7.1.1.tar.gz', 'name' => 'PHP 7.1.1 (tar.gz)', 'sha256' => 'c136279d539c3c2c25176bf149c14913670e79bb27ee6b73e1cd69003985a70d', 'date' => '19 Jan 2017', ), - 2 => + 2 => array ( 'filename' => 'php-7.1.1.tar.xz', 'name' => 'PHP 7.1.1 (tar.xz)', @@ -6432,29 +6432,29 @@ $OLDRELEASES = array ( 'date' => '19 Jan 2017', 'museum' => false, ), - '7.0.15' => + '7.0.15' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_0_15.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.0.15.tar.bz2', 'name' => 'PHP 7.0.15 (tar.bz2)', 'sha256' => 'a8c8f947335683fa6dd1b7443ed70f2a42bc33e8b6c215f139138cee89e47dd9', 'date' => '19 Jan 2017', ), - 1 => + 1 => array ( 'filename' => 'php-7.0.15.tar.gz', 'name' => 'PHP 7.0.15 (tar.gz)', 'sha256' => 'c24324c6d4bf27e8bc1d12da0aae4f15a43c8374f681e23e9b1e67f5b719c3a6', 'date' => '19 Jan 2017', ), - 2 => + 2 => array ( 'filename' => 'php-7.0.15.tar.xz', 'name' => 'PHP 7.0.15 (tar.xz)', @@ -6464,34 +6464,34 @@ $OLDRELEASES = array ( ), 'date' => '19 Jan 2017', 'museum' => false, - 'tags' => + 'tags' => array ( 0 => 'security', ), ), - '7.0.14' => + '7.0.14' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_0_14.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.0.14.tar.bz2', 'name' => 'PHP 7.0.14 (tar.bz2)', 'sha256' => 'fbc4369a0d42b55fd1ce75eb4f3d17b012da754a67567d8e3288fbfbb7490534', 'date' => '08 Dec 2016', ), - 1 => + 1 => array ( 'filename' => 'php-7.0.14.tar.gz', 'name' => 'PHP 7.0.14 (tar.gz)', 'sha256' => '320cfd2184e7252d3d77eae5d5474554fa04ab9fbee7c6094c07e8bd3b5b632b', 'date' => '08 Dec 2016', ), - 2 => + 2 => array ( 'filename' => 'php-7.0.14.tar.xz', 'name' => 'PHP 7.0.14 (tar.xz)', @@ -6501,34 +6501,34 @@ $OLDRELEASES = array ( ), 'date' => '08 Dec 2016', 'museum' => false, - 'tags' => + 'tags' => array ( 0 => 'security', ), ), - '7.1.0' => + '7.1.0' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_1_0.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.1.0.tar.bz2', 'name' => 'PHP 7.1.0 (tar.bz2)', 'sha256' => '68bcfd7deed5b3474d81dec9f74d122058327e2bed0ac25bbc9ec70995228e61', 'date' => '01 Dec 2016', ), - 1 => + 1 => array ( 'filename' => 'php-7.1.0.tar.gz', 'name' => 'PHP 7.1.0 (tar.gz)', 'sha256' => '9e84c5b13005c56374730edf534fe216f6a2e63792a9703d4b894e770bbccbae', 'date' => '01 Dec 2016', ), - 2 => + 2 => array ( 'filename' => 'php-7.1.0.tar.xz', 'name' => 'PHP 7.1.0 (tar.xz)', @@ -6539,29 +6539,29 @@ $OLDRELEASES = array ( 'date' => '01 Dec 2016', 'museum' => false, ), - '7.0.13' => + '7.0.13' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_0_13.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.0.13.tar.bz2', 'name' => 'PHP 7.0.13 (tar.bz2)', 'sha256' => 'd090bb523812117ec0c08d8f0b5c5f0616aa7a29a2eeee0374efe53a7cfe88c1', 'date' => '10 Nov 2016', ), - 1 => + 1 => array ( 'filename' => 'php-7.0.13.tar.gz', 'name' => 'PHP 7.0.13 (tar.gz)', 'sha256' => 'c8d8cf1b29e7f7e89be9ee64f453cb7ef6d20e1d13a83cba037bd654ef2da42c', 'date' => '10 Nov 2016', ), - 2 => + 2 => array ( 'filename' => 'php-7.0.13.tar.xz', 'name' => 'PHP 7.0.13 (tar.xz)', @@ -6571,34 +6571,34 @@ $OLDRELEASES = array ( ), 'date' => '10 Nov 2016', 'museum' => false, - 'tags' => + 'tags' => array ( 0 => 'security', ), ), - '7.0.12' => + '7.0.12' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_0_12.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.0.12.tar.bz2', 'name' => 'PHP 7.0.12 (tar.bz2)', 'sha256' => '38c47294fe8fb239b0230dc63a93c3e4044f472ab93b5dff8b65feb4103a6a27', 'date' => '13 Oct 2016', ), - 1 => + 1 => array ( 'filename' => 'php-7.0.12.tar.gz', 'name' => 'PHP 7.0.12 (tar.gz)', 'sha256' => 'c4693cc363b4bbc7224294cc94faf3598e616cbe8540dd6975f68c7d3c52682f', 'date' => '13 Oct 2016', ), - 2 => + 2 => array ( 'filename' => 'php-7.0.12.tar.xz', 'name' => 'PHP 7.0.12 (tar.xz)', @@ -6608,34 +6608,34 @@ $OLDRELEASES = array ( ), 'date' => '13 Oct 2016', 'museum' => false, - 'tags' => + 'tags' => array ( 0 => 'security', ), ), - '7.0.11' => + '7.0.11' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_0_11.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.0.11.tar.bz2', 'name' => 'PHP 7.0.11 (tar.bz2)', 'sha256' => 'f99b729dc1149858844b18af1e8c0de6dd1cdfdd52e22fbb4de2aa78bf9bf7f1', 'date' => '15 Sep 2016', ), - 1 => + 1 => array ( 'filename' => 'php-7.0.11.tar.gz', 'name' => 'PHP 7.0.11 (tar.gz)', 'sha256' => '02d27b5d140dbad8d400a95af808e1e9ce87aa8d2a2100870734ba26e6700d79', 'date' => '15 Sep 2016', ), - 2 => + 2 => array ( 'filename' => 'php-7.0.11.tar.xz', 'name' => 'PHP 7.0.11 (tar.xz)', @@ -6645,34 +6645,34 @@ $OLDRELEASES = array ( ), 'date' => '15 Sep 2016', 'museum' => false, - 'tags' => + 'tags' => array ( 0 => 'security', ), ), - '7.0.10' => + '7.0.10' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_0_10.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.0.10.tar.bz2', 'name' => 'PHP 7.0.10 (tar.bz2)', 'sha256' => '8055bbe5a736986931c0c6a08b765d6d778271ec7d2d56c50a1ad259ec09f6de', 'date' => '18 Aug 2016', ), - 1 => + 1 => array ( 'filename' => 'php-7.0.10.tar.gz', 'name' => 'PHP 7.0.10 (tar.gz)', 'sha256' => '46216e05db09c0fffbf832e3b64f3722ccbdd6d4ae16d9791e41adf0a4b00641', 'date' => '18 Aug 2016', ), - 2 => + 2 => array ( 'filename' => 'php-7.0.10.tar.xz', 'name' => 'PHP 7.0.10 (tar.xz)', @@ -6682,34 +6682,34 @@ $OLDRELEASES = array ( ), 'date' => '18 Aug 2016', 'museum' => false, - 'tags' => + 'tags' => array ( 0 => 'security', ), ), - '7.0.9' => + '7.0.9' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_0_9.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.0.9.tar.bz2', 'name' => 'PHP 7.0.9 (tar.bz2)', 'sha256' => '2ee6968b5875f2f38700c58a189aad859a6a0b85fc337aa102ec2dc3652c3b7b', 'date' => '21 Jul 2016', ), - 1 => + 1 => array ( 'filename' => 'php-7.0.9.tar.gz', 'name' => 'PHP 7.0.9 (tar.gz)', 'sha256' => '93895a6a610c94751c890e5ee91a7f4bc0eae476b95fe30425d13f7ae88753d5', 'date' => '21 Jul 2016', ), - 2 => + 2 => array ( 'filename' => 'php-7.0.9.tar.xz', 'name' => 'PHP 7.0.9 (tar.xz)', @@ -6719,34 +6719,34 @@ $OLDRELEASES = array ( ), 'date' => '21 Jul 2016', 'museum' => false, - 'tags' => + 'tags' => array ( 0 => 'security', ), ), - '7.0.8' => + '7.0.8' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_0_8.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.0.8.tar.bz2', 'name' => 'PHP 7.0.8 (tar.bz2)', 'sha256' => '66dc7ba388490e07b1313fe3a06b1fa822e1310585fe29f4909995f131e27c8d', 'date' => '23 Jun 2016', ), - 1 => + 1 => array ( 'filename' => 'php-7.0.8.tar.gz', 'name' => 'PHP 7.0.8 (tar.gz)', 'sha256' => '1f024fa6d87594b99fa312e3185c357dcffa42e07d21c726f41d1fa6f773720b', 'date' => '23 Jun 2016', ), - 2 => + 2 => array ( 'filename' => 'php-7.0.8.tar.xz', 'name' => 'PHP 7.0.8 (tar.xz)', @@ -6756,34 +6756,34 @@ $OLDRELEASES = array ( ), 'date' => '23 Jun 2016', 'museum' => false, - 'tags' => + 'tags' => array ( 0 => 'security', ), ), - '7.0.7' => + '7.0.7' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_0_7.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.0.7.tar.bz2', 'name' => 'PHP 7.0.7 (tar.bz2)', 'sha256' => '474f2925c4782b94016e3afbb17b14ff9cc6f4fdb6f6e231b36a378bb18a3d1a', 'date' => '26 May 2016', ), - 1 => + 1 => array ( 'filename' => 'php-7.0.7.tar.gz', 'name' => 'PHP 7.0.7 (tar.gz)', 'sha256' => '66282ff4a9f88fe9607d9574e15bf335885b964245591a1740adb3f79c514a67', 'date' => '26 May 2016', ), - 2 => + 2 => array ( 'filename' => 'php-7.0.7.tar.xz', 'name' => 'PHP 7.0.7 (tar.xz)', @@ -6793,34 +6793,34 @@ $OLDRELEASES = array ( ), 'date' => '26 May 2016', 'museum' => false, - 'tags' => + 'tags' => array ( 0 => 'security', ), ), - '7.0.6' => + '7.0.6' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_0_6.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.0.6.tar.bz2', 'name' => 'PHP 7.0.6 (tar.bz2)', 'sha256' => '14ddf192a9965c858c1e742a61456be2f34a4db87556172c0d76f08de96329b7', 'date' => '28 Apr 2016', ), - 1 => + 1 => array ( 'filename' => 'php-7.0.6.tar.gz', 'name' => 'PHP 7.0.6 (tar.gz)', 'sha256' => 'f6b47cb3e02530d96787ae5c7888aefbd1db6ae4164d68b88808ee6f4da94277', 'date' => '28 Apr 2016', ), - 2 => + 2 => array ( 'filename' => 'php-7.0.6.tar.xz', 'name' => 'PHP 7.0.6 (tar.xz)', @@ -6830,34 +6830,34 @@ $OLDRELEASES = array ( ), 'date' => '28 Apr 2016', 'museum' => false, - 'tags' => + 'tags' => array ( 0 => 'security', ), ), - '7.0.5' => + '7.0.5' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_0_5.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.0.5.tar.bz2', 'name' => 'PHP 7.0.5 (tar.bz2)', 'sha256' => '2c09af7fe64537ea795f098b9b542ead407ef83f7cdc65b3787115ccbbb51de9', 'date' => '31 Mar 2016', ), - 1 => + 1 => array ( 'filename' => 'php-7.0.5.tar.gz', 'name' => 'PHP 7.0.5 (tar.gz)', 'sha256' => 'f9d93419031b4df663fc48f03b8a833545de8776225e46637563e2be6029908d', 'date' => '31 Mar 2016', ), - 2 => + 2 => array ( 'filename' => 'php-7.0.5.tar.xz', 'name' => 'PHP 7.0.5 (tar.xz)', @@ -6867,34 +6867,34 @@ $OLDRELEASES = array ( ), 'date' => '31 Mar 2016', 'museum' => false, - 'tags' => + 'tags' => array ( 0 => 'security', ), ), - '7.0.4' => + '7.0.4' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_0_4.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.0.4.tar.bz2', 'name' => 'PHP 7.0.4 (tar.bz2)', 'sha256' => 'a246c503709c189ba8e1e22ed2cb22abc27da43a997ff1b3318e181baf529dcc', 'date' => '03 Mar 2016', ), - 1 => + 1 => array ( 'filename' => 'php-7.0.4.tar.gz', 'name' => 'PHP 7.0.4 (tar.gz)', 'sha256' => 'f6cdac2fd37da0ac0bbcee0187d74b3719c2f83973dfe883d5cde81c356fe0a8', 'date' => '03 Mar 2016', ), - 2 => + 2 => array ( 'filename' => 'php-7.0.4.tar.xz', 'name' => 'PHP 7.0.4 (tar.xz)', @@ -6904,34 +6904,34 @@ $OLDRELEASES = array ( ), 'date' => '03 Mar 2016', 'museum' => false, - 'tags' => + 'tags' => array ( 0 => 'security', ), ), - '7.0.3' => + '7.0.3' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_0_3.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.0.3.tar.bz2', 'name' => 'PHP 7.0.3 (tar.bz2)', 'sha256' => '826823d754f09c779222a99becf9c53a4dc719dba2d777aca7807c6ca68e6fc6', 'date' => '04 Feb 2016', ), - 1 => + 1 => array ( 'filename' => 'php-7.0.3.tar.gz', 'name' => 'PHP 7.0.3 (tar.gz)', 'sha256' => '5521df8db153aba35c90cf1a1829106b6bbdac32425216d440f9cc29f00a7c08', 'date' => '04 Feb 2016', ), - 2 => + 2 => array ( 'filename' => 'php-7.0.3.tar.xz', 'name' => 'PHP 7.0.3 (tar.xz)', @@ -6941,34 +6941,34 @@ $OLDRELEASES = array ( ), 'date' => '04 Feb 2016', 'museum' => false, - 'tags' => + 'tags' => array ( 0 => 'security', ), ), - '7.0.2' => + '7.0.2' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_0_2.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.0.2.tar.bz2', 'name' => 'PHP 7.0.2 (tar.bz2)', 'sha256' => '9b1b75fbd9c92c6b0003b234e550965038826d11ea1f430bf279964da9da2236', 'date' => '07 Jan 2016', ), - 1 => + 1 => array ( 'filename' => 'php-7.0.2.tar.gz', 'name' => 'PHP 7.0.2 (tar.gz)', 'sha256' => '040198aef3dc5f17c253c1282160aabc6a05ca0b18b3d6fc9213970363083412', 'date' => '07 Jan 2015', ), - 2 => + 2 => array ( 'filename' => 'php-7.0.2.tar.xz', 'name' => 'PHP 7.0.2 (tar.xz)', @@ -6978,34 +6978,34 @@ $OLDRELEASES = array ( ), 'date' => '07 Jan 2015', 'museum' => false, - 'tags' => + 'tags' => array ( 0 => 'security', ), ), - '7.0.1' => + '7.0.1' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_0_1.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.0.1.tar.bz2', 'name' => 'PHP 7.0.1 (tar.bz2)', 'sha256' => '04ce3bd1da001397b342c2219a5093be9ecbbc97f022e1e6a0ec2fedc3d93e42', 'date' => '17 Dec 2015', ), - 1 => + 1 => array ( 'filename' => 'php-7.0.1.tar.gz', 'name' => 'PHP 7.0.1 (tar.gz)', 'sha256' => 'd12aaba2bead056322aa53bd5fbe762b27a42d37f451cd42ff2e7a549ca21dbf', 'date' => '17 Dec 2015', ), - 2 => + 2 => array ( 'filename' => 'php-7.0.1.tar.xz', 'name' => 'PHP 7.0.1 (tar.xz)', @@ -7016,29 +7016,29 @@ $OLDRELEASES = array ( 'date' => '17 Dec 2015', 'museum' => false, ), - '7.0.0' => + '7.0.0' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/7_0_0.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-7.0.0.tar.bz2', 'name' => 'PHP 7.0.0 (tar.bz2)', 'sha256' => 'a92a54306832167a39f7c0ec00524fc6f3f7d985c806caa7632561d0ddedfcea', 'date' => '03 Dec 2015', ), - 1 => + 1 => array ( 'filename' => 'php-7.0.0.tar.gz', 'name' => 'PHP 7.0.0 (tar.gz)', 'sha256' => 'd6ae7b4a2e5c43a9945a97e83b6b3adfb7d0df0b91ef78b647a6dffefaa9c71b', 'date' => '03 Dec 2015', ), - 2 => + 2 => array ( 'filename' => 'php-7.0.0.tar.xz', 'name' => 'PHP 7.0.0 (tar.xz)', @@ -7050,31 +7050,31 @@ $OLDRELEASES = array ( 'museum' => false, ), ), - 5 => + 5 => array ( - '5.6.40' => + '5.6.40' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_6_40.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.6.40.tar.bz2', 'name' => 'PHP 5.6.40 (tar.bz2)', 'sha256' => 'ffd025d34623553ab2f7fd8fb21d0c9e6f9fa30dc565ca03a1d7b763023fba00', 'date' => '10 Jan 2019', ), - 1 => + 1 => array ( 'filename' => 'php-5.6.40.tar.gz', 'name' => 'PHP 5.6.40 (tar.gz)', 'sha256' => '56fb9878d12fdd921f6a0897e919f4e980d930160e154cbde2cc6d9206a27cac', 'date' => '10 Jan 2019', ), - 2 => + 2 => array ( 'filename' => 'php-5.6.40.tar.xz', 'name' => 'PHP 5.6.40 (tar.xz)', @@ -7085,29 +7085,29 @@ $OLDRELEASES = array ( 'date' => '10 Jan 2019', 'museum' => false, ), - '5.6.39' => + '5.6.39' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_6_39.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.6.39.tar.bz2', 'name' => 'PHP 5.6.39 (tar.bz2)', 'sha256' => 'b3db2345f50c010b01fe041b4e0f66c5aa28eb325135136f153e18da01583ad5', 'date' => '06 Dec 2018', ), - 1 => + 1 => array ( 'filename' => 'php-5.6.39.tar.gz', 'name' => 'PHP 5.6.39 (tar.gz)', 'sha256' => '127b122b7d6c7f3c211c0ffa554979370c3131196137404a51a391d8e2e9c7bb', 'date' => '06 Dec 2018', ), - 2 => + 2 => array ( 'filename' => 'php-5.6.39.tar.xz', 'name' => 'PHP 5.6.39 (tar.xz)', @@ -7118,29 +7118,29 @@ $OLDRELEASES = array ( 'date' => '06 Dec 2018', 'museum' => false, ), - '5.6.38' => + '5.6.38' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_6_38.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.6.38.tar.bz2', 'name' => 'PHP 5.6.38 (tar.bz2)', 'sha256' => 'd65b231bbdd63be4439ef5ced965cfd63e62983429dbd4dfcfb49981593ebc03', 'date' => '13 Sep 2018', ), - 1 => + 1 => array ( 'filename' => 'php-5.6.38.tar.gz', 'name' => 'PHP 5.6.38 (tar.gz)', 'sha256' => '3b74d46cd79a45cce90c8059e09d8bd0beeb5de562cbb0cb42f96ff8fa665fd4', 'date' => '13 Sep 2018', ), - 2 => + 2 => array ( 'filename' => 'php-5.6.38.tar.xz', 'name' => 'PHP 5.6.38 (tar.xz)', @@ -7151,29 +7151,29 @@ $OLDRELEASES = array ( 'date' => '13 Sep 2018', 'museum' => false, ), - '5.6.37' => + '5.6.37' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_6_37.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.6.37.tar.bz2', 'name' => 'PHP 5.6.37 (tar.bz2)', 'sha256' => '886ad63d05d94ea3e54322691aadea0cf1d4bcdb4450b02fe300e5b570788b23', 'date' => '19 Jul 2018', ), - 1 => + 1 => array ( 'filename' => 'php-5.6.37.tar.gz', 'name' => 'PHP 5.6.37 (tar.gz)', 'sha256' => 'b7ec077f35ef3a8cdd33c29124140b1761111a1429878b4c463bb20d2a31b184', 'date' => '19 Jul 2018', ), - 2 => + 2 => array ( 'filename' => 'php-5.6.37.tar.xz', 'name' => 'PHP 5.6.37 (tar.xz)', @@ -7184,29 +7184,29 @@ $OLDRELEASES = array ( 'date' => '19 Jul 2018', 'museum' => false, ), - '5.6.36' => + '5.6.36' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_6_36.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.6.36.tar.bz2', 'name' => 'PHP 5.6.36 (tar.bz2)', 'sha256' => '626a0e3f5d8a0e686a2b930f0dd3a0601fe3dcb5e43dd0e8c3fab631e64e172a', 'date' => '26 Apr 2018', ), - 1 => + 1 => array ( 'filename' => 'php-5.6.36.tar.gz', 'name' => 'PHP 5.6.36 (tar.gz)', 'sha256' => '06086a8b6a9964ef8009c4d9176b4eeb0c564ea39c1213f015e24f3466d2d69f', 'date' => '26 Apr 2018', ), - 2 => + 2 => array ( 'filename' => 'php-5.6.36.tar.xz', 'name' => 'PHP 5.6.36 (tar.xz)', @@ -7217,29 +7217,29 @@ $OLDRELEASES = array ( 'date' => '26 Apr 2018', 'museum' => false, ), - '5.6.35' => + '5.6.35' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_6_35.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.6.35.tar.bz2', 'name' => 'PHP 5.6.35 (tar.bz2)', 'sha256' => 'ee78a7e9ca21d8ea394d037c55effff477a49dbae31c7753c547036f5bd73b92', 'date' => '29 Mar 2018', ), - 1 => + 1 => array ( 'filename' => 'php-5.6.35.tar.gz', 'name' => 'PHP 5.6.35 (tar.gz)', 'sha256' => 'dd0242304f510d48a5216dd2f5796bcf59e8e18366658259aaf205e1d63abf71', 'date' => '29 Mar 2018', ), - 2 => + 2 => array ( 'filename' => 'php-5.6.35.tar.xz', 'name' => 'PHP 5.6.35 (tar.xz)', @@ -7250,29 +7250,29 @@ $OLDRELEASES = array ( 'date' => '29 Mar 2018', 'museum' => false, ), - '5.6.34' => + '5.6.34' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_6_34.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.6.34.tar.bz2', 'name' => 'PHP 5.6.34 (tar.bz2)', 'sha256' => 'e19f499d8cee4b0b0780361ecb6a00c41654772a754803ab9ea866b8d47cf2cd', 'date' => '01 Mar 2018', ), - 1 => + 1 => array ( 'filename' => 'php-5.6.34.tar.gz', 'name' => 'PHP 5.6.34 (tar.gz)', 'sha256' => 'de28251ef6d7eb945eb7b770ff668b9f978d9adad52a8c763f6ee409a96732ea', 'date' => '01 Mar 2018', ), - 2 => + 2 => array ( 'filename' => 'php-5.6.34.tar.xz', 'name' => 'PHP 5.6.34 (tar.xz)', @@ -7283,29 +7283,29 @@ $OLDRELEASES = array ( 'date' => '01 Mar 2018', 'museum' => false, ), - '5.6.33' => + '5.6.33' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_6_33.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.6.33.tar.bz2', 'name' => 'PHP 5.6.33 (tar.bz2)', 'sha256' => '07f696a9761dcd839e2045c95c3a4d2ffb52c54417477cca9d30a14975b831cc', 'date' => '04 Jan 2018', ), - 1 => + 1 => array ( 'filename' => 'php-5.6.33.tar.gz', 'name' => 'PHP 5.6.33 (tar.gz)', 'sha256' => 'bedfac81cfaa25961812a1aec458c4109411a14991b43a416343ffb830b8da6a', 'date' => '04 Jan 2018', ), - 2 => + 2 => array ( 'filename' => 'php-5.6.33.tar.xz', 'name' => 'PHP 5.6.33 (tar.xz)', @@ -7316,29 +7316,29 @@ $OLDRELEASES = array ( 'date' => '04 Jan 2018', 'museum' => false, ), - '5.6.32' => + '5.6.32' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_6_32.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.6.32.tar.bz2', 'name' => 'PHP 5.6.32 (tar.bz2)', 'sha256' => '3ee44e7a5fa42b563652b3ea0d3487bc236fcc9e5ea74b583775cab867abcb51', 'date' => '26 Oct 2017', ), - 1 => + 1 => array ( 'filename' => 'php-5.6.32.tar.gz', 'name' => 'PHP 5.6.32 (tar.gz)', 'sha256' => '7bef1ae8cd633df5b9c5964262d276d2dc21acbfcd94022d1e2084d199315df4', 'date' => '26 Oct 2017', ), - 2 => + 2 => array ( 'filename' => 'php-5.6.32.tar.xz', 'name' => 'PHP 5.6.32 (tar.xz)', @@ -7349,29 +7349,29 @@ $OLDRELEASES = array ( 'date' => '26 Oct 2017', 'museum' => false, ), - '5.6.31' => + '5.6.31' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_6_31.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.6.31.tar.bz2', 'name' => 'PHP 5.6.31 (tar.bz2)', 'sha256' => '8f397169cb65f0539f3bcb04060f97770d73e19074a37bd2c58b98ebf6ecb10f', 'date' => '06 Jul 2017', ), - 1 => + 1 => array ( 'filename' => 'php-5.6.31.tar.gz', 'name' => 'PHP 5.6.31 (tar.gz)', 'sha256' => '6687ed2f09150b2ad6b3780ff89715891f83a9c331e69c90241ef699dec4c43f', 'date' => '06 Jul 2017', ), - 2 => + 2 => array ( 'filename' => 'php-5.6.31.tar.xz', 'name' => 'PHP 5.6.31 (tar.xz)', @@ -7382,29 +7382,29 @@ $OLDRELEASES = array ( 'date' => '06 Jul 2017', 'museum' => false, ), - '5.6.30' => + '5.6.30' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_6_30.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.6.30.tar.bz2', 'name' => 'PHP 5.6.30 (tar.bz2)', 'sha256' => 'a105c293fa1dbff118b5b0ca74029e6c461f8c78f49b337a2a98be9e32c27906', 'date' => '19 Jan 2017', ), - 1 => + 1 => array ( 'filename' => 'php-5.6.30.tar.gz', 'name' => 'PHP 5.6.30 (tar.gz)', 'sha256' => '8bc7d93e4c840df11e3d9855dcad15c1b7134e8acf0cf3b90b932baea2d0bde2', 'date' => '19 Jan 2017', ), - 2 => + 2 => array ( 'filename' => 'php-5.6.30.tar.xz', 'name' => 'PHP 5.6.30 (tar.xz)', @@ -7415,29 +7415,29 @@ $OLDRELEASES = array ( 'date' => '19 Jan 2017', 'museum' => false, ), - '5.6.29' => + '5.6.29' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_6_29.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.6.29.tar.bz2', 'name' => 'PHP 5.6.29 (tar.bz2)', 'sha256' => '499b844c8aa7be064c111692e51a093ba94e54d2d9abb01e70ea76183a1825bb', 'date' => '08 Dec 2016', ), - 1 => + 1 => array ( 'filename' => 'php-5.6.29.tar.gz', 'name' => 'PHP 5.6.29 (tar.gz)', 'sha256' => '0b1b939129a7286c5a474ac2cf845b979477f26dff36639e04022def9e252574', 'date' => '08 Dec 2016', ), - 2 => + 2 => array ( 'filename' => 'php-5.6.29.tar.xz', 'name' => 'PHP 5.6.29 (tar.xz)', @@ -7448,29 +7448,29 @@ $OLDRELEASES = array ( 'date' => '08 Dec 2016', 'museum' => false, ), - '5.6.28' => + '5.6.28' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_6_28.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.6.28.tar.bz2', 'name' => 'PHP 5.6.28 (tar.bz2)', 'sha256' => 'c55ea3f4aad5a0b65631d01c4468930fd981ad208ffcd242acdf731bcb47548f', 'date' => '10 Nov 2016', ), - 1 => + 1 => array ( 'filename' => 'php-5.6.28.tar.gz', 'name' => 'PHP 5.6.28 (tar.gz)', 'sha256' => '27a47ac15e0868d51181d3909cfe3c63ae9b643a3ab40dc30a75b5b500bce500', 'date' => '10 Nov 2016', ), - 2 => + 2 => array ( 'filename' => 'php-5.6.28.tar.xz', 'name' => 'PHP 5.6.28 (tar.xz)', @@ -7481,29 +7481,29 @@ $OLDRELEASES = array ( 'date' => '10 Nov 2016', 'museum' => false, ), - '5.6.27' => + '5.6.27' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_6_27.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.6.27.tar.bz2', 'name' => 'PHP 5.6.27 (tar.bz2)', 'sha256' => '3b77d3a067b6e9cc7bb282d4d5b0e6eeb0623a828bb0479241e3b030446f2a3c', 'date' => '13 Oct 2016', ), - 1 => + 1 => array ( 'filename' => 'php-5.6.27.tar.gz', 'name' => 'PHP 5.6.27 (tar.gz)', 'sha256' => '3e6cecec615907587a2b35fa8e7f915f038034dc57530734c2b94d381e664a1a', 'date' => '13 Oct 2016', ), - 2 => + 2 => array ( 'filename' => 'php-5.6.27.tar.xz', 'name' => 'PHP 5.6.27 (tar.xz)', @@ -7514,29 +7514,29 @@ $OLDRELEASES = array ( 'date' => '13 Oct 2016', 'museum' => false, ), - '5.6.26' => + '5.6.26' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_6_26.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.6.26.tar.bz2', 'name' => 'PHP 5.6.26 (tar.bz2)', 'sha256' => 'd47aab8083a4284b905777e1b45dd7735adc53be827b29f896684750ac8b6236', 'date' => '15 Sep 2016', ), - 1 => + 1 => array ( 'filename' => 'php-5.6.26.tar.gz', 'name' => 'PHP 5.6.26 (tar.gz)', 'sha256' => 'f76b6cc23739d9dabf875aee57d91ae73f15e88ddf78803369b8b4728b19b924', 'date' => '15 Sep 2016', ), - 2 => + 2 => array ( 'filename' => 'php-5.6.26.tar.xz', 'name' => 'PHP 5.6.26 (tar.xz)', @@ -7547,29 +7547,29 @@ $OLDRELEASES = array ( 'date' => '15 Sep 2016', 'museum' => false, ), - '5.6.25' => + '5.6.25' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_6_25.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.6.25.tar.bz2', 'name' => 'PHP 5.6.25 (tar.bz2)', 'sha256' => '58ce6032aced7f3e42ced492bd9820e5b3f2a3cd3ef71429aa92fd7b3eb18dde', 'date' => '18 Aug 2016', ), - 1 => + 1 => array ( 'filename' => 'php-5.6.25.tar.gz', 'name' => 'PHP 5.6.25 (tar.gz)', 'sha256' => '733f1c811d51c2d4031a0c058dc94d09d03858d781ca2eb2cce78853bc76db58', 'date' => '18 Aug 2016', ), - 2 => + 2 => array ( 'filename' => 'php-5.6.25.tar.xz', 'name' => 'PHP 5.6.25 (tar.xz)', @@ -7580,29 +7580,29 @@ $OLDRELEASES = array ( 'date' => '18 Aug 2016', 'museum' => false, ), - '5.6.24' => + '5.6.24' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_6_24.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.6.24.tar.bz2', 'name' => 'PHP 5.6.24 (tar.bz2)', 'sha256' => 'bf23617ec3ed0a125ec8bde2b7bca9d3804b2ff4df8de192890c84dc9fac38c6', 'date' => '21 Jul 2016', ), - 1 => + 1 => array ( 'filename' => 'php-5.6.24.tar.gz', 'name' => 'PHP 5.6.24 (tar.gz)', 'sha256' => '5f8b2e4e00360fee6eb1b89447266ae45993265955bd1ea9866270d75cdb6ec1', 'date' => '21 Jul 2016', ), - 2 => + 2 => array ( 'filename' => 'php-5.6.24.tar.xz', 'name' => 'PHP 5.6.24 (tar.xz)', @@ -7613,29 +7613,29 @@ $OLDRELEASES = array ( 'date' => '21 Jul 2016', 'museum' => false, ), - '5.5.38' => + '5.5.38' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_5_38.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.5.38.tar.bz2', 'name' => 'PHP 5.5.38 (tar.bz2)', 'sha256' => '473c81ebb2e48ca468caee031762266651843d7227c18a824add9b07b9393e38', 'date' => '21 Jul 2016', ), - 1 => + 1 => array ( 'filename' => 'php-5.5.38.tar.gz', 'name' => 'PHP 5.5.38 (tar.gz)', 'sha256' => '4f458c9b504269615715a62f182b7c2f89bb8284f484befc221b56a1571b506e', 'date' => '21 Jul 2016', ), - 2 => + 2 => array ( 'filename' => 'php-5.5.38.tar.xz', 'name' => 'PHP 5.5.38 (tar.xz)', @@ -7646,29 +7646,29 @@ $OLDRELEASES = array ( 'date' => '21 Jul 2016', 'museum' => false, ), - '5.6.23' => + '5.6.23' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_6_23.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.6.23.tar.bz2', 'name' => 'PHP 5.6.23 (tar.bz2)', 'sha256' => 'facd280896d277e6f7084b60839e693d4db68318bfc92085d3dc0251fd3558c7', 'date' => '23 Jun 2016', ), - 1 => + 1 => array ( 'filename' => 'php-5.6.23.tar.gz', 'name' => 'PHP 5.6.23 (tar.gz)', 'sha256' => '5f2274a13970887e8c81500c2afe292d51c3524d1a06554b0a87c74ce0a24ffe', 'date' => '23 Jun 2016', ), - 2 => + 2 => array ( 'filename' => 'php-5.6.23.tar.xz', 'name' => 'PHP 5.6.23 (tar.xz)', @@ -7679,29 +7679,29 @@ $OLDRELEASES = array ( 'date' => '23 Jun 2016', 'museum' => false, ), - '5.5.37' => + '5.5.37' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_5_37.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.5.37.tar.bz2', 'name' => 'PHP 5.5.37 (tar.bz2)', 'sha256' => 'd2380ebe46caf17f2c4cd055867d00a82e6702dc5f62dc29ce864a5742905d88', 'date' => '23 Jun 2016', ), - 1 => + 1 => array ( 'filename' => 'php-5.5.37.tar.gz', 'name' => 'PHP 5.5.37 (tar.gz)', 'sha256' => '7cef04b549fdbe00c26dc785b6ba10439672a1596db518fc46632ecba45f44b9', 'date' => '23 Jun 2016', ), - 2 => + 2 => array ( 'filename' => 'php-5.5.37.tar.xz', 'name' => 'PHP 5.5.37 (tar.xz)', @@ -7712,29 +7712,29 @@ $OLDRELEASES = array ( 'date' => '23 Jun 2016', 'museum' => false, ), - '5.5.36' => + '5.5.36' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_5_36.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.5.36.tar.bz2', 'name' => 'PHP 5.5.36 (tar.bz2)', 'sha256' => '2484edfaa3de606d74f927b55c5206f51b1ae24ea8e428aa9fc15474c7bb71bb', 'date' => '26 May 2016', ), - 1 => + 1 => array ( 'filename' => 'php-5.5.36.tar.gz', 'name' => 'PHP 5.5.36 (tar.gz)', 'sha256' => 'ef829f9a9600a858e2363533b80c4e4773505bdc8ea3692d703fc893f267728a', 'date' => '26 May 2016', ), - 2 => + 2 => array ( 'filename' => 'php-5.5.36.tar.xz', 'name' => 'PHP 5.5.36 (tar.xz)', @@ -7745,29 +7745,29 @@ $OLDRELEASES = array ( 'date' => '26 May 2016', 'museum' => false, ), - '5.6.22' => + '5.6.22' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_6_22.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.6.22.tar.bz2', 'name' => 'PHP 5.6.22 (tar.bz2)', 'sha256' => '90da8a80cc52fa699cf2bfa4c6fa737c772df7c92b81ef483460aa3b1e9f88c6', 'date' => '26 May 2016', ), - 1 => + 1 => array ( 'filename' => 'php-5.6.22.tar.gz', 'name' => 'PHP 5.6.22 (tar.gz)', 'sha256' => '4ce0f58c3842332c4e3bb2ec1c936c6817294273abaa37ea0ef7ca2a68cf9b21', 'date' => '26 May 2016', ), - 2 => + 2 => array ( 'filename' => 'php-5.6.22.tar.xz', 'name' => 'PHP 5.6.22 (tar.xz)', @@ -7778,29 +7778,29 @@ $OLDRELEASES = array ( 'date' => '26 May 2016', 'museum' => false, ), - '5.6.21' => + '5.6.21' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_6_21.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.6.21.tar.bz2', 'name' => 'PHP 5.6.21 (tar.bz2)', 'sha256' => 'b4ed7ab574b689fd6d6494fde954826c06efc85c505e017b8d776c7c7f479590', 'date' => '28 Apr 2016', ), - 1 => + 1 => array ( 'filename' => 'php-5.6.21.tar.gz', 'name' => 'PHP 5.6.21 (tar.gz)', 'sha256' => '5997668c1f6f2d86a59cf75cc86b4a94687884614dec481fad7e13a76b70fcd5', 'date' => '28 Apr 2016', ), - 2 => + 2 => array ( 'filename' => 'php-5.6.21.tar.xz', 'name' => 'PHP 5.6.21 (tar.xz)', @@ -7811,29 +7811,29 @@ $OLDRELEASES = array ( 'date' => '28 Apr 2016', 'museum' => false, ), - '5.5.35' => + '5.5.35' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_5_35.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.5.35.tar.bz2', 'name' => 'PHP 5.5.35 (tar.bz2)', 'sha256' => '2d648dd648e820fd64693ce72f9bf07064d147220e594e39fb9f6310238258d7', 'date' => '28 Apr 2016', ), - 1 => + 1 => array ( 'filename' => 'php-5.5.35.tar.gz', 'name' => 'PHP 5.5.35 (tar.gz)', 'sha256' => '21e10a49c62ab34a7edc976af686a952e70142f19135ca8da67758e1c8c3df30', 'date' => '28 Apr 2016', ), - 2 => + 2 => array ( 'filename' => 'php-5.5.35.tar.xz', 'name' => 'PHP 5.5.35 (tar.xz)', @@ -7844,29 +7844,29 @@ $OLDRELEASES = array ( 'date' => '31 Mar 2016', 'museum' => false, ), - '5.6.20' => + '5.6.20' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_6_20.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.6.20.tar.bz2', 'name' => 'PHP 5.6.20 (tar.bz2)', 'sha256' => '5ac7bf7caec7a79b18cf458e786fd1609ad2da771224b80bc15cc6f01b22bf1f', 'date' => '31 Mar 2016', ), - 1 => + 1 => array ( 'filename' => 'php-5.6.20.tar.gz', 'name' => 'PHP 5.6.20 (tar.gz)', 'sha256' => '9a7ec6e1080ee93dcbe7df3e49ea1c3c3da5fc2258aff763f39ab3786baf8d56', 'date' => '31 Mar 2016', ), - 2 => + 2 => array ( 'filename' => 'php-5.6.20.tar.xz', 'name' => 'PHP 5.6.20 (tar.xz)', @@ -7877,29 +7877,29 @@ $OLDRELEASES = array ( 'date' => '31 Mar 2016', 'museum' => false, ), - '5.5.34' => + '5.5.34' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_5_34.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.5.34.tar.bz2', 'name' => 'PHP 5.5.34 (tar.bz2)', 'sha256' => 'af88884416a92619de842ad0fd23f7f7e8140efb0b9194f98a38a78781e5851c', 'date' => '31 Mar 2016', ), - 1 => + 1 => array ( 'filename' => 'php-5.5.34.tar.gz', 'name' => 'PHP 5.5.34 (tar.gz)', 'sha256' => '0e573b406441294b233e35e1f2e12d7896d68457e3e10bf6e1f4825e75271cca', 'date' => '31 Mar 2016', ), - 2 => + 2 => array ( 'filename' => 'php-5.5.34.tar.xz', 'name' => 'PHP 5.5.34 (tar.xz)', @@ -7910,29 +7910,29 @@ $OLDRELEASES = array ( 'date' => '31 Mar 2016', 'museum' => false, ), - '5.6.19' => + '5.6.19' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_6_19.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.6.19.tar.bz2', 'name' => 'PHP 5.6.19 (tar.bz2)', 'sha256' => '2a24a3f84971680ac0a4c71050067de4f76ee235aa4a041fae21bfa69975c168', 'date' => '03 Mar 2016', ), - 1 => + 1 => array ( 'filename' => 'php-5.6.19.tar.gz', 'name' => 'PHP 5.6.19 (tar.gz)', 'sha256' => 'fce49cddac9337f0c83afbafac5acfb82ba9f876a5a880c88240feac8c9b7a22', 'date' => '03 Mar 2016', ), - 2 => + 2 => array ( 'filename' => 'php-5.6.19.tar.xz', 'name' => 'PHP 5.6.19 (tar.xz)', @@ -7943,29 +7943,29 @@ $OLDRELEASES = array ( 'date' => '03 Mar 2016', 'museum' => false, ), - '5.5.33' => + '5.5.33' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_5_33.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.5.33.tar.bz2', 'name' => 'PHP 5.5.33 (tar.bz2)', 'sha256' => 'c490b1ed4df596b48eb68f630d89ca512945e2650840e7dace1119cc7e600aa9', 'date' => '03 Mar 2016', ), - 1 => + 1 => array ( 'filename' => 'php-5.5.33.tar.gz', 'name' => 'PHP 5.5.33 (tar.gz)', 'sha256' => 'd2747bcf2cc94f652ac216f522904863a22042c66fabcf82ad7449d261d7a45b', 'date' => '03 Mar 2016', ), - 2 => + 2 => array ( 'filename' => 'php-5.5.33.tar.xz', 'name' => 'PHP 5.5.33 (tar.xz)', @@ -7976,29 +7976,29 @@ $OLDRELEASES = array ( 'date' => '03 Mar 2016', 'museum' => false, ), - '5.6.18' => + '5.6.18' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_6_18.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.6.18.tar.bz2', 'name' => 'PHP 5.6.18 (tar.bz2)', 'sha256' => 'c3cd4a29a9562309d36e2b128407d6eaa5c7dde590d2b1a464457383e517f4ed', 'date' => '04 Feb 2016', ), - 1 => + 1 => array ( 'filename' => 'php-5.6.18.tar.gz', 'name' => 'PHP 5.6.18 (tar.gz)', 'sha256' => '76da4150dc2da86b7b63b1aad3c20d1d11964796251ac0dd4d26d0a3f5045015', 'date' => '04 Feb 2016', ), - 2 => + 2 => array ( 'filename' => 'php-5.6.18.tar.xz', 'name' => 'PHP 5.6.18 (tar.xz)', @@ -8009,29 +8009,29 @@ $OLDRELEASES = array ( 'date' => '04 Feb 2016', 'museum' => false, ), - '5.5.32' => + '5.5.32' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_5_32.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.5.32.tar.bz2', 'name' => 'PHP 5.5.32 (tar.bz2)', 'sha256' => 'b0f2c108db8e05db9f6366aaba9a754fd0ee31f3f86ee889561b608dfd6e92ee', 'date' => '04 Feb 2016', ), - 1 => + 1 => array ( 'filename' => 'php-5.5.32.tar.gz', 'name' => 'PHP 5.5.32 (tar.gz)', 'sha256' => '419aa62a68a640192799928a29e5cd4cd5b965458223bea2b3209a68c3e95989', 'date' => '04 Feb 2016', ), - 2 => + 2 => array ( 'filename' => 'php-5.5.32.tar.xz', 'name' => 'PHP 5.5.32 (tar.xz)', @@ -8042,29 +8042,29 @@ $OLDRELEASES = array ( 'date' => '04 Feb 2016', 'museum' => false, ), - '5.6.17' => + '5.6.17' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_6_17.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.6.17.tar.bz2', 'name' => 'PHP 5.6.17 (tar.bz2)', 'sha256' => '77b45f56a1e63e75bb22b42cfb8b438ec4083c59ce774b4d7c1685544b7add3b', 'date' => '07 Jan 2016', ), - 1 => + 1 => array ( 'filename' => 'php-5.6.17.tar.gz', 'name' => 'PHP 5.6.17 (tar.gz)', 'sha256' => 'f5036535651e919415f4b6589391c95e4ff48f2d391818251c45da216791aac8', 'date' => '07 Jan 2016', ), - 2 => + 2 => array ( 'filename' => 'php-5.6.17.tar.xz', 'name' => 'PHP 5.6.17 (tar.xz)', @@ -8075,29 +8075,29 @@ $OLDRELEASES = array ( 'date' => '07 Jan 2016', 'museum' => false, ), - '5.5.31' => + '5.5.31' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_5_31.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.5.31.tar.bz2', 'name' => 'PHP 5.5.31 (tar.bz2)', 'sha256' => 'fb4a382b9a9dceb749b7ef047d8251320bc8d371c843714e5b4f4b70d61ba277', 'date' => '07 Jan 2016', ), - 1 => + 1 => array ( 'filename' => 'php-5.5.31.tar.gz', 'name' => 'PHP 5.5.31 (tar.gz)', 'sha256' => '59a4417029ba5497d17ee02b65f419129ecf9ca8a1d864e0bccd5a3d4407a597', 'date' => '07 Jan 2016', ), - 2 => + 2 => array ( 'filename' => 'php-5.5.31.tar.xz', 'name' => 'PHP 5.5.31 (tar.xz)', @@ -8108,29 +8108,29 @@ $OLDRELEASES = array ( 'date' => '07 Jan 2016', 'museum' => false, ), - '5.6.16' => + '5.6.16' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_6_16.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.6.16.tar.bz2', 'name' => 'PHP 5.6.16 (tar.bz2)', 'sha256' => '4fe6f40964c1bfaba05fc144ba20a2cdad33e11685f4f101ea5a48b98bbcd2ae', 'date' => '26 Nov 2015', ), - 1 => + 1 => array ( 'filename' => 'php-5.6.16.tar.gz', 'name' => 'PHP 5.6.16 (tar.gz)', 'sha256' => 'b6618df6b11a275fa28596f1775727679f8492e100f3bd488d8a8bfbfc19349f', 'date' => '26 Nov 2015', ), - 2 => + 2 => array ( 'filename' => 'php-5.6.16.tar.xz', 'name' => 'PHP 5.6.16 (tar.xz)', @@ -8141,29 +8141,29 @@ $OLDRELEASES = array ( 'date' => '26 Nov 2015', 'museum' => false, ), - '5.5.30' => + '5.5.30' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_5_30.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.5.30.tar.bz2', 'name' => 'PHP 5.5.30 (tar.bz2)', 'sha256' => 'e7332a713cecdd1cb44a1b1336739885c9789f633f0f51236b25e48ab03c3b29', 'date' => '01 Oct 2015', ), - 1 => + 1 => array ( 'filename' => 'php-5.5.30.tar.gz', 'name' => 'PHP 5.5.30 (tar.gz)', 'sha256' => '8ad57f4317391354e66c83d26752f67515b2e923277eb97b2b420dfeff3c1007', 'date' => '01 Oct 2015', ), - 2 => + 2 => array ( 'filename' => 'php-5.5.30.tar.xz', 'name' => 'PHP 5.5.30 (tar.xz)', @@ -8174,29 +8174,29 @@ $OLDRELEASES = array ( 'date' => '01 Oct 2015', 'museum' => false, ), - '5.6.15' => + '5.6.15' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_6_15.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.6.15.tar.bz2', 'name' => 'PHP 5.6.15 (tar.bz2)', 'sha256' => '11a0645c4d4b749e256da1e0d6df89dd886b5b06b83c914d942653661dbd1c38', 'date' => '29 Oct 2015', ), - 1 => + 1 => array ( 'filename' => 'php-5.6.15.tar.gz', 'name' => 'PHP 5.6.15 (tar.gz)', 'sha256' => 'bb2d4c226a4897b7c3659c2538a87aef7ec104f58f5ae930a263dd77fb8ebc40', 'date' => '29 Oct 2015', ), - 2 => + 2 => array ( 'filename' => 'php-5.6.15.tar.xz', 'name' => 'PHP 5.6.15 (tar.xz)', @@ -8207,29 +8207,29 @@ $OLDRELEASES = array ( 'date' => '29 Oct 2015', 'museum' => false, ), - '5.6.14' => + '5.6.14' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_6_14.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.6.14.tar.bz2', 'name' => 'PHP 5.6.14 (tar.bz2)', 'sha256' => '36f295f11641c1839a5df00e693f685fd134c65e8a1d46e8ee0abae8662b2eb0', 'date' => '01 Oct 2015', ), - 1 => + 1 => array ( 'filename' => 'php-5.6.14.tar.gz', 'name' => 'PHP 5.6.14 (tar.gz)', 'sha256' => '29baf7ffca644f7f8e86028c40275b9e460342bdf9562d45f8f0498899cb738d', 'date' => '01 Oct 2015', ), - 2 => + 2 => array ( 'filename' => 'php-5.6.14.tar.xz', 'name' => 'PHP 5.6.14 (tar.xz)', @@ -8240,29 +8240,29 @@ $OLDRELEASES = array ( 'date' => '01 Oct 2015', 'museum' => false, ), - '5.6.13' => + '5.6.13' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_6_13.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.6.13.tar.bz2', 'name' => 'PHP 5.6.13 (tar.bz2)', 'sha256' => '6358837c9cbab41b91ede59dbf0670ae0fb925a1369ecbc1a44a27212420f893', 'date' => '03 Sep 2015', ), - 1 => + 1 => array ( 'filename' => 'php-5.6.13.tar.gz', 'name' => 'PHP 5.6.13 (tar.gz)', 'sha256' => '92acc6c067f5e015a6881b4119eafec10eca11722e810f2c2083f72e17119bcf', 'date' => '03 Sep 2015', ), - 2 => + 2 => array ( 'filename' => 'php-5.6.13.tar.xz', 'name' => 'PHP 5.6.13 (tar.xz)', @@ -8273,29 +8273,29 @@ $OLDRELEASES = array ( 'date' => '03 Sep 2015', 'museum' => false, ), - '5.5.29' => + '5.5.29' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_5_29.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.5.29.tar.bz2', 'name' => 'PHP 5.5.29 (tar.bz2)', 'sha256' => 'fbcee579ecc77cad6960a541116aee669cf145c2cd9a54bf60503a870843b946', 'date' => '03 Sep 2015', ), - 1 => + 1 => array ( 'filename' => 'php-5.5.29.tar.gz', 'name' => 'PHP 5.5.29 (tar.gz)', 'sha256' => 'c25a4c4eae558cc9899d2994813dd272eafff9466926f30821a83edaafe620a9', 'date' => '03 Sep 2015', ), - 2 => + 2 => array ( 'filename' => 'php-5.5.29.tar.xz', 'name' => 'PHP 5.5.29 (tar.xz)', @@ -8306,29 +8306,29 @@ $OLDRELEASES = array ( 'date' => '03 Sep 2015', 'museum' => false, ), - '5.5.28' => + '5.5.28' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_5_28.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.5.28.tar.bz2', 'name' => 'PHP 5.5.28 (tar.bz2)', 'sha256' => '197d2c572e030c177e53d3763d59ac6d363d7c78dc22e6cc1e2ac65573d9c2f3', 'date' => '06 Aug 2015', ), - 1 => + 1 => array ( 'filename' => 'php-5.5.28.tar.gz', 'name' => 'PHP 5.5.28 (tar.gz)', 'sha256' => '6084f25a39ab2f79ade46bf0258a1cd6c9bbb09a106b40dd996dbdf8cd3b08f2', 'date' => '06 Aug 2015', ), - 2 => + 2 => array ( 'filename' => 'php-5.5.28.tar.xz', 'name' => 'PHP 5.5.28 (tar.xz)', @@ -8339,29 +8339,29 @@ $OLDRELEASES = array ( 'date' => '06 Aug 2015', 'museum' => false, ), - '5.6.12' => + '5.6.12' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_6_12.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.6.12.tar.bz2', 'name' => 'PHP 5.6.12 (tar.bz2)', 'sha256' => '6f27104272af7b2a996f85e4100fac627630fbdaf39d7bd263f16cf529c8853a', 'date' => '06 Aug 2015', ), - 1 => + 1 => array ( 'filename' => 'php-5.6.12.tar.gz', 'name' => 'PHP 5.6.12 (tar.gz)', 'sha256' => '7799b42606c1770d1ad90bfc7521d2b6c294c4c27dcf1a206dee562533b4f984', 'date' => '06 Aug 2015', ), - 2 => + 2 => array ( 'filename' => 'php-5.6.12.tar.xz', 'name' => 'PHP 5.6.12 (tar.xz)', @@ -8372,29 +8372,29 @@ $OLDRELEASES = array ( 'date' => '06 Aug 2015', 'museum' => false, ), - '5.6.11' => + '5.6.11' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_6_11.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.6.11.tar.bz2', 'name' => 'PHP 5.6.11 (tar.bz2)', 'sha256' => 'bd6b260816764c267244749ead07482120dbf8d1920ebbbb0dcb2aa411033866', 'date' => '10 Jul 2015', ), - 1 => + 1 => array ( 'filename' => 'php-5.6.11.tar.gz', 'name' => 'PHP 5.6.11 (tar.gz)', 'sha256' => '85916b46c0d1f2a5315c84fb2773293f4084c3676ba4ed420d0432cbb60ff9d8', 'date' => '10 Jul 2015', ), - 2 => + 2 => array ( 'filename' => 'php-5.6.11.tar.xz', 'name' => 'PHP 5.6.11 (tar.xz)', @@ -8405,29 +8405,29 @@ $OLDRELEASES = array ( 'date' => '10 Jul 2015', 'museum' => false, ), - '5.5.27' => + '5.5.27' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_5_27.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.5.27.tar.bz2', 'name' => 'PHP 5.5.27 (tar.bz2)', 'sha256' => 'c4b4c6a534c0ca67a9ae39bec4f51e52d13e820135dd016eae230e15337e1f70', 'date' => '09 Jul 2015', ), - 1 => + 1 => array ( 'filename' => 'php-5.5.27.tar.gz', 'name' => 'PHP 5.5.27 (tar.gz)', 'sha256' => '57cc716ebb37a62654c154582e48a282055b08ce91995c79b0be41b9940237f0', 'date' => '09 Jul 2015', ), - 2 => + 2 => array ( 'filename' => 'php-5.5.27.tar.xz', 'name' => 'PHP 5.5.27 (tar.xz)', @@ -8438,29 +8438,29 @@ $OLDRELEASES = array ( 'date' => '09 Jul 2015', 'museum' => false, ), - '5.6.10' => + '5.6.10' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_6_10.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.6.10.tar.bz2', 'name' => 'PHP 5.6.10 (tar.bz2)', 'sha256' => '0a579c81c724ea41815eee0caa8ea7d8eeb302458519d8cc4fc5b055577c8c45', 'date' => '11 Jun 2015', ), - 1 => + 1 => array ( 'filename' => 'php-5.6.10.tar.gz', 'name' => 'PHP 5.6.10 (tar.gz)', 'sha256' => '7759d6e178be524085e1482921748c14d11cbd0a133ba8aabb96c391ce7ed3fc', 'date' => '11 Jun 2015', ), - 2 => + 2 => array ( 'filename' => 'php-5.6.10.tar.xz', 'name' => 'PHP 5.6.10 (tar.xz)', @@ -8471,29 +8471,29 @@ $OLDRELEASES = array ( 'date' => '11 Jun 2015', 'museum' => false, ), - '5.5.26' => + '5.5.26' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_5_26.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.5.26.tar.bz2', 'name' => 'PHP 5.5.26 (tar.bz2)', 'sha256' => '816afffdb03ff4c542bc172a2f77f9c69b817df82d60cce05c1b4f578c2c926e', 'date' => '11 Jun 2015', ), - 1 => + 1 => array ( 'filename' => 'php-5.5.26.tar.gz', 'name' => 'PHP 5.5.26 (tar.gz)', 'sha256' => 'bee980d433bab99d07ee2bf6f2dcb87d746e49d57adec7d0ce7edb39306695ec', 'date' => '11 Jun 2015', ), - 2 => + 2 => array ( 'filename' => 'php-5.5.26.tar.xz', 'name' => 'PHP 5.5.26 (tar.xz)', @@ -8504,29 +8504,29 @@ $OLDRELEASES = array ( 'date' => '11 Jun 2015', 'museum' => false, ), - '5.6.9' => + '5.6.9' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_6_9.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.6.9.tar.bz2', 'name' => 'PHP 5.6.9 (tar.bz2)', 'sha256' => '19d3b87b7b8bba3be24cf6d757d16b723a98881c3af8d15469fd25501e9abcb9', 'date' => '14 May 2015', ), - 1 => + 1 => array ( 'filename' => 'php-5.6.9.tar.gz', 'name' => 'PHP 5.6.9 (tar.gz)', 'sha256' => '49527ba66357fe65bcd463dfb8dcff1b8879419f88b3c334f50696a2aceacb87', 'date' => '14 May 2015', ), - 2 => + 2 => array ( 'filename' => 'php-5.6.9.tar.xz', 'name' => 'PHP 5.6.9 (tar.xz)', @@ -8537,29 +8537,29 @@ $OLDRELEASES = array ( 'date' => '14 May 2015', 'museum' => false, ), - '5.5.25' => + '5.5.25' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_5_25.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.5.25.tar.bz2', 'name' => 'PHP 5.5.25 (tar.bz2)', 'sha256' => '68df37e725ddd05675c0df906041038127938ecc52113a54d10e1e4029262c63', 'date' => '14 May 2015', ), - 1 => + 1 => array ( 'filename' => 'php-5.5.25.tar.gz', 'name' => 'PHP 5.5.25 (tar.gz)', 'sha256' => 'c9397f60bff139e0df441c5e2766108c5bc7ad690de136eb9f5b2f9bbf771240', 'date' => '14 May 2015', ), - 2 => + 2 => array ( 'filename' => 'php-5.5.25.tar.xz', 'name' => 'PHP 5.5.25 (tar.xz)', @@ -8570,29 +8570,29 @@ $OLDRELEASES = array ( 'date' => '14 May 2015', 'museum' => false, ), - '5.6.8' => + '5.6.8' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_6_8.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.6.8.tar.bz2', 'name' => 'PHP 5.6.8 (tar.bz2)', 'sha256' => '0af0045745d61eeb74a3ea744529a2481b27cb689da720e6c0250675043724e4', 'date' => '16 Apr 2015', ), - 1 => + 1 => array ( 'filename' => 'php-5.6.8.tar.gz', 'name' => 'PHP 5.6.8 (tar.gz)', 'sha256' => 'c5b1c75c5671c239473eb611129f33ac432a55a1c341990b70009a2aa3b8dbc3', 'date' => '16 Apr 2015', ), - 2 => + 2 => array ( 'filename' => 'php-5.6.8.tar.xz', 'name' => 'PHP 5.6.8 (tar.xz)', @@ -8603,29 +8603,29 @@ $OLDRELEASES = array ( 'date' => '16 Apr 2015', 'museum' => false, ), - '5.5.24' => + '5.5.24' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_5_24.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.5.24.tar.bz2', 'name' => 'PHP 5.5.24 (tar.bz2)', 'sha256' => '801b5cf2e0c01b07314d4ac3c8a7c28d524bdd8263ebdd0e33a99008251316a2', 'date' => '16 Apr 2015', ), - 1 => + 1 => array ( 'filename' => 'php-5.5.24.tar.gz', 'name' => 'PHP 5.5.24 (tar.gz)', 'sha256' => '43e6b83fe8151f8d2062ca4da915312fc92e47789801049231c705a8b29b05bc', 'date' => '16 Apr 2015', ), - 2 => + 2 => array ( 'filename' => 'php-5.5.24.tar.xz', 'name' => 'PHP 5.5.24 (tar.xz)', @@ -8636,29 +8636,29 @@ $OLDRELEASES = array ( 'date' => '16 Apr 2015', 'museum' => false, ), - '5.6.7' => + '5.6.7' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_6_7.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.6.7.tar.bz2', 'name' => 'PHP 5.6.7 (tar.bz2)', 'date' => '19 Mar 2015', 'sha256' => '02954fb74c61a7879d48ebdcd4ecb78aa0056f4215ca9b096232de28eb8f17bc', ), - 1 => + 1 => array ( 'filename' => 'php-5.6.7.tar.gz', 'name' => 'PHP 5.6.7 (tar.gz)', 'date' => '19 Mar 2015', 'sha256' => '11398540a582c876f5e070207231afde975eb49bb2eeae20b052e8ca325c0f47', ), - 2 => + 2 => array ( 'filename' => 'php-5.6.7.tar.xz', 'name' => 'PHP 5.6.7 (tar.xz)', @@ -8669,29 +8669,29 @@ $OLDRELEASES = array ( 'date' => '19 Mar 2015', 'museum' => false, ), - '5.5.23' => + '5.5.23' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_5_23.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.5.23.tar.bz2', 'name' => 'PHP 5.5.23 (tar.bz2)', 'date' => '20 Feb 2015', 'sha256' => 'a99ab264dcd40181baa9defeaa4b21eb2c20d4e9316b904cc05f628762e6ada7', ), - 1 => + 1 => array ( 'filename' => 'php-5.5.23.tar.gz', 'name' => 'PHP 5.5.23 (tar.gz)', 'date' => '20 Feb 2015', 'sha256' => 'bf1246d4aca5b1a4e26f5cea273565ad3ee4607f20b7f28a508e3cab1a4d0c82', ), - 2 => + 2 => array ( 'filename' => 'php-5.5.23.tar.xz', 'name' => 'PHP 5.5.23 (tar.xz)', @@ -8702,29 +8702,29 @@ $OLDRELEASES = array ( 'date' => '20 Feb 2015', 'museum' => false, ), - '5.6.6' => + '5.6.6' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_6_6.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.6.6.tar.bz2', 'name' => 'PHP 5.6.6 (tar.bz2)', 'date' => '19 Feb 2015', 'sha256' => '09625c9b65e0c8198dc76995a35f0feec0e13ea4489526e64a00954b12adbb4c', ), - 1 => + 1 => array ( 'filename' => 'php-5.6.6.tar.gz', 'name' => 'PHP 5.6.6 (tar.gz)', 'date' => '19 Feb 2015', 'sha256' => '164fb27bab0a0ca4902bc67d5f5638e43466c88153aee3b54546d8ec682ec03b', ), - 2 => + 2 => array ( 'filename' => 'php-5.6.6.tar.xz', 'name' => 'PHP 5.6.6 (tar.xz)', @@ -8735,29 +8735,29 @@ $OLDRELEASES = array ( 'date' => '19 Feb 2015', 'museum' => false, ), - '5.5.22' => + '5.5.22' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_5_22.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.5.22.tar.bz2', 'name' => 'PHP 5.5.22 (tar.bz2)', 'date' => '20 Feb 2015', 'sha256' => 'c218c184bef2905bc79fcdda6040f3d1738261395fb706396935d1c6f6e162bb', ), - 1 => + 1 => array ( 'filename' => 'php-5.5.22.tar.gz', 'name' => 'PHP 5.5.22 (tar.gz)', 'date' => '20 Feb 2015', 'sha256' => 'cb6174e1e74de233ec7b461302f823a7eacf7bcc946d347486c930e53f2b7db7', ), - 2 => + 2 => array ( 'filename' => 'php-5.5.22.tar.xz', 'name' => 'PHP 5.5.22 (tar.xz)', @@ -8768,29 +8768,29 @@ $OLDRELEASES = array ( 'date' => '20 Feb 2015', 'museum' => false, ), - '5.6.5' => + '5.6.5' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_6_5.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.6.5.tar.bz2', 'name' => 'PHP 5.6.5 (tar.bz2)', 'date' => '22 Jan 2015', 'sha256' => 'adab4c0775512a5ca0ae74e08efdc941d92529b75283e0f44d3f53822cdfd06d', ), - 1 => + 1 => array ( 'filename' => 'php-5.6.5.tar.gz', 'name' => 'PHP 5.6.5 (tar.gz)', 'date' => '22 Jan 2015', 'sha256' => 'f67c480bcf2f6f703ec8d8a772540f4a518f766b08d634d7a919402c13a636cf', ), - 2 => + 2 => array ( 'filename' => 'php-5.6.5.tar.xz', 'name' => 'PHP 5.6.5 (tar.xz)', @@ -8801,29 +8801,29 @@ $OLDRELEASES = array ( 'date' => '22 Jan 2015', 'museum' => false, ), - '5.5.21' => + '5.5.21' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_5_21.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.5.21.tar.bz2', 'name' => 'PHP 5.5.21 (tar.bz2)', 'date' => '22 Jan 2015', 'sha256' => '62e9429975c4ca5d7067a5052d5388fbf2ac8c51eeee581d59b04cc5a8da83fe', ), - 1 => + 1 => array ( 'filename' => 'php-5.5.21.tar.gz', 'name' => 'PHP 5.5.21 (tar.gz)', 'date' => '22 Jan 2015', 'sha256' => '45adba5b4d2519f6174b85fd5b07a77389f397603d84084bdd26c44b3d7dc8af', ), - 2 => + 2 => array ( 'filename' => 'php-5.5.21.tar.xz', 'name' => 'PHP 5.5.21 (tar.xz)', @@ -8834,29 +8834,29 @@ $OLDRELEASES = array ( 'date' => '22 Jan 2015', 'museum' => false, ), - '5.6.4' => + '5.6.4' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_6_4.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.6.4.tar.bz2', 'name' => 'PHP 5.6.4 (tar.bz2)', 'date' => '18 Dec 2014', 'sha256' => '576f9001b612f5ddc22f447311bbec321e2c959b6a52259d664c4ba04ef044f1', ), - 1 => + 1 => array ( 'filename' => 'php-5.6.4.tar.gz', 'name' => 'PHP 5.6.4 (tar.gz)', 'date' => '18 Dec 2014', 'sha256' => '9c318f10af598e3d0b306a00860cfeb13c34024a9032a59ff53e3cd3c7791e97', ), - 2 => + 2 => array ( 'filename' => 'php-5.6.4.tar.xz', 'name' => 'PHP 5.6.4 (tar.xz)', @@ -8867,29 +8867,29 @@ $OLDRELEASES = array ( 'date' => '18 Dec 2014', 'museum' => false, ), - '5.5.20' => + '5.5.20' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_5_20.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.5.20.tar.bz2', 'name' => 'PHP 5.5.20 (tar.bz2)', 'date' => '18 Dec 2014', 'sha256' => 'f28a150d1cd8991bd1a41dce4fdff4e343d1dbe01a48b9b44bea74532ce0391a', ), - 1 => + 1 => array ( 'filename' => 'php-5.5.20.tar.gz', 'name' => 'PHP 5.5.20 (tar.gz)', 'date' => '18 Dec 2014', 'sha256' => '7454e4f2dba3b08b2c88bb178e7bf704ed100f3d7ab6b83ea5046a6e4acb7295', ), - 2 => + 2 => array ( 'filename' => 'php-5.5.20.tar.xz', 'name' => 'PHP 5.5.20 (tar.xz)', @@ -8900,29 +8900,29 @@ $OLDRELEASES = array ( 'date' => '18 Dec 2014', 'museum' => false, ), - '5.6.3' => + '5.6.3' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_6_3.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.6.3.tar.bz2', 'name' => 'PHP 5.6.3 (tar.bz2)', 'date' => '13 Nov 2014', 'sha256' => '8986b20124d14430d795165e47801ef065a38d5855bea39d0d47b13ab9ad4009', ), - 1 => + 1 => array ( 'filename' => 'php-5.6.3.tar.gz', 'name' => 'PHP 5.6.3 (tar.gz)', 'date' => '13 Nov 2014', 'sha256' => '7ac79fe7ef50c2d5893375f5d8854909337adf1632e42bb08b36b66a0d8016a7', ), - 2 => + 2 => array ( 'filename' => 'php-5.6.3.tar.xz', 'name' => 'PHP 5.6.3 (tar.xz)', @@ -8933,29 +8933,29 @@ $OLDRELEASES = array ( 'date' => '13 Nov 2014', 'museum' => false, ), - '5.5.19' => + '5.5.19' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_5_19.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.5.19.tar.bz2', 'name' => 'PHP 5.5.19 (tar.bz2)', 'date' => '13 Nov 2014', 'sha256' => '4366dbb904cba8c8dd32224ac9408495d20aecaed86a871d78df420f5a23bbff', ), - 1 => + 1 => array ( 'filename' => 'php-5.5.19.tar.gz', 'name' => 'PHP 5.5.19 (tar.gz)', 'date' => '13 Nov 2014', 'sha256' => '8d39f224424f37644da913353f1e773c20b7fc55bb3cc81526c18f91d1d6394e', ), - 2 => + 2 => array ( 'filename' => 'php-5.5.19.tar.xz', 'name' => 'PHP 5.5.19 (tar.xz)', @@ -8966,29 +8966,29 @@ $OLDRELEASES = array ( 'date' => '13 Nov 2014', 'museum' => false, ), - '5.6.2' => + '5.6.2' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_6_2.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.6.2.tar.bz2', 'name' => 'PHP 5.6.2 (tar.bz2)', 'date' => '16 Oct 2014', 'sha256' => '671dcf1f636410c63bb9eb015c4c180d904f5436f81217be0adbf52da9becdb5', ), - 1 => + 1 => array ( 'filename' => 'php-5.6.2.tar.gz', 'name' => 'PHP 5.6.2 (tar.gz)', 'date' => '16 Oct 2014', 'sha256' => '4bb316831979317caf738bb9e2c590bf3b7951ce60c69b9ca33f26069d9a2f39', ), - 2 => + 2 => array ( 'filename' => 'php-5.6.2.tar.xz', 'name' => 'PHP 5.6.2 (tar.xz)', @@ -8999,29 +8999,29 @@ $OLDRELEASES = array ( 'date' => '16 Oct 2014', 'museum' => false, ), - '5.5.18' => + '5.5.18' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_5_18.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.5.18.tar.bz2', 'name' => 'PHP 5.5.18 (tar.bz2)', 'date' => '16 Oct 2014', 'sha256' => 'f974279927b72b672dda4ef4b4362b4847fd3d19ce1d4f2e982230a4e93bb842', ), - 1 => + 1 => array ( 'filename' => 'php-5.5.18.tar.gz', 'name' => 'PHP 5.5.18 (tar.gz)', 'date' => '16 Oct 2014', 'sha256' => '71f6445cc21c944a3b98592193c62e29a58af3fe26d097312502b4fd400286e4', ), - 2 => + 2 => array ( 'filename' => 'php-5.5.18.tar.xz', 'name' => 'PHP 5.5.18 (tar.xz)', @@ -9032,29 +9032,29 @@ $OLDRELEASES = array ( 'date' => '16 Oct 2014', 'museum' => false, ), - '5.6.1' => + '5.6.1' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_6_1.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.6.1.tar.bz2', 'name' => 'PHP 5.6.1 (tar.bz2)', 'date' => '02 Oct 2014', 'sha256' => '82c1ccd17830d697d7a4d75bb60ea12be58fa80b4dba101e97db1a6372ca45f0', ), - 1 => + 1 => array ( 'filename' => 'php-5.6.1.tar.gz', 'name' => 'PHP 5.6.1 (tar.gz)', 'date' => '02 Oct 2014', 'sha256' => 'e34f0ab6b1f431f3115f60094f6d7ded12a90db2361194b8ef9e6eff812db21c', ), - 2 => + 2 => array ( 'filename' => 'php-5.6.1.tar.xz', 'name' => 'PHP 5.6.1 (tar.xz)', @@ -9065,29 +9065,29 @@ $OLDRELEASES = array ( 'date' => '02 Oct 2014', 'museum' => false, ), - '5.5.17' => + '5.5.17' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_5_17.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.5.17.tar.bz2', 'name' => 'PHP 5.5.17 (tar.bz2)', 'date' => '18 Sep 2014', 'sha256' => '5d81db0c8b2a68da05715c363d037922b82a45c966785d64a77482e5c01e4e1b', ), - 1 => + 1 => array ( 'filename' => 'php-5.5.17.tar.gz', 'name' => 'PHP 5.5.17 (tar.gz)', 'date' => '18 Sep 2014', 'sha256' => '657169be88ae70625d97bb94dd29140c2b602f1ba8d5e42ca14a400b63cf4720', ), - 2 => + 2 => array ( 'filename' => 'php-5.5.17.tar.xz', 'name' => 'PHP 5.5.17 (tar.xz)', @@ -9098,29 +9098,29 @@ $OLDRELEASES = array ( 'date' => '18 Sep 2014', 'museum' => false, ), - '5.6.0' => + '5.6.0' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_6_0.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.6.0.tar.bz2', 'name' => 'PHP 5.6.0 (tar.bz2)', 'date' => '28 Aug 2014', 'sha256' => '097af1be34fc73965e6f8401fd10e73eb56e1969ed4ffd691fb7e91606d0fc09', ), - 1 => + 1 => array ( 'filename' => 'php-5.6.0.tar.gz', 'name' => 'PHP 5.6.0 (tar.gz)', 'date' => '28 Aug 2014', 'sha256' => '284b85376c630a6a7163e5278d64b8526fa1324fe5fd5d21174b54e2c056533f', ), - 2 => + 2 => array ( 'filename' => 'php-5.6.0.tar.xz', 'name' => 'PHP 5.6.0 (tar.xz)', @@ -9131,29 +9131,29 @@ $OLDRELEASES = array ( 'date' => '28 Aug 2014', 'museum' => false, ), - '5.5.16' => + '5.5.16' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_5_16.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.5.16.tar.bz2', 'name' => 'PHP 5.5.16 (tar.bz2)', 'date' => '21 Aug 2014', 'sha256' => 'a1d7c4556a80bed744a348211b33bc35303edd56dd0a34e0a75a948c879cc5f6', ), - 1 => + 1 => array ( 'filename' => 'php-5.5.16.tar.gz', 'name' => 'PHP 5.5.16 (tar.gz)', 'date' => '21 Aug 2014', 'sha256' => 'cdea80ab1b0466f4656b46155e341b700799e78569a5cc582eeaededb448086c', ), - 2 => + 2 => array ( 'filename' => 'php-5.5.16.tar.xz', 'name' => 'PHP 5.5.16 (tar.xz)', @@ -9164,29 +9164,29 @@ $OLDRELEASES = array ( 'date' => '21 Aug 2014', 'museum' => false, ), - '5.5.15' => + '5.5.15' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_5_15.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.5.15.tar.bz2', 'name' => 'PHP 5.5.15 (tar.bz2)', 'date' => '24 Jul 2014', 'sha256' => '00f24226b12fee27e332383b6304f1b9ed3f4d9173dd728a68c5c3f5a59b8ba7', ), - 1 => + 1 => array ( 'filename' => 'php-5.5.15.tar.gz', 'name' => 'PHP 5.5.15 (tar.gz)', 'date' => '24 Jul 2014', 'sha256' => '578febd686018401c4857699b29502b1aecaf82bf43525d810867f583961ac6e', ), - 2 => + 2 => array ( 'filename' => 'php-5.5.15.tar.xz', 'name' => 'PHP 5.5.15 (tar.xz)', @@ -9197,22 +9197,22 @@ $OLDRELEASES = array ( 'date' => '24 Jul 2014', 'museum' => false, ), - '5.5.14' => + '5.5.14' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_5_14.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.5.14.tar.bz2', 'name' => 'PHP 5.5.14 (tar.bz2)', 'date' => '26 Jun 2014', 'sha256' => 'df5a057877f827549e0a60b43fb01e4bd440814bcf04fbd70bacbddf74482610', ), - 1 => + 1 => array ( 'filename' => 'php-5.5.14.tar.gz', 'name' => 'PHP 5.5.14 (tar.gz)', @@ -9223,22 +9223,22 @@ $OLDRELEASES = array ( 'date' => '26 Jun 2014', 'museum' => false, ), - '5.5.13' => + '5.5.13' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_5_13.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.5.13.tar.bz2', 'name' => 'PHP 5.5.13 (tar.bz2)', 'date' => '29 May 2014', 'sha256' => 'e58a4a754eb18d2d8b1a120cad5cce4ed24a7db5d49eca5830a40e4c8ca78b9c', ), - 1 => + 1 => array ( 'filename' => 'php-5.5.13.tar.gz', 'name' => 'PHP 5.5.13 (tar.gz)', @@ -9249,22 +9249,22 @@ $OLDRELEASES = array ( 'date' => '29 May 2014', 'museum' => false, ), - '5.5.12' => + '5.5.12' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_5_12.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.5.12.tar.bz2', 'name' => 'PHP 5.5.12 (tar.bz2)', 'date' => '30 Apr 2014', 'sha256' => '519ee29e28532782676f3d8e31a808ffbfee383e0279ccc8cbd2b12ed53c2335', ), - 1 => + 1 => array ( 'filename' => 'php-5.5.12.tar.gz', 'name' => 'PHP 5.5.12 (tar.gz)', @@ -9275,22 +9275,22 @@ $OLDRELEASES = array ( 'date' => '30 Apr 2014', 'museum' => false, ), - '5.5.11' => + '5.5.11' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_5_11.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.5.11.tar.bz2', 'name' => 'PHP 5.5.11 (tar.bz2)', 'date' => '3 Apr 2014', 'sha256' => '60e14c255f2a461a7a26639b84a2fc448cc2f91c8dead0e9fd00cd8ba27a2e96', ), - 1 => + 1 => array ( 'filename' => 'php-5.5.11.tar.gz', 'name' => 'PHP 5.5.11 (tar.gz)', @@ -9301,22 +9301,22 @@ $OLDRELEASES = array ( 'date' => '3 Apr 2014', 'museum' => false, ), - '5.5.10' => + '5.5.10' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_5_10.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.5.10.tar.bz2', 'name' => 'PHP 5.5.10 (tar.bz2)', 'date' => '6 Mar 2014', 'sha256' => 'bb34e61f8e6f56c612867bfe85d144d5045cd5e44497539bc126a4e8c6795419', ), - 1 => + 1 => array ( 'filename' => 'php-5.5.10.tar.gz', 'name' => 'PHP 5.5.10 (tar.gz)', @@ -9327,29 +9327,29 @@ $OLDRELEASES = array ( 'date' => '6 Mar 2014', 'museum' => false, ), - '5.5.9' => + '5.5.9' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_5_9.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.5.9.tar.bz2', 'name' => 'PHP 5.5.9 (tar.bz2)', 'date' => '6 Feb 2014', 'sha256' => '9d1dea5195e2bcd928416130a6e19173d02bd36fb76c382522bf145c458fbed3', ), - 1 => + 1 => array ( 'filename' => 'php-5.5.9.tar.gz', 'name' => 'PHP 5.5.9 (tar.gz)', 'date' => '6 Feb 2014', 'sha256' => 'ec1bf0cb3be80240049dbd92c272d4bf242a614fa5f9dcc42a15adb5fd01ccde', ), - 2 => + 2 => array ( 'filename' => 'php-5.5.9.tar.xz', 'name' => 'PHP 5.5.9 (tar.xz)', @@ -9360,22 +9360,22 @@ $OLDRELEASES = array ( 'date' => '6 Feb 2014', 'museum' => false, ), - '5.5.8' => + '5.5.8' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_5_8.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.5.8.tar.bz2', 'name' => 'PHP 5.5.8 (tar.bz2)', 'date' => '9 Jan 2014', 'sha256' => '6d5f45659d13383fc8429f185cc9da0b30c7bb72dcae9baf568f0511eb7f8b68', ), - 1 => + 1 => array ( 'filename' => 'php-5.5.8.tar.gz', 'name' => 'PHP 5.5.8 (tar.gz)', @@ -9386,29 +9386,29 @@ $OLDRELEASES = array ( 'date' => '9 Jan 2014', 'museum' => false, ), - '5.5.7' => + '5.5.7' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_5_7.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.5.7.tar.bz2', 'name' => 'PHP 5.5.7 (tar.bz2)', 'date' => '12 Dec 2013', 'sha256' => '2cb9425ef514b984dd233097d82a66f4623b9bf48f2ef265bc7ba25d697d6008', ), - 1 => + 1 => array ( 'filename' => 'php-5.5.7.tar.gz', 'name' => 'PHP 5.5.7 (tar.gz)', 'date' => '12 Dec 2013', 'sha256' => '7b954338d7dd538ef6fadbc110e6a0f50d0b39dabec2c12a7f000c17332591b8', ), - 2 => + 2 => array ( 'filename' => 'php-5.5.7.tar.xz', 'name' => 'PHP 5.5.7 (tar.xz)', @@ -9419,36 +9419,36 @@ $OLDRELEASES = array ( 'date' => '12 Dec 2013', 'museum' => false, ), - '5.5.6' => + '5.5.6' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_5_6.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.5.6.tar.bz2', 'name' => 'PHP 5.5.6 (tar.bz2)', 'date' => '14 Nov 2013', 'sha256' => 'a9b7d291199d7e6b90ef1d78eb791d738944d66856e76bde9463ce2645b0e4a4', ), - 1 => + 1 => array ( 'filename' => 'php-5.5.6.tar.gz', 'name' => 'PHP 5.5.6 (tar.gz)', 'date' => '14 Nov 2013', 'sha256' => '01f9c45154d4c9a47a825aa662bd64493082bd57dafdc720cf899ee194220a67', ), - 2 => + 2 => array ( 'filename' => 'php-5.5.6.tar.xz', 'name' => 'PHP 5.5.6 (tar.xz)', 'date' => '14 Nov 2013', 'sha256' => '3235a5c15e8fc55498dd80fe43f4aecc51dba35a7fc916aee7ef12d4e1f8767a', ), - 3 => + 3 => array ( 'link' => 'http://windows.php.net/download/#php-5.5', 'name' => 'Windows 5.5.6 binaries and source', @@ -9457,36 +9457,36 @@ $OLDRELEASES = array ( 'date' => '14 Nov 2013', 'museum' => false, ), - '5.5.5' => + '5.5.5' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_5_5.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.5.5.tar.bz2', 'name' => 'PHP 5.5.5 (tar.bz2)', 'date' => '17 Oct 2013', 'sha256' => 'a400b324ae288eb0c9285e550fe5fd7f92c0f4e126496c3b05f9041da6cc04de', ), - 1 => + 1 => array ( 'filename' => 'php-5.5.5.tar.gz', 'name' => 'PHP 5.5.5 (tar.gz)', 'date' => '17 Oct 2013', 'sha256' => '483ff2370fa3a8863e6b023383c4bcfcc3ba462137c30c5fc75043e1755b7d17', ), - 2 => + 2 => array ( 'filename' => 'php-5.5.5.tar.xz', 'name' => 'PHP 5.5.5 (tar.xz)', 'date' => '17 Oct 2013', 'sha256' => '82cc9c88b946354bfe629917a85ed33d8cfc901460d432a75f823667d94f29ee', ), - 3 => + 3 => array ( 'link' => 'http://windows.php.net/download/#php-5.5', 'name' => 'Windows 5.5.5 binaries and source', @@ -9495,36 +9495,36 @@ $OLDRELEASES = array ( 'date' => '17 Oct 2013', 'museum' => false, ), - '5.5.4' => + '5.5.4' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_5_4.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.5.4.tar.bz2', 'name' => 'PHP 5.5.4 (tar.bz2)', 'md5' => '456f2eb1ee36f2a277bd4cc778e720eb', 'date' => '19 Sep 2013', ), - 1 => + 1 => array ( 'filename' => 'php-5.5.4.tar.gz', 'name' => 'PHP 5.5.4 (tar.gz)', 'md5' => 'bf842770ac64a47ff599f463e6cf1334', 'date' => '19 Sep 2013', ), - 2 => + 2 => array ( 'filename' => 'php-5.5.4.tar.xz', 'name' => 'PHP 5.5.4 (tar.xz)', 'md5' => '32c1dc56701d21def91a39a312392b54', 'date' => '19 Sep 2013', ), - 3 => + 3 => array ( 'link' => 'http://windows.php.net/download/#php-5.5', 'name' => 'Windows 5.5.4 binaries and source', @@ -9533,36 +9533,36 @@ $OLDRELEASES = array ( 'date' => '19 Sep 2013', 'museum' => true, ), - '5.5.3' => + '5.5.3' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_5_3.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.5.3.tar.bz2', 'name' => 'PHP 5.5.3 (tar.bz2)', 'md5' => '886b08ee6865d654911a6bb02ae98ee8', 'date' => '22 Aug 2013', ), - 1 => + 1 => array ( 'filename' => 'php-5.5.3.tar.gz', 'name' => 'PHP 5.5.3 (tar.gz)', 'md5' => 'a5dfdd41ccf539942db966310f7429da', 'date' => '22 Aug 2013', ), - 2 => + 2 => array ( 'filename' => 'php-5.5.3.tar.xz', 'name' => 'PHP 5.5.3 (tar.xz)', 'md5' => '437e98144ef014dfab0922a9eed36853', 'date' => '22 Aug 2013', ), - 3 => + 3 => array ( 'link' => 'http://windows.php.net/download/#php-5.5', 'name' => 'Windows 5.5.3 binaries and source', @@ -9571,36 +9571,36 @@ $OLDRELEASES = array ( 'date' => '22 Aug 2013', 'museum' => true, ), - '5.5.2' => + '5.5.2' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_5_2.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.5.2.tar.bz2', 'name' => 'PHP 5.5.2 (tar.bz2)', 'md5' => 'caf7f4d86514a568fb3c8021b096a9f0', 'date' => '15 Aug 2013', ), - 1 => + 1 => array ( 'filename' => 'php-5.5.2.tar.gz', 'name' => 'PHP 5.5.2 (tar.gz)', 'md5' => '2a90884749f97868071538098b3debc1', 'date' => '15 Aug 2013', ), - 2 => + 2 => array ( 'filename' => 'php-5.5.2.tar.xz', 'name' => 'PHP 5.5.2 (tar.xz)', 'md5' => '95c6d7a4c36c475b10447954dea056a5', 'date' => '15 Aug 2013', ), - 3 => + 3 => array ( 'link' => 'http://windows.php.net/download/#php-5.5', 'name' => 'Windows 5.5.2 binaries and source', @@ -9609,36 +9609,36 @@ $OLDRELEASES = array ( 'date' => '15 Aug 2013', 'museum' => true, ), - '5.5.1' => + '5.5.1' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_5_1.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.5.1.tar.bz2', 'name' => 'PHP 5.5.1 (tar.bz2)', 'md5' => 'e6520ba8f86e03451f1e9226ca2be681', 'date' => '18 Jul 2013', ), - 1 => + 1 => array ( 'filename' => 'php-5.5.1.tar.gz', 'name' => 'PHP 5.5.1 (tar.gz)', 'md5' => 'a7d9598c0e60b47960b8e803e51c4309', 'date' => '18 Jul 2013', ), - 2 => + 2 => array ( 'filename' => 'php-5.5.1.tar.xz', 'name' => 'PHP 5.5.1 (tar.xz)', 'md5' => '365403c216d22255c3aa57fe54944f8e', 'date' => '18 Jul 2013', ), - 3 => + 3 => array ( 'link' => 'http://windows.php.net/download/#php-5.5', 'name' => 'Windows 5.5.1 binaries and source', @@ -9647,36 +9647,36 @@ $OLDRELEASES = array ( 'date' => '18 Jul 2013', 'museum' => true, ), - '5.5.0' => + '5.5.0' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_5_0.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.5.0.tar.bz2', 'name' => 'PHP 5.5.0 (tar.bz2)', 'md5' => 'daf2d54e79def9fd0fb2ac7dfcefb7f3', 'date' => '20 Jun 2013', ), - 1 => + 1 => array ( 'filename' => 'php-5.5.0.tar.gz', 'name' => 'PHP 5.5.0 (tar.gz)', 'md5' => '79c4e7a8cb0f8e2e072120775b92c523', 'date' => '20 Jun 2013', ), - 2 => + 2 => array ( 'filename' => 'php-5.5.0.tar.xz', 'name' => 'PHP 5.5.0 (tar.xz)', 'md5' => 'c7df0cb28cfff4e277fd9cd9b73cebfb', 'date' => '20 Jun 2013', ), - 3 => + 3 => array ( 'link' => 'http://windows.php.net/download/#php-5.5', 'name' => 'Windows 5.5.0 binaries and source', @@ -9685,29 +9685,29 @@ $OLDRELEASES = array ( 'date' => '20 Jun 2013', 'museum' => true, ), - '5.4.45' => + '5.4.45' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_4_45.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.4.45.tar.bz2', 'name' => 'PHP 5.4.45 (tar.bz2)', 'sha256' => '4e0d28b1554c95cfaea6fa2b64aac85433f158ce72bb571bcd5574f98f4c6582', 'date' => '03 Sep 2015', ), - 1 => + 1 => array ( 'filename' => 'php-5.4.45.tar.gz', 'name' => 'PHP 5.4.45 (tar.gz)', 'sha256' => '25bc4723955f4e352935258002af14a14a9810b491a19400d76fcdfa9d04b28f', 'date' => '03 Sep 2015', ), - 2 => + 2 => array ( 'link' => 'http://windows.php.net/download/#php-5.4', 'name' => 'Windows 5.4.45 binaries and source', @@ -9716,29 +9716,29 @@ $OLDRELEASES = array ( 'date' => '03 Sep 2015', 'museum' => false, ), - '5.4.44' => + '5.4.44' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_4_44.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.4.44.tar.bz2', 'name' => 'PHP 5.4.44 (tar.bz2)', 'sha256' => '8dd59e5ce9248cf36ac3de5412a518b8b24c01ace6c46ce3d12e4ce981a3856d', 'date' => '06 Aug 2015', ), - 1 => + 1 => array ( 'filename' => 'php-5.4.44.tar.gz', 'name' => 'PHP 5.4.44 (tar.gz)', 'sha256' => '1799998e48da3d8f34722840628e18789e26ea21741d4e498ade6749b3266602', 'date' => '06 Aug 2015', ), - 2 => + 2 => array ( 'link' => 'http://windows.php.net/download/#php-5.4', 'name' => 'Windows 5.4.44 binaries and source', @@ -9747,29 +9747,29 @@ $OLDRELEASES = array ( 'date' => '06 Aug 2015', 'museum' => false, ), - '5.4.43' => + '5.4.43' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_4_43.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.4.43.tar.bz2', 'name' => 'PHP 5.4.43 (tar.bz2)', 'sha256' => '25d7724fb00ad1b520f5bad2173717031153d0a8e3de2c75e7a084c76f8ecd6b', 'date' => '09 Jul 2015', ), - 1 => + 1 => array ( 'filename' => 'php-5.4.43.tar.gz', 'name' => 'PHP 5.4.43 (tar.gz)', 'sha256' => 'cfc2176adc05f009666ecfab4a1cc66cc546c5d071245b2a048b3d113f67a2af', 'date' => '09 Jul 2015', ), - 2 => + 2 => array ( 'link' => 'http://windows.php.net/download/#php-5.4', 'name' => 'Windows 5.4.43 binaries and source', @@ -9778,29 +9778,29 @@ $OLDRELEASES = array ( 'date' => '09 Jul 2015', 'museum' => false, ), - '5.4.42' => + '5.4.42' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_4_42.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.4.42.tar.bz2', 'name' => 'PHP 5.4.42 (tar.bz2)', 'sha256' => '6285b2e64bfaa69e5d983d7d981b4f254f5259ad3fd591ca832722a4cc1ae0f9', 'date' => '11 Jun 2015', ), - 1 => + 1 => array ( 'filename' => 'php-5.4.42.tar.gz', 'name' => 'PHP 5.4.42 (tar.gz)', 'sha256' => 'f0b40c097a6f11c4c2f5078d34f50fb9428d79b9e9821117bd7d6cca6af78d11', 'date' => '11 Jun 2015', ), - 2 => + 2 => array ( 'link' => 'http://windows.php.net/download/#php-5.4', 'name' => 'Windows 5.4.42 binaries and source', @@ -9809,29 +9809,29 @@ $OLDRELEASES = array ( 'date' => '11 Jun 2015', 'museum' => false, ), - '5.4.41' => + '5.4.41' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_4_41.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.4.41.tar.bz2', 'name' => 'PHP 5.4.41 (tar.bz2)', 'sha256' => '5bc4b45a1280ff80a3cf5b8563716f325cfd0121d7fd25aa54d56ff38b3b8272', 'date' => '14 May 2015', ), - 1 => + 1 => array ( 'filename' => 'php-5.4.41.tar.gz', 'name' => 'PHP 5.4.41 (tar.gz)', 'sha256' => '638cf19c865bc4eba2a4bab8952116a62691d1a72e1e2c9a9a2aadee92d1ce2e', 'date' => '14 May 2015', ), - 2 => + 2 => array ( 'link' => 'http://windows.php.net/download/#php-5.4', 'name' => 'Windows 5.4.41 binaries and source', @@ -9840,29 +9840,29 @@ $OLDRELEASES = array ( 'date' => '14 May 2015', 'museum' => false, ), - '5.4.40' => + '5.4.40' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_4_40.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.4.40.tar.bz2', 'name' => 'PHP 5.4.40 (tar.bz2)', 'sha256' => '4898ffe8ac3ccb2d8cc94f7d76a9ea0414d954f5d4479895ddfccdc2e158a51a', 'date' => '16 Apr 2015', ), - 1 => + 1 => array ( 'filename' => 'php-5.4.40.tar.gz', 'name' => 'PHP 5.4.40 (tar.gz)', 'sha256' => '663f5d06cd648e81ba4f2d6ad621bb580d83de70240c832dae527c97954da33d', 'date' => '16 Apr 2015', ), - 2 => + 2 => array ( 'link' => 'http://windows.php.net/download/#php-5.4', 'name' => 'Windows 5.4.40 binaries and source', @@ -9871,29 +9871,29 @@ $OLDRELEASES = array ( 'date' => '16 Apr 2015', 'museum' => false, ), - '5.4.39' => + '5.4.39' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_4_39.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.4.39.tar.bz2', 'name' => 'PHP 5.4.39 (tar.bz2)', 'date' => '19 Mar 2015', 'sha256' => '7ceb76538e709c74533210ae41148d5c01c330ac8a73220954bbc4fcae69d77e', ), - 1 => + 1 => array ( 'filename' => 'php-5.4.39.tar.gz', 'name' => 'PHP 5.4.39 (tar.gz)', 'date' => '19 Mar 2015', 'sha256' => '9af5d2c3782aa94b7336401755dc44b62dc4ea881bf5e39540a4c7181b54d945', ), - 2 => + 2 => array ( 'link' => 'http://windows.php.net/download/#php-5.4', 'name' => 'Windows 5.4.39 binaries and source', @@ -9902,29 +9902,29 @@ $OLDRELEASES = array ( 'date' => '19 Mar 2015', 'museum' => false, ), - '5.4.38' => + '5.4.38' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_4_38.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.4.38.tar.bz2', 'name' => 'PHP 5.4.38 (tar.bz2)', 'date' => '19 Feb 2015', 'sha256' => 'abf37db0cfadc9bb814f9df35f6aa966ad63f4f4c4475e432ec625568a5d3e88', ), - 1 => + 1 => array ( 'filename' => 'php-5.4.38.tar.gz', 'name' => 'PHP 5.4.38 (tar.gz)', 'date' => '19 Feb 2015', 'sha256' => 'e694b7265f314f73c9df43538e0e54e2495cb72252e8a91c1aec66ffcf47241f', ), - 2 => + 2 => array ( 'link' => 'http://windows.php.net/download/#php-5.4', 'name' => 'Windows 5.4.38 binaries and source', @@ -9933,29 +9933,29 @@ $OLDRELEASES = array ( 'date' => '19 Feb 2015', 'museum' => false, ), - '5.4.37' => + '5.4.37' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_4_37.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.4.37.tar.bz2', 'name' => 'PHP 5.4.37 (tar.bz2)', 'date' => '22 Jan 2015', 'sha256' => '857bf6675eeb0ae9c3cd6f9ccdb2a9b7bf89dcfda7f0a80857638fe023f3a8ad', ), - 1 => + 1 => array ( 'filename' => 'php-5.4.37.tar.gz', 'name' => 'PHP 5.4.37 (tar.gz)', 'date' => '22 Jan 2015', 'sha256' => '6bf3b3ebefa600cfb6dd7f2678f23b17a958e82e8ce2d012286818d7c36dfd31', ), - 2 => + 2 => array ( 'link' => 'http://windows.php.net/download/#php-5.4', 'name' => 'Windows 5.4.37 binaries and source', @@ -9964,29 +9964,29 @@ $OLDRELEASES = array ( 'date' => '22 Jan 2015', 'museum' => false, ), - '5.4.36' => + '5.4.36' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_4_36.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.4.36.tar.bz2', 'name' => 'PHP 5.4.36 (tar.bz2)', 'date' => '18 Dec 2014', 'sha256' => 'b0951608c3e8afb978a624c7f79a889980210f5258f666c1d997bd6491e13241', ), - 1 => + 1 => array ( 'filename' => 'php-5.4.36.tar.gz', 'name' => 'PHP 5.4.36 (tar.gz)', 'date' => '18 Dec 2014', 'sha256' => 'e11851662222765d6ab6e671adc983c657d5358a183856b43a5bad0c612d2959', ), - 2 => + 2 => array ( 'link' => 'http://windows.php.net/download/#php-5.4', 'name' => 'Windows 5.4.36 binaries and source', @@ -9995,29 +9995,29 @@ $OLDRELEASES = array ( 'date' => '18 Dec 2014', 'museum' => false, ), - '5.4.35' => + '5.4.35' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_4_35.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.4.35.tar.bz2', 'name' => 'PHP 5.4.35 (tar.bz2)', 'date' => '13 Nov 2014', 'sha256' => '8cdb4265cd0f778befacd1e6b5939ec23315fff38400e17e77a36e4c55b9746b', ), - 1 => + 1 => array ( 'filename' => 'php-5.4.35.tar.gz', 'name' => 'PHP 5.4.35 (tar.gz)', 'date' => '13 Nov 2014', 'sha256' => '7ecab4ebb880b6d4f68bd4e3e49d837d4704fe26d81dc992b17b74151ee950a7', ), - 2 => + 2 => array ( 'link' => 'http://windows.php.net/download/#php-5.4', 'name' => 'Windows 5.4.35 binaries and source', @@ -10026,29 +10026,29 @@ $OLDRELEASES = array ( 'date' => '13 Nov 2014', 'museum' => false, ), - '5.4.34' => + '5.4.34' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_4_34.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.4.34.tar.bz2', 'name' => 'PHP 5.4.34 (tar.bz2)', 'date' => '16 Oct 2014', 'sha256' => '57d4ea10f0c18b096a7c8fd0a98dcbe40c8f4dc94453fd3ca0a10e35fb2f8234', ), - 1 => + 1 => array ( 'filename' => 'php-5.4.34.tar.gz', 'name' => 'PHP 5.4.34 (tar.gz)', 'date' => '16 Oct 2014', 'sha256' => 'c8d909062ad7616cedb54dc03d85b40d40f6d4adce986ec8cabd9b8b94872096', ), - 2 => + 2 => array ( 'link' => 'http://windows.php.net/download/#php-5.4', 'name' => 'Windows 5.4.34 binaries and source', @@ -10057,29 +10057,29 @@ $OLDRELEASES = array ( 'date' => '16 Oct 2014', 'museum' => false, ), - '5.4.33' => + '5.4.33' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_4_33.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.4.33.tar.bz2', 'name' => 'PHP 5.4.33 (tar.bz2)', 'sha256' => '1a75b2d0835e74b8886cd3980d9598a0e06691441bb7f91d19b74c2278e40bb5', 'date' => '18 Sep 2014', ), - 1 => + 1 => array ( 'filename' => 'php-5.4.33.tar.gz', 'name' => 'PHP 5.4.33 (tar.gz)', 'sha256' => '74e542dd2f15ebbc123738a71e867d57d2996a6edb40e6ac62fcf5ab85763d19', 'date' => '18 Sep 2014', ), - 2 => + 2 => array ( 'link' => 'http://windows.php.net/download/#php-5.4', 'name' => 'Windows 5.4.33 binaries and source', @@ -10088,29 +10088,29 @@ $OLDRELEASES = array ( 'date' => '18 Sep 2014', 'museum' => false, ), - '5.4.32' => + '5.4.32' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_4_32.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.4.32.tar.bz2', 'name' => 'PHP 5.4.32 (tar.bz2)', 'date' => '21 Aug 2014', 'sha256' => '26d0717669a098f18cd22dc3ae8282101d38508054500c26775ddcc26ca7c826', ), - 1 => + 1 => array ( 'filename' => 'php-5.4.32.tar.gz', 'name' => 'PHP 5.4.32 (tar.gz)', 'date' => '21 Aug 2014', 'sha256' => '80ebdf34f91b8e1d516080363804137177368777aa9ecffee600f2957e8b0f94', ), - 2 => + 2 => array ( 'link' => 'http://windows.php.net/download/#php-5.4', 'name' => 'Windows 5.4.32 binaries and source', @@ -10119,29 +10119,29 @@ $OLDRELEASES = array ( 'date' => '21 Aug 2014', 'museum' => false, ), - '5.4.31' => + '5.4.31' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_4_31.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.4.31.tar.bz2', 'name' => 'PHP 5.4.31 (tar.bz2)', 'date' => '24 Jul 2014', 'sha256' => '5e8e491431fd1d99df925d762b05da05c80b02cb38c9b3db616e8894a307914d', ), - 1 => + 1 => array ( 'filename' => 'php-5.4.31.tar.gz', 'name' => 'PHP 5.4.31 (tar.gz)', 'date' => '24 Jul 2014', 'sha256' => '332f62e4f751482d40ad08544ee97e004170d0382c84d01ce8efe405d0972f66', ), - 2 => + 2 => array ( 'link' => 'http://windows.php.net/download/#php-5.4', 'name' => 'Windows 5.4.31 binaries and source', @@ -10150,29 +10150,29 @@ $OLDRELEASES = array ( 'date' => '24 Jul 2014', 'museum' => false, ), - '5.4.30' => + '5.4.30' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_4_30.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.4.30.tar.bz2', 'name' => 'PHP 5.4.30 (tar.bz2)', 'date' => '26 Jun 2014', 'sha256' => '32b83644e42d57388d6e5ec700c3502cde5f5e1207395b1e361e4cb2ce496ce6', ), - 1 => + 1 => array ( 'filename' => 'php-5.4.30.tar.gz', 'name' => 'PHP 5.4.30 (tar.gz)', 'date' => '26 Jun 2014', 'sha256' => 'c17da64890b728bdc146bdc69b37085412d4e2585fac98848ac2e824bb564c85', ), - 2 => + 2 => array ( 'link' => 'http://windows.php.net/download/#php-5.4', 'name' => 'Windows 5.4.30 binaries and source', @@ -10181,29 +10181,29 @@ $OLDRELEASES = array ( 'date' => '26 Jun 2014', 'museum' => false, ), - '5.4.29' => + '5.4.29' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_4_29.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.4.29.tar.bz2', 'name' => 'PHP 5.4.29 (tar.bz2)', 'date' => '29 May 2014', 'sha256' => '62ce3ca063cf04f6065eeac82117e43b44e20487bc0a0a8d05436e17a0b1e2a7', ), - 1 => + 1 => array ( 'filename' => 'php-5.4.29.tar.gz', 'name' => 'PHP 5.4.29 (tar.gz)', 'date' => '29 May 2014', 'sha256' => '9fa51d3e44783802ea51b910719ad524a8994524f7cf7307f683fe89191bc401', ), - 2 => + 2 => array ( 'link' => 'http://windows.php.net/download/#php-5.4', 'name' => 'Windows 5.4.29 binaries and source', @@ -10212,29 +10212,29 @@ $OLDRELEASES = array ( 'date' => '29 May 2014', 'museum' => false, ), - '5.4.28' => + '5.4.28' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_4_28.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.4.28.tar.bz2', 'name' => 'PHP 5.4.28 (tar.bz2)', 'date' => '2 May 2014', 'sha256' => '3fe780e5179e90c4d37276e79acc0d0692f1bc0911985af694b92c664c0ef3c4', ), - 1 => + 1 => array ( 'filename' => 'php-5.4.28.tar.gz', 'name' => 'PHP 5.4.28 (tar.gz)', 'date' => '2 May 2014', 'sha256' => '5140292c94a0301db7a807e6b3aadf6ee966346d0005aa3d15464bd4c595a786', ), - 2 => + 2 => array ( 'link' => 'http://windows.php.net/download/#php-5.4', 'name' => 'Windows 5.4.28 binaries and source', @@ -10243,29 +10243,29 @@ $OLDRELEASES = array ( 'date' => '2 May 2014', 'museum' => false, ), - '5.4.27' => + '5.4.27' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_4_27.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.4.27.tar.bz2', 'name' => 'PHP 5.4.27 (tar.bz2)', 'date' => '3 Apr 2014', 'sha256' => '09dcc44cded735e1cf1b1b9f2749d1a0fd90e03378b6a70364a662f4740e61e2', ), - 1 => + 1 => array ( 'filename' => 'php-5.4.27.tar.gz', 'name' => 'PHP 5.4.27 (tar.gz)', 'date' => '3 Apr 2014', 'sha256' => 'a70dc68eeed902f8378fded473d53e4e37be645b941554dcf4237559cbda2bb3', ), - 2 => + 2 => array ( 'link' => 'http://windows.php.net/download/#php-5.4', 'name' => 'Windows 5.4.27 binaries and source', @@ -10274,29 +10274,29 @@ $OLDRELEASES = array ( 'date' => '3 Apr 2014', 'museum' => false, ), - '5.4.26' => + '5.4.26' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_4_26.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.4.26.tar.bz2', 'name' => 'PHP 5.4.26 (tar.bz2)', 'date' => '6 Mar 2014', 'sha256' => '5053649317b9331df40bd836c976a32b31dbc5c5d68997d3ae01cb90db22d240', ), - 1 => + 1 => array ( 'filename' => 'php-5.4.26.tar.gz', 'name' => 'PHP 5.4.26 (tar.gz)', 'date' => '6 Mar 2014', 'sha256' => 'ec3f902b5e8cbdd660e01e784b537f1210a12182d9bbd62164776075bc097eca', ), - 2 => + 2 => array ( 'link' => 'http://windows.php.net/download/#php-5.4', 'name' => 'Windows 5.4.26 binaries and source', @@ -10305,29 +10305,29 @@ $OLDRELEASES = array ( 'date' => '6 Mar 2014', 'museum' => false, ), - '5.4.25' => + '5.4.25' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_4_25.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.4.25.tar.bz2', 'name' => 'PHP 5.4.25 (tar.bz2)', 'date' => '6 Feb 2014', 'sha256' => 'b6c18c07c6bf34f75e601b28829d636e44c1c9f4267aac4ed013443c32a2245f', ), - 1 => + 1 => array ( 'filename' => 'php-5.4.25.tar.gz', 'name' => 'PHP 5.4.25 (tar.gz)', 'date' => '6 Feb 2014', 'sha256' => '0c66cec73bfbd31f68c96e5a4d8454599271f0b0462c2ff7dedce4262fda8fe3', ), - 2 => + 2 => array ( 'link' => 'http://windows.php.net/download/#php-5.4', 'name' => 'Windows 5.4.25 binaries and source', @@ -10336,29 +10336,29 @@ $OLDRELEASES = array ( 'date' => '6 Feb 2014', 'museum' => false, ), - '5.4.24' => + '5.4.24' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_4_24.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.4.24.tar.bz2', 'name' => 'PHP 5.4.24 (tar.bz2)', 'date' => '9 Jan 2014', 'sha256' => '97fe70eddaf5b93969714a551870fe03f6b0a387f85b83a6d63a40a76199a327', ), - 1 => + 1 => array ( 'filename' => 'php-5.4.24.tar.gz', 'name' => 'PHP 5.4.24 (tar.gz)', 'date' => '9 Jan 2014', 'sha256' => 'c64d6e3b428e78b44760167557e26cd16a9f83f449a255e69d5e035bdd7057ed', ), - 2 => + 2 => array ( 'link' => 'http://windows.php.net/download/#php-5.4', 'name' => 'Windows 5.4.24 binaries and source', @@ -10367,29 +10367,29 @@ $OLDRELEASES = array ( 'date' => '9 Jan 2014', 'museum' => false, ), - '5.4.23' => + '5.4.23' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_4_23.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.4.23.tar.bz2', 'name' => 'PHP 5.4.23 (tar.bz2)', 'date' => '12 Dec 2013', 'sha256' => 'ae7c070fa9b9e16413ef944d910b68f3ba79192eca4010b0af132b8631bd91cc', ), - 1 => + 1 => array ( 'filename' => 'php-5.4.23.tar.gz', 'name' => 'PHP 5.4.23 (tar.gz)', 'date' => '12 Dec 2013', 'sha256' => 'c9add0e59f41298a253bbb9090c47a03064b099120a563ca8ad289e18fcd1ce7', ), - 2 => + 2 => array ( 'link' => 'http://windows.php.net/download/#php-5.4', 'name' => 'Windows 5.4.23 binaries and source', @@ -10398,29 +10398,29 @@ $OLDRELEASES = array ( 'date' => '12 Dec 2013', 'museum' => false, ), - '5.4.22' => + '5.4.22' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_4_22.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.4.22.tar.bz2', 'name' => 'PHP 5.4.22 (tar.bz2)', 'date' => '14 Nov 2013', 'sha256' => '3b8619b030e372f2b64e3a059d05a3ef3354e81f8a72923ba45475bf222f7cca', ), - 1 => + 1 => array ( 'filename' => 'php-5.4.22.tar.gz', 'name' => 'PHP 5.4.22 (tar.gz)', 'date' => '14 Nov 2013', 'sha256' => 'ca6e52a0ba11e9521c6a26f293a602cdc00cad1adbb4658e35b8d3f41057cbb8', ), - 2 => + 2 => array ( 'link' => 'http://windows.php.net/download/#php-5.4', 'name' => 'Windows 5.4.22 binaries and source', @@ -10429,29 +10429,29 @@ $OLDRELEASES = array ( 'date' => '14 Nov 2013', 'museum' => false, ), - '5.4.21' => + '5.4.21' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_4_21.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.4.21.tar.bz2', 'name' => 'PHP 5.4.21 (tar.bz2)', 'md5' => '3dcf021e89b039409d0b1c346b936b5f', 'date' => '17 Oct 2013', ), - 1 => + 1 => array ( 'filename' => 'php-5.4.21.tar.gz', 'name' => 'PHP 5.4.21 (tar.gz)', 'md5' => 'cc8da0d18683e3a83b332f264af7ca83', 'date' => '17 Oct 2013', ), - 2 => + 2 => array ( 'link' => 'http://windows.php.net/download/#php-5.4', 'name' => 'Windows 5.4.21 binaries and source', @@ -10460,29 +10460,29 @@ $OLDRELEASES = array ( 'date' => '17 Oct 2013', 'museum' => true, ), - '5.4.20' => + '5.4.20' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_4_20.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.4.20.tar.bz2', 'name' => 'PHP 5.4.20 (tar.bz2)', 'md5' => 'e25db5592ed14842b4239be9d990cce8', 'date' => '19 Sep 2013', ), - 1 => + 1 => array ( 'filename' => 'php-5.4.20.tar.gz', 'name' => 'PHP 5.4.20 (tar.gz)', 'md5' => 'e505b63ebe383ef9a378467216ba69d4', 'date' => '19 Sep 2013', ), - 2 => + 2 => array ( 'link' => 'http://windows.php.net/download/#php-5.4', 'name' => 'Windows 5.4.20 binaries and source', @@ -10491,29 +10491,29 @@ $OLDRELEASES = array ( 'date' => '19 Sep 2013', 'museum' => true, ), - '5.4.19' => + '5.4.19' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_4_19.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.4.19.tar.bz2', 'name' => 'PHP 5.4.19 (tar.bz2)', 'md5' => 'f06f99b9872b503758adab5ba7a7e755', 'date' => '22 Aug 2013', ), - 1 => + 1 => array ( 'filename' => 'php-5.4.19.tar.gz', 'name' => 'PHP 5.4.19 (tar.gz)', 'md5' => '9e7ad2494ba3de519328f74267de8342', 'date' => '22 Aug 2013', ), - 2 => + 2 => array ( 'link' => 'http://windows.php.net/download/#php-5.4', 'name' => 'Windows 5.4.19 binaries and source', @@ -10522,29 +10522,29 @@ $OLDRELEASES = array ( 'date' => '22 Aug 2013', 'museum' => true, ), - '5.4.18' => + '5.4.18' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_4_18.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.4.18.tar.bz2', 'name' => 'PHP 5.4.18 (tar.bz2)', 'md5' => 'b2e185b46b22a48a385cf21a0dc76e65', 'date' => '15 Aug 2013', ), - 1 => + 1 => array ( 'filename' => 'php-5.4.18.tar.gz', 'name' => 'PHP 5.4.18 (tar.gz)', 'md5' => 'd0a3f55deceaec921f45f76d7b4e764b', 'date' => '15 Aug 2013', ), - 2 => + 2 => array ( 'link' => 'http://windows.php.net/download/#php-5.4', 'name' => 'Windows 5.4.18 binaries and source', @@ -10553,29 +10553,29 @@ $OLDRELEASES = array ( 'date' => '04 Jul 2013', 'museum' => true, ), - '5.4.17' => + '5.4.17' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_4_17.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.4.17.tar.bz2', 'name' => 'PHP 5.4.17 (tar.bz2)', 'md5' => '1e027e99e2a874310fd518e87e3947af', 'date' => '04 Jul 2013', ), - 1 => + 1 => array ( 'filename' => 'php-5.4.17.tar.gz', 'name' => 'PHP 5.4.17 (tar.gz)', 'md5' => 'cc698032dcdcb9ad158edcc90fe798d6', 'date' => '04 Jul 2013', ), - 2 => + 2 => array ( 'link' => 'http://windows.php.net/download/#php-5.4', 'name' => 'Windows 5.4.17 binaries and source', @@ -10584,29 +10584,29 @@ $OLDRELEASES = array ( 'date' => '04 Jul 2013', 'museum' => true, ), - '5.4.16' => + '5.4.16' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_4_16.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.4.16.tar.bz2', 'name' => 'PHP 5.4.16 (tar.bz2)', 'md5' => '3d2c694d28861d707b2622c3cc941cff', 'date' => '06 Jun 2013', ), - 1 => + 1 => array ( 'filename' => 'php-5.4.16.tar.gz', 'name' => 'PHP 5.4.16 (tar.gz)', 'md5' => '3940a5295872964495f9c56596272d68', 'date' => '06 Jun 2013', ), - 2 => + 2 => array ( 'link' => 'http://windows.php.net/download/#php-5.4', 'name' => 'Windows 5.4.16 binaries and source', @@ -10615,29 +10615,29 @@ $OLDRELEASES = array ( 'date' => '09 May 2013', 'museum' => true, ), - '5.4.15' => + '5.4.15' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_4_15.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.4.15.tar.bz2', 'name' => 'PHP 5.4.15 (tar.bz2)', 'md5' => '145ea5e845e910443ff1eddb3dbcf56a', 'date' => '09 May 2013', ), - 1 => + 1 => array ( 'filename' => 'php-5.4.15.tar.gz', 'name' => 'PHP 5.4.15 (tar.gz)', 'md5' => '2651b983c18df9d455ec4c69aef45834', 'date' => '09 May 2013', ), - 2 => + 2 => array ( 'link' => 'http://windows.php.net/download/#php-5.4', 'name' => 'Windows 5.4.15 binaries and source', @@ -10646,29 +10646,29 @@ $OLDRELEASES = array ( 'date' => '09 May 2013', 'museum' => true, ), - '5.4.14' => + '5.4.14' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_4_14.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.4.14.tar.bz2', 'name' => 'PHP 5.4.14 (tar.bz2)', 'md5' => 'cfdc044be2c582991a1fe0967898fa38', 'date' => '11 Apr 2013', ), - 1 => + 1 => array ( 'filename' => 'php-5.4.14.tar.gz', 'name' => 'PHP 5.4.14 (tar.gz)', 'md5' => '08df8196af12bc850409a7bff13bf8f0', 'date' => '11 Apr 2013', ), - 2 => + 2 => array ( 'link' => 'http://windows.php.net/download/#php-5.4', 'name' => 'Windows 5.4.14 binaries and source', @@ -10677,29 +10677,29 @@ $OLDRELEASES = array ( 'date' => '11 Apr 2013', 'museum' => true, ), - '5.4.13' => + '5.4.13' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_4_13.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.4.13.tar.bz2', 'name' => 'PHP 5.4.13 (tar.bz2)', 'md5' => 'cacd308e978b7cf9ba4993196612ccf7', 'date' => '14 Mar 2013', ), - 1 => + 1 => array ( 'filename' => 'php-5.4.13.tar.gz', 'name' => 'PHP 5.4.13 (tar.gz)', 'md5' => '445025340677d5bfe22eb670d6db6795', 'date' => '14 Mar 2013', ), - 2 => + 2 => array ( 'link' => 'http://windows.php.net/download/#php-5.4', 'name' => 'Windows 5.4.13 binaries and source', @@ -10708,29 +10708,29 @@ $OLDRELEASES = array ( 'date' => '14 Mar 2013', 'museum' => true, ), - '5.4.12' => + '5.4.12' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_4_12.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.4.12.tar.bz2', 'name' => 'PHP 5.4.12 (tar.bz2)', 'md5' => '5c7b614242ae12e9cacca21c8ab84818', 'date' => '21 Feb 2013', ), - 1 => + 1 => array ( 'filename' => 'php-5.4.12.tar.gz', 'name' => 'PHP 5.4.12 (tar.gz)', 'md5' => '81b20cac4f977b8764ae904302048d84', 'date' => '21 Feb 2013', ), - 2 => + 2 => array ( 'link' => 'http://windows.php.net/download/#php-5.4', 'name' => 'Windows 5.4.12 binaries and source', @@ -10739,29 +10739,29 @@ $OLDRELEASES = array ( 'date' => '21 Feb 2013', 'museum' => true, ), - '5.4.11' => + '5.4.11' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_4_11.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.4.11.tar.bz2', 'name' => 'PHP 5.4.11 (tar.bz2)', 'md5' => '9975e68c22b86b013b934743ad2d2276', 'date' => '17 Jan 2013', ), - 1 => + 1 => array ( 'filename' => 'php-5.4.11.tar.gz', 'name' => 'PHP 5.4.11 (tar.gz)', 'md5' => '32fa16b3abd5527316c3c076b3395914', 'date' => '17 Jan 2013', ), - 2 => + 2 => array ( 'link' => 'http://windows.php.net/download/#php-5.4', 'name' => 'Windows 5.4.11 binaries and source', @@ -10770,29 +10770,29 @@ $OLDRELEASES = array ( 'date' => '17 Jan 2013', 'museum' => true, ), - '5.4.10' => + '5.4.10' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_4_10.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.4.10.tar.bz2', 'name' => 'PHP 5.4.10 (tar.bz2)', 'md5' => 'cb716b657a30570b9b468b9e7bc551a1', 'date' => '20 Dec 2012', ), - 1 => + 1 => array ( 'filename' => 'php-5.4.10.tar.gz', 'name' => 'PHP 5.4.10 (tar.gz)', 'md5' => '1e7fbe418658d5433bd315030584c45c', 'date' => '20 Dec 2012', ), - 2 => + 2 => array ( 'link' => 'http://windows.php.net/download/#php-5.4', 'name' => 'Windows 5.4.10 binaries and source', @@ -10801,29 +10801,29 @@ $OLDRELEASES = array ( 'date' => '20 Dec 2012', 'museum' => true, ), - '5.4.9' => + '5.4.9' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_4_9.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.4.9.tar.bz2', 'name' => 'PHP 5.4.9 (tar.bz2)', 'md5' => '076a9f84d861d3f664a2878d5773ba78', 'date' => '22 Nov 2012', ), - 1 => + 1 => array ( 'filename' => 'php-5.4.9.tar.gz', 'name' => 'PHP 5.4.9 (tar.gz)', 'md5' => 'e1ac28e1cf20738f0aeeba8261aa4537', 'date' => '22 Nov 2012', ), - 2 => + 2 => array ( 'link' => 'http://windows.php.net/download/#php-5.4', 'name' => 'Windows 5.4.9 binaries and source', @@ -10832,29 +10832,29 @@ $OLDRELEASES = array ( 'date' => '22 Nov 2012', 'museum' => true, ), - '5.4.8' => + '5.4.8' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_4_8.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.4.8.tar.bz2', 'name' => 'PHP 5.4.8 (tar.bz2)', 'md5' => 'bb8c816a9299be8995255ef70c63b800', 'date' => '18 Oct 2012', ), - 1 => + 1 => array ( 'filename' => 'php-5.4.8.tar.gz', 'name' => 'PHP 5.4.8 (tar.gz)', 'md5' => 'b25b735f342efbfdcdaf00b83189f183', 'date' => '18 Oct 2012', ), - 2 => + 2 => array ( 'link' => 'http://windows.php.net/download/#php-5.4', 'name' => 'Windows 5.4.8 binaries and source', @@ -10863,29 +10863,29 @@ $OLDRELEASES = array ( 'date' => '18 Oct 2012', 'museum' => true, ), - '5.4.7' => + '5.4.7' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_4_7.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.4.7.tar.bz2', 'name' => 'PHP 5.4.7 (tar.bz2)', 'md5' => '9cd421f1cc8fa8e7f215e44a1b06199f', 'date' => '13 Sep 2012', ), - 1 => + 1 => array ( 'filename' => 'php-5.4.7.tar.gz', 'name' => 'PHP 5.4.7 (tar.gz)', 'md5' => '94661b761dcfdfdd5108e8b12e0dd4f8', 'date' => '13 Sep 2012', ), - 2 => + 2 => array ( 'link' => 'http://windows.php.net/download/#php-5.4', 'name' => 'Windows 5.4.7 binaries and source', @@ -10894,29 +10894,29 @@ $OLDRELEASES = array ( 'date' => '13 Sep 2012', 'museum' => true, ), - '5.4.6' => + '5.4.6' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_4_6.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.4.6.tar.bz2', 'name' => 'PHP 5.4.6 (tar.bz2)', 'md5' => 'c9aa0f4996d1b91ee9e45afcfaeb5d2e', 'date' => '16 Aug 2012', ), - 1 => + 1 => array ( 'filename' => 'php-5.4.6.tar.gz', 'name' => 'PHP 5.4.6 (tar.gz)', 'md5' => 'efe59afb73190c9bd6d50614998ffceb', 'date' => '16 Aug 2012', ), - 2 => + 2 => array ( 'link' => 'http://windows.php.net/download/#php-5.4', 'name' => 'Windows 5.4.6 binaries and source', @@ -10925,29 +10925,29 @@ $OLDRELEASES = array ( 'date' => '16 Aug 2012', 'museum' => true, ), - '5.4.5' => + '5.4.5' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_4_5.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.4.5.tar.bz2', 'name' => 'PHP 5.4.5 (tar.bz2)', 'md5' => 'ffcc7f4dcf2b79d667fe0c110e6cb724', 'date' => '19 July 2012', ), - 1 => + 1 => array ( 'filename' => 'php-5.4.5.tar.gz', 'name' => 'PHP 5.4.5 (tar.gz)', 'md5' => '51fb5bf974d92359f0606dffc810735a', 'date' => '19 July 2012', ), - 2 => + 2 => array ( 'link' => 'http://windows.php.net/download/#php-5.4', 'name' => 'Windows 5.4.5 binaries and source', @@ -10956,29 +10956,29 @@ $OLDRELEASES = array ( 'date' => '19 July 2012', 'museum' => true, ), - '5.4.4' => + '5.4.4' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_4_4.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.4.4.tar.bz2', 'name' => 'PHP 5.4.4 (tar.bz2)', 'md5' => '1fd98dc3f6f3805cd67bff12a26ed77f', 'date' => '14 June 2012', ), - 1 => + 1 => array ( 'filename' => 'php-5.4.4.tar.gz', 'name' => 'PHP 5.4.4 (tar.gz)', 'md5' => '8366c3626f2275ab8c7ef5e2d6bc5bd7', 'date' => '14 June 2012', ), - 2 => + 2 => array ( 'link' => 'http://windows.php.net/download/#php-5.4', 'name' => 'Windows 5.4.4 binaries and source', @@ -10987,22 +10987,22 @@ $OLDRELEASES = array ( 'date' => '14 June 2012', 'museum' => true, ), - '5.4.3' => + '5.4.3' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_4_3.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.4.3.tar.bz2', 'name' => 'PHP 5.4.3 (tar.bz2)', 'md5' => '51f9488bf8682399b802c48656315cac', 'date' => '08 May 2012', ), - 1 => + 1 => array ( 'filename' => 'php-5.4.3.tar.gz', 'name' => 'PHP 5.4.3 (tar.gz)', @@ -11013,22 +11013,22 @@ $OLDRELEASES = array ( 'date' => '08 May 2012', 'museum' => true, ), - '5.4.2' => + '5.4.2' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_4_2.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.4.2.tar.bz2', 'name' => 'PHP 5.4.2 (tar.bz2)', 'md5' => '252a6546db3a26260b419a883c875615', 'date' => '03 May 2012', ), - 1 => + 1 => array ( 'filename' => 'php-5.4.2.tar.gz', 'name' => 'PHP 5.4.2 (tar.gz)', @@ -11039,22 +11039,22 @@ $OLDRELEASES = array ( 'date' => '03 May 2012', 'museum' => true, ), - '5.4.1' => + '5.4.1' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_4_1.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.4.1.tar.bz2', 'name' => 'PHP 5.4.1 (tar.bz2)', 'md5' => '5b9529ed89dbc48c498e9693d1af3caf', 'date' => '26 April 2012', ), - 1 => + 1 => array ( 'filename' => 'php-5.4.1.tar.gz', 'name' => 'PHP 5.4.1 (tar.gz)', @@ -11065,22 +11065,22 @@ $OLDRELEASES = array ( 'date' => '26 April 2012', 'museum' => true, ), - '5.4.0' => + '5.4.0' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_4_0.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.4.0.tar.bz2', 'name' => 'PHP 5.4.0 (tar.bz2)', 'md5' => '04bb6f9d71ea86ba05685439d50db074', 'date' => '01 March 2012', ), - 1 => + 1 => array ( 'filename' => 'php-5.4.0.tar.gz', 'name' => 'PHP 5.4.0 (tar.gz)', @@ -11091,36 +11091,36 @@ $OLDRELEASES = array ( 'date' => '01 March 2012', 'museum' => true, ), - '5.3.29' => + '5.3.29' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_3_29.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.3.29.tar.bz2', 'name' => 'PHP 5.3.29 (tar.bz2)', 'date' => '14 Aug 2014', 'sha256' => 'c4e1cf6972b2a9c7f2777a18497d83bf713cdbecabb65d3ff62ba441aebb0091', ), - 1 => + 1 => array ( 'filename' => 'php-5.3.29.tar.gz', 'name' => 'PHP 5.3.29 (tar.gz)', 'date' => '14 Aug 2014', 'sha256' => '57cf097de3d6c3152dda342f62b1b2e9c988f4cfe300ccfe3c11f3c207a0e317', ), - 2 => + 2 => array ( 'filename' => 'php-5.3.29.tar.xz', 'name' => 'PHP 5.3.29 (tar.xz)', 'date' => '14 Aug 2014', 'sha256' => '8438c2f14ab8f3d6cd2495aa37de7b559e33b610f9ab264f0c61b531bf0c262d', ), - 3 => + 3 => array ( 'link' => 'http://windows.php.net/download/#php-5.3', 'name' => 'Windows 5.3.29 binaries and source', @@ -11129,29 +11129,29 @@ $OLDRELEASES = array ( 'date' => '14 Aug 2014', 'museum' => false, ), - '5.3.28' => + '5.3.28' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_3_28.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.3.28.tar.bz2', 'name' => 'PHP 5.3.28 (tar.bz2)', 'date' => '12 Dec 2013', 'sha256' => '0cac960c651c4fbb3d21cf2f2b279a06e21948fb35a0d1439b97296cac1d8513', ), - 1 => + 1 => array ( 'filename' => 'php-5.3.28.tar.gz', 'name' => 'PHP 5.3.28 (tar.gz)', 'date' => '12 Dec 2013', 'sha256' => 'ace8fde82a4275d6dcec4e15feb047416e1813fea46e159dfd113298371396d0', ), - 2 => + 2 => array ( 'link' => 'http://windows.php.net/download/#php-5.3', 'name' => 'Windows 5.3.28 binaries and source', @@ -11160,29 +11160,29 @@ $OLDRELEASES = array ( 'date' => '11 Jul 2013', 'museum' => false, ), - '5.3.27' => + '5.3.27' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_3_27.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.3.27.tar.bz2', 'name' => 'PHP 5.3.27 (tar.bz2)', 'date' => '11 Jul 2013', 'sha256' => 'e12db21c623b82a2244c4dd9b06bb75af20868c1b748a105a6829a5acc36b287', ), - 1 => + 1 => array ( 'filename' => 'php-5.3.27.tar.gz', 'name' => 'PHP 5.3.27 (tar.gz)', 'date' => '11 Jul 2013', 'sha256' => '5ecd737fc79ad33b5c79a9784c0b4211d211ba682d4d721ac6ce975907a5b12b', ), - 2 => + 2 => array ( 'link' => 'http://windows.php.net/download/#php-5.3', 'name' => 'Windows 5.3.27 binaries and source', @@ -11191,29 +11191,29 @@ $OLDRELEASES = array ( 'date' => '11 Jul 2013', 'museum' => false, ), - '5.3.26' => + '5.3.26' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_3_26.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.3.26.tar.bz2', 'name' => 'PHP 5.3.26 (tar.bz2)', 'md5' => 'd71db8d92edbb48beb5b645b55471139', 'date' => '06 Jun 2013', ), - 1 => + 1 => array ( 'filename' => 'php-5.3.26.tar.gz', 'name' => 'PHP 5.3.26 (tar.gz)', 'md5' => 'a430a48b8939fe1f8915ee38681b0afa', 'date' => '06 Jun 2013', ), - 2 => + 2 => array ( 'link' => 'http://windows.php.net/download/#php-5.3', 'name' => 'Windows 5.3.26 binaries and source', @@ -11222,29 +11222,29 @@ $OLDRELEASES = array ( 'date' => '06 Jun 2013', 'museum' => true, ), - '5.3.25' => + '5.3.25' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_3_25.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.3.25.tar.bz2', 'name' => 'PHP 5.3.25 (tar.bz2)', 'md5' => 'd71db8d92edbb48beb5b645b55471139', 'date' => '09 May 2013', ), - 1 => + 1 => array ( 'filename' => 'php-5.3.25.tar.gz', 'name' => 'PHP 5.3.25 (tar.gz)', 'md5' => 'a430a48b8939fe1f8915ee38681b0afa', 'date' => '09 May 2013', ), - 2 => + 2 => array ( 'link' => 'http://windows.php.net/download/#php-5.3', 'name' => 'Windows 5.3.25 binaries and source', @@ -11253,29 +11253,29 @@ $OLDRELEASES = array ( 'date' => '09 May 2013', 'museum' => true, ), - '5.3.24' => + '5.3.24' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_3_24.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.3.24.tar.bz2', 'name' => 'PHP 5.3.24 (tar.bz2)', 'md5' => '9820604df98c648297dcd31ffb8214e8', 'date' => '11 Apr 2013', ), - 1 => + 1 => array ( 'filename' => 'php-5.3.24.tar.gz', 'name' => 'PHP 5.3.24 (tar.gz)', 'md5' => 'cb0311a6a5ed6ffff8f41f713f9d8e84', 'date' => '11 Apr 2013', ), - 2 => + 2 => array ( 'link' => 'http://windows.php.net/download/#php-5.3', 'name' => 'Windows 5.3.24 binaries and source', @@ -11284,29 +11284,29 @@ $OLDRELEASES = array ( 'date' => '11 Apr 2013', 'museum' => true, ), - '5.3.23' => + '5.3.23' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_3_23.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.3.23.tar.bz2', 'name' => 'PHP 5.3.23 (tar.bz2)', 'md5' => 'ab7bd1dd3bbc8364cb9fcaa2d79fb502', 'date' => '14 Mar 2013', ), - 1 => + 1 => array ( 'filename' => 'php-5.3.23.tar.gz', 'name' => 'PHP 5.3.23 (tar.gz)', 'md5' => '9cd92b0de2b51dcd372f46fa623984f4', 'date' => '14 Mar 2013', ), - 2 => + 2 => array ( 'link' => 'http://windows.php.net/download/#php-5.3', 'name' => 'Windows 5.3.23 binaries and source', @@ -11315,29 +11315,29 @@ $OLDRELEASES = array ( 'date' => '14 Mar 2013', 'museum' => true, ), - '5.3.22' => + '5.3.22' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_3_22.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.3.22.tar.bz2', 'name' => 'PHP 5.3.22 (tar.bz2)', 'md5' => 'bf351426fc7f97aa13914062958a6100', 'date' => '21 Feb 2013', ), - 1 => + 1 => array ( 'filename' => 'php-5.3.22.tar.gz', 'name' => 'PHP 5.3.22 (tar.gz)', 'md5' => '5008d8e70195d933e30bfbae3651b4ed', 'date' => '21 Feb 2013', ), - 2 => + 2 => array ( 'link' => 'http://windows.php.net/download/#php-5.3', 'name' => 'Windows 5.3.22 binaries and source', @@ -11346,29 +11346,29 @@ $OLDRELEASES = array ( 'date' => '21 Feb 2013', 'museum' => true, ), - '5.3.21' => + '5.3.21' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_3_21.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.3.21.tar.bz2', 'name' => 'PHP 5.3.21 (tar.bz2)', 'md5' => '1b214fc19bb5f5c0902ba27c74d5f4a2', 'date' => '17 Jan 2013', ), - 1 => + 1 => array ( 'filename' => 'php-5.3.21.tar.gz', 'name' => 'PHP 5.3.21 (tar.gz)', 'md5' => 'f47fbe3407520e5d9d895168950aa683', 'date' => '17 Jan 2013', ), - 2 => + 2 => array ( 'link' => 'http://windows.php.net/download/#php-5.3', 'name' => 'Windows 5.3.21 binaries and source', @@ -11377,29 +11377,29 @@ $OLDRELEASES = array ( 'date' => '17 Jan 2013', 'museum' => true, ), - '5.3.20' => + '5.3.20' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_3_20.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.3.20.tar.bz2', 'name' => 'PHP 5.3.20 (tar.bz2)', 'md5' => '00241b9e89e93adf3baac32c56211e4e', 'date' => '20 Dec 2012', ), - 1 => + 1 => array ( 'filename' => 'php-5.3.20.tar.gz', 'name' => 'PHP 5.3.20 (tar.gz)', 'md5' => '1e202851bf2ba1ee96d7dc5b48944119', 'date' => '20 Dec 2012', ), - 2 => + 2 => array ( 'link' => 'http://windows.php.net/download/#php-5.3', 'name' => 'Windows 5.3.20 binaries and source', @@ -11408,29 +11408,29 @@ $OLDRELEASES = array ( 'date' => '20 Dec 2012', 'museum' => true, ), - '5.3.19' => + '5.3.19' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_3_19.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.3.19.tar.bz2', 'name' => 'PHP 5.3.19 (tar.bz2)', 'md5' => 'e1d2a3ec7849d4b3032bd1abf1916aa4', 'date' => '22 Nov 2012', ), - 1 => + 1 => array ( 'filename' => 'php-5.3.19.tar.gz', 'name' => 'PHP 5.3.19 (tar.gz)', 'md5' => 'e1bcda4f14bb39ba041297abbf18f8d1', 'date' => '22 Nov 2012', ), - 2 => + 2 => array ( 'link' => 'http://windows.php.net/download/#php-5.4', 'name' => 'Windows 5.3.19 binaries and source', @@ -11439,29 +11439,29 @@ $OLDRELEASES = array ( 'date' => '22 Nov 2012', 'museum' => true, ), - '5.3.18' => + '5.3.18' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_3_18.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.3.18.tar.bz2', 'name' => 'PHP 5.3.18 (tar.bz2)', 'md5' => '52539c19d0f261560af3c030143dfa8f', 'date' => '18 Oct 2012', ), - 1 => + 1 => array ( 'filename' => 'php-5.3.18.tar.gz', 'name' => 'PHP 5.3.18 (tar.gz)', 'md5' => 'ff2009aadc7c4d1444f6cd8e45f39a41', 'date' => '18 Oct 2012', ), - 2 => + 2 => array ( 'link' => 'http://windows.php.net/download/#php-5.3', 'name' => 'Windows 5.3.18 binaries and source', @@ -11470,29 +11470,29 @@ $OLDRELEASES = array ( 'date' => '18 Oct 2012', 'museum' => true, ), - '5.3.17' => + '5.3.17' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_3_17.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.3.17.tar.bz2', 'name' => 'PHP 5.3.17 (tar.bz2)', 'md5' => '29ee79c941ee85d6c1555c176f12f7ef', 'date' => '13 Sep 2012', ), - 1 => + 1 => array ( 'filename' => 'php-5.3.17.tar.gz', 'name' => 'PHP 5.3.17 (tar.gz)', 'md5' => '002e02e36c2cbcada8c49a7e5956d787', 'date' => '13 Sep 2012', ), - 2 => + 2 => array ( 'link' => 'http://windows.php.net/download/#php-5.3', 'name' => 'Windows 5.3.17 binaries and source', @@ -11501,29 +11501,29 @@ $OLDRELEASES = array ( 'date' => '13 Sep 2012', 'museum' => true, ), - '5.3.16' => + '5.3.16' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_3_16.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.3.16.tar.bz2', 'name' => 'PHP 5.3.16 (tar.bz2)', 'md5' => '99cfd78531643027f60c900e792d21be', 'date' => '16 Aug 2012', ), - 1 => + 1 => array ( 'filename' => 'php-5.3.16.tar.gz', 'name' => 'PHP 5.3.16 (tar.gz)', 'md5' => '59b776edeac2897ebe3712dcc94b6706', 'date' => '16 Aug 2012', ), - 2 => + 2 => array ( 'link' => 'http://windows.php.net/download/#php-5.3', 'name' => 'Windows 5.3.16 binaries and source', @@ -11532,29 +11532,29 @@ $OLDRELEASES = array ( 'date' => '16 Aug 2012', 'museum' => true, ), - '5.3.15' => + '5.3.15' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_3_15.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.3.15.tar.bz2', 'name' => 'PHP 5.3.15 (tar.bz2)', 'md5' => '5cfcfd0fa4c4da7576f397073e7993cc', 'date' => '19 July 2012', ), - 1 => + 1 => array ( 'filename' => 'php-5.3.15.tar.gz', 'name' => 'PHP 5.3.15 (tar.gz)', 'md5' => '7c885c79a611b89f3a1095fce6eae5c6', 'date' => '19 July 2012', ), - 2 => + 2 => array ( 'link' => 'http://windows.php.net/download/#php-5.3', 'name' => 'Windows 5.3.15 binaries and source', @@ -11563,29 +11563,29 @@ $OLDRELEASES = array ( 'date' => '19 July 2012', 'museum' => true, ), - '5.3.14' => + '5.3.14' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_3_14.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.3.14.tar.bz2', 'name' => 'PHP 5.3.14 (tar.bz2)', 'md5' => '370be99c5cdc2e756c82c44d774933c8', 'date' => '14 June 2012', ), - 1 => + 1 => array ( 'filename' => 'php-5.3.14.tar.gz', 'name' => 'PHP 5.3.14 (tar.gz)', 'md5' => '148730865242a031a638ee3bab4a9d4d', 'date' => '14 June 2012', ), - 2 => + 2 => array ( 'link' => 'http://windows.php.net/download/#php-5.3', 'name' => 'Windows 5.3.14 binaries and source', @@ -11594,22 +11594,22 @@ $OLDRELEASES = array ( 'date' => '14 June 2012', 'museum' => true, ), - '5.3.13' => + '5.3.13' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_3_13.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.3.13.tar.bz2', 'name' => 'PHP 5.3.13 (tar.bz2)', 'md5' => '370be99c5cdc2e756c82c44d774933c8', 'date' => '08 May 2012', ), - 1 => + 1 => array ( 'filename' => 'php-5.3.13.tar.gz', 'name' => 'PHP 5.3.13 (tar.gz)', @@ -11620,22 +11620,22 @@ $OLDRELEASES = array ( 'date' => '08 May 2012', 'museum' => true, ), - '5.3.12' => + '5.3.12' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_3_12.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.3.12.tar.bz2', 'name' => 'PHP 5.3.12 (tar.bz2)', 'md5' => 'cf02c29be279c506cbd4ffc2819d7c82', 'date' => '03 May 2012', ), - 1 => + 1 => array ( 'filename' => 'php-5.3.12.tar.gz', 'name' => 'PHP 5.3.12 (tar.gz)', @@ -11646,22 +11646,22 @@ $OLDRELEASES = array ( 'date' => '03 May 2012', 'museum' => true, ), - '5.3.11' => + '5.3.11' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_3_11.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.3.11.tar.bz2', 'name' => 'PHP 5.3.11 (tar.bz2)', 'md5' => '5b9529ed89dbc48c498e9693d1af3caf', 'date' => '26 April 2012', ), - 1 => + 1 => array ( 'filename' => 'php-5.3.11.tar.gz', 'name' => 'PHP 5.3.11 (tar.gz)', @@ -11672,22 +11672,22 @@ $OLDRELEASES = array ( 'date' => '26 April 2012', 'museum' => true, ), - '5.3.10' => + '5.3.10' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_3_10.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.3.10.tar.bz2', 'name' => 'PHP 5.3.10 (tar.bz2)', 'md5' => '816259e5ca7d0a7e943e56a3bb32b17f', 'date' => '02 February 2012', ), - 1 => + 1 => array ( 'filename' => 'php-5.3.10.tar.gz', 'name' => 'PHP 5.3.10 (tar.gz)', @@ -11698,22 +11698,22 @@ $OLDRELEASES = array ( 'date' => '02 February 2012', 'museum' => true, ), - '5.3.9' => + '5.3.9' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_3_9.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.3.9.tar.bz2', 'name' => 'PHP 5.3.9 (tar.bz2)', 'md5' => 'dd3288ed5c08cd61ac5bf619cb357521', 'date' => '10 January 2012', ), - 1 => + 1 => array ( 'filename' => 'php-5.3.9.tar.gz', 'name' => 'PHP 5.3.9 (tar.gz)', @@ -11724,22 +11724,22 @@ $OLDRELEASES = array ( 'date' => '10 January 2012', 'museum' => true, ), - '5.3.8' => + '5.3.8' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_3_8.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.3.8.tar.bz2', 'name' => 'PHP 5.3.8 (tar.bz2)', 'md5' => '704cd414a0565d905e1074ffdc1fadfb', 'date' => '23 August 2011', ), - 1 => + 1 => array ( 'filename' => 'php-5.3.8.tar.gz', 'name' => 'PHP 5.3.8 (tar.gz)', @@ -11750,22 +11750,22 @@ $OLDRELEASES = array ( 'date' => '23 August 2011', 'museum' => true, ), - '5.3.7' => + '5.3.7' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_3_7.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.3.7.tar.bz2', 'name' => 'PHP 5.3.7 (tar.bz2)', 'md5' => '2d47d003c96de4e88863ff38da61af33', 'date' => '18 August 2011', ), - 1 => + 1 => array ( 'filename' => 'php-5.3.7.tar.gz', 'name' => 'PHP 5.3.7 (tar.gz)', @@ -11776,22 +11776,22 @@ $OLDRELEASES = array ( 'date' => '18 August 2011', 'museum' => true, ), - '5.3.6' => + '5.3.6' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_3_6.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.3.6.tar.bz2', 'name' => 'PHP 5.3.6 (tar.bz2)', 'md5' => '2286f5a82a6e8397955a0025c1c2ad98', 'date' => '19 March 2011', ), - 1 => + 1 => array ( 'filename' => 'php-5.3.6.tar.gz', 'name' => 'PHP 5.3.6 (tar.gz)', @@ -11802,22 +11802,22 @@ $OLDRELEASES = array ( 'date' => '19 March 2011', 'museum' => true, ), - '5.3.5' => + '5.3.5' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_3_5.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.3.5.tar.bz2', 'name' => 'PHP 5.3.5 (tar.bz2)', 'md5' => '8aaf20c95e91f25c5b6a591e5d6d61b9', 'date' => '06 January 2011', ), - 1 => + 1 => array ( 'filename' => 'php-5.3.5.tar.gz', 'name' => 'PHP 5.3.5 (tar.gz)', @@ -11828,22 +11828,22 @@ $OLDRELEASES = array ( 'date' => '06 January 2011', 'museum' => true, ), - '5.3.4' => + '5.3.4' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_3_4.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.3.4.tar.bz2', 'name' => 'PHP 5.3.4 (tar.bz2)', 'md5' => '2c069d8f690933e3bf6a8741ed818150', 'date' => '09 December 2010', ), - 1 => + 1 => array ( 'filename' => 'php-5.3.4.tar.gz', 'name' => 'PHP 5.3.4 (tar.gz)', @@ -11854,22 +11854,22 @@ $OLDRELEASES = array ( 'date' => '09 December 2010', 'museum' => true, ), - '5.2.17' => + '5.2.17' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_2_17.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.2.17.tar.bz2', 'name' => 'PHP 5.2.17 (tar.bz2)', 'md5' => 'b27947f3045220faf16e4d9158cbfe13', 'date' => '06 January 2011', ), - 1 => + 1 => array ( 'filename' => 'php-5.2.17.tar.gz', 'name' => 'PHP 5.2.17 (tar.gz)', @@ -11880,22 +11880,22 @@ $OLDRELEASES = array ( 'date' => '06 January 2011', 'museum' => true, ), - '5.2.16' => + '5.2.16' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_2_16.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.2.16.tar.bz2', 'name' => 'PHP 5.2.16 (tar.bz2)', 'md5' => '3b0bd012bd53bac9a5fefca61eccd5c6', 'date' => '16 December 2010', ), - 1 => + 1 => array ( 'filename' => 'php-5.2.16.tar.gz', 'name' => 'PHP 5.2.16 (tar.gz)', @@ -11906,22 +11906,22 @@ $OLDRELEASES = array ( 'date' => '16 December 2010', 'museum' => true, ), - '5.2.15' => + '5.2.15' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_2_15.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.2.15.tar.bz2', 'name' => 'PHP 5.2.15 (tar.bz2)', 'md5' => 'd4ccad187b12835024980a0cea362893', 'date' => '09 December 2010', ), - 1 => + 1 => array ( 'filename' => 'php-5.2.15.tar.gz', 'name' => 'PHP 5.2.15 (tar.gz)', @@ -11932,22 +11932,22 @@ $OLDRELEASES = array ( 'date' => '09 December 2010', 'museum' => true, ), - '5.3.3' => + '5.3.3' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_3_3.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.3.3.tar.bz2', 'name' => 'PHP 5.3.3 (tar.bz2)', 'md5' => '21ceeeb232813c10283a5ca1b4c87b48', 'date' => '22 July 2010', ), - 1 => + 1 => array ( 'filename' => 'php-5.3.3.tar.gz', 'name' => 'PHP 5.3.3 (tar.gz)', @@ -11958,22 +11958,22 @@ $OLDRELEASES = array ( 'date' => '22 July 2010', 'museum' => true, ), - '5.2.14' => + '5.2.14' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_2_14.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.2.14.tar.bz2', 'name' => 'PHP 5.2.14 (tar.bz2)', 'md5' => '21ceeeb232813c10283a5ca1b4c87b48', 'date' => '22 July 2010', ), - 1 => + 1 => array ( 'filename' => 'php-5.2.14.tar.gz', 'name' => 'PHP 5.2.14 (tar.gz)', @@ -11984,22 +11984,22 @@ $OLDRELEASES = array ( 'date' => '22 July 2010', 'museum' => true, ), - '5.3.2' => + '5.3.2' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_3_2.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.3.2.tar.bz2', 'name' => 'PHP 5.3.2 (tar.bz2)', 'md5' => '46f500816125202c48a458d0133254a4', 'date' => '04 Mar 2010', ), - 1 => + 1 => array ( 'filename' => 'php-5.3.2.tar.gz', 'name' => 'PHP 5.3.2 (tar.gz)', @@ -12010,22 +12010,22 @@ $OLDRELEASES = array ( 'date' => '04 Mar 2010', 'museum' => true, ), - '5.2.13' => + '5.2.13' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_2_13.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.2.13.tar.bz2', 'name' => 'PHP 5.2.13 (tar.bz2)', 'md5' => 'eb4d0766dc4fb9667f05a68b6041e7d1', 'date' => '25 Feb 2010', ), - 1 => + 1 => array ( 'filename' => 'php-5.2.13.tar.gz', 'name' => 'PHP 5.2.13 (tar.gz)', @@ -12033,9 +12033,9 @@ $OLDRELEASES = array ( 'date' => '25 Feb 2010', ), ), - 'windows' => + 'windows' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.2.13-Win32.zip', 'name' => 'PHP 5.2.13 zip package', @@ -12043,7 +12043,7 @@ $OLDRELEASES = array ( 'date' => '25 Feb 2010', 'note' => '', ), - 1 => + 1 => array ( 'filename' => 'php-5.2.13-win32-installer.msi', 'name' => 'PHP 5.2.13 installer', @@ -12051,14 +12051,14 @@ $OLDRELEASES = array ( 'date' => '25 Feb 2010', 'note' => '', ), - 2 => + 2 => array ( 'filename' => 'php-debug-pack-5.2.13-Win32.zip', 'name' => 'PHP 5.2.13 Win32 Debug Pack', 'md5' => 'e3382d5acbb527d21b768766f563a75d', 'date' => '25 Feb 2010', ), - 3 => + 3 => array ( 'filename' => 'php-5.2.13-nts-Win32.zip', 'name' => 'PHP 5.2.13 Non-thread-safe zip package', @@ -12066,14 +12066,14 @@ $OLDRELEASES = array ( 'date' => '25 Feb 2010', 'note' => '', ), - 4 => + 4 => array ( 'filename' => 'php-5.2.13-nts-win32-installer.msi', 'name' => 'PHP 5.2.13 Non-thread-safe installer', 'md5' => 'd0e502db99565afde77b4f58f13fbad2', 'date' => '25 Feb 2010', ), - 5 => + 5 => array ( 'filename' => 'php-debug-pack-5.2.13-nts-Win32.zip', 'name' => 'PHP 5.2.13 Non-thread-safe Win32 Debug Pack', @@ -12084,22 +12084,22 @@ $OLDRELEASES = array ( 'date' => '25 Feb 2010', 'museum' => true, ), - '5.3.1' => + '5.3.1' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_3_1.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.3.1.tar.bz2', 'name' => 'PHP 5.3.1 (tar.bz2)', 'md5' => '63e97ad450f0f7259e785100b634c797', 'date' => '19 Nov 2009', ), - 1 => + 1 => array ( 'filename' => 'php-5.3.1.tar.gz', 'name' => 'PHP 5.3.1 (tar.gz)', @@ -12110,22 +12110,22 @@ $OLDRELEASES = array ( 'date' => '19 Nov 2009', 'museum' => true, ), - '5.2.12' => + '5.2.12' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_2_12.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.2.12.tar.bz2', 'name' => 'PHP 5.2.12 (tar.bz2)', 'md5' => '5b7077e366c7eeab34da31dd860a1923', 'date' => '17 December 2009', ), - 1 => + 1 => array ( 'filename' => 'php-5.2.12.tar.gz', 'name' => 'PHP 5.2.12 (tar.gz)', @@ -12133,9 +12133,9 @@ $OLDRELEASES = array ( 'date' => '17 December 2009', ), ), - 'windows' => + 'windows' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.2.12-Win32.zip', 'name' => 'PHP 5.2.12 zip package', @@ -12143,7 +12143,7 @@ $OLDRELEASES = array ( 'date' => '17 December 2009', 'note' => '', ), - 1 => + 1 => array ( 'filename' => 'php-5.2.12-win32-installer.msi', 'name' => 'PHP 5.2.12 installer', @@ -12151,14 +12151,14 @@ $OLDRELEASES = array ( 'date' => '17 December 2009', 'note' => '', ), - 2 => + 2 => array ( 'filename' => 'php-debug-pack-5.2.12-Win32.zip', 'name' => 'PHP 5.2.12 Win32 Debug Pack', 'md5' => 'b21a5abb9e5bae4c657d0983986c4434', 'date' => '17 December 2009', ), - 3 => + 3 => array ( 'filename' => 'php-5.2.12-nts-Win32.zip', 'name' => 'PHP 5.2.12 Non-thread-safe zip package', @@ -12166,14 +12166,14 @@ $OLDRELEASES = array ( 'date' => '17 December 2009', 'note' => '', ), - 4 => + 4 => array ( 'filename' => 'php-5.2.12-nts-win32-installer.msi', 'name' => 'PHP 5.2.12 Non-thread-safe installer', 'md5' => '418656307a52c99f2175c748da31a9d8', 'date' => '17 December 2009', ), - 5 => + 5 => array ( 'filename' => 'php-debug-pack-5.2.12-nts-Win32.zip', 'name' => 'PHP 5.2.12 Non-thread-safe Win32 Debug Pack', @@ -12184,22 +12184,22 @@ $OLDRELEASES = array ( 'date' => '17 December 2009', 'museum' => true, ), - '5.2.11' => + '5.2.11' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_2_11.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.2.11.tar.bz2', 'name' => 'PHP 5.2.11 (tar.bz2)', 'md5' => '286bf34630f5643c25ebcedfec5e0a09', 'date' => '17 September 2009', ), - 1 => + 1 => array ( 'filename' => 'php-5.2.11.tar.gz', 'name' => 'PHP 5.2.11 (tar.gz)', @@ -12207,9 +12207,9 @@ $OLDRELEASES = array ( 'date' => '17 September 2009', ), ), - 'windows' => + 'windows' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.2.11-Win32.zip', 'name' => 'PHP 5.2.11 zip package', @@ -12217,7 +12217,7 @@ $OLDRELEASES = array ( 'date' => '17 September 2009', 'note' => '', ), - 1 => + 1 => array ( 'filename' => 'php-5.2.11-win32-installer.msi', 'name' => 'PHP 5.2.11 installer', @@ -12225,14 +12225,14 @@ $OLDRELEASES = array ( 'date' => '17 September 2009', 'note' => '', ), - 2 => + 2 => array ( 'filename' => 'php-debug-pack-5.2.11-Win32.zip', 'name' => 'PHP 5.2.11 Win32 Debug Pack', 'md5' => '38cb1b783dd08dff41f445b582d2ffed', 'date' => '17 September 2009', ), - 3 => + 3 => array ( 'filename' => 'php-5.2.11-nts-Win32.zip', 'name' => 'PHP 5.2.11 Non-thread-safe zip package', @@ -12240,14 +12240,14 @@ $OLDRELEASES = array ( 'date' => '17 September 2009', 'note' => '', ), - 4 => + 4 => array ( 'filename' => 'php-5.2.11-nts-win32-installer.msi', 'name' => 'PHP 5.2.11 Non-thread-safe installer', 'md5' => '4fe1344093e26c2a51a82094bac131ad', 'date' => '17 September 2009', ), - 5 => + 5 => array ( 'filename' => 'php-debug-pack-5.2.11-nts-Win32.zip', 'name' => 'PHP 5.2.11 Non-thread-safe Win32 Debug Pack', @@ -12258,22 +12258,22 @@ $OLDRELEASES = array ( 'date' => '17 September 2009', 'museum' => true, ), - '5.3.0' => + '5.3.0' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_3_0.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.3.0.tar.bz2', 'name' => 'PHP 5.3.0 (tar.bz2)', 'md5' => '846760cd655c98dfd86d6d97c3d964b0', 'date' => '30 June 2009', ), - 1 => + 1 => array ( 'filename' => 'php-5.3.0.tar.gz', 'name' => 'PHP 5.3.0 (tar.gz)', @@ -12284,22 +12284,22 @@ $OLDRELEASES = array ( 'date' => '30 June 2009', 'museum' => true, ), - '5.2.10' => + '5.2.10' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_2_10.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.2.10.tar.bz2', 'name' => 'PHP 5.2.10 (tar.bz2)', 'md5' => '15c7b5a87f57332d6fc683528e28247b', 'date' => '18 June 2009', ), - 1 => + 1 => array ( 'filename' => 'php-5.2.10.tar.gz', 'name' => 'PHP 5.2.10 (tar.gz)', @@ -12307,9 +12307,9 @@ $OLDRELEASES = array ( 'date' => '18 June 2009', ), ), - 'windows' => + 'windows' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.2.10-Win32.zip', 'name' => 'PHP 5.2.10 zip package', @@ -12317,7 +12317,7 @@ $OLDRELEASES = array ( 'date' => '18 June 2009', 'note' => '', ), - 1 => + 1 => array ( 'filename' => 'php-5.2.10-win32-installer.msi', 'name' => 'PHP 5.2.10 installer', @@ -12325,14 +12325,14 @@ $OLDRELEASES = array ( 'date' => '18 June 2009', 'note' => '', ), - 2 => + 2 => array ( 'filename' => 'php-debug-pack-5.2.10-Win32.zip', 'name' => 'PHP 5.2.10 Win32 Debug Pack', 'md5' => 'f6bdea0e1f71ca46f78e78c86e86606', 'date' => '18 June 2009', ), - 3 => + 3 => array ( 'filename' => 'php-5.2.10-nts-Win32.zip', 'name' => 'PHP 5.2.10 Non-thread-safe zip package', @@ -12340,14 +12340,14 @@ $OLDRELEASES = array ( 'date' => '18 June 2009', 'note' => '', ), - 4 => + 4 => array ( 'filename' => 'php-5.2.10-nts-win32-installer.msi', 'name' => 'PHP 5.2.10 Non-thread-safe installer', 'md5' => 'e341deb2872d3f8f4589593da88bbede', 'date' => '18 June 2009', ), - 5 => + 5 => array ( 'filename' => 'php-debug-pack-5.2.10-nts-Win32.zip', 'name' => 'PHP 5.2.10 Non-thread-safe Win32 Debug Pack', @@ -12358,22 +12358,22 @@ $OLDRELEASES = array ( 'date' => '18 June 2009', 'museum' => true, ), - '5.2.9' => + '5.2.9' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_2_9.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.2.9.tar.bz2', 'name' => 'PHP 5.2.9 (tar.bz2)', 'md5' => '280d6cda7f72a4fc6de42fda21ac2db7', 'date' => '26 February 2009', ), - 1 => + 1 => array ( 'filename' => 'php-5.2.9.tar.gz', 'name' => 'PHP 5.2.9 (tar.gz)', @@ -12381,9 +12381,9 @@ $OLDRELEASES = array ( 'date' => '26 February 2009', ), ), - 'windows' => + 'windows' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.2.9-2-Win32.zip', 'name' => 'PHP 5.2.9-2 zip package', @@ -12391,7 +12391,7 @@ $OLDRELEASES = array ( 'date' => '8 April 2009', 'note' => 'Updated 9th of April: Added the missing oci8 DLL', ), - 1 => + 1 => array ( 'filename' => 'php-5.2.9-2-win32-installer.msi', 'name' => 'PHP 5.2.9-2 installer', @@ -12399,14 +12399,14 @@ $OLDRELEASES = array ( 'date' => '8 April 2009', 'note' => 'Updated 9th of April: Added the missing oci8 DLL', ), - 2 => + 2 => array ( 'filename' => 'php-debug-pack-5.2.9-2-Win32.zip', 'name' => 'PHP 5.2.9 Win32 Debug Pack', 'md5' => 'b52e9a152e105c7391c832fdfe0fa06f', 'date' => '8 April 2009', ), - 3 => + 3 => array ( 'filename' => 'php-5.2.9-2-nts-Win32.zip', 'name' => 'PHP 5.2.9-2 Non-thread-safe zip package', @@ -12414,7 +12414,7 @@ $OLDRELEASES = array ( 'date' => '8 April 2009', 'note' => 'Updated 9th of April: Added the missing oci8 DLL', ), - 4 => + 4 => array ( 'filename' => 'php-5.2.9-2-nts-win32-installer.msi', 'name' => 'PHP 5.2.9-2 Non-thread-safe installer', @@ -12422,7 +12422,7 @@ $OLDRELEASES = array ( 'date' => '8 April 2009', 'note' => 'Updated 9th of April: Added the missing oci8 DLL', ), - 5 => + 5 => array ( 'filename' => 'php-debug-pack-5.2.9-2-nts-Win32.zip', 'name' => 'PHP 5.2.9 Non-thread-safe Win32 Debug Pack', @@ -12433,22 +12433,22 @@ $OLDRELEASES = array ( 'date' => '26 February 2009', 'museum' => true, ), - '5.2.8' => + '5.2.8' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_2_8.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.2.8.tar.bz2', 'name' => 'PHP 5.2.8 (tar.bz2)', 'md5' => '8760a833cf10433d3e72271ab0d0eccf', 'date' => '08 December 2008', ), - 1 => + 1 => array ( 'filename' => 'php-5.2.8.tar.gz', 'name' => 'PHP 5.2.8 (tar.gz)', @@ -12456,9 +12456,9 @@ $OLDRELEASES = array ( 'date' => '08 December 2008', ), ), - 'windows' => + 'windows' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.2.8-Win32.zip', 'name' => 'PHP 5.2.8 zip package', @@ -12466,7 +12466,7 @@ $OLDRELEASES = array ( 'date' => '08 December 2008', 'note' => '', ), - 1 => + 1 => array ( 'filename' => 'php-5.2.8-win32-installer.msi', 'name' => 'PHP 5.2.8 installer', @@ -12474,14 +12474,14 @@ $OLDRELEASES = array ( 'date' => '08 December 2008', 'note' => '', ), - 2 => + 2 => array ( 'filename' => 'php-debug-pack-5.2.8-Win32.zip', 'name' => 'PHP 5.2.8 Win32 Debug Pack', 'md5' => 'fabc6e79c1c66dc80320165336b5ed54', 'date' => '08 December 2008', ), - 3 => + 3 => array ( 'filename' => 'php-5.2.8-nts-Win32.zip', 'name' => 'PHP 5.2.8 Non-thread-safe zip package', @@ -12489,14 +12489,14 @@ $OLDRELEASES = array ( 'date' => '08 December 2008', 'note' => '', ), - 4 => + 4 => array ( 'filename' => 'php-5.2.8-nts-win32-installer.msi', 'name' => 'PHP 5.2.8 Non-thread-safe installer', 'md5' => 'd4490964818542c416644b3d67f5b350', 'date' => '08 December 2008', ), - 5 => + 5 => array ( 'filename' => 'php-debug-pack-5.2.8-nts-Win32.zip', 'name' => 'PHP 5.2.8 Non-thread-safe Win32 Debug Pack', @@ -12507,22 +12507,22 @@ $OLDRELEASES = array ( 'date' => '08 December 2008', 'museum' => true, ), - '5.2.6' => + '5.2.6' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_2_6.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.2.6.tar.bz2', 'name' => 'PHP 5.2.6 (tar.bz2)', 'md5' => '7380ffecebd95c6edb317ef861229ebd', 'date' => '01 May 2008', ), - 1 => + 1 => array ( 'filename' => 'php-5.2.6.tar.gz', 'name' => 'PHP 5.2.6 (tar.gz)', @@ -12530,9 +12530,9 @@ $OLDRELEASES = array ( 'date' => '01 May 2008', ), ), - 'windows' => + 'windows' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.2.6-Win32.zip', 'name' => 'PHP 5.2.6 zip package', @@ -12540,7 +12540,7 @@ $OLDRELEASES = array ( 'date' => '3 May 2008', 'note' => 'Update May 3rd: Added missing XSL and IMAP extension', ), - 1 => + 1 => array ( 'filename' => 'php-5.2.6-win32-installer.msi', 'name' => 'PHP 5.2.6 installer', @@ -12548,7 +12548,7 @@ $OLDRELEASES = array ( 'date' => '6 May 2008', 'note' => 'Update May 6th: Added missing XSL and IMAP extension', ), - 2 => + 2 => array ( 'filename' => 'pecl-5.2.6-Win32.zip', 'name' => 'PECL 5.2.6 Win32 binaries', @@ -12556,7 +12556,7 @@ $OLDRELEASES = array ( 'date' => '3 May 2008', 'note' => 'Update May 3rd: Added missing XSL and IMAP extension', ), - 3 => + 3 => array ( 'filename' => 'php-debug-pack-5.2.6-Win32.zip', 'name' => 'PHP 5.2.6 Win32 Debug Pack', @@ -12564,7 +12564,7 @@ $OLDRELEASES = array ( 'date' => '3 May 2008', 'note' => 'Update May 3rd: Added missing XSL and IMAP extension', ), - 4 => + 4 => array ( 'filename' => 'php-5.2.6-nts-Win32.zip', 'name' => 'PHP 5.2.6 Non-thread-safe zip package', @@ -12572,7 +12572,7 @@ $OLDRELEASES = array ( 'date' => '3 May 2008', 'note' => 'Update May 3rd: Added missing XSL and IMAP extension', ), - 5 => + 5 => array ( 'filename' => 'php-5.2.6-nts-win32-installer.msi', 'name' => 'PHP 5.2.6 Non-thread-safe installer', @@ -12580,7 +12580,7 @@ $OLDRELEASES = array ( 'date' => '6 May 2008', 'note' => 'Update May 6th: Added missing XSL and IMAP extension', ), - 6 => + 6 => array ( 'filename' => 'php-debug-pack-5.2.6-nts-Win32.zip', 'name' => 'PHP 5.2.6 Win32 Debug Pack', @@ -12588,7 +12588,7 @@ $OLDRELEASES = array ( 'date' => '3 May 2008', 'note' => 'Update May 3rd: Added missing XSL and IMAP extension', ), - 7 => + 7 => array ( 'filename' => 'pecl-5.2.6-nts-Win32.zip', 'name' => 'PECL 5.2.6 Non-thread-safe Win32 binaries', @@ -12600,509 +12600,509 @@ $OLDRELEASES = array ( 'date' => '01 May 2008', 'museum' => true, ), - '5.2.5' => + '5.2.5' => array ( 'date' => '08 November 2007', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.2.5.tar.bz2', 'name' => 'Source (tar.bz2)', 'md5' => '1fe14ca892460b09f06729941a1bb605', ), - 1 => + 1 => array ( 'filename' => 'php-5.2.5.tar.gz', 'name' => 'Source (tar.gz)', 'md5' => '61a0e1661b70760acc77bc4841900b7a', ), ), - 'windows' => + 'windows' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.2.5-Win32.zip', 'name' => 'Windows binary', 'md5' => 'a1e31c0d872ab030a2256b1cd6d3b7d1', ), - 1 => + 1 => array ( 'filename' => 'pecl-5.2.5-Win32.zip', 'name' => 'Collection of PECL modules for PHP 5.2.5', 'md5' => 'a3553b61c9332d08a5044cf9bf89f2df', ), ), - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_2_5.php', ), 'museum' => true, ), - '5.2.4' => + '5.2.4' => array ( 'date' => '30 August 2007', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.2.4.tar.bz2', 'name' => 'Source (tar.bz2)', 'md5' => '55c97a671fdabf462cc7a82971a656d2', ), - 1 => + 1 => array ( 'filename' => 'php-5.2.4.tar.gz', 'name' => 'Source (tar.gz)', 'md5' => '0826e231c3148b29fd039d7a8c893ad3', ), ), - 'windows' => + 'windows' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.2.4-Win32.zip', 'name' => 'Windows binary', 'md5' => '979b8a305b028b296b97ed72322026b2', ), - 1 => + 1 => array ( 'filename' => 'pecl-5.2.4-Win32.zip', 'name' => 'Collection of PECL modules for PHP 5.2.4', 'md5' => 'dd98dfe607ceb98e727c394d5bd679fb', ), ), - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_2_4.php', ), 'museum' => true, ), - '5.2.3' => + '5.2.3' => array ( 'date' => '31 May 2007', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.2.3.tar.bz2', 'name' => 'Source (tar.bz2)', 'md5' => 'eb50b751c8e1ced05bd012d5a0e4dec3', ), - 1 => + 1 => array ( 'filename' => 'php-5.2.3.tar.gz', 'name' => 'Source (tar.gz)', 'md5' => 'df79b04d63fc4c1ccb6d8ea58a9cf3ac', ), ), - 'windows' => + 'windows' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.2.3-Win32.zip', 'name' => 'Windows binary', 'md5' => 'ff6e5dc212823009e68f26d66d85cbac', ), - 1 => + 1 => array ( 'filename' => 'pecl-5.2.3-Win32.zip', 'name' => 'Collection of PECL modules for PHP 5.2.3', 'md5' => '0480ffaf5a5333e83d90d75cece54748', ), ), - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_2_3.php', ), 'museum' => true, ), - '5.2.2' => + '5.2.2' => array ( 'date' => '03 May 2007', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.2.2.tar.bz2', 'name' => 'Source (tar.bz2)', 'md5' => 'd084337867d70b50a10322577be0e44e', ), - 1 => + 1 => array ( 'filename' => 'php-5.2.2.tar.gz', 'name' => 'Source (tar.gz)', 'md5' => '7a920d0096900b2b962b21dc5c55fe3c', ), ), - 'windows' => + 'windows' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.2.2-Win32.zip', 'name' => 'Windows binary', 'md5' => '634cf45c34f80dfb1284cabf1bbb1417', ), - 1 => + 1 => array ( 'filename' => 'pecl-5.2.2-Win32.zip', 'name' => 'Collection of PECL modules for PHP 5.2.2', 'md5' => '5d206368799dfbac983d83954328ae3a', ), ), - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_2_2.php', ), 'museum' => true, ), - '5.2.1' => + '5.2.1' => array ( 'date' => '08 Feb 2007', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.2.1.tar.bz2', 'name' => 'Source (tar.bz2)', 'md5' => '261218e3569a777dbd87c16a15f05c8d', ), - 1 => + 1 => array ( 'filename' => 'php-5.2.1.tar.gz', 'name' => 'Source (tar.gz)', 'md5' => '604eaee2b834bb037d2c83e53e300d3f', ), ), - 'windows' => + 'windows' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.2.1-Win32.zip', 'name' => 'Windows binary', 'md5' => '682dd66fb03c7dd24c522f474e1b04b6', ), - 1 => + 1 => array ( 'filename' => 'pecl-5.2.1-Win32.zip', 'name' => 'Collection of PECL modules for PHP 5.2.1', 'md5' => 'dc8b394146faf7effa6f26df02e8e534', ), ), - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_2_1.php', ), 'museum' => true, ), - '5.2.0' => + '5.2.0' => array ( 'date' => '02 Nov 2006', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.2.0.tar.bz2', 'name' => 'Source (tar.bz2)', 'md5' => 'e6029fafcee029edcfa2ceed7a005333', ), - 1 => + 1 => array ( 'filename' => 'php-5.2.0.tar.gz', 'name' => 'Source (tar.gz)', 'md5' => '52d7e8b3d8d7573e75c97340f131f988', ), ), - 'windows' => + 'windows' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.2.0-Win32.zip', 'name' => 'Windows binary', 'md5' => '910734e96f41190020272d80b82ce553', ), - 1 => + 1 => array ( 'filename' => 'pecl-5.2.0-Win32.zip', 'name' => 'Collection of PECL modules for PHP 5.2.0', 'md5' => '638f5997884ae3ce35d2b3ec12f399b2', ), ), - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_2_0.php', ), 'museum' => true, ), - '5.1.6' => + '5.1.6' => array ( 'date' => '24 Aug 2006', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.1.6.tar.bz2', 'name' => 'Source (tar.bz2)', ), - 1 => + 1 => array ( 'filename' => 'php-5.1.6.tar.gz', 'name' => 'Source (tar.gz)', ), ), - 'windows' => + 'windows' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.1.6-Win32.zip', 'name' => 'Windows binary', ), - 1 => + 1 => array ( 'filename' => 'pecl-5.1.6-Win32.zip', 'name' => 'Collection of PECL modules for PHP 5.1.6', ), ), - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_1_6.php', ), 'museum' => true, ), - '5.1.5' => + '5.1.5' => array ( 'date' => '17 Aug 2006', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.1.5.tar.bz2', 'name' => 'Source (tar.bz2)', ), - 1 => + 1 => array ( 'filename' => 'php-5.1.5.tar.gz', 'name' => 'Source (tar.gz)', ), ), - 'windows' => + 'windows' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.1.5-installer.exe', 'name' => 'Windows installer', ), - 1 => + 1 => array ( 'filename' => 'pecl-5.1.5-Win32.zip', 'name' => 'Collection of PECL modules for PHP 5.1.5', ), ), - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_1_5.php', ), 'museum' => true, ), - '5.1.4' => + '5.1.4' => array ( 'date' => '04 May 2006', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.1.4.tar.bz2', 'name' => 'Source (tar.bz2)', ), - 1 => + 1 => array ( 'filename' => 'php-5.1.4.tar.gz', 'name' => 'Source (tar.gz)', ), ), - 'windows' => + 'windows' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.1.4-Win32.zip', 'name' => 'Windows binary', ), - 1 => + 1 => array ( 'filename' => 'php-5.1.4-installer.exe', 'name' => 'Windows installer', ), - 2 => + 2 => array ( 'filename' => 'pecl-5.1.4-Win32.zip', 'name' => 'Collection of PECL modules for PHP 5.1.4', ), ), - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_1_4.php', ), 'museum' => true, ), - '5.1.3' => + '5.1.3' => array ( 'date' => '02 May 2006', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.1.3.tar.gz', 'name' => 'Source (tar.gz)', ), ), - 'windows' => + 'windows' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.1.3-Win32.zip', 'name' => 'Windows binary', ), - 1 => + 1 => array ( 'filename' => 'php-5.1.3-installer.exe', 'name' => 'Windows installer', ), - 2 => + 2 => array ( 'filename' => 'pecl-5.1.3-Win32.zip', 'name' => 'Collection of PECL modules for PHP 5.1.3', ), ), - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_1_3.php', ), 'museum' => true, ), - '5.1.2' => + '5.1.2' => array ( 'date' => '12 Jan 2006', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.1.2.tar.gz', 'name' => 'Source (tar.gz)', ), ), - 'windows' => + 'windows' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.1.2-Win32.zip', 'name' => 'Windows binary', ), - 1 => + 1 => array ( 'filename' => 'php-5.1.2-installer.exe', 'name' => 'Windows installer', ), - 2 => + 2 => array ( 'filename' => 'pecl-5.1.2-Win32.zip', 'name' => 'Collection of PECL modules for PHP 5.1.2', ), ), - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_1_2.php', ), 'museum' => true, ), - '5.1.1' => + '5.1.1' => array ( 'date' => '28 Nov 2005', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.1.1.tar.gz', 'name' => 'Source (tar.gz)', ), ), - 'windows' => + 'windows' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.1.1-Win32.zip', 'name' => 'Windows binary', ), - 1 => + 1 => array ( 'filename' => 'php-5.1.1-installer.exe', 'name' => 'Windows installer', ), - 2 => + 2 => array ( 'filename' => 'pecl-5.1.1-Win32.zip', 'name' => 'Collection of PECL modules for PHP 5.1.1', ), ), - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_1_1.php', ), 'museum' => true, ), - '5.1.0' => + '5.1.0' => array ( 'date' => '24 Nov 2005', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.1.0.tar.gz', 'name' => 'Source (tar.gz)', ), ), - 'windows' => + 'windows' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.1.0-Win32.zip', 'name' => 'Windows binary', ), - 1 => + 1 => array ( 'filename' => 'php-5.1.0-installer.exe', 'name' => 'Windows installer', ), ), - 'announcement' => + 'announcement' => array ( 'English' => '/releases/5_1_0.php', ), 'museum' => true, ), - '5.0.5' => + '5.0.5' => array ( 'date' => '05 Sep 2005', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.0.5.tar.gz', 'name' => 'Source (tar.gz)', ), ), - 'windows' => + 'windows' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.0.5-Win32.zip', 'name' => 'Windows binary', ), - 1 => + 1 => array ( 'filename' => 'php-5.0.5-installer.exe', 'name' => 'Windows installer', ), - 2 => + 2 => array ( 'filename' => 'pecl-5.0.5-Win32.zip', 'name' => 'Collection of PECL modules for PHP 5.0.5', @@ -13110,195 +13110,195 @@ $OLDRELEASES = array ( ), 'museum' => true, ), - '5.0.4' => + '5.0.4' => array ( 'date' => '31 Mar 2005', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.0.4.tar.gz', 'name' => 'Source (tar.gz)', ), ), - 'windows' => + 'windows' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.0.4-Win32.zip', 'name' => 'Windows binary', ), - 1 => + 1 => array ( 'filename' => 'php-5.0.4-installer.exe', 'name' => 'Windows installer', ), - 2 => + 2 => array ( 'filename' => 'pecl-5.0.4-Win32.zip', 'name' => 'Collection of PECL modules for PHP 5.0.4', ), ), - 'announcement' => + 'announcement' => array ( 'English' => 'http://news.php.net/php.announce/55', ), 'museum' => true, ), - '5.0.3' => + '5.0.3' => array ( 'date' => '15 Dec 2004', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.0.3.tar.gz', 'name' => 'Source (tar.gz)', ), ), - 'windows' => + 'windows' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.0.3-Win32.zip', 'name' => 'Windows binary', ), - 1 => + 1 => array ( 'filename' => 'php-5.0.3-installer.exe', 'name' => 'Windows installer', ), - 2 => + 2 => array ( 'filename' => 'pecl-5.0.3-Win32.zip', 'name' => 'Collection of PECL modules for PHP 5.0.3', ), ), - 'announcement' => + 'announcement' => array ( 'English' => 'http://news.php.net/php.announce/54', ), 'museum' => true, ), - '5.0.2' => + '5.0.2' => array ( 'date' => '23 Sep 2004', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.0.2.tar.gz', 'name' => 'Source (tar.gz)', ), ), - 'windows' => + 'windows' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.0.2-Win32.zip', 'name' => 'Windows binary', ), - 1 => + 1 => array ( 'filename' => 'php-5.0.2-installer.exe', 'name' => 'Windows installer', ), - 2 => + 2 => array ( 'filename' => 'pecl-5.0.2-Win32.zip', 'name' => 'Collection of PECL modules for PHP 5.0.2', ), ), - 'announcement' => + 'announcement' => array ( 'English' => 'http://news.php.net/php.announce/53', ), 'museum' => true, ), - '5.0.1' => + '5.0.1' => array ( 'date' => '12 Aug 2004', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.0.1.tar.gz', 'name' => 'Source (tar.gz)', ), ), - 'windows' => + 'windows' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.0.1-Win32.zip', 'name' => 'Windows binary', ), - 1 => + 1 => array ( 'filename' => 'pecl-5.0.1-Win32.zip', 'name' => 'Collection of PECL modules for PHP 5.0.1', ), ), - 'announcement' => + 'announcement' => array ( 'English' => 'http://news.php.net/php.announce/51', ), 'museum' => true, ), - '5.0.0' => + '5.0.0' => array ( 'date' => '13 July 2004', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.0.0.tar.gz', 'name' => 'Source (tar.gz)', ), ), - 'windows' => + 'windows' => array ( - 0 => + 0 => array ( 'filename' => 'php-5.0.0-Win32.zip', 'name' => 'Windows binary', ), - 1 => + 1 => array ( 'filename' => 'php-5.0.0-installer.exe', 'name' => 'Windows installer', ), - 2 => + 2 => array ( 'filename' => 'pecl-5.0.0-Win32.zip', 'name' => 'Collection of PECL modules for PHP 5.0.0', ), ), - 'announcement' => + 'announcement' => array ( 'English' => 'http://news.php.net/php.announce/50', ), 'museum' => true, ), ), - 4 => + 4 => array ( - '4.4.9' => + '4.4.9' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/4_4_9.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-4.4.9.tar.bz2', 'name' => 'PHP 4.4.9 (tar.bz2)', 'md5' => '2e3b2a0e27f10cb84fd00e5ecd7a1880', 'date' => '07 August 2008', ), - 1 => + 1 => array ( 'filename' => 'php-4.4.9.tar.gz', 'name' => 'PHP 4.4.9 (tar.gz)', @@ -13306,9 +13306,9 @@ $OLDRELEASES = array ( 'date' => '07 August 2008', ), ), - 'windows' => + 'windows' => array ( - 0 => + 0 => array ( 'filename' => 'php-4.4.9-Win32.zip', 'name' => 'PHP 4.4.9 zip package', @@ -13319,22 +13319,22 @@ $OLDRELEASES = array ( 'date' => '07 August 2008', 'museum' => true, ), - '4.4.8' => + '4.4.8' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/4_4_8.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-4.4.8.tar.bz2', 'name' => 'PHP 4.4.8 (tar.bz2)', 'md5' => 'ed31e77414e0331e787487b53732dbca', 'date' => '03 January 2008', ), - 1 => + 1 => array ( 'filename' => 'php-4.4.8.tar.gz', 'name' => 'PHP 4.4.8 (tar.gz)', @@ -13342,9 +13342,9 @@ $OLDRELEASES = array ( 'date' => '03 January 2008', ), ), - 'windows' => + 'windows' => array ( - 0 => + 0 => array ( 'filename' => 'php-4.4.8-Win32.zip', 'name' => 'PHP 4.4.8 zip package', @@ -13355,22 +13355,22 @@ $OLDRELEASES = array ( 'date' => '03 January 2008', 'museum' => true, ), - '4.4.7' => + '4.4.7' => array ( - 'announcement' => + 'announcement' => array ( 'English' => '/releases/4_4_7.php', ), - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-4.4.7.tar.bz2', 'name' => 'PHP 4.4.7 (tar.bz2)', 'md5' => '3f21b44d37a57ca3876d3aea713c700d', 'date' => '03 May 2007', ), - 1 => + 1 => array ( 'filename' => 'php-4.4.7.tar.gz', 'name' => 'PHP 4.4.7 (tar.gz)', @@ -13378,9 +13378,9 @@ $OLDRELEASES = array ( 'date' => '03 May 2007', ), ), - 'windows' => + 'windows' => array ( - 0 => + 0 => array ( 'filename' => 'php-4.4.7-Win32.zip', 'name' => 'PHP 4.4.7 zip package', @@ -13392,857 +13392,857 @@ $OLDRELEASES = array ( 'date' => '03 May 2007', 'museum' => true, ), - '4.4.6' => + '4.4.6' => array ( 'date' => '01 Mar 2007', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-4.4.6.tar.bz2', 'name' => 'Source (tar.bz2)', 'md5' => '5db283824310c87efb18c76b4735c4bd', ), - 1 => + 1 => array ( 'filename' => 'php-4.4.6.tar.gz', 'name' => 'Source (tar.gz)', 'md5' => '07c607fcf12435f0078d72fe0de4e3c0', ), ), - 'windows' => + 'windows' => array ( - 0 => + 0 => array ( 'filename' => 'php-4.4.6-Win32.zip', 'name' => 'Windows binary', 'md5' => '486764cefb5f7bde39e95c49b2e38635', ), ), - 'announcement' => + 'announcement' => array ( 'English' => '/releases/4_4_6.php', ), 'museum' => true, ), - '4.4.5' => + '4.4.5' => array ( 'date' => '14 Feb 2007', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-4.4.5.tar.bz2', 'name' => 'Source (tar.bz2)', ), - 1 => + 1 => array ( 'filename' => 'php-4.4.5.tar.gz', 'name' => 'Source (tar.gz)', ), ), - 'windows' => + 'windows' => array ( - 0 => + 0 => array ( 'filename' => 'php-4.4.5-Win32.zip', 'name' => 'Windows binary', ), ), - 'announcement' => + 'announcement' => array ( 'English' => '/releases/4_4_5.php', ), 'museum' => true, ), - '4.4.4' => + '4.4.4' => array ( 'date' => '17 Aug 2006', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-4.4.4.tar.bz2', 'name' => 'Source (tar.bz2)', ), - 1 => + 1 => array ( 'filename' => 'php-4.4.4.tar.gz', 'name' => 'Source (tar.gz)', ), ), - 'windows' => + 'windows' => array ( - 0 => + 0 => array ( 'filename' => 'php-4.4.4-Win32.zip', 'name' => 'Windows binary', ), - 1 => + 1 => array ( 'filename' => 'php-4.4.4-installer.exe', 'name' => 'Windows installer', ), ), - 'announcement' => + 'announcement' => array ( 'English' => '/releases/4_4_4.php', ), 'museum' => true, ), - '4.4.3' => + '4.4.3' => array ( 'date' => '03 Aug 2006', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-4.4.3.tar.bz2', 'name' => 'Source (tar.bz2)', ), - 1 => + 1 => array ( 'filename' => 'php-4.4.3.tar.gz', 'name' => 'Source (tar.gz)', ), ), - 'windows' => + 'windows' => array ( - 0 => + 0 => array ( 'filename' => 'php-4.4.3-Win32.zip', 'name' => 'Windows binary', ), - 1 => + 1 => array ( 'filename' => 'php-4.4.3-installer.exe', 'name' => 'Windows installer', ), ), - 'announcement' => + 'announcement' => array ( 'English' => '/releases/4_4_3.php', ), 'museum' => true, ), - '4.4.2' => + '4.4.2' => array ( 'date' => '13 Jan 2006', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-4.4.2.tar.gz', 'name' => 'Source (tar.gz)', ), - 1 => + 1 => array ( 'filename' => 'php-4.4.2.tar.bz2', 'name' => 'Source (tar.bz2)', ), ), - 'windows' => + 'windows' => array ( - 0 => + 0 => array ( 'filename' => 'php-4.4.2-Win32.zip', 'name' => 'Windows binary', ), - 1 => + 1 => array ( 'filename' => 'php-4.4.2-installer.exe', 'name' => 'Windows installer', ), ), - 'announcement' => + 'announcement' => array ( 'English' => '/releases/4_4_2.php', ), 'museum' => true, ), - '4.4.1' => + '4.4.1' => array ( 'date' => '31 Oct 2005', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-4.4.1.tar.gz', 'name' => 'Source (tar.gz)', ), - 1 => + 1 => array ( 'filename' => 'php-4.4.1.tar.bz2', 'name' => 'Source (tar.bz2)', ), ), - 'windows' => + 'windows' => array ( - 0 => + 0 => array ( 'filename' => 'php-4.4.1-Win32.zip', 'name' => 'Windows binary', ), - 1 => + 1 => array ( 'filename' => 'php-4.4.1-installer.exe', 'name' => 'Windows installer', ), ), - 'announcement' => + 'announcement' => array ( 'English' => '/releases/4_4_1.php', ), 'museum' => true, ), - '4.4.0' => + '4.4.0' => array ( 'date' => '11 Jul 2005', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-4.4.0.tar.gz', 'name' => 'Source (tar.gz)', ), - 1 => + 1 => array ( 'filename' => 'php-4.4.0.tar.bz2', 'name' => 'Source (tar.bz2)', ), ), - 'windows' => + 'windows' => array ( - 0 => + 0 => array ( 'filename' => 'php-4.4.0-Win32.zip', 'name' => 'Windows binary', ), - 1 => + 1 => array ( 'filename' => 'php-4.4.0-installer.exe', 'name' => 'Windows installer', ), ), - 'announcement' => + 'announcement' => array ( 'English' => '/releases/4_4_0.php', ), 'museum' => true, ), - '4.3.11' => + '4.3.11' => array ( 'date' => '31 Mar 2005', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-4.3.11.tar.gz', 'name' => 'Source (tar.gz)', ), - 1 => + 1 => array ( 'filename' => 'php-4.3.11.tar.bz2', 'name' => 'Source (tar.bz2)', ), ), - 'windows' => + 'windows' => array ( - 0 => + 0 => array ( 'filename' => 'php-4.3.11-Win32.zip', 'name' => 'Windows binary', ), - 1 => + 1 => array ( 'filename' => 'php-4.3.11-installer.exe', 'name' => 'Windows installer', ), ), - 'announcement' => + 'announcement' => array ( 'English' => '/releases/4_3_11.php', 'French' => '/releases/4_3_11_fr.php', ), 'museum' => true, ), - '4.3.10' => + '4.3.10' => array ( 'date' => '15 Dec 2004', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-4.3.10.tar.gz', 'name' => 'Source (tar.gz)', ), - 1 => + 1 => array ( 'filename' => 'php-4.3.10.tar.bz2', 'name' => 'Source (tar.bz2)', ), ), - 'windows' => + 'windows' => array ( - 0 => + 0 => array ( 'filename' => 'php-4.3.10-Win32.zip', 'name' => 'Windows binary', ), - 1 => + 1 => array ( 'filename' => 'php-4.3.10-installer.exe', 'name' => 'Windows installer', ), ), - 'announcement' => + 'announcement' => array ( 'English' => '/releases/4_3_10.php', 'French' => '/releases/4_3_10_fr.php', ), 'museum' => true, ), - '4.3.9' => + '4.3.9' => array ( 'date' => '22 Sep 2004', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-4.3.9.tar.gz', 'name' => 'Source (tar.gz)', ), - 1 => + 1 => array ( 'filename' => 'php-4.3.9.tar.bz2', 'name' => 'Source (tar.bz2)', ), ), - 'windows' => + 'windows' => array ( - 0 => + 0 => array ( 'filename' => 'php-4.3.9-Win32.zip', 'name' => 'Windows binary', ), - 1 => + 1 => array ( 'filename' => 'php-4.3.9-installer.exe', 'name' => 'Windows installer', ), ), - 'announcement' => + 'announcement' => array ( 'English' => '/releases/4_3_9.php', 'French' => '/releases/4_3_9_fr.php', ), 'museum' => true, ), - '4.3.8' => + '4.3.8' => array ( 'date' => '13 July 2004', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-4.3.8.tar.gz', 'name' => 'Source (tar.gz)', ), ), - 'windows' => + 'windows' => array ( - 0 => + 0 => array ( 'filename' => 'php-4.3.8-Win32.zip', 'name' => 'Windows binary', ), - 1 => + 1 => array ( 'filename' => 'php-4.3.8-installer.exe', 'name' => 'Windows installer', ), ), - 'announcement' => + 'announcement' => array ( 'English' => '/releases/4_3_8.php', ), 'museum' => true, ), - '4.3.7' => + '4.3.7' => array ( 'date' => '03 June 2004', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-4.3.7.tar.gz', 'name' => 'Source (tar.gz)', ), ), - 'windows' => + 'windows' => array ( - 0 => + 0 => array ( 'filename' => 'php-4.3.7-Win32.zip', 'name' => 'Windows binary', ), - 1 => + 1 => array ( 'filename' => 'php-4.3.7-installer.exe', 'name' => 'Windows installer', ), ), - 'announcement' => + 'announcement' => array ( 'English' => '/releases/4_3_7.php', 'French' => '/releases/4_3_7_fr.php', ), 'museum' => true, ), - '4.3.6' => + '4.3.6' => array ( 'date' => '15 April 2004', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-4.3.6.tar.gz', 'name' => 'Source (tar.gz)', ), ), - 'windows' => + 'windows' => array ( - 0 => + 0 => array ( 'filename' => 'php-4.3.6-Win32.zip', 'name' => 'Windows binary', ), - 1 => + 1 => array ( 'filename' => 'php-4.3.6-installer.exe', 'name' => 'Windows installer', ), ), - 'announcement' => + 'announcement' => array ( 'English' => '/releases/4_3_6.php', 'French' => '/releases/4_3_6_fr.php', ), 'museum' => true, ), - '4.3.5' => + '4.3.5' => array ( 'date' => '26 March 2004', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-4.3.5.tar.gz', 'name' => 'Source (tar.gz)', ), ), - 'windows' => + 'windows' => array ( - 0 => + 0 => array ( 'filename' => 'php-4.3.5-Win32.zip', 'name' => 'Windows binary', ), - 1 => + 1 => array ( 'filename' => 'php-4.3.5-installer.exe', 'name' => 'Windows installer', ), ), - 'announcement' => + 'announcement' => array ( 'English' => '/releases/4_3_5.php', 'French' => '/releases/4_3_5_fr.php', ), 'museum' => true, ), - '4.3.4' => + '4.3.4' => array ( 'date' => '03 November 2003', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-4.3.4.tar.gz', 'name' => 'Source (tar.gz)', ), ), - 'windows' => + 'windows' => array ( - 0 => + 0 => array ( 'filename' => 'php-4.3.4-Win32.zip', 'name' => 'Windows binary', ), - 1 => + 1 => array ( 'filename' => 'php-4.3.4-installer.exe', 'name' => 'Windows installer', ), ), - 'announcement' => + 'announcement' => array ( 'English' => '/releases/4_3_4.php', 'French' => '/releases/4_3_4_fr.php', ), 'museum' => true, ), - '4.3.3' => + '4.3.3' => array ( 'date' => '25 August 2003', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-4.3.3.tar.gz', 'name' => 'Source (tar.gz)', ), - 1 => + 1 => array ( 'filename' => 'php-4.3.3.tar.bz2', 'name' => 'Source (tar.bz2)', ), ), - 'windows' => + 'windows' => array ( - 0 => + 0 => array ( 'filename' => 'php-4.3.3-Win32.zip', 'name' => 'Windows binary', ), ), - 'announcement' => + 'announcement' => array ( 'English' => '/releases/4_3_3.php', 'French' => '/releases/4_3_3_fr.php', ), 'museum' => true, ), - '4.3.2' => + '4.3.2' => array ( 'date' => '29 May 2003', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-4.3.2.tar.gz', 'name' => 'Source (tar.gz)', ), - 1 => + 1 => array ( 'filename' => 'php-4.3.2.tar.bz2', 'name' => 'Source (tar.bz2)', ), ), - 'windows' => + 'windows' => array ( - 0 => + 0 => array ( 'filename' => 'php-4.3.2-Win32.zip', 'name' => 'Windows binary', ), - 1 => + 1 => array ( 'filename' => 'php-4.3.2-installer.exe', 'name' => 'Windows installer', ), ), - 'announcement' => + 'announcement' => array ( 'English' => '/releases/4_3_2.php', 'French' => '/releases/4_3_2_fr.php', ), 'museum' => true, ), - '4.3.1' => + '4.3.1' => array ( 'date' => '17 February 2003', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-4.3.1.tar.gz', 'name' => 'Source (tar.gz)', ), ), - 'windows' => + 'windows' => array ( - 0 => + 0 => array ( 'filename' => 'php-4.3.1-Win32.zip', 'name' => 'Windows binary', ), - 1 => + 1 => array ( 'filename' => 'php-4.3.1-installer.exe', 'name' => 'Windows installer', ), ), - 'announcement' => + 'announcement' => array ( 'English' => '/releases/4_3_1.php', ), 'museum' => true, ), - '4.3.0' => + '4.3.0' => array ( 'date' => '27 December 2002', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-4.3.0.tar.gz', 'name' => 'Source (tar.gz)', ), ), - 'windows' => + 'windows' => array ( - 0 => + 0 => array ( 'filename' => 'php-4.3.0-Win32.zip', 'name' => 'Windows binary', ), - 1 => + 1 => array ( 'filename' => 'php-4.3.0-installer.exe', 'name' => 'Windows installer', ), ), - 'announcement' => + 'announcement' => array ( 'English' => '/releases/4_3_0.php', 'French' => '/releases/4_3_0_fr.php', ), 'museum' => true, ), - '4.2.3' => + '4.2.3' => array ( 'date' => '6 September 2002', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-4.2.3.tar.gz', 'name' => 'Source (tar.gz)', ), ), - 'windows' => + 'windows' => array ( - 0 => + 0 => array ( 'filename' => 'php-4.2.3-Win32.zip', 'name' => 'Windows binary', ), - 1 => + 1 => array ( 'filename' => 'php-4.2.3-installer.exe', 'name' => 'Windows installer', ), ), - 'announcement' => + 'announcement' => array ( 'English' => 'http://news.php.net/php.announce/37', ), 'museum' => true, ), - '4.2.2' => + '4.2.2' => array ( 'date' => '22 July 2002', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-4.2.2.tar.gz', 'name' => 'Source (tar.gz)', ), ), - 'windows' => + 'windows' => array ( - 0 => + 0 => array ( 'filename' => 'php-4.2.2-Win32.zip', 'name' => 'Windows binary', ), - 1 => + 1 => array ( 'filename' => 'php-4.2.2-installer.exe', 'name' => 'Windows installer', ), ), - 'announcement' => + 'announcement' => array ( 'English' => '/releases/4_2_2.php', 'French' => '/releases/4_2_2_fr.php', ), 'museum' => true, ), - '4.2.1' => + '4.2.1' => array ( 'date' => '13 May 2002', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-4.2.1.tar.gz', 'name' => 'Source (tar.gz)', ), ), - 'windows' => + 'windows' => array ( - 0 => + 0 => array ( 'filename' => 'php-4.2.1-Win32.zip', 'name' => 'Windows binary', ), - 1 => + 1 => array ( 'filename' => 'php-4.2.1-installer.exe', 'name' => 'Windows installer', ), ), - 'announcement' => + 'announcement' => array ( 'English' => '/releases/4_2_1.php', 'French' => '/releases/4_2_1_fr.php', ), 'museum' => true, ), - '4.2.0' => + '4.2.0' => array ( 'date' => '22 April 2002', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-4.2.0.tar.gz', 'name' => 'Source (tar.gz)', ), ), - 'windows' => + 'windows' => array ( - 0 => + 0 => array ( 'filename' => 'php-4.2.0-Win32.zip', 'name' => 'Windows binary', ), - 1 => + 1 => array ( 'filename' => 'php-4.2.0-installer.exe', 'name' => 'Windows installer', ), ), - 'announcement' => + 'announcement' => array ( 'English' => '/releases/4_2_0.php', 'French' => '/releases/4_2_0_fr.php', ), 'museum' => true, ), - '4.1.2' => + '4.1.2' => array ( 'date' => '12 March 2002', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-4.1.2.tar.gz', 'name' => 'Source (tar.gz)', ), ), - 'windows' => + 'windows' => array ( - 0 => + 0 => array ( 'filename' => 'php-4.1.2-Win32.zip', 'name' => 'Windows binary', ), - 1 => + 1 => array ( 'filename' => 'php-4.1.2-installer.exe', 'name' => 'Windows installer', ), ), - 'announcement' => + 'announcement' => array ( 'English' => '/releases/4_1_2_win32.php', ), 'museum' => true, ), - '4.1.1' => + '4.1.1' => array ( 'date' => '26 Dec 2001', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-4.1.1.tar.gz', 'name' => 'Source (tar.gz)', ), ), - 'windows' => + 'windows' => array ( - 0 => + 0 => array ( 'filename' => 'php-4.1.1-Win32.zip', 'name' => 'Windows binary', ), - 1 => + 1 => array ( 'filename' => 'php-4.1.1-installer.exe', 'name' => 'Windows installer', ), ), - 'announcement' => + 'announcement' => array ( 'English' => '/releases/4_1_1.php', ), 'museum' => true, ), - '4.1.0' => + '4.1.0' => array ( 'date' => '10 Dec 2001', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-4.1.0.tar.gz', 'name' => 'Source (tar.gz)', ), ), - 'windows' => + 'windows' => array ( - 0 => + 0 => array ( 'filename' => 'php-4.1.0-Win32.zip', 'name' => 'Windows binary', ), ), - 'announcement' => + 'announcement' => array ( 'English' => '/releases/4_1_0.php', 'French' => '/releases/4_1_0_fr.php', ), 'museum' => true, ), - '4.0.6' => + '4.0.6' => array ( 'date' => '23 June 2001', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-4.0.6.tar.gz', 'name' => 'Source (tar.gz)', ), ), - 'windows' => + 'windows' => array ( - 0 => + 0 => array ( 'filename' => 'php-4.0.6-Win32.zip', 'name' => 'Windows binary', @@ -14250,20 +14250,20 @@ $OLDRELEASES = array ( ), 'museum' => true, ), - '4.0.5' => + '4.0.5' => array ( 'date' => '30 April 2001', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-4.0.5.tar.gz', 'name' => 'Source (tar.gz)', ), ), - 'windows' => + 'windows' => array ( - 0 => + 0 => array ( 'filename' => 'php-4.0.5-Win32.zip', 'name' => 'Windows binary', @@ -14271,185 +14271,185 @@ $OLDRELEASES = array ( ), 'museum' => true, ), - '4.0.4' => + '4.0.4' => array ( 'date' => '19 December 2000', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-4.0.4.tar.gz', 'name' => 'Source (tar.gz)', ), - 1 => + 1 => array ( 'filename' => 'php-4.0.4pl1.tar.gz', 'name' => '4.0.4pl1 Source (tar.gz)', ), ), - 'windows' => + 'windows' => array ( - 0 => + 0 => array ( 'filename' => 'php-4.0.4-Win32.zip', 'name' => 'Windows binary', ), - 1 => + 1 => array ( 'filename' => 'php-4.0.4-installer.zip', 'name' => 'Windows installer', ), - 2 => + 2 => array ( 'filename' => 'php-4.0.4pl1-Win32.zip', 'name' => '4.0.4pl1 Windows binary', ), ), - 'announcement' => + 'announcement' => array ( 'English' => 'http://news.php.net/php.announce/28', ), 'museum' => true, ), - '4.0.3' => + '4.0.3' => array ( 'date' => '11 October 2000', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-4.0.3.tar.gz', 'name' => 'Source (tar.gz)', ), - 1 => + 1 => array ( 'filename' => 'php-4.0.3pl1.tar.gz', 'name' => '4.0.3pl1 Source (tar.gz)', ), ), - 'windows' => + 'windows' => array ( - 0 => + 0 => array ( 'filename' => 'php-4.0.3-Win32.zip', 'name' => 'Windows binary', ), - 1 => + 1 => array ( 'filename' => 'php-4.0.3pl1-installer.exe', 'name' => '4.0.3pl1 Windows installer', ), ), - 'announcement' => + 'announcement' => array ( 'English' => 'http://news.php.net/php.announce/26', 'English (pl1)' => 'http://news.php.net/php.announce/27', ), 'museum' => true, ), - '4.0.2' => + '4.0.2' => array ( 'date' => '29 August 2000', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-4.0.2.tar.gz', 'name' => 'Source (tar.gz)', ), ), - 'windows' => + 'windows' => array ( - 0 => + 0 => array ( 'filename' => 'php-4.0.2-Win32.zip', 'name' => 'Windows binary', ), ), - 'announcement' => + 'announcement' => array ( 'English' => 'http://news.php.net/php.announce/24', ), 'museum' => true, ), - '4.0.1' => + '4.0.1' => array ( 'date' => '28 June 2000', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-4.0.1.tar.gz', 'name' => 'Source (tar.gz)', ), - 1 => + 1 => array ( 'filename' => 'php-4.0.1pl2.tar.gz', 'name' => '4.0.1pl2 Source (tar.gz)', ), ), - 'windows' => + 'windows' => array ( - 0 => + 0 => array ( 'filename' => 'php-4.0.1-Win32.zip', 'name' => 'Windows binary', ), - 1 => + 1 => array ( 'filename' => 'php-4.0.1pl1-Win32.zip', 'name' => '4.0.1pl1 Windows binary', ), ), - 'announcement' => + 'announcement' => array ( 'English' => 'http://news.php.net/php.announce/23', ), 'museum' => true, ), - '4.0.0' => + '4.0.0' => array ( 'date' => '22 May 2000', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-4.0.0.tar.gz', 'name' => 'Source (tar.gz)', ), ), - 'windows' => + 'windows' => array ( - 0 => + 0 => array ( 'filename' => 'php-4.0.0-Win32.zip', 'name' => 'Windows binary', ), ), - 'announcement' => + 'announcement' => array ( 'English' => 'http://news.php.net/php.announce/22', ), 'museum' => true, ), ), - 3 => + 3 => array ( - '3.0.x (latest)' => + '3.0.x (latest)' => array ( 'date' => '20 Oct 2000', - 'source' => + 'source' => array ( - 0 => + 0 => array ( 'filename' => 'php-3.0.18.tar.gz', 'name' => 'PHP 3.0.18 Source Code', 'md5' => 'b4b8f7f1151ce66d5f3910a066651133', ), ), - 'windows' => + 'windows' => array ( - 0 => + 0 => array ( 'filename' => 'php-3.0.17-win32.zip', 'name' => 'PHP 3.0.17 Windows binary', diff --git a/include/results.inc b/include/results.inc index 70cb78d3e..605b8c1c9 100644 --- a/include/results.inc +++ b/include/results.inc @@ -12,7 +12,7 @@ function search_results($res, $q, $profile='all', $per_page=10, $s=0, $l='en', $ $pos = $res['ResultSet']['firstResultPosition']; $php_img_dir = 'http://www.php.net/images'; - $types = array( + $types = [ 'pear' => '', 'pecl' => '', 'pecl4win' => '', @@ -27,7 +27,7 @@ function search_results($res, $q, $profile='all', $per_page=10, $s=0, $l='en', $ 'doc' => '', 'bugs' => '', 'gtk' => '' - ); + ]; foreach($res['ResultSet']['Result'] as $i => $hit) { $cnt = $pos + $i; @@ -45,7 +45,7 @@ function search_results($res, $q, $profile='all', $per_page=10, $s=0, $l='en', $ if($type=='pecl' && strstr($displayurl,"/bugs/")) $type = "peclbugs"; if($type=='pear' && strstr($displayurl,"/bugs/")) $type = "pearbugs"; if($type=='smarty') continue; - $display_title = str_replace(array('PHP:', '&'), array('', '&'), $hit['Title']); + $display_title = str_replace(['PHP:', '&'], ['', '&'], $hit['Title']); // Fall back to the PHP logo for unknown hits if (!isset($types[$type])) { diff --git a/include/shared-manual.inc b/include/shared-manual.inc index dd43245d1..8c3ec1ecf 100644 --- a/include/shared-manual.inc +++ b/include/shared-manual.inc @@ -16,7 +16,7 @@ include_once __DIR__ . '/prepend.inc'; // Set variable defaults -$PGI = array(); $SIDEBAR_DATA = ''; +$PGI = []; $SIDEBAR_DATA = ''; // ============================================================================= // User note display functions @@ -81,7 +81,7 @@ END_USERNOTE_HEADER; function manual_notes_load($id) { // Initialize values - $notes = array(); + $notes = []; $hash = substr(md5($id), 0, 16); $notes_file = $_SERVER['DOCUMENT_ROOT'] . "/backend/notes/" . substr($hash, 0, 2) . "/$hash"; @@ -96,15 +96,15 @@ function manual_notes_load($id) $line = chop(fgets($fp, 12288)); if ($line == "") { continue; } @list($id, $sect, $rate, $ts, $user, $note, $up, $down) = explode("|", $line); - $notes[$id] = array( + $notes[$id] = [ "id" => $id, "sect" => $sect, "rate" => $rate, "xwhen" => $ts, "user" => $user, - "note" => base64_decode($note, false), - "votes" => array("up"=> (int)$up, "down"=> (int)$down) - ); + "note" => base64_decode($note, true), + "votes" => ["up"=> (int)$up, "down"=> (int)$down] + ]; } fclose($fp); } @@ -112,7 +112,7 @@ function manual_notes_load($id) } // Print out one user note entry -function manual_note_display($date, $name, $text, $id, $votes = array('up'=>0, 'down'=>0), $voteOption = true) +function manual_note_display($date, $name, $text, $id, $votes = ['up'=>0, 'down'=>0], $voteOption = true) { if ($name) { $name = "\n " . htmlspecialchars($name) . ""; @@ -197,54 +197,54 @@ USER_NOTE_TEXT; } function manual_navigation_breadcrumbs(array $setup) { - $menu = array(); + $menu = []; foreach (array_reverse($setup["parents"]) as $parent) { - $menu[] = array( + $menu[] = [ "title" => $parent[1], "link" => $parent[0], - ); + ]; } // The index manual page has no parent.. if ($setup["up"][0]) { - $last_item = array( + $last_item = [ "title" => $setup["up"][1], "link" => $setup["up"][0], - ); + ]; $menu[] = $last_item; } return $menu; } function manual_navigation_related(array $setup) { - $siblings = array(); + $siblings = []; foreach ($setup['toc'] as $entry) { - $siblings[] = array( + $siblings[] = [ "title" => manual_navigation_methodname($entry[1]), "link" => $entry[0], "current" => $setup["this"][0] == $entry[0], - ); + ]; } // The index manual page has no parent.. if ($setup["up"][0]) { - $last_item = array( + $last_item = [ "title" => $setup["up"][1], "link" => $setup["up"][0], - ); - $siblings = array(array_merge($last_item, array("children" => $siblings))); + ]; + $siblings = [array_merge($last_item, ["children" => $siblings])]; } return $siblings; } function manual_navigation_deprecated(array $setup) { - $methods = array(); + $methods = []; foreach ((array)$setup['toc_deprecated'] as $entry) { - $methods[] = array( + $methods[] = [ "title" => manual_navigation_methodname($entry[1]), "link" => $entry[0], "current" => $setup["this"][0] == $entry[0], - ); + ]; } return $methods; @@ -258,7 +258,7 @@ function manual_navigation_methodname($methodname) { } // Add zero-width spaces to allow line-breaks at various characters - return str_replace(array('-', '_'), array('-​', '_​'), $methodname); + return str_replace(['-', '_'], ['-​', '_​'], $methodname); } // Set up variables important for this page @@ -271,7 +271,7 @@ function manual_setup($setup) { global $__RELATED; if (!isset($setup["toc_deprecated"])) { - $setup["toc_deprecated"] = array(); + $setup["toc_deprecated"] = []; } $PGI = $setup; // Set base href for this manual page @@ -279,11 +279,11 @@ function manual_setup($setup) { $_SERVER['BASE_PAGE'] = $base . $setup['this'][0]; $_SERVER['BASE_HREF'] = $MYSITE . $_SERVER['BASE_PAGE']; - $timestamps = array( + $timestamps = [ filemtime($_SERVER["DOCUMENT_ROOT"] . "/" . $_SERVER["BASE_PAGE"]), filemtime($_SERVER["DOCUMENT_ROOT"] . "/include/prepend.inc"), filemtime($_SERVER["DOCUMENT_ROOT"] . "/styles/theme-base.css"), - ); + ]; // Load user note for this page list($filename, $title) = $PGI['this']; @@ -304,22 +304,22 @@ function manual_setup($setup) { $__RELATED['toc'] = manual_navigation_related($setup); $__RELATED['toc_deprecated'] = manual_navigation_deprecated($setup); - $config = array( + $config = [ "current" => "docs", "breadcrumbs" => $breadcrumbs, "languages" => array_keys($ACTIVE_ONLINE_LANGUAGES), - "meta-navigation" => array( + "meta-navigation" => [ "contents" => $base . $setup["home"][0], "index" => $base . $setup["up"][0], "prev" => $base . $setup["prev"][0], "next" => $base . $setup["next"][0], - ), + ], "lang" => $setup["head"][1], "thispage" => $setup["this"][0], "prev" => $setup["prev"], "next" => $setup["next"], "cache" => $lastmod, - ); + ]; site_header($setup["this"][1] . " - Manual ", $config); $id = substr($setup['this'][0], 0, -4); @@ -353,10 +353,10 @@ PAGE_TOOLS; function manual_language_chooser($currentlang, $currentpage) { global $ACTIVE_ONLINE_LANGUAGES; - $links = array(); + $links = []; foreach ($ACTIVE_ONLINE_LANGUAGES as $lang => $name) { - $links[] = array("$lang/$currentpage", $name, $lang); + $links[] = ["$lang/$currentpage", $name, $lang]; } // Print out the form with all the options @@ -393,10 +393,10 @@ function manual_footer() { global $USERNOTES, $__RELATED; manual_notes($USERNOTES); - $config = array( + $config = [ 'related_menu' => $__RELATED['toc'], 'related_menu_deprecated' => $__RELATED['toc_deprecated'] - ); + ]; site_footer($config); } @@ -404,13 +404,13 @@ function manual_footer() { function relTime(DateTime $date) { $current = new DateTime; $diff = $current->diff($date); - $units = array("year" => $diff->format("%y"), + $units = ["year" => $diff->format("%y"), "month" => $diff->format("%m"), "day" => $diff->format("%d"), "hour" => $diff->format("%h"), "minute" => $diff->format("%i"), "second" => $diff->format("%s"), - ); + ]; $out = "just now..."; foreach ($units as $unit => $amount) { if (empty($amount)) { diff --git a/include/site.inc b/include/site.inc index 01f8400d2..f3927faeb 100644 --- a/include/site.inc +++ b/include/site.inc @@ -13,12 +13,12 @@ const MIRROR_NOTACTIVE = 1; const MIRROR_OUTDATED = 2; const MIRROR_DOESNOTWORK = 3; -$MIRRORS = array( - "https://www.php.net/" => array( +$MIRRORS = [ + "https://www.php.net/" => [ "DEU", "MyraCloud", false, "https://myracloud.com/en/", MIRROR_SPECIAL, true, - "en", MIRROR_OK), -); + "en", MIRROR_OK], +]; /** * @var array $COUNTRIES @@ -166,7 +166,7 @@ function header_nocache() function get_available_sqlites() { - $allsqlites = array(1 => 'sqlite', 2 => 'sqlite3', 4 => 'pdo_sqlite', 8 => 'pdo_sqlite2'); + $allsqlites = [1 => 'sqlite', 2 => 'sqlite3', 4 => 'pdo_sqlite', 8 => 'pdo_sqlite2']; $avail = 0; if (function_exists('sqlite_open')) { @@ -192,11 +192,11 @@ function get_available_sqlites() { // Get all manual prefix search sections function get_manual_search_sections() { - return array( + return [ "", "book.", "ref.", "function.", "class.", "features.", "control-structures.", "language.", "about.", "faq.", - ); + ]; } function get_shortname($page) { @@ -259,7 +259,7 @@ if ($_SERVER["SERVER_PORT"] != '80' && $_SERVER["SERVER_PORT"] != 443) { // If the mirror is not registered with this name, provide defaults // (no country code, no search, no stats, English default language ...) if (!isset($MIRRORS[$MYSITE])) { - $MIRRORS[$MYSITE] = array("xx", $MYSITE, false, $MYSITE, MIRROR_VIRTUAL, false, "en", MIRROR_OK); + $MIRRORS[$MYSITE] = ["xx", $MYSITE, false, $MYSITE, MIRROR_VIRTUAL, false, "en", MIRROR_OK]; } // Override mirror language with local preference diff --git a/index.php b/index.php index 624862881..0a19f0f95 100644 --- a/index.php +++ b/index.php @@ -13,7 +13,7 @@ })($_SERVER['REQUEST_URI'] ?? ''); // Get the modification date of this PHP file -$timestamps = array(@getlastmod()); +$timestamps = [@getlastmod()]; /* The date of prepend.inc represents the age of ALL @@ -56,7 +56,7 @@ include_once 'include/version.inc'; mirror_setcookie("LAST_NEWS", $_SERVER["REQUEST_TIME"], 60*60*24*365); $content = "
    "; -$frontpage = array(); +$frontpage = []; foreach ($NEWS_ENTRIES as $entry) { foreach ($entry["category"] as $category) { if ($category["term"] == "frontpage") { @@ -122,31 +122,31 @@ $meta_image_path = $MYSITE . 'images/meta-image.png'; $meta_description = "PHP is a popular general-purpose scripting language that powers everything from your blog to the most popular websites in the world."; site_header("Hypertext Preprocessor", - array( + [ 'current' => 'home', - 'headtags' => array( + 'headtags' => [ '', '' - ), - 'link' => array( - array( + ], + 'link' => [ + [ "rel" => "search", "type" => "application/opensearchdescription+xml", "href" => $MYSITE . "phpnetimprovedsearch.src", "title" => "Add PHP.net search" - ), - array( + ], + [ "rel" => "alternate", "type" => "application/atom+xml", "href" => $MYSITE . "releases/feed.php", "title" => "PHP Release feed" - ), + ], - ), - 'css' => array('home.css'), + ], + 'css' => ['home.css'], 'intro' => $intro, 'meta_tags' => << @@ -165,7 +165,7 @@ site_header("Hypertext Preprocessor", META - ) + ] ); // Print body of home page. @@ -173,10 +173,10 @@ echo $content; // Prepare announcements. if (is_array($CONF_TEASER)) { - $conftype = array( + $conftype = [ 'conference' => 'Upcoming conferences', 'cfp' => 'Conferences calling for papers', - ); + ]; $announcements = ""; foreach ($CONF_TEASER as $category => $entries) { if ($entries) { @@ -218,9 +218,9 @@ SIDEBAR_DATA; // Print the common footer. site_footer( - array( + [ "atom" => "/feed.atom", // Add a link to the feed at the bottom 'elephpants' => true, 'sidebar' => $SIDEBAR - ) + ] ); diff --git a/js/search-index.php b/js/search-index.php index d0d17a23e..805f203f4 100644 --- a/js/search-index.php +++ b/js/search-index.php @@ -48,11 +48,11 @@ header("Content-Type: application/javascript"); $s = file_get_contents($indexfile); $js = json_decode($s, true); -$index = array(); +$index = []; foreach ($js as $item) { if ($item[0]) { /* key: ID/filename, 0=>*/ - $index[$item[1]] = array($item[0], "", $item[2]); + $index[$item[1]] = [$item[0], "", $item[2]]; } } diff --git a/license/contrib-guidelines-code.php b/license/contrib-guidelines-code.php index 10ab5db7e..75b619464 100644 --- a/license/contrib-guidelines-code.php +++ b/license/contrib-guidelines-code.php @@ -1,7 +1,7 @@ "help")); +site_header("License Information", ["current" => "help"]); ?>

    PHP Contributor Guidelines for Code Developers

    diff --git a/license/distrib-guidelines-code.php b/license/distrib-guidelines-code.php index 2f2b6e1ae..b88ff552e 100644 --- a/license/distrib-guidelines-code.php +++ b/license/distrib-guidelines-code.php @@ -1,7 +1,7 @@ "help")); +site_header("License Information", ["current" => "help"]); ?>

    PHP Distribution Guidelines

    diff --git a/license/index.php b/license/index.php index 4ba9a4790..e45476ab4 100644 --- a/license/index.php +++ b/license/index.php @@ -17,7 +17,7 @@ $SIDEBAR_DATA = << EOF; -site_header("License Information", array("current" => "help")); +site_header("License Information", ["current" => "help"]); ?>

    PHP Licensing

    @@ -153,4 +153,4 @@ For related projects, please refer to licensing information on the Project websi
  • GTK
  • - $SIDEBAR_DATA)); + $SIDEBAR_DATA]); diff --git a/mailing-lists.php b/mailing-lists.php index 37993fd76..893fe8996 100644 --- a/mailing-lists.php +++ b/mailing-lists.php @@ -39,7 +39,7 @@ $SIDEBAR_DATA = ' '; -site_header("Mailing Lists", array("current" => "help")); +site_header("Mailing Lists", ["current" => "help"]); // Some mailing list is selected for [un]subscription if (isset($_POST['action'])) { @@ -73,13 +73,13 @@ if (isset($_POST['action'])) { // Get in contact with main server to [un]subscribe the user $result = posttohost( "https://main.php.net/entry/subscribe.php", - array( + [ "request" => $request, "email" => $_POST['email'], "maillist" => $_POST['maillist'], "remoteip" => $remote_addr, "referer" => $MYSITE . "mailing-lists.php" - ) + ] ); // Provide error if unable to [un]subscribe @@ -183,125 +183,125 @@ if (isset($_POST['action'])) { For general PHP support questions, see "General Mailing Lists" or the support page', false, false, false, "php.webmaster" - ), + ], 'PHP documentation mailing lists', - array ( + [ 'phpdoc', 'Documentation discussion', 'List for discussing the PHP documentation', false, true, false, "php.doc" - ), - array ( + ], + [ 'doc-cvs', 'Documentation changes and commits', 'Changes to the documentation are posted here', true, "php-doc-cvs", false, "php.doc.cvs" - ), - array ( + ], + [ 'doc-bugs', 'Documentation bugs', 'Documentation bug activity (translations, sources, and build system) are posted here', true, 'php-doc-bugs', false, "php.doc.bugs" - ), - ); + ], + ]; // Print out a table for a given list array function output_lists_table($mailing_lists): void diff --git a/manual/add-note.php b/manual/add-note.php index 7db4a4e4b..ae7016e56 100644 --- a/manual/add-note.php +++ b/manual/add-note.php @@ -7,7 +7,7 @@ include_once __DIR__ . '/../include/posttohost.inc'; include_once __DIR__ . '/../include/shared-manual.inc'; include __DIR__ . '/spam_challenge.php'; -site_header("Add Manual Note", array('css' => 'add-note.css')); +site_header("Add Manual Note", ['css' => 'add-note.css']); // Copy over "sect" and "redirect" from GET to POST if (empty($_POST['sect']) && isset($_GET['sect'])) { @@ -19,7 +19,7 @@ if (empty($_POST['redirect']) && isset($_GET['redirect'])) { // Decide on whether all vars are present for processing $process = true; -$needed_vars = array('note', 'user', 'sect', 'redirect', 'action', 'func', 'arga', 'argb', 'answer'); +$needed_vars = ['note', 'user', 'sect', 'redirect', 'action', 'func', 'arga', 'argb', 'answer']; foreach ($needed_vars as $varname) { if (empty($_POST[$varname])) { $process = false; @@ -93,13 +93,13 @@ if ($process) { // Post the variables to the central user note script $result = posttohost( "https://main.php.net/entry/user-note.php", - array( + [ 'user' => $user, 'note' => $note, 'sect' => $_POST['sect'], 'ip' => $_SERVER['REMOTE_ADDR'], 'redirip' => $redirip - ) + ] ); // If there is any non-header result, then it is an error diff --git a/manual/change.php b/manual/change.php index 2e480859f..0e7620206 100644 --- a/manual/change.php +++ b/manual/change.php @@ -2,7 +2,7 @@ include_once __DIR__ . '/../include/prepend.inc'; $page = isset($_GET['page']) ? htmlspecialchars($_GET['page'], ENT_QUOTES, 'UTF-8') : ''; -$page = strtr($page, array("\r"=>"", "\n"=>"")); +$page = strtr($page, ["\r"=>"", "\n"=>""]); // Redirect to new manual page mirror_redirect("/manual/" . $page); diff --git a/manual/help-translate.php b/manual/help-translate.php index 25f0da297..2ead6a6d0 100644 --- a/manual/help-translate.php +++ b/manual/help-translate.php @@ -24,7 +24,7 @@ The following list of languages already contain SVN modules, and will show up on
      $lang) { $link = 'no archive'; diff --git a/manual/spam_challenge.php b/manual/spam_challenge.php index 9a0c353ac..2834e4d85 100644 --- a/manual/spam_challenge.php +++ b/manual/spam_challenge.php @@ -1,7 +1,7 @@ $_REQUEST['id'], "sect" => $_REQUEST['page'], "vote" => $_REQUEST['vote'], "ip" => $_SERVER['REMOTE_ADDR'] - ); + ]; if (($r = posttohost($master_url, $data)) === null || strpos($r,"failed to open socket to") !== false) { $response["success"] = false; $response["msg"] = "Could not process your request at this time. Please try again later..."; @@ -70,12 +70,12 @@ if ($_SERVER['REQUEST_METHOD'] == 'POST') { $notes_file = $_SERVER['DOCUMENT_ROOT'] . "/backend/notes/" . substr($hash, 0, 2) . "/$hash"; if (file_exists($notes_file)) { - $data = array( + $data = [ "noteid" => $_REQUEST['id'], "sect" => $_REQUEST['page'], "vote" => $_REQUEST['vote'], "ip" => $_SERVER['REMOTE_ADDR'], - ); + ]; if (($r = posttohost($master_url, $data)) !== null && strpos($r,"failed to open socket to") === false) { $r = json_decode($r); if (isset($r->status, $r->votes) && $r->status) { diff --git a/mirror-info.php b/mirror-info.php index 4148dc079..43459d87d 100644 --- a/mirror-info.php +++ b/mirror-info.php @@ -31,7 +31,7 @@ $sqlite = get_available_sqlites(); $exts = implode(',', get_loaded_extensions()); -echo implode('|', array( +echo implode('|', [ $MYSITE, // 0 : CNAME for mirror as accessed (CC, CC1, etc.) PHP_VERSION, // 1 : PHP version overview $LAST_UPDATED, // 2 : Update problems @@ -43,4 +43,4 @@ echo implode('|', array( $exts, // 8 : List of php extensions separated by comma gethostname(), // 9 : The configured hostname of the local system $_SERVER['SERVER_ADDR'], // 10: The IP address under which we're running -)); +]); diff --git a/mirror.php b/mirror.php index 1df2a1682..d5d7c0cf9 100644 --- a/mirror.php +++ b/mirror.php @@ -22,7 +22,7 @@ $MIRROR_IMAGE = ''; if (is_official_mirror()) { // Iterate through possible mirror provider logo types in priority order - $types = array("gif", "jpg", "png"); + $types = ["gif", "jpg", "png"]; foreach ($types as $ext) { // Check if file exists for this type if (file_exists("backend/mirror." . $ext)) { @@ -48,7 +48,7 @@ if (is_official_mirror()) { } } } -site_header("Information About This PHP Mirror Site", array("current" => "community")); +site_header("Information About This PHP Mirror Site", ["current" => "community"]); ?>

      Information About This PHP Mirror Site

      diff --git a/mirroring-troubles.php b/mirroring-troubles.php index ea79e1825..7e34446f6 100644 --- a/mirroring-troubles.php +++ b/mirroring-troubles.php @@ -9,7 +9,7 @@ $SIDEBAR_DATA = '

      '; -site_header("The PHP mirrors problem and troubleshooting guide", array("current" => "help")); +site_header("The PHP mirrors problem and troubleshooting guide", ["current" => "help"]); ?>

      Common troubles that PHP.net mirrors face

      diff --git a/mirroring.php b/mirroring.php index 475419c80..2b4fd9a2d 100644 --- a/mirroring.php +++ b/mirroring.php @@ -21,10 +21,10 @@ $SIDEBAR_DATA = ' site_header( 'Mirroring The PHP Website', - array( + [ 'current' => 'community', 'layout_span' => 12, - ) + ] ); ?> diff --git a/mod.php b/mod.php index 4cbbff4cd..0011913d4 100644 --- a/mod.php +++ b/mod.php @@ -8,7 +8,7 @@ $_SERVER['BASE_PAGE'] = 'mod.php'; include_once __DIR__ . '/include/prepend.inc'; -site_header("Email confirmation", array("current" => "community")); +site_header("Email confirmation", ["current" => "community"]); // Only run on main php.net box. if (!is_primary_site()) { @@ -24,7 +24,7 @@ ERROR; } // These sites are handled by automoderation -$sites = array("php.net", "lists.php.net"); +$sites = ["php.net", "lists.php.net"]; // Get data from the URL list($none, $site, $token, $sender) = explode("/", $_SERVER["PATH_INFO"]); diff --git a/my.php b/my.php index 84922a942..a86e28e91 100644 --- a/my.php +++ b/my.php @@ -7,7 +7,7 @@ header_nocache(); // Languages array copy and options to list $langs = $ACTIVE_ONLINE_LANGUAGES; -$options = array(); +$options = []; // We have post data, and it is an available language if (isset($_POST['my_lang'], $langs[$_POST['my_lang']])) { @@ -60,11 +60,11 @@ if (isset($_POST["showug"])) { // Prepare mirror array $mirror_sites = $MIRRORS; -$mirror_sites["NONE"] = array(7 => MIRROR_OK); +$mirror_sites["NONE"] = [7 => MIRROR_OK]; myphpnet_save(); -site_header("My PHP.net", array("current" => "community")); +site_header("My PHP.net", ["current" => "community"]); ?>
      @@ -104,7 +104,7 @@ site_header("My PHP.net", array("current" => "community")); Your preferred language" => $langpref, @@ -119,7 +119,7 @@ $langinfo = array( default_language(), "Default" => "en" -); +]; // Write a row for all settings foreach ($langinfo as $lin => $lid) { diff --git a/privacy.php b/privacy.php index 0e2e69f3f..7a912bb47 100644 --- a/privacy.php +++ b/privacy.php @@ -1,7 +1,7 @@ "footer")); +site_header("Privacy Policy", ["current" => "footer"]); ?>

      Privacy Policy

      diff --git a/quickref.php b/quickref.php index 6e33915c9..c17a6376b 100644 --- a/quickref.php +++ b/quickref.php @@ -50,7 +50,7 @@ if (!$dirh) { error_noservice(); } -$functions = $maybe = $temp = $parts = array(); +$functions = $maybe = $temp = $parts = []; $p = 0; // Get all file names from the directory @@ -105,10 +105,10 @@ if (count($temp) > 0) { } // Do not index page if presented as a search result -if (count($maybe) > 0) { $head_options = array("noindex"); } -else { $head_options = array(); } +if (count($maybe) > 0) { $head_options = ["noindex"]; } +else { $head_options = []; } -site_header("Manual Quick Reference", $head_options+array("current" => "help")); +site_header("Manual Quick Reference", $head_options+["current" => "help"]); // Note: $notfound is defined (with htmlspecialchars) inside manual-lookup.php $notfound_enc = urlencode($notfound); @@ -131,9 +131,9 @@ if ($snippet = is_known_snippet($notfound)) { '

      Full website search', -); +]; site_footer($config); } diff --git a/releases/4_1_0_fr.php b/releases/4_1_0_fr.php index 66c99da22..04c16a721 100644 --- a/releases/4_1_0_fr.php +++ b/releases/4_1_0_fr.php @@ -1,7 +1,7 @@ "fr")); +site_header("Annonce de publication de PHP 4.1.0", ["lang" => "fr"]); ?>

      Annonce de publication de PHP 4.1.0

      diff --git a/releases/4_2_0_fr.php b/releases/4_2_0_fr.php index 47b700f9f..80fb718f1 100644 --- a/releases/4_2_0_fr.php +++ b/releases/4_2_0_fr.php @@ -1,7 +1,7 @@ "fr")); +site_header("Annonce de publication de PHP 4.2.0", ["lang" => "fr"]); ?>

      Annonce de publication de PHP 4.2.0

      diff --git a/releases/4_2_1_fr.php b/releases/4_2_1_fr.php index edc4cb53c..d553fca29 100644 --- a/releases/4_2_1_fr.php +++ b/releases/4_2_1_fr.php @@ -1,7 +1,7 @@ "fr")); +site_header("Annonce de publication de PHP 4.2.1", ["lang" => "fr"]); ?>

      Annonce de publication de PHP 4.2.1

      diff --git a/releases/4_2_2_fr.php b/releases/4_2_2_fr.php index d7193b08a..a9125184d 100644 --- a/releases/4_2_2_fr.php +++ b/releases/4_2_2_fr.php @@ -1,7 +1,7 @@ "fr")); +site_header("Annonce de publication de PHP 4.2.2", ["lang" => "fr"]); ?>

      diff --git a/releases/4_3_0_fr.php b/releases/4_3_0_fr.php index b49e328ff..8fc1a959c 100644 --- a/releases/4_3_0_fr.php +++ b/releases/4_3_0_fr.php @@ -1,7 +1,7 @@ "fr")); +site_header("Annonce de publication de PHP 4.3.0", ["lang" => "fr"]); ?>

      Annonce de publication de PHP 4.3.0

      diff --git a/releases/4_3_2_fr.php b/releases/4_3_2_fr.php index f944df03e..bd62af5f7 100644 --- a/releases/4_3_2_fr.php +++ b/releases/4_3_2_fr.php @@ -1,7 +1,7 @@ "fr")); +site_header("Annonce de publication de PHP 4.3.2", ["lang" => "fr"]); ?>

      Annonce de publication de PHP 4.3.2

      diff --git a/releases/4_3_4_fr.php b/releases/4_3_4_fr.php index ccb2c1739..4f3692445 100644 --- a/releases/4_3_4_fr.php +++ b/releases/4_3_4_fr.php @@ -1,7 +1,7 @@ "fr")); +site_header("Annonce de publication de PHP 4.3.4", ["lang" => "fr"]); ?>

      Annonce de publication de PHP 4.3.4

      diff --git a/releases/feed.php b/releases/feed.php index 8df9155e4..58a77b96c 100644 --- a/releases/feed.php +++ b/releases/feed.php @@ -41,7 +41,7 @@ foreach ($RELEASED_VERSIONS as $version => $release) { There is a new PHP release in town! XML; - $maxtime = array(); + $maxtime = []; foreach ($release["source"] as $source) { if (!isset($source["date"])) { continue; @@ -50,7 +50,7 @@ XML; $released = date(DATE_ATOM, $time); echo " \n"; - foreach (array('md5', 'sha256') as $hashAlgo) { + foreach (['md5', 'sha256'] as $hashAlgo) { if (isset($source[$hashAlgo])) { echo " {$source[$hashAlgo]}\n"; } diff --git a/releases/index.php b/releases/index.php index bd1651626..0af11b144 100644 --- a/releases/index.php +++ b/releases/index.php @@ -48,7 +48,7 @@ if (isset($_GET["serialize"]) || isset($_GET["json"])) { } if (empty($machineReadable)) { - $machineReadable = array("error" => "Unknown version"); + $machineReadable = ["error" => "Unknown version"]; } } else { foreach ($RELEASES as $major => $release) { @@ -71,10 +71,10 @@ if (isset($_GET["serialize"]) || isset($_GET["json"])) { } // Human Readable. -site_header("Releases", array( +site_header("Releases", [ 'current' => 'downloads', 'css' => '/styles/releases.css', -)); +]); echo "

      Unsupported Historical Releases

      \n\n"; echo "

      @@ -166,7 +166,7 @@ site_footer(['sidebar' => ']); function recentEOLBranchesHTML(): string { - $eol = array(); + $eol = []; foreach (get_eol_branches() as $branches) { foreach ($branches as $branch => $detail) { $detail_date = $detail['date']; diff --git a/results.php b/results.php index 70aa69bae..409f04c8c 100644 --- a/results.php +++ b/results.php @@ -6,11 +6,11 @@ include __DIR__ . '/include/results.inc'; // HTTP status line is passed on, signifies an error site_header( 'Search results', - array( + [ 'noindex', 'current' => 'help', 'layout_span' => 12, - ) + ] ); echo '

      Search results

      '; diff --git a/search.php b/search.php index c7b2dce91..aea1990bc 100644 --- a/search.php +++ b/search.php @@ -45,13 +45,13 @@ if (!empty($_FORM['pattern'])) { else { // Print out common header - $link = array( + $link = [ "rel" => "search", "type" => "application/opensearchdescription+xml", "href" => $MYSITE . "phpnetimprovedsearch.src", "title" => "Add PHP.net search" - ); - site_header("Search", array("link" => array($link), "current" => "help")); + ]; + site_header("Search", ["link" => [$link], "current" => "help"]); google_cse(); site_footer(); diff --git a/security-note.php b/security-note.php index a64337934..de0c3e3ef 100644 --- a/security-note.php +++ b/security-note.php @@ -1,7 +1,7 @@ "docs")); +site_header("A Note on Security in PHP", ["current" => "docs"]); ?>

      A Note on Security in PHP

      diff --git a/security/index.php b/security/index.php index b0a76835f..3dfa2f49b 100644 --- a/security/index.php +++ b/security/index.php @@ -34,7 +34,7 @@ echo "

      PHP Security Center

      \n"; $dbfile = $_SERVER['DOCUMENT_ROOT'] . '/security/vulndb.txt'; $fp = @fopen($dbfile, "rt"); if (is_resource($fp)) { - $RECORDS = array(); + $RECORDS = []; $record_no = 1; while ($s = fgets($fp)) { if ($s == "\n") { diff --git a/sitemap.php b/sitemap.php index 0f4ff9330..957af4fab 100644 --- a/sitemap.php +++ b/sitemap.php @@ -1,7 +1,7 @@ "help")); +site_header("Sitemap", ["current" => "help"]); ?>

      PHP.net Sitemap

      diff --git a/sites.php b/sites.php index 4c2deb8e1..71df70c4e 100644 --- a/sites.php +++ b/sites.php @@ -1,7 +1,7 @@ "help")); +site_header("A Tourist's Guide", ["current" => "help"]); ?>

      PHP.net: A Tourist's Guide

      @@ -223,7 +223,7 @@ SIDEBAR_DATA; // Print the common footer. site_footer( - array( + [ 'sidebar' => $SIDEBAR - ) + ] ); diff --git a/software.php b/software.php index 4b805c8b9..9b45306a3 100644 --- a/software.php +++ b/software.php @@ -1,7 +1,7 @@ "help")); +site_header("PHP Software", ["current" => "help"]); ?>

      PHP Software

      diff --git a/src/UserNotes/Sorter.php b/src/UserNotes/Sorter.php index 9707a8dc9..94df57392 100644 --- a/src/UserNotes/Sorter.php +++ b/src/UserNotes/Sorter.php @@ -39,7 +39,7 @@ class Sorter { $this->calcSortPriority($notes); // Third we sort the data. - uasort($notes, array($this, 'factorSort')); + uasort($notes, [$this, 'factorSort']); } private function calcVotePriority(array $note) { @@ -56,11 +56,11 @@ class Sorter { private function calcSortPriority(array &$notes) { foreach ($notes as &$note) { - $prio = array( + $prio = [ 'vote' => $this->calcVotePriority($note) * $this->voteWeight, 'rating' => $this->calcRatingPriority($note) * $this->ratingWeight, 'age' => ($note['xwhen'] - $this->minAge) * $this->ageFactor - ); + ]; $note['sort'] = $prio['value'] = array_sum($prio); } } diff --git a/submit-event.php b/submit-event.php index 3b7647593..fa10d3e5d 100644 --- a/submit-event.php +++ b/submit-event.php @@ -3,25 +3,25 @@ $_SERVER['BASE_PAGE'] = 'submit-event.php'; include_once __DIR__ . '/include/prepend.inc'; include_once __DIR__ . '/include/posttohost.inc'; include_once __DIR__ . '/include/email-validation.inc'; -site_header("Submit an Event", array("current" => "community")); +site_header("Submit an Event", ["current" => "community"]); // No errors, processing depends on POST data -$errors = array(); +$errors = []; $process = [] !== $_POST; // Avoid E_NOTICE errors on incoming vars if not set -$vars = array( +$vars = [ 'sday', 'smonth', 'syear', 'eday', 'emonth', 'eyear', 'recur', 'recur_day' -); +]; foreach ($vars as $varname) { if (empty($_POST[$varname])) { $_POST[$varname] = 0; } } -$vars = array( +$vars = [ 'type', 'country', 'category', 'email', 'url', 'ldesc', 'sdesc' -); +]; foreach ($vars as $varname) { if (!isset($_POST[$varname])) { $_POST[$varname] = ""; @@ -60,7 +60,7 @@ if ($process) { $errors[] = "This does not look like a 'PHP' event"; } - $valid_schemes = array('http', 'https', 'ftp'); + $valid_schemes = ['http', 'https', 'ftp']; $_POST['url'] = trim($_POST['url']); $pu = parse_url($_POST['url']); @@ -159,7 +159,7 @@ for ($i = 1; $i <= 12; $i++) { } // Possibilities to recur -$re = array( +$re = [ 1 => 'First', 2 => 'Second', 3 => 'Third', @@ -167,7 +167,7 @@ $re = array( -1 => 'Last', -2 => '2nd Last', -3 => '3rd Last' -); +]; // If we have data, display preview if ($process && count($errors) === 0) { @@ -230,7 +230,7 @@ if ($process && count($errors) === 0) { @@ -257,7 +257,7 @@ if ($process && count($errors) === 0) { Are you real? - +
      diff --git a/support.php b/support.php index 20a578d00..1ecb07914 100644 --- a/support.php +++ b/support.php @@ -21,9 +21,9 @@ $SIDEBAR_DATA =' site_header( 'Getting Help', - array( + [ 'current' => 'help', - ) + ] ); ?> @@ -107,4 +107,4 @@ site_header( questions.

      - $SIDEBAR_DATA)); ?> + $SIDEBAR_DATA]); ?> diff --git a/supported-versions.php b/supported-versions.php index d0df826e4..36bb92751 100644 --- a/supported-versions.php +++ b/supported-versions.php @@ -4,13 +4,13 @@ $_SERVER['BASE_PAGE'] = 'supported-versions.php'; include_once __DIR__ . '/include/prepend.inc'; include_once __DIR__ . '/include/branches.inc'; -site_header('Supported Versions', array('css' => array('supported-versions.css'))); +site_header('Supported Versions', ['css' => ['supported-versions.css']]); // Version notes: if you need to make a note about a version having an unusual // support lifetime, add it under a heading with an anchor, and add the anchor // and branch names to the array below ('x.y' => '#anchor-name'). -$VERSION_NOTES = array( -); +$VERSION_NOTES = [ +]; ?>

      Supported Versions

      diff --git a/thanks.php b/thanks.php index 5d7d4035e..a904e624e 100644 --- a/thanks.php +++ b/thanks.php @@ -2,7 +2,7 @@ $_SERVER['BASE_PAGE'] = 'thanks.php'; include_once __DIR__ . '/include/prepend.inc'; include_once __DIR__ . '/include/historical_mirrors.inc'; -site_header("Thanks", array("current" => "community")); +site_header("Thanks", ["current" => "community"]); ?>

      Thanks

      diff --git a/unsub.php b/unsub.php index f76211904..69704663c 100644 --- a/unsub.php +++ b/unsub.php @@ -11,7 +11,7 @@ $SIDEBAR_DATA = ' lists on their own pages.

      '; -site_header("Unsubscribing", array("current" => "community")); +site_header("Unsubscribing", ["current" => "community"]); ?>

      Unsubscribing From a Mailing List

      diff --git a/urlhowto.php b/urlhowto.php index 6cc075c0a..336f8e8b7 100644 --- a/urlhowto.php +++ b/urlhowto.php @@ -24,7 +24,7 @@ $SIDEBAR_DATA='

      '; -site_header("URL Howto", array("current" => "help")); +site_header("URL Howto", ["current" => "help"]); function a($href): void { global $MYSITE; echo '' . $MYSITE . $href . '';