Commit:    5d836aefaa54dc7bb48db1c4bff8a42d9523abd5
Author:    Martin Keckeis <martin.kecke...@gmail.com>         Tue, 9 Dec 2014 
14:31:04 +0100
Parents:   893eff2cef745dd2b8b175218696691683a3f933
Branches:  master

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

Log:
Windows download page link

Changed paths:
  M  downloads.php


Diff:
diff --git a/downloads.php b/downloads.php
index 9114269..af8d905 100644
--- a/downloads.php
+++ b/downloads.php
@@ -71,6 +71,9 @@ site_header("Downloads",
         </li>
       <?php endforeach; ?>
     </ul>
+    
+    <a href="http://windows.php.net/download#php-<?php echo urlencode($v); 
?>">Windows downloads</a><br />
+    <br />
 
     <a href="#gpg-<?php echo $mver; ?>">GPG Keys for PHP <?php echo $mver; 
?></a>
   </div>


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

Reply via email to