Commit:    52a6bba280fe6938e77a97c9660d30906866b901
Author:    Adam Harvey <ahar...@php.net>         Tue, 9 Dec 2014 11:04:10 -0800
Parents:   893eff2cef745dd2b8b175218696691683a3f933 
5d836aefaa54dc7bb48db1c4bff8a42d9523abd5
Branches:  master

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

Log:
Merge branch 'pull-request/55'

Changed paths:
  MM  downloads.php


Diff:
diff --cc downloads.php
index 9114269,af8d905..b2cf4ca
--- a/downloads.php
+++ b/downloads.php
@@@ -70,7 -70,10 +70,12 @@@ site_header("Downloads"
            <?php endif; ?>
          </li>
        <?php endforeach; ?>
++      <li>
++        <a href="http://windows.php.net/download#php-<?php echo 
urlencode($mver); ?>">
++          Windows downloads
++        </a>
++      </li>
      </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