Commit:    af43c897bdfb4fe4a913942c38dec774520930f5
Author:    Adam Harvey <[email protected]>         Wed, 3 Sep 2014 13:05:47 -0700
Parents:   51b472cf0f85942d8df8d98d6891ea965d65bcfb
Branches:  master

Link:       
http://git.php.net/?p=web/php.git;a=commitdiff;h=af43c897bdfb4fe4a913942c38dec774520930f5

Log:
Temporarily bump the number of versions to show on the downloads page.

Fixes bug #67957 (PHP 5.3.29 not on downloads page).

Bugs:
https://bugs.php.net/67957

Changed paths:
  M  downloads.php


Diff:
diff --git a/downloads.php b/downloads.php
index a591731..c087db8 100644
--- a/downloads.php
+++ b/downloads.php
@@ -7,7 +7,7 @@ include_once $_SERVER['DOCUMENT_ROOT'] . '/include/version.inc';
 // Try to make this page non-cached
 header_nocache();
 
-$SHOW_COUNT = 3;
+$SHOW_COUNT = 4;
 $MAJOR = 5;
 
 $releases = array_slice($RELEASES[$MAJOR], 0, $SHOW_COUNT);


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to